diff --git a/README.md b/README.md index 23332b0a4691a510f266a832161c23f80a032054..b7b157451bb1e3e84b7bef5c9c1c510d03761d2f 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,17 @@ -# Urban Geoinformatics Lab @HFT Stuttgart Web Page -Website for Geoinformatic Research Group (Prof. Coors) -#### URL (1): https://ugl.hft-stuttgart.de/ -#### URL (2): https://transfer.hft-stuttgart.de/pages/ugl/website/ +# Test Urban Geoinformatics Lab @HFT Stuttgart Web Page +Website for FGDI Research Group (Prof. Uckelmann) +#### URL (1): +#### URL (2): https://transfer.hft-stuttgart.de/pages/zedflow/website/ # How to Add contents? -1. Contact admin (Joe/Sven/Habib) to get developer access. -2. Add content following this [instruction](https://transfer.hft-stuttgart.de/gitlab/ugl/website/-/wikis/home). +1. Contact admin (Myriam/Salam) to get developer access. +2. Add content following this [instruction] 3. Commit/Push changes. ## Team -| Member | Responisble | +| Member | Responsible | | ------------- | ------------- | -| Joe | Web Dev.: Merger / Overall/ Debugging | -| Patrick | Web Dev.: | -| Sabo | Web Dev.: EXCEL to JSON/BIBTEX | -| Habib | Legal right, Contact point, Domain and SubDomain | -| Sven | QC & Tutoring | +| -## Meeting Note 27-04-2021 -### Tasks for Patrick: -- [ ] In the current "add_paper.js", all BIBTEX buttons share the same ID and not work yet. I will hide this feature for now and add it back when the BIBTEX is read made. (for later) -- [x] Currently, I have set in the public/js/config.js the max number of the paper lists. We have to implement the "show more"/ "Pagination" feature. (Patrick) -- [x] Make sure the Search feature works. (Patrick) -- [ ] Currently, the "public\js\language.js" only translate some part of the webpage.(later..) -- [ ] Bug: in English version, it starts with German text in some part. - -### Tasks for Joe: -- [x] fixing the Callback Logic on the Publication Section -- [ ] Documentation on how to add contents to the web. -- [x] Upgrade the `public/js/add_paper.js` to support the `URL` and `PDF` link. -- [x] Team Section -- [ ] Combine all scripts together + maintaining the GIT. - - -### Tasks for Sabo: -- [x] Citation Sheet to BIBTEX. [public/js/parse_json_to_bib.js](public/js/parse_json_to_bib.js) -- [ ] Get in touch with Sushant regarding the issue you found on the citation sheet. -- [ ] After Sushant had updated and added the "PDF_Link" to the citation sheet, you would have to update the script to convert "Sheet1.xlsx to the paper.json format" and correct the "pdf" key pair. - -### Tasks for Sven: -- [ ] Draft for sub-title in all sections. - -### Tasks for Sushant -- [ ] Final Citation Sheet + Images - -## Issue -- [x] The GitLab Page does not load the image under the img folder correctly e.g. https://ugl.hft-stuttgart.de/img/Schneider_2018_02.jpg which is stored at as Schneider_2018_02.JPG (Fixed by saving as either .jpg or .JPG everywhere) [03-05-2021] -- [ ] The flag still does not work yet. May be we can use this feature: https://mojoaxel.github.io/bootstrap-select-country/index.html (To be observed) diff --git a/config.conf b/config.conf deleted file mode 100644 index 004830c1b9efd019b7f7d5ce2dd9ca4a7a272f4f..0000000000000000000000000000000000000000 --- a/config.conf +++ /dev/null @@ -1 +0,0 @@ -ugl.hft-stuttgart.de§https://transfer.hft-stuttgart.de/pages/ugl/website/ \ No newline at end of file diff --git a/public/3d-globe/add_avartar_billboard.js b/public/3d-globe/add_avartar_billboard.js deleted file mode 100644 index 15f0baa3bfbde2a956810bd7b947e4d3725d923e..0000000000000000000000000000000000000000 --- a/public/3d-globe/add_avartar_billboard.js +++ /dev/null @@ -1,67 +0,0 @@ -viewer.resolutionScale = window.devicePixelRatio; -viewer.scene.postProcessStages.fxaa.enabled = false; - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(100, 15), - name: 'Joe T.S.', - billboard: { - image: "../imgs/avatar/JoeSquare.png", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(10.4515, 51.1657), - billboard: { - image: "../imgs/avatar/PatrickSquare.jpg", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(22.4062122, 38.9034077), - billboard: { - image: "../imgs/avatar/sakis1.png", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(113.9213, 0.7893), - billboard: { - image: "../imgs/avatar/rosanny.jpg", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(13.483476, 10.554910), - billboard: { - image: "../imgs/avatar/sabo.jpg", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(78.9629, 20.5937), - billboard: { - image: "../imgs/avatar/preston.jpg", - width: 75, // default: undefined - height: 75, // default: undefined - }, -}); - -viewer.entities.add({ - position: Cesium.Cartesian3.fromDegrees(67.7100, 33.9391), - billboard: { - image: "../imgs/avatar/Habib.png", - width: 50, // default: undefined - height: 75, // default: undefined - }, -}); \ No newline at end of file diff --git a/public/3d-globe/favicon.ico b/public/3d-globe/favicon.ico deleted file mode 100644 index 945bb039ace0aa98b8b93d1885e52ce5e42523c4..0000000000000000000000000000000000000000 Binary files a/public/3d-globe/favicon.ico and /dev/null differ diff --git a/public/3d-globe/globe.css b/public/3d-globe/globe.css deleted file mode 100644 index 99a6826b920b3c61bd26f8dedee969504190e9f1..0000000000000000000000000000000000000000 --- a/public/3d-globe/globe.css +++ /dev/null @@ -1,24 +0,0 @@ -/* Remove Cesium Clock and Credit */ -.cesium-credit-textContainer { - display: none!important; - } - - .cesium-credit-expand-link { - display: none!important; - } - - .cesium-viewer-animationContainer { - display: none!important; - } - - .cesium-viewer-bottom { - display: none!important; - } - - .form-group-inmenu { - padding-left: 45px!important; - } - - .aside .aside-primary { - background-color: #39405f; - } \ No newline at end of file diff --git a/public/3d-globe/index.html b/public/3d-globe/index.html deleted file mode 100644 index db6db39b40bcd6139646be268401fece3aebed9f..0000000000000000000000000000000000000000 --- a/public/3d-globe/index.html +++ /dev/null @@ -1,63 +0,0 @@ -<html lang="en"> - -<head> - <meta charset="utf-8"> - <script src="https://cesium.com/downloads/cesiumjs/releases/1.80/Build/Cesium/Cesium.js"></script> - <link href="https://cesium.com/downloads/cesiumjs/releases/1.80/Build/Cesium/Widgets/widgets.css" rel="stylesheet"> - <link href="./globe.css" rel="stylesheet"> -</head> - -<body> - <div id="cesiumContainer" style="width: 100%; height:100%"></div> - <script> - var viewer = new Cesium.Viewer('cesiumContainer', { - baseLayerPicker: false, - vrButton: false, - geocoder: false, - navigationHelpButton: false, - selectionIndicator: true, - // shadows: true, - timeline: false, - sceneModePicker: false, - homeButton: false, - fullscreenButton: false, - backgroundColor: Cesium.Color.WHITE, - // infoBox: false, - // terrainExaggeration: 1.5, - }); - - - var scene = viewer.scene; - var clock = viewer.clock; - var referenceFramePrimitive; - - var rotatioSpeed; - var lastNow; - var spinRate = 0.5; - - viewer.scene.skyBox.destroy(); - viewer.scene.skyBox = undefined; - viewer.scene.sun.destroy(); - viewer.scene.sun = undefined; - viewer.scene.skyAtmosphere.destroy(); - viewer.scene.skyAtmosphere = undefined; - viewer.scene.backgroundColor = new Cesium.Color(255, 255, 255); - - function spinIt(scene, time) { - var now = Date.now(); - var spinRate = 0.01; - var delta = (now - lastNow) / 1000; - lastNow = now; - viewer.scene.camera.rotate(Cesium.Cartesian3.UNIT_Z, spinRate * delta); - } - - function spinGlobe(viewer, spin_rate) { - lastNow = Date.now(); - viewer.scene.postRender.addEventListener(spinIt); - } - spinGlobe(viewer); - </script> - <script src="add_avartar_billboard.js"></script> -</body> - -</html> \ No newline at end of file diff --git a/public/content/juan/.gitkeep b/public/content/juan/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/public/content/juan/juan.jpg b/public/content/juan/juan.jpg deleted file mode 100644 index 50682f22998b21313b2b11365227444077307a7b..0000000000000000000000000000000000000000 Binary files a/public/content/juan/juan.jpg and /dev/null differ diff --git a/public/content/justin/assets/css/mobile.css b/public/content/justin/assets/css/mobile.css deleted file mode 100644 index 29c0f154b0ecb5c8c16631af575c81ed2eb5ff0e..0000000000000000000000000000000000000000 --- a/public/content/justin/assets/css/mobile.css +++ /dev/null @@ -1,91 +0,0 @@ -@media only screen and (max-width : 800px) { - - .content { - padding-left: 5%; - padding-right: 5%; - } - - nav { - background-color: rgba(16, 16, 16, 0.8); - height: auto; - padding: 0; - position: absolute; - right: -40%; - top: 20px; - width: 40%; - margin: 0; - z-index: 1000; - transition: right 0.4s; - } - - nav ul { - flex-direction: column; - } - - nav li { - display: block; - padding-top: 10px; - padding-bottom: 10px; - margin-top: 10px; - margin-bottom: 10px; - } - - nav a { - font-size: 0.8em; - } - - nav a:hover { - border-bottom: unset; - padding-bottom: unset; - } - - .hamburger { - display: none; - flex-direction: column; - justify-content: space-between; - width: 40px; - height: 40px; - background-color: rgba(16, 16, 16, 0.8); - margin-top: 20px; - padding: 8px; - transition: margin-right 0.4s; - } - - .line { - background-color: white; - height: 2px; - } - - .slide-nav { - right: 0; - } - - .slide-hamburger { - margin-right: 40%; - } - - .overflow-visible{ - overflow: visible; - } - - .logo{ - width: 80px; - height: 80px; - margin-left: 8vw; - } - - -} - -@media only screen and (max-width : 400px) { - - #projectlogo img{ - width: 50px; - } - - #projectname { - font-size: 12px; - } - - -} \ No newline at end of file diff --git a/public/content/justin/assets/css/style.css b/public/content/justin/assets/css/style.css deleted file mode 100644 index 1a2bf18d017fcf01b9d14f4954e5ece4662177c8..0000000000000000000000000000000000000000 --- a/public/content/justin/assets/css/style.css +++ /dev/null @@ -1,244 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); - -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -body { - font-family: 'Roboto', sans-serif; -} - -h1 { - margin-top: 1.5em; -} - -p { - margin-top: 1.25em; -} - -.content{ - padding-left: 25%; - padding-right: 25%; -} - -.content ul { - list-style-image: url(../images/list.png); -} - -.content img { - max-width: 100%; -} - -header { - position: relative; - width: 100%; - height: 43.2vw; - background: url(../images/header.jpg); - background-size: contain; - background-repeat: no-repeat; - display: flex; - flex-direction: column; - justify-content: space-between; - overflow: hidden; -} - -.row { - display: flex; - flex-direction: row; - width: 100%; - justify-content: space-between; -} - -nav { - margin-top: 20px; - margin-right: 5vw; - letter-spacing: .8px; -} - -nav ul { - list-style: none; - margin: 8px; - padding: 0; - display: flex; - flex-wrap: wrap; -} -nav li { - display: inline-block; - padding: 0 20px; - margin-top: 20px; -} - -nav a { - text-decoration: none; - text-transform: uppercase; - font-size: 14px; - font-weight: 700; - color: #fff; - text-shadow: 0 1px 4px rgba(0,0,0,.4); - border-bottom: 5px solid transparent; - padding-bottom: 5px; -} - -nav a:hover { - border-bottom: 5px solid gray; - transition: border-bottom-color 0.5s; -} - -.footer { - margin-top: 3em; - background-image: linear-gradient(45deg, #a999a0, #ded9d6); -} - -.logo{ - width: 120px; - height: 120px; - margin-left: 8vw; -} - -.footer-participants-container { - display: flex; - justify-content: space-evenly; - flex-wrap: wrap; - padding-left: 20px; - padding-right: 20px; - padding-top: 60px; - padding-bottom: 60px; -} - -.participant { - display: flex; - flex-direction: column; - align-items: center; -} - -.participant-avatar { - width: 120px; - height: 120px; - overflow: hidden; - border-radius: 50%; - background-color: white; - box-shadow: 0px 3px 8px 0px #00000069; - margin-left: 40px; - margin-right: 40px; - margin-top: 40px; - margin-bottom: 10px; -} - -.participant-avatar img { - width: 100%; - margin: auto; -} - -.participant-social { - margin-top: 10px; -} - -.social { - margin-left: 3px; - margin-right: 3px; -} - -.footer-logo-container { - display: flex; - justify-content: flex-end; - flex-wrap: wrap; - padding-left: 20px; - padding-right: 20px; - padding-top: 60px; - padding-bottom: 60px; -} - -.footer-logo { - width: 80px; - height: 80px; - overflow: hidden; - border-radius: 25%; - background-color: white; - display: flex; - box-shadow: 0px 2px 6px 0px #00000069; - margin-right: 20px; - margin-top: 40px; -} - -.footer-logo a { - display: flex; -} - -.footer-logo img { - width: 80%; - margin: auto; -} - -#projectlogo { - text-align: center; - margin-top: auto; -} - -#projectlogo img{ - max-width: 300px; - width: 16%; -} - -#projectname { - font-weight: 700; - color: #fff; - text-align: center; - font-size: 4vw; - margin-bottom: 6vw; -} - -.hamburger { - display: none; -} - -.legal { - display: flex; - align-items: center; - flex-wrap: wrap; - background-color: #252525; - padding: 10px 80px; -} - -.legal-text-container { - display: flex; - flex-wrap: wrap; - flex: 1; - justify-content: center; -} - -.legal-text { - color: #c5c5c5; - font-size: 0.8em; - margin-right: 20px; - text-decoration: none; -} - -.top { - display: flex; - align-items: center; - opacity: 0.8; -} - -.top a { - display: inline-block; - line-height: 0; -} - -.top:hover { - opacity: 1; -} - -audio { - width: 100%; -} - -.video-container { - width: 100%; -} - -.video-container iframe { - width: 100%; - max-width: 560px; -} \ No newline at end of file diff --git a/public/content/justin/assets/images/avatar.png b/public/content/justin/assets/images/avatar.png deleted file mode 100644 index a031c19a06eda950fce6bcd91a2d21ccde6822ce..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/avatar.png and /dev/null differ diff --git a/public/content/justin/assets/images/charlotte.jpg b/public/content/justin/assets/images/charlotte.jpg deleted file mode 100644 index 2d12c5b5ea58daa4db3cf3522f9f7b5b16af6c8d..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/charlotte.jpg and /dev/null differ diff --git a/public/content/justin/assets/images/facebook.png b/public/content/justin/assets/images/facebook.png deleted file mode 100644 index 716d2fc91942580a3bf585b582340e7cce157942..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/facebook.png and /dev/null differ diff --git a/public/content/justin/assets/images/header.jpg b/public/content/justin/assets/images/header.jpg deleted file mode 100644 index 935531feb87e231eb433ba6e53a582b95872dbe0..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/header.jpg and /dev/null differ diff --git a/public/content/justin/assets/images/hft_logo.svg b/public/content/justin/assets/images/hft_logo.svg deleted file mode 100644 index fabcd528fd48e367d7e591ff883554b33ddd7c65..0000000000000000000000000000000000000000 --- a/public/content/justin/assets/images/hft_logo.svg +++ /dev/null @@ -1,184 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 166.2 166.2" style="enable-background:new 0 0 166.2 166.2;" xml:space="preserve"> -<style type="text/css"> - .st0{clip-path:url(#SVGID_2_);} - .st1{fill:#D90F15;opacity:0.8} - .st2{enable-background:new ;} - .st3{fill:#FFFFFF;} -</style> -<g id="Group_1316" transform="translate(-140)"> - <g id="Group_519" transform="translate(140)"> - <g> - <defs> - <rect id="SVGID_1_" width="166.2" height="166.2"/> - </defs> - <clipPath id="SVGID_2_"> - <use xlink:href="#SVGID_1_" style="overflow:visible;"/> - </clipPath> - <g id="Group_518" class="st0"> - <g id="Path_371"> - <path class="st1" d="M-8.3-6.6v180.7h184.9V-6.6H-8.3z"/> - </g> - </g> - </g> - </g> - <g class="st2"> - <path class="st3" d="M157.5,44.6V26.7h1.2V35h11.2v-8.3h1.2v17.9h-1.2v-8.4h-11.2v8.4H157.5z"/> - <path class="st3" d="M180.2,31.3c0.3,0,0.6,0,0.9,0.1c0.3,0.1,0.7,0.2,1.1,0.3c0.4,0.1,0.7,0.3,1.1,0.6s0.6,0.5,0.9,0.9 - s0.5,0.8,0.6,1.3c0.2,0.5,0.2,1.1,0.2,1.8v3.7c0,0.1,0,0.4,0,0.7c0,0.3-0.1,0.6-0.2,1c-0.1,0.4-0.2,0.7-0.4,1.1s-0.5,0.7-0.8,1.1 - c-0.4,0.3-0.8,0.6-1.4,0.8c-0.6,0.2-1.2,0.3-2,0.3c-0.8,0-1.5-0.1-2-0.3c-0.6-0.2-1-0.5-1.4-0.8c-0.4-0.3-0.6-0.7-0.8-1.1 - c-0.2-0.4-0.4-0.8-0.4-1.1c-0.1-0.4-0.2-0.7-0.2-1c0-0.3,0-0.5,0-0.7v-3.7c0-0.7,0.1-1.3,0.3-1.8c0.2-0.5,0.4-0.9,0.7-1.3 - c0.3-0.4,0.6-0.7,0.9-0.9c0.3-0.2,0.7-0.4,1.1-0.6c0.4-0.1,0.7-0.2,1.1-0.3C179.6,31.4,179.9,31.3,180.2,31.3z M180.2,32.6 - c-0.3,0-0.7,0.1-1.1,0.2c-0.4,0.1-0.8,0.3-1.2,0.6c-0.4,0.3-0.7,0.6-1,1.1c-0.3,0.5-0.4,1.1-0.4,1.8v3.7c0,0.1,0,0.3,0,0.5 - c0,0.2,0.1,0.5,0.1,0.8c0.1,0.3,0.2,0.6,0.3,0.9c0.2,0.3,0.4,0.6,0.6,0.8c0.3,0.2,0.6,0.4,1,0.6c0.4,0.2,0.9,0.2,1.5,0.2 - c0.6,0,1.1-0.1,1.5-0.2c0.4-0.2,0.8-0.4,1-0.6c0.3-0.2,0.5-0.5,0.6-0.8c0.1-0.3,0.3-0.6,0.3-0.9c0.1-0.3,0.1-0.5,0.1-0.8 - c0-0.2,0-0.4,0-0.5v-3.7c0-0.5-0.1-0.9-0.2-1.3c-0.1-0.4-0.3-0.7-0.5-1c-0.2-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.5-0.3-0.8-0.4 - c-0.3-0.1-0.5-0.2-0.8-0.2C180.6,32.6,180.4,32.6,180.2,32.6z"/> - <path class="st3" d="M196.8,32.9h-3.7c-0.1,0-0.2,0-0.4,0c-0.2,0-0.4,0-0.7,0.1c-0.3,0.1-0.5,0.2-0.8,0.3 - c-0.3,0.1-0.5,0.3-0.8,0.6c-0.2,0.2-0.4,0.6-0.6,0.9c-0.2,0.4-0.2,0.8-0.2,1.4v4.3c0,0.2,0,0.3,0,0.6c0,0.2,0,0.4,0.1,0.7 - s0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.2,0.4,0.3,0.7,0.4c0.3,0.1,0.6,0.2,1,0.2c0.2,0,0.4,0,0.7,0 - c0.2,0,0.5-0.1,0.8-0.1c0.3-0.1,0.5-0.1,0.8-0.2c0.3-0.1,0.5-0.1,0.7-0.2c0.6-0.2,1.1-0.4,1.7-0.6l0.4,1.1 - c-0.6,0.2-1.2,0.4-1.8,0.6c-0.3,0.1-0.5,0.2-0.8,0.2c-0.3,0.1-0.6,0.1-0.8,0.2c-0.3,0.1-0.6,0.1-0.8,0.1c-0.3,0-0.5,0.1-0.8,0.1 - c-0.6,0-1.1-0.1-1.5-0.2c-0.4-0.2-0.8-0.4-1-0.6c-0.3-0.3-0.5-0.5-0.6-0.9c-0.2-0.3-0.3-0.6-0.3-1c-0.1-0.3-0.1-0.6-0.1-0.9 - c0-0.3,0-0.6,0-0.8v-4.3c0-0.8,0.1-1.4,0.3-1.9c0.2-0.5,0.5-0.9,0.8-1.3c0.3-0.3,0.7-0.6,1-0.8c0.4-0.2,0.7-0.3,1.1-0.4 - c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.4,0,0.5,0h3.7V32.9z"/> - <path class="st3" d="M200.5,44.6V26.7h1.2V33c0.2-0.1,0.5-0.2,0.7-0.3c0.3-0.1,0.5-0.2,0.8-0.3c0.3-0.1,0.5-0.2,0.7-0.3 - c0.2-0.1,0.4-0.2,0.5-0.2c0.3-0.1,0.5-0.2,0.7-0.2c0.2-0.1,0.4-0.1,0.6-0.2c0.2,0,0.4-0.1,0.5-0.1c0.2,0,0.3,0,0.5,0 - c0.6,0,1.2,0.1,1.6,0.4c0.4,0.3,0.7,0.6,1,1c0.2,0.4,0.4,0.8,0.5,1.3c0.1,0.4,0.1,0.8,0.1,1.2v9.4h-1.2v-9.4c0-0.2,0-0.5-0.1-0.8 - c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.3-0.3-0.5-0.6-0.7c-0.3-0.2-0.6-0.3-1-0.3c-0.5,0-1.2,0.1-1.9,0.4c-0.2,0.1-0.4,0.2-0.7,0.3 - c-0.3,0.1-0.6,0.2-0.9,0.4c-0.3,0.1-0.6,0.3-0.9,0.4s-0.5,0.2-0.7,0.3v10.3H200.5z"/> - <path class="st3" d="M213.6,42.6c0.2,0.1,0.4,0.2,0.7,0.3c0.3,0.1,0.6,0.3,1,0.4c0.4,0.1,0.8,0.2,1.2,0.3c0.5,0.1,1,0.1,1.5,0.1 - c0.6,0,1.2-0.1,1.6-0.2c0.5-0.1,0.8-0.3,1.1-0.5c0.3-0.2,0.5-0.5,0.6-0.8c0.1-0.3,0.2-0.7,0.2-1.1c0-0.4-0.1-0.7-0.2-0.9 - c-0.1-0.3-0.3-0.5-0.6-0.7s-0.6-0.4-1-0.5c-0.4-0.2-1-0.3-1.6-0.4c-0.9-0.2-1.6-0.5-2.2-0.7c-0.6-0.2-1-0.5-1.4-0.8 - c-0.3-0.3-0.6-0.6-0.7-1c-0.1-0.4-0.2-0.8-0.2-1.3c0-1.1,0.4-2,1.1-2.6c0.7-0.6,1.8-0.9,3.1-0.9c1,0,1.9,0.1,2.6,0.2 - c0.7,0.1,1.2,0.3,1.6,0.4l-0.4,1.1c-0.2-0.1-0.5-0.1-0.7-0.2c-0.2-0.1-0.5-0.1-0.8-0.2c-0.3-0.1-0.6-0.1-1-0.1c-0.4,0-0.8,0-1.3,0 - c-1,0-1.8,0.2-2.3,0.6c-0.5,0.4-0.7,1-0.7,1.8c0,0.4,0.1,0.7,0.2,0.9c0.1,0.2,0.3,0.5,0.6,0.7c0.3,0.2,0.6,0.4,1.1,0.5 - c0.5,0.2,1,0.3,1.7,0.5c0.8,0.2,1.5,0.4,2.1,0.6c0.6,0.2,1,0.4,1.4,0.7c0.3,0.3,0.6,0.6,0.7,1c0.2,0.4,0.2,0.9,0.2,1.4 - c0,1.2-0.4,2.1-1.2,2.7c-0.8,0.6-2,1-3.6,1c-0.6,0-1.2,0-1.7-0.1s-1-0.2-1.4-0.3c-0.4-0.1-0.8-0.3-1.1-0.4 - c-0.3-0.1-0.5-0.3-0.7-0.4L213.6,42.6z"/> - <path class="st3" d="M233.9,32.9h-3.7c-0.1,0-0.2,0-0.4,0c-0.2,0-0.4,0-0.7,0.1c-0.3,0.1-0.5,0.2-0.8,0.3 - c-0.3,0.1-0.5,0.3-0.8,0.6c-0.2,0.2-0.4,0.6-0.6,0.9c-0.2,0.4-0.2,0.8-0.2,1.4v4.3c0,0.2,0,0.3,0,0.6c0,0.2,0,0.4,0.1,0.7 - s0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.2,0.4,0.3,0.7,0.4c0.3,0.1,0.6,0.2,1,0.2c0.2,0,0.4,0,0.7,0 - c0.2,0,0.5-0.1,0.8-0.1c0.3-0.1,0.5-0.1,0.8-0.2c0.3-0.1,0.5-0.1,0.7-0.2c0.6-0.2,1.1-0.4,1.7-0.6l0.4,1.1 - c-0.6,0.2-1.2,0.4-1.8,0.6c-0.3,0.1-0.5,0.2-0.8,0.2c-0.3,0.1-0.6,0.1-0.8,0.2c-0.3,0.1-0.6,0.1-0.8,0.1c-0.3,0-0.5,0.1-0.8,0.1 - c-0.6,0-1.1-0.1-1.5-0.2c-0.4-0.2-0.8-0.4-1-0.6c-0.3-0.3-0.5-0.5-0.6-0.9c-0.2-0.3-0.3-0.6-0.3-1c-0.1-0.3-0.1-0.6-0.1-0.9 - c0-0.3,0-0.6,0-0.8v-4.3c0-0.8,0.1-1.4,0.3-1.9c0.2-0.5,0.5-0.9,0.8-1.3c0.3-0.3,0.7-0.6,1-0.8c0.4-0.2,0.7-0.3,1.1-0.4 - c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.4,0,0.5,0h3.7V32.9z"/> - <path class="st3" d="M237.6,44.6V26.7h1.2V33c0.2-0.1,0.5-0.2,0.7-0.3c0.3-0.1,0.5-0.2,0.8-0.3c0.3-0.1,0.5-0.2,0.7-0.3 - c0.2-0.1,0.4-0.2,0.5-0.2c0.3-0.1,0.5-0.2,0.7-0.2c0.2-0.1,0.4-0.1,0.6-0.2c0.2,0,0.4-0.1,0.5-0.1c0.2,0,0.3,0,0.5,0 - c0.6,0,1.2,0.1,1.6,0.4c0.4,0.3,0.7,0.6,1,1c0.2,0.4,0.4,0.8,0.5,1.3c0.1,0.4,0.1,0.8,0.1,1.2v9.4H246v-9.4c0-0.2,0-0.5-0.1-0.8 - c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.3-0.3-0.5-0.6-0.7c-0.3-0.2-0.6-0.3-1-0.3c-0.5,0-1.2,0.1-1.9,0.4c-0.2,0.1-0.4,0.2-0.7,0.3 - c-0.3,0.1-0.6,0.2-0.9,0.4c-0.3,0.1-0.6,0.3-0.9,0.4s-0.5,0.2-0.7,0.3v10.3H237.6z"/> - <path class="st3" d="M252.8,31.6v9.4c0,0.2,0,0.5,0.1,0.8c0.1,0.3,0.2,0.6,0.3,0.9s0.3,0.5,0.6,0.7c0.3,0.2,0.6,0.3,1,0.3 - c0.5,0,1.2-0.1,1.9-0.4c0.2-0.1,0.4-0.2,0.7-0.3c0.3-0.1,0.6-0.2,0.9-0.4c0.3-0.1,0.6-0.3,0.9-0.4c0.3-0.1,0.5-0.2,0.7-0.3V31.6 - h1.2v13h-1.2v-1.3c-0.2,0.1-0.5,0.2-0.8,0.3c-0.3,0.1-0.5,0.2-0.8,0.3c-0.3,0.1-0.5,0.2-0.7,0.3c-0.2,0.1-0.4,0.2-0.5,0.2 - c-0.3,0.1-0.5,0.2-0.7,0.2c-0.2,0.1-0.4,0.1-0.6,0.2c-0.2,0-0.4,0.1-0.5,0.1c-0.2,0-0.3,0-0.5,0c-0.6,0-1.2-0.1-1.6-0.4 - c-0.4-0.3-0.7-0.6-1-1c-0.2-0.4-0.4-0.8-0.5-1.3c-0.1-0.4-0.1-0.8-0.1-1.2v-9.4H252.8z"/> - <path class="st3" d="M266.8,26.7v17.9h-1.2V26.7H266.8z"/> - <path class="st3" d="M280.6,43.8c-0.3,0.1-0.7,0.2-1.1,0.4c-0.4,0.1-0.8,0.3-1.3,0.4c-0.4,0.1-0.9,0.2-1.4,0.3 - c-0.5,0.1-1,0.1-1.6,0.1c-0.7,0-1.3-0.1-1.8-0.3c-0.6-0.2-1-0.5-1.4-0.9c-0.4-0.4-0.7-0.9-0.9-1.6c-0.2-0.6-0.3-1.4-0.3-2.2v-3.3 - c0-0.9,0.1-1.6,0.4-2.3c0.2-0.7,0.6-1.2,1-1.7c0.4-0.5,1-0.8,1.6-1c0.6-0.2,1.4-0.3,2.1-0.3c0.8,0,1.5,0.1,2.1,0.4 - c0.6,0.3,1.1,0.6,1.5,1.1c0.4,0.5,0.7,1,0.9,1.6c0.2,0.6,0.3,1.3,0.3,2.1v2.2H272v1.1c0,0.7,0.1,1.2,0.2,1.7 - c0.2,0.5,0.4,0.9,0.7,1.2c0.3,0.3,0.6,0.5,1,0.7c0.4,0.1,0.9,0.2,1.4,0.2c0.5,0,1,0,1.4-0.1c0.5-0.1,0.9-0.2,1.4-0.3 - s0.8-0.2,1.2-0.4c0.4-0.1,0.7-0.2,0.9-0.3L280.6,43.8z M272,37.5h7.4v-1.1c0-1.3-0.3-2.3-0.8-3c-0.6-0.7-1.5-1.1-2.7-1.1 - c-0.6,0-1.2,0.1-1.7,0.2c-0.5,0.2-0.9,0.4-1.2,0.7c-0.3,0.3-0.6,0.8-0.8,1.3c-0.2,0.5-0.3,1.2-0.3,1.9V37.5z"/> - </g> - <g class="st2"> - <path class="st3" d="M156.2,58h1.9v-0.6c0-0.6,0.1-1.1,0.2-1.6s0.4-1,0.7-1.3c0.3-0.4,0.7-0.7,1.2-0.9s1.1-0.3,1.8-0.3 - c0.5,0,0.9,0,1.2,0.1c0.3,0.1,0.6,0.2,0.8,0.3l-0.7,1.9c-0.2-0.1-0.4-0.1-0.6-0.2c-0.2,0-0.4-0.1-0.7-0.1c-0.6,0-1,0.2-1.3,0.5 - c-0.3,0.4-0.5,0.9-0.5,1.6V58h2.5v2.1h-2.5V71H158V60.1h-1.9V58z"/> - <path class="st3" d="M175.9,71h-2.2v-1.1l-1.9,0.7c-0.1,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.4,0.1-0.7,0.2s-0.5,0.1-0.8,0.2 - c-0.3,0-0.6,0.1-0.9,0.1c-0.4,0-0.8-0.1-1.3-0.2c-0.4-0.1-0.8-0.4-1.1-0.7c-0.3-0.3-0.6-0.8-0.8-1.3c-0.2-0.6-0.3-1.3-0.3-2.2V58 - h2.2v8.9c0,0.2,0,0.4,0,0.6s0.1,0.5,0.2,0.8c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.2,0.6,0.3,1,0.3c0.3,0,0.5,0,0.8-0.1 - c0.3-0.1,0.5-0.2,0.8-0.3l2.7-1.1V58h2.2V71z M167.3,55.6v-2.5h2.3v2.5H167.3z M171.9,55.6v-2.5h2.3v2.5H171.9z"/> - <path class="st3" d="M184.6,57.7c0.3,0,0.7,0,0.9,0.1c0.3,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.4,0.2,0.6,0.4l-0.8,2.1 - c-0.1-0.1-0.3-0.2-0.5-0.2c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2-0.1-0.4-0.1-0.6-0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.2-0.6,0.4 - c-0.2,0.1-0.4,0.3-0.5,0.5c-0.2,0.2-0.3,0.3-0.4,0.5s-0.3,0.3-0.4,0.5V71h-2.2V58h2.2v1.4c0,0,0,0,0.1-0.1 - c0.1-0.1,0.1-0.2,0.3-0.3c0.1-0.1,0.2-0.3,0.4-0.4c0.2-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.4-0.2,0.6-0.3 - C184.1,57.8,184.4,57.7,184.6,57.7z"/> - <path class="st3" d="M209.6,55.2h-6.7V71h-2.4V55.2h-6.7v-2.1h15.7V55.2z"/> - </g> - <g class="st2"> - <path class="st3" d="M220.8,70.2c-0.4,0.1-0.8,0.2-1.2,0.4c-0.4,0.1-0.8,0.2-1.3,0.3c-0.5,0.1-0.9,0.2-1.4,0.3 - c-0.5,0.1-1,0.1-1.6,0.1c-0.6,0-1.3-0.1-1.9-0.3c-0.6-0.2-1.1-0.5-1.6-0.9c-0.5-0.4-0.9-1-1.2-1.7c-0.3-0.7-0.4-1.6-0.4-2.7v-2.1 - c0-0.8,0.1-1.6,0.3-2.3c0.2-0.7,0.6-1.3,1-1.9c0.5-0.5,1-0.9,1.7-1.2c0.7-0.3,1.5-0.4,2.5-0.4c0.7,0,1.3,0.1,1.8,0.2 - c0.5,0.1,1,0.3,1.3,0.6c0.4,0.3,0.7,0.6,1,0.9c0.3,0.3,0.5,0.7,0.6,1.1c0.2,0.4,0.3,0.8,0.3,1.3c0.1,0.4,0.1,0.9,0.1,1.3v2.3h-8.5 - v0.6c0,0.6,0.1,1.1,0.2,1.5c0.1,0.4,0.3,0.7,0.6,1c0.3,0.3,0.6,0.4,0.9,0.6c0.3,0.1,0.7,0.2,1.1,0.2c0.5,0,0.9,0,1.4-0.1 - c0.5-0.1,0.9-0.2,1.3-0.3c0.4-0.1,0.8-0.2,1.2-0.3c0.4-0.1,0.7-0.2,1-0.3L220.8,70.2z M212.4,63.6h6.3c0-0.6,0-1.2-0.1-1.7 - c-0.1-0.5-0.2-0.9-0.4-1.3c-0.2-0.4-0.5-0.6-0.9-0.8c-0.4-0.2-0.9-0.3-1.5-0.3c-0.6,0-1.1,0.1-1.5,0.3c-0.4,0.2-0.8,0.4-1,0.7 - s-0.5,0.7-0.6,1.1c-0.1,0.4-0.2,0.9-0.2,1.5V63.6z"/> - <path class="st3" d="M232.7,60h-3.3c-0.5,0-1,0.1-1.4,0.2c-0.4,0.1-0.7,0.3-0.9,0.5s-0.4,0.4-0.6,0.7c-0.1,0.2-0.2,0.5-0.3,0.7 - c-0.1,0.2-0.1,0.5-0.1,0.7c0,0.2,0,0.4,0,0.5v3.7c0,0.4,0.1,0.8,0.2,1.1c0.1,0.3,0.2,0.6,0.4,0.7s0.4,0.3,0.6,0.4 - c0.2,0.1,0.5,0.1,0.7,0.1c0.4,0,0.8,0,1.2-0.1c0.5-0.1,0.9-0.2,1.3-0.3c0.4-0.1,0.9-0.2,1.2-0.3c0.4-0.1,0.7-0.2,0.9-0.3 - c0.1,0.4,0.2,0.7,0.2,1c0.1,0.2,0.1,0.5,0.2,0.7s0.1,0.3,0.1,0.3c-0.4,0.1-0.8,0.3-1.2,0.4c-0.4,0.1-0.8,0.3-1.3,0.4 - c-0.4,0.1-0.9,0.2-1.4,0.2c-0.5,0.1-1.1,0.1-1.7,0.1c-0.4,0-0.9-0.1-1.3-0.2c-0.4-0.1-0.8-0.4-1.2-0.7c-0.4-0.3-0.6-0.8-0.9-1.4 - c-0.2-0.6-0.3-1.3-0.3-2.2v-3.6c0-0.7,0.1-1.4,0.2-1.9c0.2-0.5,0.4-1,0.7-1.4c0.3-0.4,0.6-0.7,1-1c0.4-0.2,0.8-0.4,1.2-0.6 - c0.4-0.1,0.8-0.2,1.3-0.3c0.4-0.1,0.8-0.1,1.2-0.1h3.3V60z"/> - <path class="st3" d="M236.4,53.1h2.2v6l1.9-0.7c0.1-0.1,0.3-0.1,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.2c0.2-0.1,0.5-0.1,0.8-0.2 - c0.3,0,0.6-0.1,1-0.1c0.4,0,0.8,0.1,1.3,0.2c0.4,0.1,0.8,0.4,1.1,0.7c0.3,0.3,0.6,0.8,0.8,1.3c0.2,0.6,0.3,1.3,0.3,2.2V71h-2.2 - v-8.9c0-0.2,0-0.4,0-0.6c0-0.3-0.1-0.5-0.2-0.8c-0.1-0.3-0.3-0.5-0.5-0.7c-0.2-0.2-0.6-0.3-1-0.3c-0.3,0-0.5,0-0.8,0.1 - c-0.3,0.1-0.5,0.2-0.7,0.2l-2.8,1.1V71h-2.2V53.1z"/> - <path class="st3" d="M250.8,58h2.1v1.1l1.9-0.7c0.1,0,0.3-0.1,0.5-0.2c0.2-0.1,0.4-0.2,0.7-0.2c0.3-0.1,0.5-0.1,0.9-0.2 - c0.3-0.1,0.6-0.1,1-0.1c0.4,0,0.8,0.1,1.3,0.2c0.4,0.1,0.8,0.4,1.1,0.7c0.3,0.3,0.6,0.8,0.8,1.3c0.2,0.6,0.3,1.3,0.3,2.2V71h-2.2 - v-8.9c0-0.2,0-0.4,0-0.6c0-0.3-0.1-0.5-0.2-0.8c-0.1-0.3-0.3-0.5-0.5-0.7c-0.2-0.2-0.6-0.3-1-0.3c-0.3,0-0.5,0-0.8,0.1 - c-0.3,0.1-0.5,0.2-0.7,0.2l-2.8,1.1V71h-2.2V58z"/> - <path class="st3" d="M267.5,56h-2.2v-2.2h2.2V56z M267.5,71h-2.2V58h2.2V71z"/> - <path class="st3" d="M271.4,71V53.1h2.2v10.5l6-5.5h2.8l-5.7,5.3l5.7,7.6h-2.7l-4.6-6.2l-1.5,1.4V71H271.4z"/> - </g> - <g class="st2"> - <path class="st3" d="M158,93.1c0.4,0.3,0.9,0.5,1.4,0.7c0.4,0.2,1,0.3,1.6,0.5c0.6,0.1,1.3,0.2,2,0.2c1.1,0,2-0.2,2.6-0.5 - c0.6-0.3,0.9-0.9,0.9-1.8c0-0.4-0.1-0.7-0.2-0.9c-0.1-0.2-0.3-0.4-0.6-0.6c-0.3-0.1-0.6-0.3-1.1-0.4c-0.5-0.1-1-0.2-1.7-0.4 - c-1.1-0.3-2.1-0.5-2.8-0.8c-0.8-0.3-1.4-0.6-1.9-1c-0.5-0.4-0.9-0.9-1.1-1.5c-0.2-0.6-0.3-1.4-0.3-2.3c0-0.9,0.1-1.7,0.4-2.4 - c0.3-0.7,0.7-1.2,1.3-1.6c0.5-0.4,1.2-0.7,2-0.9c0.8-0.2,1.7-0.3,2.6-0.3c0.7,0,1.3,0,1.9,0.1c0.6,0.1,1.2,0.1,1.7,0.2 - c0.5,0.1,1,0.2,1.4,0.3c0.4,0.1,0.8,0.2,1,0.3l-1,3c-0.3-0.1-0.6-0.2-1-0.3c-0.4-0.1-0.8-0.2-1.2-0.3c-0.4-0.1-0.9-0.2-1.3-0.2 - c-0.5-0.1-0.9-0.1-1.4-0.1c-0.5,0-0.9,0-1.3,0.1c-0.4,0.1-0.6,0.2-0.9,0.4c-0.2,0.2-0.4,0.4-0.5,0.6c-0.1,0.3-0.2,0.6-0.2,0.9 - c0,0.4,0.1,0.6,0.2,0.9c0.1,0.2,0.3,0.4,0.6,0.6c0.3,0.2,0.6,0.3,1.1,0.4c0.4,0.1,1,0.3,1.7,0.4c0.7,0.2,1.4,0.3,2,0.5 - c0.6,0.2,1.1,0.3,1.6,0.5s0.9,0.4,1.2,0.7c0.3,0.3,0.6,0.6,0.8,0.9c0.2,0.4,0.4,0.8,0.5,1.3c0.1,0.5,0.2,1,0.2,1.7 - c0,1-0.2,1.8-0.5,2.5c-0.3,0.7-0.8,1.3-1.4,1.7c-0.6,0.4-1.3,0.7-2.2,0.9c-0.9,0.2-1.9,0.3-3,0.3c-0.5,0-0.9,0-1.4-0.1 - c-0.4-0.1-0.9-0.1-1.3-0.2c-0.4-0.1-0.8-0.2-1.1-0.3c-0.4-0.1-0.7-0.2-1-0.4c-0.7-0.3-1.3-0.6-1.9-1L158,93.1z"/> - <path class="st3" d="M176.1,79.9v4.5h2.7v3h-2.7v5.8c0,0.6,0.1,1,0.3,1.2c0.2,0.2,0.5,0.3,1,0.3c0.1,0,0.3,0,0.4,0 - c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.2-0.1,0.2-0.1l0.9,2.8c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0.2 - c-0.2,0.1-0.4,0.1-0.7,0.1c-0.3,0-0.6,0.1-0.9,0.1c-0.8,0-1.4-0.1-2-0.3c-0.5-0.2-1-0.5-1.3-0.9c-0.3-0.4-0.6-0.9-0.7-1.4 - c-0.1-0.6-0.2-1.2-0.2-1.9v-5.8h-1.5v-3h1.5v-3.5L176.1,79.9z"/> - <path class="st3" d="M192.6,97.4h-3.1v-0.9c-0.2,0.1-0.3,0.2-0.5,0.2c-0.2,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.3,0.1-0.5,0.2 - c-0.1,0-0.3,0.1-0.5,0.2c-0.2,0.1-0.4,0.1-0.6,0.2c-0.2,0.1-0.5,0.1-0.8,0.1c-0.3,0-0.6,0.1-0.9,0.1c-0.4,0-0.8-0.1-1.3-0.2 - c-0.4-0.1-0.8-0.4-1.2-0.7c-0.4-0.3-0.6-0.8-0.9-1.3c-0.2-0.6-0.3-1.3-0.3-2.2v-8.9h3.2V93c0,0.3,0,0.6,0.1,0.8 - c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.3,0.4,0.4c0.2,0.1,0.4,0.1,0.7,0.1c0.2,0,0.3,0,0.5-0.1c0.2-0.1,0.4-0.1,0.7-0.2 - c0.2-0.1,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.2,0.7-0.3c0.2-0.1,0.5-0.2,0.7-0.3v-9.4h3.2V97.4z"/> - <path class="st3" d="M199.2,79.9v4.5h2.7v3h-2.7v5.8c0,0.6,0.1,1,0.3,1.2c0.2,0.2,0.5,0.3,1,0.3c0.1,0,0.3,0,0.4,0 - c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.2-0.1,0.2-0.1l0.9,2.8c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0.2 - c-0.2,0.1-0.4,0.1-0.7,0.1c-0.3,0-0.6,0.1-0.9,0.1c-0.8,0-1.4-0.1-2-0.3c-0.5-0.2-1-0.5-1.3-0.9c-0.3-0.4-0.6-0.9-0.7-1.4 - c-0.1-0.6-0.2-1.2-0.2-1.9v-5.8h-1.5v-3h1.5v-3.5L199.2,79.9z"/> - <path class="st3" d="M207.9,79.9v4.5h2.7v3h-2.7v5.8c0,0.6,0.1,1,0.3,1.2c0.2,0.2,0.5,0.3,1,0.3c0.1,0,0.3,0,0.4,0 - c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.2-0.1,0.2-0.1l0.9,2.8c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0.2 - c-0.2,0.1-0.4,0.1-0.7,0.1c-0.3,0-0.6,0.1-0.9,0.1c-0.8,0-1.4-0.1-2-0.3c-0.5-0.2-1-0.5-1.3-0.9c-0.3-0.4-0.6-0.9-0.7-1.4 - c-0.1-0.6-0.2-1.2-0.2-1.9v-5.8h-1.5v-3h1.5v-3.5L207.9,79.9z"/> - <path class="st3" d="M218.3,99.7c0.5,0,0.9-0.1,1.2-0.2c0.3-0.1,0.6-0.3,0.8-0.6c0.2-0.2,0.4-0.5,0.5-0.8c0.1-0.3,0.1-0.6,0.1-1 - v-0.8l-0.6,0.3c-0.4,0.2-0.8,0.3-1.2,0.5c-0.5,0.2-1,0.2-1.6,0.2c-0.7,0-1.3-0.1-1.8-0.3c-0.5-0.2-0.9-0.5-1.3-0.8 - c-0.3-0.3-0.6-0.7-0.8-1.1c-0.2-0.4-0.3-0.8-0.4-1.1c-0.1-0.4-0.2-0.7-0.2-1c0-0.3,0-0.6,0-0.7v-2c0-0.9,0.1-1.7,0.3-2.4 - c0.2-0.7,0.5-1.2,0.8-1.7c0.3-0.4,0.7-0.8,1.1-1c0.4-0.3,0.8-0.5,1.2-0.6c0.4-0.1,0.7-0.2,1-0.2c0.3,0,0.5,0,0.7,0h6v12.3 - c0,0.8-0.1,1.5-0.3,2.2c-0.2,0.7-0.5,1.3-1,1.9c-0.5,0.5-1,1-1.8,1.3c-0.7,0.3-1.6,0.5-2.7,0.5c-0.5,0-0.9,0-1.3-0.1 - c-0.4-0.1-0.8-0.2-1.1-0.3c-0.3-0.1-0.6-0.2-0.9-0.4c-0.3-0.1-0.5-0.3-0.7-0.5c-0.5-0.4-0.9-0.8-1.1-1.2l2.5-1.7 - c0.2,0.2,0.4,0.4,0.6,0.6c0.2,0.2,0.5,0.3,0.8,0.4C217.4,99.7,217.8,99.7,218.3,99.7z M219.3,94.1c0.2-0.1,0.3-0.1,0.5-0.2 - c0.2-0.1,0.3-0.1,0.5-0.2c0.2-0.1,0.4-0.1,0.5-0.2v-6.1h-2.8c0,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.4,0.1c-0.1,0.1-0.3,0.1-0.4,0.3 - c-0.2,0.1-0.3,0.3-0.4,0.4c-0.1,0.2-0.2,0.4-0.3,0.7c-0.1,0.3-0.1,0.6-0.1,1v2.4c0,0.2,0,0.3,0.1,0.6c0,0.2,0.1,0.5,0.3,0.7 - c0.1,0.2,0.3,0.4,0.5,0.6c0.2,0.2,0.5,0.2,0.8,0.2c0.2,0,0.4,0,0.7-0.1C218.7,94.3,219,94.2,219.3,94.1z"/> - <path class="st3" d="M234.8,97.4v-0.9l-2.1,0.9c-0.3,0.1-0.6,0.2-0.9,0.3c-0.3,0.1-0.7,0.1-1,0.1c-0.8,0-1.5-0.1-2-0.4 - c-0.5-0.3-0.9-0.6-1.2-1.1c-0.3-0.5-0.5-1-0.6-1.6c-0.1-0.6-0.2-1.3-0.2-2v-2.2c0-0.9,0.1-1.6,0.3-2.3c0.2-0.6,0.4-1.2,0.7-1.6 - c0.3-0.4,0.6-0.8,1-1.1c0.4-0.3,0.8-0.5,1.1-0.6c0.4-0.1,0.7-0.2,1.1-0.3c0.3,0,0.7-0.1,0.9-0.1h5.9v13H234.8z M231.4,94.8 - c0.3,0,0.6,0,0.8-0.1c0.3-0.1,0.6-0.2,1-0.4l1.6-0.7v-6.3h-2.8c-0.2,0-0.5,0-0.7,0.1c-0.2,0.1-0.4,0.2-0.6,0.4 - c-0.2,0.2-0.3,0.4-0.5,0.8c-0.1,0.3-0.2,0.7-0.2,1.2v2.9c0,0.3,0,0.6,0,0.8c0,0.2,0.1,0.5,0.2,0.6c0.1,0.2,0.2,0.3,0.4,0.4 - C230.9,94.8,231.1,94.8,231.4,94.8z"/> - <path class="st3" d="M241.3,97.4v-13h3.2v0.9c0.1-0.1,0.3-0.3,0.4-0.4c0.2-0.1,0.3-0.3,0.5-0.4c0.2-0.1,0.4-0.2,0.6-0.3 - c0.2-0.1,0.4-0.1,0.7-0.1c0.3,0,0.6,0,0.9,0.1c0.3,0.1,0.6,0.2,0.8,0.3c0.3,0.1,0.5,0.3,0.8,0.5l-0.9,2.5 - c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.2-0.5-0.2c-0.2-0.1-0.4-0.1-0.5-0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.2-0.6,0.3 - c-0.2,0.1-0.4,0.3-0.5,0.5c-0.2,0.2-0.3,0.3-0.4,0.5v9.1H241.3z"/> - <path class="st3" d="M254.1,79.9v4.5h2.7v3h-2.7v5.8c0,0.6,0.1,1,0.3,1.2c0.2,0.2,0.5,0.3,1,0.3c0.1,0,0.3,0,0.4,0 - c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.2-0.1,0.2-0.1l0.9,2.8c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.3,0.1-0.5,0.2 - c-0.2,0.1-0.4,0.1-0.7,0.1c-0.3,0-0.6,0.1-0.9,0.1c-0.8,0-1.4-0.1-2-0.3c-0.5-0.2-1-0.5-1.3-0.9c-0.3-0.4-0.6-0.9-0.7-1.4 - c-0.1-0.6-0.2-1.2-0.2-1.9v-5.8h-1.5v-3h1.5v-3.5L254.1,79.9z"/> - </g> -</g> -</svg> diff --git a/public/content/justin/assets/images/justin.jpg b/public/content/justin/assets/images/justin.jpg deleted file mode 100644 index ef363a8ad68815e2a11280c4ea1fe6442511401f..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/justin.jpg and /dev/null differ diff --git a/public/content/justin/assets/images/linkedin.png b/public/content/justin/assets/images/linkedin.png deleted file mode 100644 index 4bd3550cd999c0cf4ed12ceb53a75d3a9bfac6b3..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/linkedin.png and /dev/null differ diff --git a/public/content/justin/assets/images/list.png b/public/content/justin/assets/images/list.png deleted file mode 100644 index e0064d82d673ce22dda7f5bfdcc95173420f1adc..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/list.png and /dev/null differ diff --git a/public/content/justin/assets/images/top.png b/public/content/justin/assets/images/top.png deleted file mode 100644 index cc720292bcae1ce38dad9e0a104d37384f81efd0..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/top.png and /dev/null differ diff --git a/public/content/justin/assets/images/twitter.png b/public/content/justin/assets/images/twitter.png deleted file mode 100644 index 6da1f270e1299c803b0b735a67919d03c035b2bb..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/twitter.png and /dev/null differ diff --git a/public/content/justin/assets/images/webpage.png b/public/content/justin/assets/images/webpage.png deleted file mode 100644 index df05bf018327f31e0e8964ce41ea830da0d77808..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/images/webpage.png and /dev/null differ diff --git a/public/content/justin/assets/logos/Logo_M4_LAB.jpg b/public/content/justin/assets/logos/Logo_M4_LAB.jpg deleted file mode 100644 index 7417075b2c4db0a7e510ef8e269b8225abfa2d5d..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/logos/Logo_M4_LAB.jpg and /dev/null differ diff --git a/public/content/justin/assets/logos/logo1.png b/public/content/justin/assets/logos/logo1.png deleted file mode 100644 index 233410c57727edf0574d45c35a4607ecd9ead11b..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/logos/logo1.png and /dev/null differ diff --git a/public/content/justin/assets/logos/logo2.png b/public/content/justin/assets/logos/logo2.png deleted file mode 100644 index e52590c27a9527fd6399f2de4f57ff1cb8da9cbf..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/logos/logo2.png and /dev/null differ diff --git a/public/content/justin/assets/logos/logo3.png b/public/content/justin/assets/logos/logo3.png deleted file mode 100644 index f87b0cc02358000d83ce79d6a91439f4ca2b3f2d..0000000000000000000000000000000000000000 Binary files a/public/content/justin/assets/logos/logo3.png and /dev/null differ diff --git a/public/content/justin/cover.jpg b/public/content/justin/cover.jpg deleted file mode 100644 index fb9f1e021cb807e7174077307740dc8389a6cec4..0000000000000000000000000000000000000000 Binary files a/public/content/justin/cover.jpg and /dev/null differ diff --git a/public/content/justin/ezgif.com-gif-maker.gif b/public/content/justin/ezgif.com-gif-maker.gif deleted file mode 100644 index eb0854c35f1f706751141a198498fc6f4c2290e8..0000000000000000000000000000000000000000 Binary files a/public/content/justin/ezgif.com-gif-maker.gif and /dev/null differ diff --git a/public/content/justin/index.html b/public/content/justin/index.html deleted file mode 100644 index 18584b0c0cad5108be5958e3e5d70779965de79f..0000000000000000000000000000000000000000 --- a/public/content/justin/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<html> - -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="generator" content="GitLab Pages"> - <title></title> - <link rel="stylesheet" href="assets/css/style.css"> - <link rel="stylesheet" href="assets/css/mobile.css"> - - <style> - .cover{margin-top:48px;display:flex}.cover img{width:250px;object-fit:contain;margin-bottom:auto;box-shadow:0 1px 4px -1px #00000069}.metadata{display:flex;flex-direction:column;margin-left:1em}.title{flex-grow:1;font-size:2em;font-weight:700}.metadata-item{display:flex;flex-direction:column;margin-top:24px}.download-item{display:flex;margin-top:24px}.metadata-name{border-bottom:1px solid #cacaca;border-image:linear-gradient(to right,#cacaca,#ffffff00) 1;margin-bottom:5px}.supervisors{display:flex;flex-direction:column}.button{background-color:#4caf50;border:none;color:#fff;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px}@media only screen and (max-width :450px){.cover{flex-wrap:wrap}.cover img{width:100%}} - </style> - -</head> - -<body> - <header id="header"> - <div class="row"> - <div class="logo" id="logo"></div> - <div class="hamburger"> - <div class="line"></div> - <div class="line"></div> - <div class="line"></div> - </div> - <nav></nav> - </div> - <div id='projectname'></div> - </header> - <div class="content"> - - <div class="cover"> - <img src="cover.jpg"> - <ul class="metadata"> - <li class="metadata-item title"> - Outdoor Mobile Augmented Reality in Urban Planning; Concepts of Visualizing Focus and Context Using Grayscale Filter in Video-based AR. - </li> - <li class="metadata-item"> - <div class="metadata-name">Author</div> - <div>Justin Jing Hui</div> - </li> - <li class="metadata-item"> - <div class="metadata-name">Supervisors</div> - <div class="supervisors"> - <div>Prof. Dr.-Ing. Volker Coors</div> - <div>Prof. Dr.-Ing. Eberhard Gülch</div> - </div> - </li> - <li class="metadata-item"> - <div class="metadata-name">Year</div> - <div>2021</div> - </li> - <li class="download-item"><a href="thesis.pdf" class="button" download>download</a></li> - </ul> - </div> - - <h1>Abstract</h1> - - <p> - Urban planners and designers often use grayscale masking filters to highlight a selected urban feature and its context without the overwhelming information. With the rising interest in applying augmented reality (AR) technology into the field of urban planning for increasing social engagement, this thesis aims to develop an outdoor mobile AR application that visualizes the urban environment using the mentioned grayscale masking filters. The application is able to apply the grayscale masking filter to the designated buildings in Nordbahnhof, Stuttgart when the device’s camera is pointing to them. State of the art of outdoor mobile AR technologies are studied and reviewed. This thesis proposes the concepts and methodology of the video-based AR visualization and the development of the app. The implementation of the concepts and methodology is documented and the implementation process and result are evaluated. - </p> - - <h1>The AR Application</h1> - - <p> - The application developed for the thesis is able to visualize a series of desingated buildings in Nordbahnhof, Stuttgart with the grayscale masking filter. With the app on, once the user points the camera to the designated building, the system will in-real-time detects the building and render the surrounding in monochrome and leaving the building in color. The moving image below demonstrates the visualization from a screen recording when using the app. - <br></br> - <img src="ezgif.com-gif-maker.gif" alt="video demonstration"/> - <br></br> - Codes and assets used for the development of this application can be found <a href="https://transfer.hft-stuttgart.de/gitlab/huijustinjing/ar-building-visualization-with-grayscale-filter"> here</a>. - </p> - - </div> - - <div class="footer"></div> - <div class="legal"></div> - - <script src="../settings.js"> </script> - <script src="../main.js"> </script> -</body> - -</html> diff --git a/public/content/justin/thesis.pdf b/public/content/justin/thesis.pdf deleted file mode 100644 index 941e9dcc9521468a20e0bbf28c745bb45f9a0979..0000000000000000000000000000000000000000 Binary files a/public/content/justin/thesis.pdf and /dev/null differ diff --git a/public/content/muhamamd/1_PG3_Alfakhori_Muhamamd_MasterThesis.pdf b/public/content/muhamamd/1_PG3_Alfakhori_Muhamamd_MasterThesis.pdf deleted file mode 100644 index b448d4f60dedaab72d74305e941e6087061d2516..0000000000000000000000000000000000000000 Binary files a/public/content/muhamamd/1_PG3_Alfakhori_Muhamamd_MasterThesis.pdf and /dev/null differ diff --git a/public/content/muhamamd/UGLthumbnail.gif b/public/content/muhamamd/UGLthumbnail.gif deleted file mode 100644 index f3cbc68777f3a3f9e266ec6be66921efff95cde3..0000000000000000000000000000000000000000 Binary files a/public/content/muhamamd/UGLthumbnail.gif and /dev/null differ diff --git a/public/content/team.json b/public/content/team.json index fd9b97c0ffe0b62b202a4a24d9b0309c9ed70a18..9955437926a9176257d3fc5426c862455cbfba66 100644 --- a/public/content/team.json +++ b/public/content/team.json @@ -1,111 +1,92 @@ [ { - "firstName": "Prof. Dr. Volker", - "lastName": "Coors", + "firstName": "Prof. Dr. Dieter", + "lastName": "Uckelmann", "jobTitle_en": "Lab Leader", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/f/2/csm_Coors-Volker__2__2fbc5a88e2.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/volker-coors", - "researchTopics": "Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/c/3/csm_Uckelmann-5_def04d7699.jpg", + "profile_link": "https://www.hft-stuttgart.de/p/dieter-uckelmann", + "researchTopics": "Smart Cities | Sensors & IoT | Industrie 4.0 | Lab-based Education | Digitalisation | Smart Buildings | RFID | RTLS | BM | AI ", "optional": { - "researchGateURL": "https://www.researchgate.net/profile/Volker-Coors", - "LinkedInURL": "https://www.linkedin.com/in/volker-coors-97173a6/" + "researchGateURL": "https://www.researchgate.net/profile/Dieter-Uckelmann", + "LinkedInURL": "https://de.linkedin.com/in/dieter-uckelmann" } }, { - "firstName": "Joe T.", - "lastName": "Santhanavanich", + "firstName": "Myriam", + "lastName": "Guedey", "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/9/b/csm_JoeSquare_89b2f100d1.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich", - "researchTopics": "Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/b/d/csm_guedey_myriam_b6fcf69a28.jpg", + "profile_link": "https://www.hft-stuttgart.de/p/myriam-guedey", + "researchTopics": "Smart Cities | Sensors & IoT | Smart Buildings | Open Source and Open Networks | Sustainable Digitalisation", "optional": { - "researchGateURL": "https://www.researchgate.net/profile/Thunyathep-Santhanavanich", - "googleScholarURL": "https://scholar.google.com/citations?user=RKNY04EAAAAJ&hl=en", - "LinkedInURL": "https://www.linkedin.com/in/thunyatheps/" + "researchGateURL": "https://www.researchgate.net/profile/Myriam-Guedey", + "LinkedInURL": "https://de.linkedin.com/in/myriamguedey" } }, { - "firstName": "Dr. Sven", - "lastName": "Schneider", - "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/9/d/csm_sven_head_shot_ieee_d1acb7cb1f.png", - "profile_link": "https://www.hft-stuttgart.de/p/Sven-Schneider", - "researchTopics": "Remote Sensing | Spectroscopy | Geology| Geo-informatics | Machine learning", + "firstName": "Dr. Sarah", + "lastName": "Larsen-Vefring", + "jobTitle_en": "Managing director research thrust 2", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/d/9/csm_IMG_0567-2_Quadrat_c07e5b79b0.jpg", + "profile_link": "https://www.hft-stuttgart.de/p/sarah-larsen-vefring", + "researchTopics": "Smart Technologies, Processes and Methods | Research Coordination IoT", "optional": { - "LinkedInURL": "https://www.linkedin.com/in/sven-schneider-2236bb71/" } }, { - "firstName": "Rushikesh ", - "lastName": "Padsala", + "firstName": "Sergej", + "lastName": "Kreber", "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/1/6/csm_Passport_Size_Pic__2__d559dc6245.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/Rushikesh-Padsala", - "researchTopics": "Digital Twins | 3D City Models | Geo-Data Management | Spatial Planning | Smart Sustainable Cities", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/a/f/csm_236_1a13a398f8.jpg", + "profile_link": "https://www.hft-stuttgart.de/p/sergej-kreber", + "researchTopics": "Smart Cities | Sensors & IoT | Smart Buildings", "optional": { - "researchGateURL": "https://www.researchgate.net/profile/Rushikesh-Padsala", - "LinkedInURL": "https://www.linkedin.com/in/rpadsala/" - } - }, - { - "firstName": "Matthias", - "lastName": "Betz", - "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/9/6/csm_passbild_8f16c0f011.png", - "profile_link": "https://www.hft-stuttgart.de/p/Matthias-Betz", - "researchTopics": "3D City Model | CityGML | Quality Validation | Big Data" + } }, { - "firstName": "Muhammad", - "lastName": "Alfakhori", + "firstName": "Muddsair", + "lastName": "Sharif", "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/7/a/csm_image_716c0f9337.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/muhammad-alfakhori", - "researchTopics": "Geo-informatics | AR/VR", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/d/2/csm_Screenshot_2020-08-31_at_10.20.20_fd173e3d66.png", + "profile_link": "https://www.hft-stuttgart.de/p/muddsair-sharif", + "researchTopics": "IoT | Machine Learning | High Performance Computing | Context-Aware Resource Optimisations", "optional": { - "LinkedInURL": "https://www.linkedin.com/in/muhammad-alfakhori/" + "researchGateURL": "https://www.researchgate.net/profile/Muddsair-Sharif", + "LinkedInURL": "https://de.linkedin.com/in/muddsairsharif" } }, { - "firstName": "Habiburrahman ", - "lastName": "Dastageeri", + "firstName": "Ferdinand", + "lastName": "Munz", "jobTitle_en": "Researcher", - "imgUrl": "imgs/avatar/Habib.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/habiburrahman-dastageeri", - "researchTopics": "Geo-informatics | AR/VR", + "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/4/b/csm_WIN_20230411_13_47_54_Pro_0a552074a1.jpg", + "profile_link": "https://www.hft-stuttgart.de/p/ferdinand-munz", + "researchTopics": "Lab-based Education | Digitalisation | AI", "optional": { - "LinkedInURL": "https://www.linkedin.com/in/dastageeri/" } }, { - "firstName": "Patrick", - "lastName": "Würstle", + "firstName": "Robert", + "lastName": "Otto", "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/7/f/csm_ImageProfil_e7a92cdd9b.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/patrick-wuerstle", - "researchTopics": "Smart Cities | OGC Standards | Participation Platform | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data", + "imgUrl": "https://media.licdn.com/dms/image/D4E03AQHm5oVwuocRVQ/profile-displayphoto-shrink_800_800/0/1684312861910?e=2147483647&v=beta&t=soOfw4PX5ISwDzVurakxoxCBhPNw5F0mc_F_LTEnRxg", + "profile_link": "https://www.hft-stuttgart.de/p/robert-otto", + "researchTopics": "Sustainable Energy Systems | Simulation | Sensors & IoT | Smart Buildings | Data Science | Machine Learning", "optional": { - "LinkedInURL": "https://www.linkedin.com/in/patrick-w%C3%BCrstle-939027170/" + "researcheGateURL": "https://www.researchgate.net/profile/Robert-Otto-6", + "LinkedInURL": "https://de.linkedin.com/in/robert-otto-203373277" } }, { - "firstName": "Rosanny", - "lastName": "Sihombing", + "firstName": "Dr. Salam", + "lastName": "Traboulsi", "jobTitle_en": "Researcher", - "imgUrl": "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/3/a/csm_IMG_6311_resized_371f276be7.jpg", - "profile_link": "https://www.hft-stuttgart.de/p/rosanny-sihombing", - "researchTopics": "Smart Cities | 3D Web Visualization | AR", + "imgUrl": "", + "profile_link": "https://www.hft-stuttgart.de/p/salam-traboulsi", + "researchTopics": "Smart Cities | Sensors & IoT | 5G | Machine Learning | Systems Evaluation | Eco-efficient Systems", "optional": { - "researchGateURL": "https://www.researchgate.net/profile/Rosanny-Sihombing", - "LinkedInURL": "https://www.linkedin.com/in/rsihombing/" + "researchGateURL": "https://www.researchgate.net/profile/Salam-Traboulsi" } }, - { - "firstName": "Athanasios", - "lastName": "Koukofikis", - "jobTitle_en": "Researcher", - "imgUrl": "imgs/avatar/sakis1.png", - "profile_link": "https://www.hft-stuttgart.de/p/Athanasios-Koukofikis", - "researchTopics": "" - } + ] diff --git a/public/demos.html b/public/demos.html index e6cc9c99b691caafccf10dcaef20ffe4f5d2fac2..5135d436420782709a7eda7338ff4845db126f2e 100644 --- a/public/demos.html +++ b/public/demos.html @@ -43,7 +43,7 @@ <ul class="list-unstyled"> <!-- <li><a href="#" class="text-white">Follow on Twitter</a></li> --> <!-- <li><a href="#" class="text-white">Like on Facebook</a></li> --> - <li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li> + <li><a href="mailto:myriam.guedey[at]hft-stuttgart.de">Email me</a></li> </ul> </div> </div> @@ -68,7 +68,7 @@ <section class="jumbotron text-center hftBackground" style="display: none;"> <div class="container"> <img src="imgs/ugl.svg" class="windSVG" width="100px" alt="wind"> - <h1 class="display-5 fw-bold">Urban Geoinformatics Lab</h1> + <h1 class="display-5 fw-bold">Research Group Digitalisation and Information Management</h1> <h3 style="color:#cc3125"> @HFT Stuttgart </h3> </div> </section> @@ -162,20 +162,20 @@ <!-- <li> Silberer, J., Santhanavanich, T., Müller, P., & Bäumer, T. (2020). Promoting Objective and Subjective Safety for Cyclists in Metropolitan Areas. In Innovations for Metropolitan Areas (pp. 273–284). Springer - Berlin Heidelberg. https://doi.org/10.1007/978-3-662-60806-7_21 + Berlin Heidelberg. https://doi.org/10.1007/978-3-662-60806-7_21 </li> --> <!-- <h5>2020</h5> <li> Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors, V.: - <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 ">3D SAFE ROUTING NAVIGATION APPLICATION FOR + <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 ">3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS</a>, ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. - Sci., VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 + Sci., VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020 </li> <li> Schneider, S., Santhanavanich, T., Koukofikis, A., and Coors, V.: - <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 ">EXPLORING SCHEMES FOR VISUALIZING URBAN + <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 ">EXPLORING SCHEMES FOR VISUALIZING URBAN WIND FIELDS BASED ON CFD SIMULATIONS BY EMPLOYING OGC STANDARDS</a>, ISPRS Ann. Photogramm. Remote Sens. - Spatial Inf. Sci., VI-4/W2-2020, 157–163, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 + Spatial Inf. Sci., VI-4/W2-2020, 157–163, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 </li> <li>...</li> <br> @@ -216,7 +216,7 @@ <span class="badge bg-success">Open Geospatial Consortium</span> <span class="badge bg-danger">pgRouting</span> <p class="card-text"><small class="text-muted"> ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci., - VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> + VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> </p> </div> @@ -239,7 +239,7 @@ <span class="badge badge-pill badge-info">pgRouting</span> <span class="badge badge-pill badge-info">Warning</span> <p class="card-text"><small class="text-muted"> ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci., - VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> + VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020</small> </p> </div> @@ -271,15 +271,14 @@ <!-- Grid column --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/volker.Coors.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/DieterUckelmann.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Volker Coors</h5> - <p class="text-uppercase blue-text"><strong>Lab Leader</strong></p> - <a href="https://www.hft-stuttgart.de/p/volker-coors" target="_blank"> + <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Dieter Uckelmann</h5> + <p class="text-uppercase blue-text"><strong>Research Group Leader</strong></p> + <a href="https://www.hft-stuttgart.de/p/dieter-uckelmann" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web - Visualization | 3D Simulation | Big Data</p> + <p class="grey-text">Research topic: Smart Cities | Sensors & IoT | Industrie 4.0 | Lab-based Education | Digitalisation | Smart Buildings | RFID | RTLS | BM | AI</p> <ul class="list-unstyled mb-0"> <a class="p-2 fa-lg" href="#" target="_blank"> @@ -295,28 +294,27 @@ </div> <!-- Grid column --> - <!-- Grid column --> + <!-- Grid column --> <!-- FGDI ToDo --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/JoeSquare.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/MyriamGuedey.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Joe T. Santhanavanich</h5> + <h5 class="font-weight-bold mt-4 mb-3">Myriam Guedey</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich" target="_blank"> + <a href="https://www.hft-stuttgart.de/p/myriam-guedey" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web - Visualization | 3D Simulation | Big Data</p> + <p class="grey-text">Research topic: Smart Cities | Sensors & IoT | Smart Buildings | Open Source and Open Networks | Sustainable Digitalisation</p> <ul class="list-unstyled mb-0"> - <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Thunyathep-Santhanavanich" + <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Myriam-Guedey" target="_blank"> <i class="fab fa-researchgate"></i> </a> - <a class="p-2 fa-lg" href="https://scholar.google.com/citations?user=RKNY04EAAAAJ&hl=en" target="_blank"> + <a class="p-2 fa-lg" href="https://scholar.google.de/scholar?as_sdt=2007&q=myriam+guedey&hl=de" target="_blank"> <i class="fab fa-google"></i> </a> - <a class="p-2 fa-lg" href="https://www.linkedin.com/in/thunyatheps/" target="_blank"> + <a class="p-2 fa-lg" href="https://de.linkedin.com/in/myriamguedey" target="_blank"> <i class="fab fa-linkedin"></i> </a> </ul> @@ -326,43 +324,30 @@ <!-- Grid column --> - <!-- Grid column --> + <!-- Grid column --> <!-- FGDI ToDo --> <div class="col-lg-3 col-md-6"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/rosanny.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/sarah.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Rosanny S.</h5> - <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/rosanny-sihombing" target="_blank"> + <h5 class="font-weight-bold mt-4 mb-3">Dr. Sarah Larsen-Vefring</h5> + <p class="text-uppercase blue-text"><strong>Managing director research thrust 2</strong></p> + <a href="https://www.hft-stuttgart.de/p/sarah-larsen-vefring" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | 3D City Models | 3D Web Visualization | AR/VR</p> - <ul class="list-unstyled mb-0"> - - <a class="p-2 fa-lg" href="#" target="_blank"> - <i class="fab fa-researchgate"></i> - </a> - <a class="p-2 fa-lg" href="#" target="_blank"> - <i class="fab fa-google"></i> - </a> - <a class="p-2 fa-lg" href="#" target="_blank"> - <i class="fab fa-linkedin"></i> - </a> - </ul> + <p class="grey-text">Research topic: key1 | ... </p> </div> <!-- Grid column --> - <!-- Grid column --> + <!-- Grid column --> <!-- FGDI ToDo --> <div class="col-lg-3 col-md-6 mb-md-0 mb-5"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/PatrickSquare.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/sergej.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Patrick Wuerstle</h5> + <h5 class="font-weight-bold mt-4 mb-3">Sergej Kreber</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/patrick-wuerstle" target="_blank"> + <a href="https://www.hft-stuttgart.de/p/sergej-kreber" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Participation Platform | 3D City Models - | 3D Web Visualization | 3D Simulation | Big Data </p> + <p class="grey-text">Research topic: key1| ... </p> <ul class="list-unstyled mb-0"> <a class="p-2 fa-lg" href="#" target="_blank"> @@ -394,7 +379,7 @@ </p> <p> <img src="imgs/ugl.svg" alt="" width="32px"> - Urban Geoinformatics Lab @HFT Stuttgart, 2020 - <span id="current-year"></span>.</p> + Research Group Digitalisation and Information Management @HFT Stuttgart, 2023 - <span id="current-year"></span>.</p> <a href="https://www.hft-stuttgart.de/impressum" target="_blank">Impressum</a> <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a> </div> @@ -432,4 +417,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/public/imgs/avatar/DieterUckelmann.png b/public/imgs/avatar/DieterUckelmann.png new file mode 100644 index 0000000000000000000000000000000000000000..3da6b148cc655a529b260eb592d9f09e022303a4 Binary files /dev/null and b/public/imgs/avatar/DieterUckelmann.png differ diff --git a/public/imgs/avatar/Habib.jpg b/public/imgs/avatar/Habib.jpg deleted file mode 100644 index 54cf296cf1829ce992a92751e34d1f13e2700e3e..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/Habib.jpg and /dev/null differ diff --git a/public/imgs/avatar/Habib.png b/public/imgs/avatar/Habib.png deleted file mode 100644 index 2d52aac298551c6ffcceefb2534feac0e676f7dd..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/Habib.png and /dev/null differ diff --git a/public/imgs/avatar/JoeSquare.ai b/public/imgs/avatar/JoeSquare.ai deleted file mode 100644 index 2247ccda73e231772506c9d22cdcdadf4e98a11c..0000000000000000000000000000000000000000 --- a/public/imgs/avatar/JoeSquare.ai +++ /dev/null @@ -1,1260 +0,0 @@ -%PDF-1.6 %âãÏÓ -1 0 obj <</Metadata 2 0 R/OCProperties<</D<</ON[23 0 R]/Order 24 0 R/RBGroups[]>>/OCGs[23 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <</Length 30452/Subtype/XML/Type/Metadata>>stream -<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> -<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 6.0-c004 79.164570, 2020/11/18-15:51:46 "> - <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <rdf:Description rdf:about="" - xmlns:tiff="http://ns.adobe.com/tiff/1.0/" - xmlns:xmp="http://ns.adobe.com/xap/1.0/" - xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/" - xmlns:exif="http://ns.adobe.com/exif/1.0/" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" - xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" - xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" - xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#" - xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/" - xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#" - xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#" - xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/" - xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/" - xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> - <tiff:Make>Canon</tiff:Make> - <tiff:Model>Canon EOS Kiss X3</tiff:Model> - <tiff:XResolution>72/1</tiff:XResolution> - <tiff:YResolution>72/1</tiff:YResolution> - <tiff:ResolutionUnit>2</tiff:ResolutionUnit> - <tiff:YCbCrPositioning>2</tiff:YCbCrPositioning> - <xmp:CreatorTool>Adobe Illustrator 25.2 (Windows)</xmp:CreatorTool> - <xmp:ModifyDate>2021-04-27T14:59:25+02:00</xmp:ModifyDate> - <xmp:CreateDate>2021-04-27T14:59:24+02:00</xmp:CreateDate> - <xmp:MetadataDate>2021-04-27T14:59:25+02:00</xmp:MetadataDate> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li rdf:parseType="Resource"> - <xmpGImg:width>256</xmpGImg:width> - <xmpGImg:height>240</xmpGImg:height> - <xmpGImg:format>JPEG</xmpGImg:format> - <xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgA8AEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYqhr/AFKw0+Az3twlvEP2pGAr8vH6MhOcYiyaQSAwPXPzn0i1YxaZbPeN0E8h9KL5gbuf
pAzDnr4/wi2qWYdGHXf5tebr6TjDNHbRtX4bdB0/1m5t+OY89XM9aYSyFi2q+Y9ZvX9G41C5mZ61
5Suw+VCcxpymTuS1cZW23OxiaQOQx3LE7/TXMWQNsSrNPNeATpUkCop1r4jJCKLZBp1t5kWzWa21
G7t2Ar+7mkUbewOX4pTrYlsBKI0b8y/OtjMYbq5W9RCRS4jWpFf5k4N95zOx6mQ5ll4sgznRfzW0
67Kx39q9s56yx/vUFOpI2Yfccu/OxBotscwPNmVlqFjfRerZzpPH3KEGnzHUfTmVCcZCwbbQbRGT
S7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVssscUbSyuscaAs7sQFAHUknpgJp
WC+Y/wAyOCNFoaiQ97yQHj/sF7/M/dmtz6/pD5tMsnc8h13VtVvrhprmaS5kJ3dyW28B4D5ZrJyM
jZNuMZEpRccprc9jQ4IyoopZo8no05dd9j8snOTK0wsZLe51BE4VeQ8RQDagrh8c9yik81rQpWta
naPp8P0ddskQZbqQlelyfUlMcihuB2HehqcjGFsGQaX5rh4m0KEOPsjbcfIkZIy4DTISSm5Ypdu/
HmWPw8NzlOSRu0omxhlSQynkocVoagb70wC2VKU2r39lepcWE72s6bK8RIJ7mviNuhyeOZidjSgl
7B5Q833V5p8J1bh6rKD9ZjFFNQPtL2PyzdYdQSPU5MZWGWqyuoZSGUioYbgjMtm3irsVdirsVdir
sVdirsVdirsVdirsVdirsVdirsVdiqG1LUrLTbR7u9lEMCdWPUnsqjuT4ZDJkEBZ5IJp4t56876p
rbmGEGHTUaqQA05U/akP7R9ug/HNFqNYchrlFxZzMvcx1NbBtvRLUYjgwFflmKLYErA8JgI41boM
kSgIOK2DTMH2U7jIWkIVbaL9IRxfsE0LDMkEUmQTXVLMaLGmpRRBHhO4pseWx6fPK+EkoMSGm/Nv
yuLZIr27jt235oFeQ1/2IbMqOLLy4WUQShbr8w/yxFnyTUHM53IFvNUnr1MYH44DochZ+Gp+TvM3
5d6pd8bi9e2vH/u450YVoCSQ6qydPfI/k8keYtj4bMp7C0sNaWJiCkq1jPUbfL55QRRWqTqXSPrM
P+jivw7haDLxGxsy5sR1fT54L5ISlCPiFfY0zGncSojurprWr2NultbgEN0U12rttvlkNQaWWyf+
WfOGsaI3O5Y3FjIazWxP2SdyY69D7dD+OX4taYHfcLCZD1rTdSstSs47yzkEsEgqCOoPgw7EeGbr
HkjMXHk5ANonJpdirsVdirsVdirsVdirsVdirsVdirsVdirsVQ+pajZ6bYz397KIbW3QvLIewH6y
egHfIzmIizyQTTwPzJ5h8webdW+vcWh0yElbGzr0Wv2233du/wB2aPVZzkPk4kp8RR0Pl2e50/nI
rEsOxpTb55jRxbJphOq6TdW9w6r0ViAfGhwiVNZCL0yCXgOXxNjGiVR9/pV9BatcFPhAJ6jpTJZY
jalASy713y/oelrf3zqxI+CAH43f+X23744sEskqrZsAt5h5r/M7WNf9SFXFvYPTjapTalDvJxV2
3365vMWmjD3t8YsMkuWVqdCe4/zIzItmEI8jByQ3xjuNsVVIb6nwMRSo7Dr1+jG1pmnlX8wdR0po
ba7ZrjT1+GMbfACSx4mhPU9DmNn0scnPn3tcodz6e8ia5FqekQz2zCZWiVyBswVhUEg9M18cJgaa
wUH5jEkt6tY+PHf36nKc8bTxUgLhJVaN+HYUzHjDowlK0VLptzcpEgjILEUr3xngJ5IZR5fbUNCe
JgC8MgAnhrswH7Q3+0Mz9JeIfezgaehQzRzRLLGeSOKqc28ZAiw5IK/CrsVdirsVdirsVdirsVdi
rsVdirsVdirsVYn53t49TtDZyn/RVILr2Zgdq08M12sPHt0aMpt53rLw6RacIkq6j92vvTbNXIU4
52dofnSB9O9OaMxTAcWXc12ArsMuxnZMZpJqF3FdT8VSq8ia/M5XMBSVXTtJeVuUY5FWBC/LfMaM
Tar/ADTq80GnXFqVNvIIyZJdiAgU1IBVsvANi0vmjXNQN1eSyySs3JjxDNX4ammdFCAiKcqIShnU
kcak9lAP8clbKky07yvr+pj1LW1d4v5yVUf8MRlUs0R1boYZS5BM/wDlW/mXr6NHP7NV/XXK/wA3
Fn+Vkl955B8x245yW5p7FT+o5IamJ6sZYJDolsYvtOlH1lCqVoa7ineo3By6MweTVKBHN6J+Wfn/
AFXQtV9OwvVFlcIF4ygFEPKoWlC1Nz9+WjFGfNxcsdremaR+aY8zax9SmthbajA/CWNW5BgpoTWi
Dqe2azWaYwssLLNY7nlPGpWpVgSD4A5qDIEpDLUlh9NHQcmWm3hmfGWwZL7683SPoaVIwyltSkoz
SNbFldR287UtLigDH9iQ0A+g9Dl2mzUeE8mcJUy3Ni3OxV2KuxV2KuxV2KuxV2KuxV2KuxV2KoLV
L9LSJRX95KSqD5CpP0ZVmnQ82M5UwnXr2WRwkZ+FftfwzVZslOPJjD6NLqFxRyZD1Le3SmY8Y21c
KnqPlOW1hLRLSgr/AJ74ZRISYoS1srULGrkcjQse/KmW4YXzWmV6FpkMAMrmvMbV96HLJ4gGUQ82
/wCchpZbTy8k9rMIlmlW1noN3R1clPp45ZpoiUt+jOI3fOmnWN1qmopaWkZlnc0RR0FK1O+2bGch
EOXGJJe4eS/ymsrLhcXyCa460PRev+VvmsyZZSLsIQEQ9Ci0W3iWioAMpGNsOQlRl0yJSTxG+GkC
SAu9LhkXjT6MaZWwbzn5TtbjTJuUQ5KPhbw3HvlmORiWvLEEPDYY47PVDyNBE53I2oD7ZtsZui6r
JHmGU6RrEFh5mttRjb93I0ckioKEKach0O/w5ZmHFEjvaTH0vpKHVLY21vcRNyWRFcNShoRXpnKT
HDkI82u9mSWeowSRiUn9moGbPBRDKKR+bNauyka2zekagltiaDtuMhqhQWSGuNeu5rErI3qOEHHa
n4gDMLHkN0xen/l55ifWvL0RuG5X1pSG5PdqD4H/ANkPxBze6bLxx35hyYSsMnzIZuxV2KuxV2Ku
xV2KuxV2KuxV2KuxV5t5v8wp+nJl9T9zaARbHYGlW+nkaZrM2W5nycXJPdJn8xWUgVUcGvTvlfg8
ZYcaO0zWoLWTlL8Ktl+PTmKRJb5k802725SFfUdtgAfEH2zA1GQRKSbYLLJcms/Ti3IKPY1yOPUE
dFgEWPN9/wCiI0FGBHxE9Pwy45rZmIeafnprl1f6bplnJtH6hlZh05hSv30Jy/QbklOMbon/AJx/
8v2csVxqEicpklKIa7AcB/XMvMLIDnYjs9sEaqaKae2Ychu5PE1PFIPi6j2yJiWQpDOhpvtgpKDn
VRUk0HcnbHhK2k+qxJLaOD8SsCNsQKTdvm3zlpLWGtXIIoHdmT5EnNlglcQ6/NGpFJLGd47gANQE
gbfPLwWiQfUfl21NxoOnOj/E1tEQv+wGcvrAfFkfNo4WQWdjevTgSvEbrtjj4xSgIDU7K/e5VTud
h27k4TKRNFSnlh5duntw0q1NNh7ffk44zzYgJn5Kml0fzCkDbW9z+4k+Z3Q/8FtmVpcvDOj1bIGi
9TzcuQ7FXYq7FXYq7FXYq7FXYq7FXYqg9ZvvqGk3d4PtQRO6A92A+EffkZyoEokaDwEWU19aOVBe
Rqlz3JJ3Oc6JElxBDiS/RNJkiuwj1r0A998np85E6Yxxs0bS3EILxkHsTm5OU03jGEvns9yAPlmu
zYxI22jEFa30+L0TzG3fJY8UWJhTGdTtkiuGEZ6mtP4ZTkiAWIee/mxaOdP06VhVDcemd+nNSen0
Zk6DIDIhQd2ZfljDNo3lF7WLbWbhmuBCOLGOM8VBYmqKaDoxrv0zMmDbmQlQpTuLbz5DObm0lvIQ
x5EcbSYMB/xkn/UMxyQObaASn2k+frqForbX6WxdWKTOoUNx6k8OSin+tgsn6Qz2/i2QWrfmJBcm
aHQmF/cRAVMNCi8jQHkwVG+QODhl1DISFbFjMuhefLofWNTk9Qt1VrhIxt24rG4yRlEfgtZgTz/Q
3pk2p6XdIlzBcJG7BX9MJciSuwHFD6hoT/LhIEuRWuHcjZQ/NrybeXOhQ6za2M7iiyOVikqImUuS
4IqvGoryFRjiuMqLDLISFh4bFbyG6jCqTVhSnX8MzrcQ8n0h5WvZbLTLeN6hook2bxCjfbOc1JvI
fe4vFRR8Xn+SzuHHol0+f9mWY+SDkTry55st9Tv4GkX0kZ6cWNa06b071pjw+q1jO3rlpCht1IX4
SAR8iMzYAEN4ihNS0qNiJYxRxuKeIyRwgp4GUWs3r20Uvd1BPzpvmwibDaq4VdirsVdirsVdirsV
dirsVdiqWeYoIbrTWs5a8LphEeOx6Fv+Ncpz/TXeggHmlemeTdIsLcQohegpyahb76DMfHoohREB
T/wLowvVukUo46qKcT26UwR0EBLiRwhHXmjQyQlVANB9PTMmWPZNMF1WwNnIyyChHTNblPCyEwEi
u9S4RMimh3zG8YgNMsjG5JPVmZj1J65G7DC0p1zR7fXo102aT0qN6kb8ggDIDuSQcGCZxysLGJJA
HNPvL/k+8F3e38l8xkZV+qWizMym1lo0TNU8mXbgO3wZucuQkWHOxADYqfmHyrq19IzNq16j1HCO
BiiqBsQAGWtf8qvtmN4vkC5Qx31pKLrym8p0ny1eSzXf1mV557h29SSOCFSTzegpzZgu+ShMxBI2
WUbIHMKI8vW+h+brm0tRHb2uqrFJYxLRRW3U+qg6dOXKg8Th45GPO2PCInkr6h5Iv7z6uTqN4DAK
Pxdv3nxVq5qCDvT4abYPGobAJOIE3ZS3VPI1/DpUttJeS3k1wyRWsc7Bm5O4FRsCeC1c+AFe2CEj
d1SzAqrtlUl95l8k+VbiayuDqtnHALf9GamDPEqKnENGV9OROKinHlxp27icJkystGSAA2YNpnkz
T7rX9B1+/iW0iv5rSRrSxi4wJI8gY8ubMQvHwOGefnFlHS8ULHN7XrfkG2S4maMUjBIRRTpv4DNb
kwniJdXOFFii+WrKCaUSqKEmganc+4ynjINMOBCBtHs7yLjxUI4+xTYg13p8smDvuiIFvb9JlEmm
wGD44/TT0nQ8gQQO4zY4KPJygNk0a2Yx7gVpmcYbbMgFXRmrZlP99uUp9x/jhxmwyR2WK7FXYq7F
XYq7FXYq7FXYq7FUn8yajZ2A06e7kEUJuwhkY0UFoZaVJzG1UxEAnv8A0FjIgc0eCCKg1B6HMgG/
cydhV2KsW87WsckcTinM/a+QGazWwFimvIwu88vwy2jSVZWI+Fh0rT5Zh+DtZaxG2Mx6LdRLK5Af
0ySQKk07dsqpHCQhdM0+W71IHjWNZByB8K7j8cjIcqZY51IEd7PH8q2N3pVrDJzgu4oI4FvbWR7e
cJGKhfVjKtxrX4Ttm5H0uyAFlhuuaFaaf/e6zrFzK5Cw2yXjB3PhVQrbdTv0yiRr3uRDFfuTTSNH
t7HnKXha5KKs05keSVqVoGeVpJGpXap2ysknmzquSB1S3sbxkFz9UmCHkguAr8WHQgN0PvkhY5J4
QeYS3RLbStVneKa4voLmFirfV7+7WCShIBj/AHvtuO2ES72EsQ6Mot/L2jW0sdyqma4gDehPcyPc
SpyBDcHmZ2WoNDQ5YLpqIpFanp8V3os8EgBWVShr0oynI1TWebFNCtXu9c07QmCywW93bPGYx0iR
xVG67qnL7spjcp15uZ9GOx3V83svmeCWGH146FDsw7g0JrlmrxmO45OjyR6vOdQs5bsuqdSDvmoI
N20WwvUvKtxZyNciRnbkSV3PWuTEjdJAe++Q7eKHyppwSEwO8CPIrCjFmUEsfn2ze6KIEB3uRDky
DMy2ajpcMscl9z+w9xyi/wBUwxjf/ZA5ThiRxX3/AKkBH5cl2KuxV2KuxV2KuxV2KuxV2KvP/wA6
t/LVhH0MmoxICO1YpcwtdHigB5/oLVmOyGi1HzLpWixSW1b4QgBo35NIVJpsR4ZOfFCHp3ahMgMw
0TVl1OwS59N4XI+OKQcWUg06ZPBlMxvzciJtMDWm3XtlxutmTHdetLi6lWGGhagDFug3NemYGSBl
KmmYtR0rRBe2kMk3KJUp+67MV2r8jkceMz9wZQGyzzRpdr9XSGIATnqwpUrvt9+V58IBoJmWMaNo
a2UssjivJ2Jr7nMfFCzu0Qjuj9QnlQqI/s8FoBmcTTtcW4YHFcJJr93dXpRYrEKkTynioaRasan2
oMouzZcwmhQXXt3oxSb0TEJZd3eIhWbjTcsoJ2GCimMSxUP5dimrdJ6xryT6zWahPcc/4DDHiZGB
6FGR6zpiyomlXEDuCAsUZBYHwKj4smYtfERzZCmoXM0EU3FkSStQ2x+E0P6sESVICdXd6w0BiFLS
PJDDGqjkxaV1jUADqTy2yZ+lxTQluyHyN5VNjP8Ape6tTDIoKwxMgRyzf7sYEA1oSu+OHGYniLHP
nscIOzINaF1dQtGtAlK7+O+DPIyBcGVl53f6mljPJGwpKpIK99q5qpc2g82U/l9DpWsabNezQpPM
szRFZVVuIUAigNfHM7R4ITBMhu24qIZbBcQJN9TjAUxgBVXYBQNhT5Zn45AHhDbah5g1+20awa6l
BlbYRwRjlI5JAoq1FfE4c2fgCk0oeRPMT69p97etEYeF20SowoaLFGd/+Cw6XIZgk96Im2SZksnY
q7FXYq7FXYq7FXYq7FXYqwf83YRL5ctAei3sbV8KRS5g9oH0D3/rYzjYSLyn530uYCyvJkSdNiGI
APXxOU4tYDEcXNoBANMxl1vTrOAyB14jspG/45bDPEci2cVJc35jaHIXhhEhnoQAVFAfvzLhljPk
WBzhinmHz3cxSIY/3bqeQK7b7965jamdEUWvxCreWfzVtYLNbTUYnMyHjE0YWhWgpy5MMxI6g42+
M6CB1/z3eR3y3k8HGGRgsSjoFqSCT398icpO5YmVHd0Xmr646JH+2dyPf6cGOdnZtACarI01unIU
ZPhqe4HTMkguVhl0YV558jQ69YzRB3jlLJInE0BZdtxT4qjKxYlYcuMhVFk2ma9o8VoDPYJa3ABW
RbeBTGGNA3Fqg027jLBXcvhZDyP2oXU/M2kuhCW6O9AFEkSU+HcClT+1kiQyGGY5lg1p5S0+415d
bktYraRPht4IUWNRyUqWYU3bw3yuUjVKYjmyu8aEsqKAkMY4hRt+GRtATHSZ4mltV9P1vQmW6KUB
AEX2Cf8AZ7r8sZT4Rbr9VOjT0ca00lqrmBlLCoVqA9OuxOWfmbjTj2aQF1qZERZvhO/XKck6CONg
1xpc15rF1duvwSqUUEdASNxXvtmEdy1E+pOvKklpoJmjMnopLu3MgAkd+2+ZWmycCYypMbnWledL
uzbkd/jXevzpmWJA7jmpn3KVj5qttQndrh4VkgIBqwFAwP2eR67b5jxnxHfm2iY6sp8qGxa0upbI
KIpLgs3EADkI0Unb/VzYaYARNd7KJB5J3mQydirsVdirsVdirsVdirsVdiqRedLBbzQ3RhURur0+
9f8AjbMXWQuHuZRL5o1vS720nlfiwnB+HjWuc/AnipwJncppoPmG8MQiu5WNBQhydvvOSkCCxEin
1gIJr6MId3I5NXfrTL9PmMV4LZRrXlmyfTuZ4l+Namleh6bZlVxblt4KefjSzb3Ql5cvi4hT7Gv8
Mqy4zLk1yKc/VDfcEckqeK770Fd+Iy0Q2pIJPNS1vT4PLksN0jlo+QXeh2NTXanhlYjwGyG+UxFm
dhr+hzaQjSSANKofkOJIJAO2+ZniRPMshmA3Uba9tb+39W3cFl2ZejChoCR75SJA8nOx5RLcJPq+
l+qxYSNGD+ylBU/dju5UMldUsj0GFDz5l2HRnoWH00yJtmcpKJH1a2QvM4B8SRhDWZJC2qR3N56c
b1jr8TKdvvrg+9J5bMt8m+YNGvp7iygAaaABPV+GjiOnIKepozHMjLpJeGJ9HSZ8l5KemQJbzW6v
tSlBQjsMGPGKDIS2SrVljWNOAqvKjV61yGpAqmsqMdokqgIPiag2zCjjs0FASjzR5VvZ7R2suXrJ
uQSaEb1+nL5aYgWphsu8j+SdVjsS+pXBj9WjJEjGqjf7VR712yeDBM89lx4j1SfzD5NTTdWWWRla
OerRnpUqADy298ozQMJMckKek+SLUQaEhAoJpHk/Un/GubPRg8G/VvxCgn+ZTY7FXYq7FXYq7FXY
q7FXYq7FVK6gE9vJCejqR9PbIyjYpXmWseV4LmZmKDkdug2zD/JRB4nDlFii+QTHdNJI3wfIVP45
q82IiSOFSk0+KxvEljYhQenyOV1Sbpk1nPPq0YjqRGmxNa9MuGQnZkZWoah5etg4BYBh0oOuXQJO
zXIIizsktuHIAotKH3yYJhL1MhyU9e8vRa3brCHoAQ3SvT6R45m58XiAVs1kWoeXvIht7sC4cvbq
DwjI2rT55r5aSceZZ4x3sc81ecND0rz/AKb5c0xeVzK5TVSlUEHKMNCNhRmbn26ZdDTUOJy8MTxb
clfzBqOs2fxRRi7iG5Ktwbt2P9cjxOyhFht3591eST04LFxTarOB/DJbJESgXfXtRk9S7laOBdyg
banvuPDIGXRmId7EfMHnD1SdN0iQpbg0mukJUv8A5K9CBXr4/Lrn6bS78UnF1Go6R5Jp5X8wPpFx
prhm2dHcKSCVJAZT8xUZtZ4+PGYd4dRMWbfWGjTxS6JbTQnkk0SSo3SodQw/XmsOPgjXUNkTspXC
iaMhh1/XmvnMSSUVpUSBe3IbfRmRpohMU3REKUYA+OZpiG0U0Z4oU32VdtsFALxU8/8AO+oSX+ow
W8KfBECFI6lnp/TNXqomZ2ackrekaXZ/U9OtrXvDGqsfFgPiP35s8ceGIDeBQROTS7FXYq7FXYq7
FXYq7FXYq7FXYqkeoWKx3TyU+GT4h8z1ynMS0zjuxrzBdRJbtxpUdMwcsaDVIse0vy2NQid52LMx
I5HtmNHHxBgI2jU079A2cix7otWB7n9eR4DFlVPPYvNGqX/mmFGk4WvqUMdAduW+9PDBhluGqRer
TWscumhxQ1WgPvTNjmwcQbujDrLUtV03UpFkQyWvI8XqNt+hGY+DNLHfHuGrqxz80vzwOlWkmk6I
f9yzKBLeLQ+geW6hWUhmIFPb55uIQscR5NsIkvE9NZ9Jns72Te5+swyTkmv+7Bt37HMbNLiB9zsc
Mar3voW9hN5b7ScKjfauawueDSR2+jRtLxpyc9O38cHE2F55+ZHm21k5aLpbBokNLu4X7JOx4Ifm
Nzm00mk/ik4Go1P8MWA268TtmzDgFGSXjRmOWtBCOnjvWmHiphw29k/Kv895bRYtJ1uNG0xQsUEo
oJIxUDsPjAHbr75GeEZRtzat4e573aS2Oq6et9plwtzayD4XTxpWhBoQfY5q5aPhlRbY7i2tOSUT
MrHoctx4wN0DcpoSyvHErVaVwp+XU/hlxZgboyS3iIFdgCP15At21ISXy5p1zqcOoFSs8TB3odn4
/ZqD4U7ZE44ksDAXadZYzdirsVdirsVdirsVdirsVdirsVdiqD1WB5bN/TFZUHJB406jIThYYyFv
NL11nmo2475iZsJO7j+GiLbV47MenGNz0xAjTG6Q2o313MFZ4iwP2F2H05jSlSbY/wD4VMky3YUJ
KG5EgDxr45WcdUQ18KfzeYtL8v6Y1xrd1HbWkIqXcmpIHRVALMTToBmwx5TJMR3vHvzC/P2TU4Zt
L8r2Bt3kf001SYgyFNxVIivwk+52zOGDvFtvD3vM9MtkeeNr+X1ZHkPK4mJ+KZvsqBWn2z16ZfKB
4CygfUFusFxGxYUPNfwcf0zWOaD1e8WvmTT7fQv0rfyrDZBAzyNWgqeNNhUmp6ZrYQMjQ5ucZCre
V+dfzkjuI5dP0FHS0k+Ge9rweRSBsistVHWu9T7Zs9PpeE3Pdw8+o4tosHikimj5xNyQ9+h28R2z
ZgguEvQmtBhVDvIZ5Si7QofiPiw65A80q8R4EN0C0p9GG0HfZnnkL8zdW8t33OA/upF9OQM2xBKn
cEEEbeFctEhMUWiUK3D6I8l/mDpnmOAzWTqLxQfXtwSaUpUgkDbfMTNiMNxyQJsr0qDU7jU0vZhw
to1YIu25Ip2375hR4pTvo3wBJtONTgaewnhQ0aReIPzyzKCY0ObbLki9PiuY7SNbl/UuKfvHoBv9
GSxCQiBLmo5IjJpdirsVdirsVdirsVdirsVdirsVdirsVYL5u0EWtwb6Ff8AR5jVwP2XP8DmJq+K
tmnJsxzSJbIakqy/arUD6cwsU6NFx73ZbeGzitGmkKxwxqWZ3IAUAV75kmIOwbDT56/NP86JYZXs
PLMphgQkTX4A5StuDHGrqaL0PMZmYNLwbz3REcXJ43d6lqWoXP6Q1Kd57lzWIOakb1BzLDYI1yR1
naiKFppRWaUfcpFaZfjjW5YSlfJA6iWkdP5YwAidq1yM92URTWsajd3Ecdux5MOXKU/afgARy+XH
MbJhF7N0ZJx501VJ9I0WzWT4IVmkZR35lQD/AMKcxNFCrJ727PO6DEbSzW6uo4SwRXNDI3YdzuVH
45mNCtEDDITASyVI3FOSgkVIqfDJRVFzkmMcBT1flUAbHpkyxbjjCIF7DtjStkmtO/hgVWRaCpO5
6n28MKCnfl/zRc6Jew3MD8DG6kN3BBB60LbUy2OQcjyapY79760/K380tI83aXHCZAmqQqBJDvVw
oWrj4VANT0zHy4q3H0tmKf8ACeb0GAcxy7Zj829Xwq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVO
4t4biB4JlDxSCjKfDARaCLeWeYvJJstYt7oSFIYm5pN2ZBUlW8Dmpy6WXHtycPJjovCfzN/Mu78x
+YJ9OtZTHoelVijjFCJZkJVpugPxA0Arm90uLgu+aZC3lzn65fyTy7wWzEKv8zA5O+It1UEdaWpa
T6xMN+qr7dhlkY72WEpUipW2oep3OTJY0hgimUMw2U1p8sDNBXsYWNWJoVNQfetcrmGYS9bcyuS2
9KfICmViPcytErCsYrTc7AeOSAQrJDQVIqx6nCAi1QqqrWmFCw1r79vbAUrkWgLYENNJxHI7+A8T
gVuKIlubmpO3yHgMIV6j+R3kzzH5i8zo+nSNaadYskt9f02T4gVRK1Bkbjt4dThOThFFicdvseNF
jRUXoooMxXIXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqhNW0qy1bTbnTb1OdrdRtFKoJU8X
BU0I3B364hBAIovjH83/AMmPMPkKa7voQ9/oFzKWttRRd4y5osdwB9huRFG+y3bfYXCfNhw0wjTr
FUjjQ78QHevdyMuhDo1ykjHan0ZZbAKLEn5nIslgqzUHf9WIShWn9O+huI1DmB1dFYVDFSG3Hhtk
Ji2Q5Jn5l1gavqBvWi+rgRqhQsZG2JYlnIWpLOe3gMjGNKlMEZc+owp/KvgMkFJVWFN8KFh5E179
h4YEtcd6fSTgVctChY7KNvo8cVUQ6D96/T9jft/bgTT0b8pfyb8y+fbpLuQPpvlqNv8ASNRZfilo
d47cMPib/K+yvffYxlOkiL7F8ueW9G8uaPb6Ro9strY24oqL1Zu7u3Vnbuxykm2xMsCuxV2KuxV2
KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kqdxb29zBJb3ESTQSqUlikUOjKdirKagg4q8M/MH/nGy2n
abUfJrrbzOS8mkzN+6JPX0ZD9j/Vbb3AzIhmrm1Sx9z5917QtZ0S/ew1azlsrtOsUylSR05LXZlP
YjY5bxW11SVu1BjaVK4l9OL00/vpKUPgMBNJAtuC3BJcj4U6YQFJUHH1icov90h+I9mb+zIndPJE
8AopkqYWsYA9fuwMljbdPtHqcCVFiSRGvf7RxSj9N8v63r19HpeiWU1/ctQmG3Uux9j2Vf5magGR
kVD6D/LP/nFi3t5ItV89yLdTrRotEgasKU3HryD7Z8VTb3Iyoz7mYD6Ft7e3toI7e3iSGCJQkUMa
hEVVFAqqKAAZWyVMVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqX635f0PXbM2
WsWMN/bHpHOgehPdSd1PuN8INKQ8e80/84seW712n8u6jNpcnUWs4+swewDErIvzLNlgynqwMHlG
t/8AON35paddNLHZw6pAm6y2Uynb/jHL6UnfspyYmEGJYrrPk3zjpVqVutEvrZj/AL+t5VHzqVpT
YnLTIU1gJMlp9VX0mUq6/aDCjV671xApBO7gryOEjUu56KoqT9AxKhMrHyZ5x1Igafod/dg7hoba
Z1p4lgtB1yJkGYDMtE/5xw/NPVSpmsodKib/AHbezKNv9SL1ZPvUZA5AyES9R8pf84o+WbBln8x6
jNq0vU20A+rQe4ZgWlb5hlys5Cy4XsuheXNB0CzFlothBp9t1McCBOR/mcjdm923yBNsqTHArsVd
irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqF1bVLDSNKvNV1CX0LDT4Jbq8m4s/CGFDJI
3FAzNxVSaKCcVYj5N/Oz8sfOernR/LWs/X9RWJpzB9Wu4f3aEBm5TRRpsWG1cVZxirsVdirsVdir
sVYh54/Nv8vfI11a2vmnVf0dPeI0tsn1e5n5Ip4k1gilA38cVYz/ANDR/kT/ANTN/wBOOof9k+Ku
/wCho/yJ/wCpm/6cdQ/7J8VeoWt1Bd2sN1btzgnRZYnoRVHAZTQ0IqD3xVR1XV9K0ixlv9VvIbCx
hFZbq5kWKJR7u5AGKvPpf+clPyQjuvqreaYTL05Lb3bx/wDI1YTH/wANirOfL3mfy95j08ajoOo2
+p2XIoZ7aRZFVwASjcT8LAEfCd8VTPFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FWK/mx
/wCSs85f9sPUv+oOTFXyT/zhv/5NyX/tlXP/ACchxV9p6zrmjaHp8mo6xfQafYxf3lzcyLFGD2HJ
iNz2HU4qwOP/AJyP/JJ7z6mvmm3Ev8zRXKxdaf3zRCL/AIbFXoVhqFhqNnDfafcxXdlcLzguYHWS
N1PdXUlSPliqA8yebPLXliw/SHmDU7fTLSvFZLiQJyb+VFPxO3soJxVi2g/n3+UGu6iunab5mtnv
Hf0445lmtg79AEa4SJWr2od+2Ks/xV5x+an5EeUPzLv7G91281C2l0+J4YVsZIY1Ku3IlvVhmNa+
BGKvjv8AP38ttD/Lzz0mgaLPdXFm1lDdGS9eN5ecjyKRWKOFafAP2cVe4+SP+cRPy217yXoGuXmp
azHd6rptpe3CQz2ojWS4gSVwga2ZgoZtqk/PFX0nYWcVjYW1lEWaK1iSGNnoWKxqFBNABWg8MVfF
H/OX3nDV9S/M2Xy5JJImk6HDB9XtqkRvNcQrM89O7UlCV7U+eKvRPLP/ADhx5A1PyrY38nmK/ub2
9t451u7Rrf6oTIob4EMbuy9f92Yq9o/KX8trT8u/J0Xly3ujfFZ57ia8MYiMjSv8NUDPTjGEX7W9
K7dMVZlirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirFfzY/8AJWecv+2HqX/UHJir5J/5
w3/8m5L/ANsq5/5OQ4qgP+chfOGueevzgufLsUx+o6ZejR9Ls+R9MTCQQyyMB+281d6dKDtir2Lz
N/zh95EtvIl0NLnvD5ls7V54r+SUFJ5405cHh48VRyKDj8Q8T3Ved/8AOHvn/VdP89/4OknaTSNa
imeG2YkrHdQRmb1EHReUcbBvHbwxVinnzzppv5hfnW83nDVX03yhbXklrHKgkmEFjbltokiSVuc5
Tdgp+Jt/hGKoj85rD/nHcaLZXX5ZalIdVilEV5YPHf8ACWFkNZud3GArq6jZWoeXTbFX03/zi/5z
v/NP5TWcmozNcX2kzy6ZNcOSzuIQkkRYnqRFKi170xV6zir4f/5zI/8AJuRf9sq2/wCTk2Kvrb8p
/wDyVnk3/th6b/1Bx4qyrFXh/wDzkF/zjsPzDlj1/QriOz8y28QhkjnqILqJKlFZlBKSLUgNQ1Gx
7EKvmyO+/PT8ldQjjc3ujW7SfDBLSfTpyNyF3eBiR14nkPbFX11+RX5xWv5m+WZbuSAWetaayQ6r
aoSY+TgmOWKpJ4ScWoDuCCN+pVek4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FULquoQabp
l5qM/wDcWUElxLSgPCJC7ddugxV8t/mf/wA5d+WfMHkXU9B8vaTfxX+r2z2c896IY4oopl4SlfTk
laQlCyioXx9sVQn/ADhT5O1Btf1nzfNCyadDanTrSVl+GSaWRJJOB/4rWIA/62KsG/5yC8o655E/
OK61+OI/UtSvv0zpV2QTG0rSCaWMnpySatVr9kg98VeweZP+cxPJl15Duhpdpdr5nvLVoUspEAih
mkUozmYNRkSvJaCrbbL2VYJ/zh3+X+qX/nZvOc0DR6Ro8U0VtcMKCW6nQxFEr14RO5YjpsO+KsB8
7eVbX8vfzgurTzXozap5fW7kuI7T1JbcXVjOW9N45o2VuShh0b7a8T3xV6KvmH/nCs2QuD5Y1JZi
tTaepfmUH+WovPTr/s8VfSH5OaX5Es/IdjeeR9OfTND1j/cgtrLJJLIJZFWN+bSSTHkBEFNGptir
NsVfD/8AzmR/5NyL/tlW3/JybFX1t+U//krPJv8A2w9N/wCoOPFXzr5W/wCcuPOuq/mfY6dcadbL
5d1LUI7GOxWNxcxRzyiJH9Tl8Ui8gWHGh3AA7Ks//Mb/AJyl0zyL+Yl55XvNGfULOzigaW7tpgsq
SyoJChjccWHB1/bGKvMPzz/5yd8qeefI9x5Y0PR7xWvJIXlvNQWGMw+jIJKxLFJPVm48akjYnFWZ
f84XeS9Y0zQdb8y38TwWuttbxaajjj6kdt6heandS0vFT7HFWO+Vv+cuPOuq/mfY6dcadbL5d1LU
I7GOxWNxcxRzyiJH9Tl8Ui8gWHGh3AA7KvrTFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVC/s
bS/sbiwvIhPZ3cTwXMLfZeORSjqadippirzuL/nGz8kY7o3S+VoTKf2Wnumj2p/uppTH2/lxV6Hp
2nafpljDYadbRWdjbKI7e2gRY40UdFVFAAGKqGuaBomvadJputWMGo2Eu721zGsiEjoaMDQjsRuM
VYFB/wA41/khDd/Wk8rQmWteLz3Ukf8AyKeZo/8AhcVei2FhYafZxWVhbRWdnAvCC2gRYokXwREA
VR8hiqX+ZvJ/lfzRYix8w6Xb6nbKeUaXCByjHqyN9pD7qRirCbf/AJxp/I+C5NwnleIyEk8ZLi7k
Tc1/u3mZPwxV6HpelaZpOnw6dpdpFY2FsvGC1t0WOJBWtFRQAKk1xVFYqwfzl+Sf5Y+c9XGseZdG
+v6isSwCf6zdw/u0JKrxhljTYsd6Yqy7SdLsNI0qz0rT4vQsNPgitbOHkz8IYUEca8nLM3FVAqxJ
xVjFj+T35Z2PmtvNlp5ft4teZ2l+tgyFRK9eUiwljCrmteSoDiqr5p/Kf8uPNVwbrX/L1ne3bAB7
sp6c7AdA0sRSRqdqnFUn0b/nHn8mNHuUubLytbNMh5Ibp57tQRSh43Mky9vDFXoaIiIqIoVFACqB
QADYAAYqw+x/J78s7HzW3my08v28WvM7S/WwZColevKRYSxhVzWvJUBxVmOKuxV2KuxV2KuxV2Ku
xV2KuxV2KuxV2KuxV2KuxV2Ksau/zN/LazuprO882aNbXdtI0NxbzahapJHIhKujo0gZWVhQg9MV
VLH8xfy+vzOLDzPpN2bWF7q5EF9bSenBEKySvwc8UQbsx2GKp3Y31lf2cN7Y3Ed3Z3CCS3uYHWSK
RGFQyOpKsD4g4qo2ms6PeX15YWl9b3N9pxQahaRSo8tuZQWjE0aktHzCkryAriqzVvMGgaP9X/S+
pWunfW5BDa/W544PVkPRI/UZeTew3xVE319ZWFnNe31xHaWduhkuLmd1jijRRUs7sQqgeJOKoSXz
J5dht9PuJdUs47fVnij0qZ54lS6ecAxLbsWpKZAaoErXtiqY4qgNW8waBo/1f9L6la6d9bkENr9b
njg9WQ9Ej9Rl5N7DfFUfiqC0fXNF1qzF9o2oW2p2RYoLqzmjniLL9pecZZajvviq6HWNInvb2xgv
reW900RnUbVJUaW3Eyl4zMgPKPmg5LyAqNxiqRn80fyzE3oHzdoomqF9I6jacuR6Dj6la4qyO3uL
e5hSe3lSaCQco5Y2DIwPdWFQRiqpirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVeL/8
5O+VvLNv+TnmfVINIsotTL2khvkt4lnLyahAJG9ULzq/I8jXeuKp/wCcfK3lnTfyg8zXmnaRZWV2
3lq/Vri3t4opCGsXLAuihqEjfFWF/ld/zkV+Tmh/l15c0fVPMH1fUbDT4ILuD6nfPwkRAGXkkDIa
HuDiqL/IPzHovmX80fzV1zRbj63pd7No72txwkj5qsFwhPCVUcfEp6jFUu/N3y9cfmb588waBaVe
HyV5feW24121q/KzQLUeMMA9xvirI9Z83L5v/wCcYdS8w8g017oE/wBbp2uYo2inH/I1GxVivmn/
AJQL/nH3/tq+Wv8AqHjxV9FYq+fPzd8vXH5m+fPMGgWlXh8leX3ltuNdtavys0C1HjDAPcb4q9Z/
Kzzcvm/8vdC8w8g017ap9bp2uYv3U4/5Go2KvAP+cddVuvI2m+VL+7fj5T8/Ce0mck8LXWbW6mgh
Y1J4i5hjVT/lDsBir0nyn/5OD86v+YfQv+6ZLiqA/wCcb/JPkzVvyQ8v3GqaDp1/cXH10TzXNpBK
78b+dRzZ0YmiqAK9sVXaJpNv+Wv546b5Z0F3h8qedbO6nTRmZnitb6yQyvJByJ4K8Y3H9FAVe24q
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXlX/OUf/kifM3/AEY/91C3xVkH5g/+SV8y
/wDgN3v/AFAPirvyT/8AJR+UP+2Va/8AJsYqw38t7610/wDN786L+7cRWto+kz3Eh6LHHaTu7H5K
MVSb8pvywm836BdefNT1/XtF1Hzbe3Gota6TqD2cYt2lZbcOsY+IhB8JJ+yRiqRwQN5R8n/nH+Wc
00k0Om2k+r6LLO3OSSyvofiq23L03Chj3YnFUR581Kx0v8sPyI1O/lEFjY3/AJeubucgkJFDaI8j
kKCfhVSdhir1PT/z+/KDUbn6rY+ZIJ7gpJKIxHOpKwxtLIatGq/CiE7nFWAflN+WE3m/QLrz5qev
69ouo+bb241FrXSdQezjFu0rLbh1jHxEIPhJP2SMVTr8i4G8o+bPOn5ZzTSTQ6bdJq+iyztzkksr
5Ryq23L03Chj3YnFUv8Ayc8l6d50/wCcXNJ8u3x9NLyO+9C4Aq8E6ajcNDMnujgH3G3fFUB+RF/r
t/5m/NN9fiaPzDBa6RY6sGNQ9zZWtzatKh7rKIRJ/sttqYqo/kB+dH5aeW/yk0LQdY1gQa1afWxP
pyW9zNMDJezyqAsUb8iUcHbFWWeT7bzB56/NKP8AMLUNMuNH8taJZS2Plm1vk9G6uJbnae7eI1ZE
KfCtaVFPfFXr+KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux
V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kv/2Q==</xmpGImg:image> - </rdf:li> - </rdf:Alt> - </xmp:Thumbnails> - <exif:ExposureTime>1/30</exif:ExposureTime> - <exif:FNumber>2/1</exif:FNumber> - <exif:ExposureProgram>3</exif:ExposureProgram> - <exif:DateTimeOriginal>2017:07:13 01:13:14</exif:DateTimeOriginal> - <exif:ShutterSpeedValue>327680/65536</exif:ShutterSpeedValue> - <exif:ApertureValue>131072/65536</exif:ApertureValue> - <exif:ExposureBiasValue>4/3</exif:ExposureBiasValue> - <exif:MeteringMode>3</exif:MeteringMode> - <exif:Flash>16</exif:Flash> - <exif:FocalLength>50/1</exif:FocalLength> - <exif:SubSecTime>31</exif:SubSecTime> - <exif:SubSecTimeOriginal>31</exif:SubSecTimeOriginal> - <exif:SubSecTimeDigitized>31</exif:SubSecTimeDigitized> - <exif:ColorSpace>65535</exif:ColorSpace> - <exif:PixelXDimension>4752</exif:PixelXDimension> - <exif:PixelYDimension>3168</exif:PixelYDimension> - <exif:FocalPlaneXResolution>4752000/894</exif:FocalPlaneXResolution> - <exif:FocalPlaneYResolution>3168000/593</exif:FocalPlaneYResolution> - <exif:FocalPlaneResolutionUnit>2</exif:FocalPlaneResolutionUnit> - <exif:GPSVersionID>2200</exif:GPSVersionID> - <dc:format>application/pdf</dc:format> - <dc:title> - <rdf:Alt> - <rdf:li xml:lang="x-default">JoeSquare</rdf:li> - </rdf:Alt> - </dc:title> - <xmpMM:DocumentID>xmp.did:3917a09b-e863-904e-ae84-105d48606490</xmpMM:DocumentID> - <xmpMM:InstanceID>uuid:bfff59b4-68b5-4f18-b024-fbc20e443f31</xmpMM:InstanceID> - <xmpMM:OriginalDocumentID>xmp.did:8d519624-cc23-5048-9e1f-010506c04a9d</xmpMM:OriginalDocumentID> - <xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass> - <xmpMM:DerivedFrom rdf:parseType="Resource"> - <stRef:instanceID>xmp.iid:72389e0f-5b44-d346-8e2d-2f9eba287293</stRef:instanceID> - <stRef:documentID>xmp.did:72389e0f-5b44-d346-8e2d-2f9eba287293</stRef:documentID> - <stRef:originalDocumentID>xmp.did:8d519624-cc23-5048-9e1f-010506c04a9d</stRef:originalDocumentID> - </xmpMM:DerivedFrom> - <xmpMM:History> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:8d519624-cc23-5048-9e1f-010506c04a9d</stEvt:instanceID> - <stEvt:when>2021-04-27T14:28:33+02:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator 25.2 (Windows)</stEvt:softwareAgent> - <stEvt:changed>/</stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:3917a09b-e863-904e-ae84-105d48606490</stEvt:instanceID> - <stEvt:when>2021-04-27T14:59:21+02:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator 25.2 (Windows)</stEvt:softwareAgent> - <stEvt:changed>/</stEvt:changed> - </rdf:li> - </rdf:Seq> - </xmpMM:History> - <xmpMM:Manifest> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <stMfs:linkForm>EmbedByReference</stMfs:linkForm> - <stMfs:reference rdf:parseType="Resource"> - <stRef:filePath>C:\Users\thuny\Documents\GitKraken\Gitlab_HFT_Transfer\website\public\imgs\avatar\JoeSquare.jpg</stRef:filePath> - <stRef:documentID>0</stRef:documentID> - <stRef:instanceID>0</stRef:instanceID> - </stMfs:reference> - </rdf:li> - </rdf:Seq> - </xmpMM:Manifest> - <xmpTPg:NPages>1</xmpTPg:NPages> - <xmpTPg:HasVisibleTransparency>False</xmpTPg:HasVisibleTransparency> - <xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint> - <xmpTPg:MaxPageSize rdf:parseType="Resource"> - <stDim:w>1920.000000</stDim:w> - <stDim:h>1080.000000</stDim:h> - <stDim:unit>Pixels</stDim:unit> - </xmpTPg:MaxPageSize> - <xmpTPg:Fonts> - <rdf:Bag> - <rdf:li rdf:parseType="Resource"> - <stFnt:fontName>MyriadPro-Bold</stFnt:fontName> - <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily> - <stFnt:fontFace>Bold</stFnt:fontFace> - <stFnt:fontType>Open Type</stFnt:fontType> - <stFnt:versionString>Version 2.115;PS 2.000;hotconv 1.0.81;makeotf.lib2.5.63406</stFnt:versionString> - <stFnt:composite>False</stFnt:composite> - <stFnt:fontFileName>6846</stFnt:fontFileName> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stFnt:fontName>MyriadPro-Regular</stFnt:fontName> - <stFnt:fontFamily>Myriad Pro</stFnt:fontFamily> - <stFnt:fontFace>Regular</stFnt:fontFace> - <stFnt:fontType>Open Type</stFnt:fontType> - <stFnt:versionString>Version 2.115;PS 2.000;hotconv 1.0.81;makeotf.lib2.5.63406</stFnt:versionString> - <stFnt:composite>False</stFnt:composite> - <stFnt:fontFileName>6851</stFnt:fontFileName> - </rdf:li> - </rdf:Bag> - </xmpTPg:Fonts> - <xmpTPg:PlateNames> - <rdf:Seq> - <rdf:li>Cyan</rdf:li> - <rdf:li>Magenta</rdf:li> - <rdf:li>Yellow</rdf:li> - <rdf:li>Black</rdf:li> - </rdf:Seq> - </xmpTPg:PlateNames> - <xmpTPg:SwatchGroups> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <xmpG:groupName>Default Swatch Group</xmpG:groupName> - <xmpG:groupType>0</xmpG:groupType> - </rdf:li> - </rdf:Seq> - </xmpTPg:SwatchGroups> - <illustrator:Type>Document</illustrator:Type> - <illustrator:CreatorSubTool>AIRobin</illustrator:CreatorSubTool> - <pdf:Producer>Adobe PDF library 15.00</pdf:Producer> - </rdf:Description> - </rdf:RDF> -</x:xmpmeta> - - - - - - - - - - - - - - - - - - - - - -<?xpacket end="w"?> -endstream endobj 3 0 obj <</Count 1/Kids[5 0 R]/Type/Pages>> endobj 5 0 obj <</ArtBox[587.5 320.0 968.5 677.0]/BleedBox[0.0 0.0 1920.0 1080.0]/Contents 25 0 R/CropBox[0.0 0.0 1920.0 1080.0]/LastModified(D:20210427145924+02'00')/MediaBox[0.0 0.0 1920.0 1080.0]/Parent 3 0 R/PieceInfo<</Illustrator 7 0 R>>/Resources<</ExtGState<</GS0 26 0 R>>/Font<</T1_0 21 0 R/T1_1 22 0 R>>/ProcSet[/PDF/Text/ImageC]/Properties<</MC0 23 0 R>>/XObject<</Im0 27 0 R>>>>/Thumb 28 0 R/TrimBox[0.0 0.0 1920.0 1080.0]/Type/Page>> endobj 25 0 obj <</Filter/FlateDecode/Length 289>>stream -H‰LQËN1¼û+|Ü=Ôë¼œäØ— ¡F  -*¡.pà÷q¡Æ£xÆãd¸[â°[2.VK„0DO.³™„3ž@$P}4dCÆhDoz1Ɔ˜ª$o¨:T–²'“EµžB̘ÙbpBÆxÕüg§Æ$RJR]~•¢9¼µ8¹JlS+¶©µ:Á”ª²)±8KÑ[ü¿Ýð]7®öŒÇ/°>"ë±qJ}aØŒŒ«3ÜëYàKÏçñO6óÌh°¼ÂŒ‰]ÆòÒÚ$Š:ÍÅ@‰5Vá±Ûžû™ÃîKŸiOýSÙ^¼LóâjÓa_ÞÀµ\ -’…|pêæyÖÇR·®\Ï77óÛUí]Xïô#�®` -endstream endobj 28 0 obj <</BitsPerComponent 8/ColorSpace 29 0 R/Filter[/ASCII85Decode/FlateDecode]/Height 59/Length 279/Width 105>>stream -8;Z]^+`7E;%#*XCc!BV-*i*V<3#C6kbn-eN.%3HJ-p:,SqDum0\BkUarY-gNf8C?L -&4-XGK^c0F.WZ?pmQagE.I$3RWNqCX,*d@sG5C,DoX;G<)L?T9h>4'jI\16cOldM? -[Y&^<=66I"0f5R)#F]r+1&EZ4NpGl=X2&cgo3`u,!sX"!,mF$kZn9&P9=n\I^74c< -OU;i2RqG9S(F%#/OEu)oW6@+T<QMXZ2Cl<hPeB/.ddQ^#,YO3^bg>2Enh*)Jo.::m -KFj`ncN)5Ss&&~> -endstream endobj 29 0 obj [/Indexed/DeviceRGB 255 30 0 R] endobj 30 0 obj <</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> -endstream endobj 27 0 obj <</BitsPerComponent 8/ColorSpace/DeviceRGB/DecodeParms<</BitsPerComponent 4/Colors 3/Columns 247>>/Filter/FlateDecode/Height 250/Intent/RelativeColorimetric/Length 161893/Name/X/Subtype/Image/Type/XObject/Width 247>>stream -H‰DÕçSZùÀñèîìdss—¬±‚‰5‰½�@@‘&H‘&(½HQŠTD@ÅB‰%bÙd“hbŠ)“Íæîþ÷x÷ÎÜ™Ï<3çÅyõ|çù!wÚù·zÇàÌh5UÛª ¡Á›Áø²Ø…CZ8Ïæ)¡SZàiIâÜ)~èh<õÊ™}çË_-=ûºvþûÖë?vÞ|Û½ü#}ù=óö{æõ÷ìÅ·ô‹¯;Ï>¥Ž?%N>'ϾÄO¿Ä?/}Œ~X<ø°}3»ýÊ—zéM¿™Í½î^Î&_º£g`èØ<fö´'ç–pl–ȶ5BÍ5dmÝ\)›EYý`Šjߦ8wi=Áâ±,|¢>•¥ÁCÉ̞ȗ8S,09hZí×DpªÅ.ù\‡ÀÛÀqÖµTÓ¢®¯)ÁkˉzÙPM5×Ç+ûÆ«¨ºGCæfб·q&[Yöf&ØÈŸ‚þErœÍ°ŽÔeX7^€Ÿ€ÆïbwºDw:x7[˜7|ÈüGï'¤ôŸ˜qÁ�£ÚJy*Y¤QmÓÄQºx7ĘÄêã=ê´*ÒÎÔ²§Ðp -PÒg*Æjïât¿¬e œî¸?ä¬bLV ‚U¢O‡`µðuNǨËðÚ -´ü^»°=ZÚ;öx@ßζáÙ@/ÃÜÍ´bØ † tsìÈ! •åxÈó4ˆü ã´5ISCSÙÌÁøüSm`OåÍŽùrJoFåÞ–›cl Á×…¶¤ÀšƒRGj̾©˜LImI‘-Á1¬ÐÇfPRo›Âß,÷5N,¢ŒQ,°FžÜ ²¢àlñPÉ«#G×– ùÿÎ#õʱ.vfX;µ%Ÿ96ž»gŽè‘5”Ӷ䞄Ȧ[š»…·;¸7ТqŠ[d}ÁX2쀋§«ùN8Ýt—n*„>UóÎMJ #öYõÒ¡a1«_ÈhÒ÷Ú¨Ô‡’û;ùöf‘«Ýp¯ófvåâŸ!8Ey¯¢'!7ŒN×[b½Î -Š|&Gògú¦²X÷nmoN`=Û‚P~bëܵw5söeõù#÷ï,äý_O —æþŽüù—ã‰kŸVóW¡ÂŸ^…Þ/ì¿æ.çv/;ìÛàÞÕbö}pëoãÕÔò™kñœÝ×y3ãÖ8Gâòl , a©¥«(zÝ\%ô6j–±æ$Á”ÀÛ×éSi®/Ë÷fxþ¬ zÓ|Ï×™b‚Iº1Ú§c•hùRìo™z{ÐZM2 ˆZ(’r‚NÒW ˜jÉšktC=ËÚʶµrÀëÈÙŽVž§]èE}(ž§5ùx¨¡˜à}º’S)ÅXBÒáU° %øWûVãÆ#Öÿ‹\#èa ˜5…ÌÕJC *¨óX§6ÞeH`´±.e¤]l†"gz*¨`9„f¯ YJñ†{Dc1ÙZ6`ƒSmˆ�NµÜ'áDM9QSÖ©*AÝCÉéÁP²Âᔸ¤GŽè–ÔôM41-8.H`ƒ½Ãˆ›Èwø®.ŽÉrÔ±ìugµ8Ш]é7‡ì#ž´äºíìØÿ#ßQØ’< 1$F€¤ÀWGŒ«BK\$ ìE@œmX¦©ƒ=r?RæmA‹£M«8ëÙ±Aó¥…óûR(ò¥¼fåD‰BN¯çʱ6z¢_=5@…o¾to¿šÞ|áNþ:¹šÂ{Ú¹]åä[âDä…#·º%7ðÊÛdÃÏ ˜–A‘=÷™@Ã| –I½MÆl -žÉŽÎg'ÂûºÈ¾iùÀÎéÝ1ñÄNàjL¶éB}Ž8ǵΛMËɪûý -D¯¤+†ãÄuÒx©ÄÛ¦_n±otÛÖ1¦ZoS.=–…[tëgzdþD•¼pf>Íä¿®ž~‹ÿömëüÏ4öµ¿®Oÿöuë×/›³Ï›'×óW±£±üÕ -ä釥ÃwáÜë…Ìù|úb>wzò>”}»°ózfëÜ}sÓìʹ%Ò„ûî¶ž<¢«h†J¢ª¤G -#Nñ\õÊE´:ÒmX&ÚÔÉÍ!'tv†}™‘é]¾g›ëJ±íI†1JR‡z•ÁnÅ\§t¦CìoåLÖÙê(æýz8ºä:8ÙP9`®¡QõuS#×Öε·Û;x.$ß‚ò†|HþTËù˜TSP1B³œl,&¨aX¬Kr uλÙÄû¡Ux-ÿ §.è3Ø -®b¶>ì œ¯•,6ÈÂMÊåvE¤M<WÏ÷×±§ªè8ÙZJáW%ÍŽè3Œ…$K(¡XK!4àÁ€Ñ¯ƒŽy9f¢¸KYˆ”´ÞnÜ®çÜè’ÂqÊÊîÑ:¢ª™aÂsí®}€7IxèÏ Ï‰ã:0L°žn©£Yï³5²¹ns‚jM°›|Ï®h:#ñeeþœÌ›Qxv¤@’c[ç˜×ØÆË´6¬[aMDÚe–>Ê4ǹÆ(ZŠ&„›EJ½ Š@³f©ÇÅ™c$hží‘@NÜW…Ž4Ë'HôÔ¸zfŠ™¯ZÖά/<ÛçÐóؽðo½œZ挛—t¾mzOÓ!°£Ù¾‰»¦{ƒÖRP"ž®õÕ;Ê™ÖP*p=TÎu8LZ¸ðšëô)4ø?³USµU3Ÿv&&ñÖ(Þâ}á-¨ Bs"‚Š ÷M6‡" -ˆ -ˆ¨x_QcÎÉ$&šcR™Ýýö5S[õTWWê¿~Þ§f"çšØ•%þÌ>Ö8ÖÆôašÄUùÉŽß•_Ü›^9Ó±õµÐLy¿¨+|‚—Ô&ë¥9\KµÔW¥X®—úëDsU£sE48‹b+êÏÉÄêKsêÆyx»töeåù·Í7ÿI¿ûïþÛ¿vÿ¾óæûÎËo[×_’Ͼ$¯ÿÜ|þç@þôníüv ¿ü¼úôÓÊÙmøì6rü!„ß…�òí?æ7_»—¯¾¥{_Méb¿ÀÙΟm±5Ò •$ -7•Ý-zØ#Î *xZìî›bdK‚âH1‘m>»Í±%†u’*<(_îÎ%‹í"o+×QÏ´¢!cQ‹"h‹‰º7USu5du5]WÏ1·Þ׸µuÄá;;ù.̨«çláÌ6‚¹Ëp:\vÜT8¬ÍTf⤙½’‡Ýã:…í¿vIôÉà5Y$sÕ–GGòΦó ËUÄDŠÙ®’±ô¸ÿ^8ÇYFw (ð“a3@þ„æ(à¢!C.AŸ3dȆb-b8J9ši¯¢+HºR¼¶x@]Ø+Ëé–fµ ä}S%ò -ÜT@NÑâØæ!¶…¨ÎR.ÇÖ˵÷±l K-ÃZ΄+„(sËNñfw®=‘ç@âÚ• Û"S‚eIr5Qº,8¬Ñaº4�MùÉòeh&D‘¥þ~Y Kêë.4ËýmÊp¯*Ò«‰ÖÁbázö„¾#iàD¾|¦X>W†Ÿª¢WZ <öÜaÙxiM½v¦ßÍÜøöoÒo=©WHìÊ9Ó,ì -õ!€GæLg«r¨¦|†¥¨¹+%Þê1¤”c}"˜‘úZµ!¢{g4xV>ùž¸†rORlqõ²)ðl‹<[+çÚĵUhÆ0•µÃ“h,…CŠê{ÇsñSÅ6Ÿ¬ÎºO.V“Ñ=ó¯^í#’£ht±G“bÎ_(BoŒïÜé»Å³¯+Wßc¯þ½yý-~õe 0¾ø¼rù5qý 8‹eóü6vö”yìâS\ÁýŧÓë‡7Ñ£›èÁMhçm ~팜[çÅÈ®À¾Å1ÆhŠåy;ÄN/öŒ»ÚèúJüt>N’Ý'~„Ì„tEwä£ãÌqœ¤€‰‚l³î…o±í)œdcm”¨Î—p_×ø†‡4³áº¿Á€>‡Lå4s5ÝŒ¦h«Iª -*Øäúú0M,K3®gÛÙöºµ2U@Æ -Š¥Œ -—S,EdS!QŸ; zÜ'{Ø=ùk§øA§ø7¬,7óp@AÔgQà,’Çtå1y,wÐN²æ’á<¶»œï«™¯f:ËŽ -*\F6CVÍ^úœ`ÈÔeô!k>k¶”7W-ô6ó=\{Ã7/‡À1¤.Ó¥[œÓ4ò[ÿt~¦z`ºiPÖ<¬ÄRuxšÄ²PGŽÐ3Ê <Ç0éá»›yÎ&€\¶„³&YpŠí�qï±Çw¥Èßš!Nòãø®vá|ϸ·—ïî‘øûDÞ®‰…v±¯Cìm–øZe6Y#uKƒ²`ŸjoN°ôØüÁ¤÷pÊ2²tª_h£WƵksü¹mã•#õÚ³ûÎwø1xø!°÷Λzå\¿Ò‡N•ó»|s”,DêÉÊBüLY“O7£Xp׊šðÔL/6I¼ucH¶rÂÓ<è2D!wšï?”\h“/mñkhìà»p&¤;ÊÅ´Ê¿«Šž™W¶ ¸“§kb©[»9…M”‚F(¿†üK ôK#ë§Zú?êØ?µðný³Uòs—êA¿1›h©qæ÷R±úÊž|ï9ø<ùyú)zz>Íü~ùôCäünõòKüêkâÙ×í«Ï©‹»ÄÓ»8öùÿǎ߯îÿÞ{ÚþÝŸ¸ö„N;= ’Ø·Gm)¼É‚7éö-& 'iÚ•¡ 7†¦+'È -p“YX -9TjÜݤXêý± ©³[Lû&Ó‘bY4SŒ¢[%©"xY+^èxÚFA'Û¨&0ËÈÆ2ª¥’nAä4=˜+Uu US©Ñd;I] zžae�]¦jò}WRe¥”d, ò Úl€+Ô#}Ð3õ¨Oú¯Ê"¨³‡t™$SÕ–Í@òr†33‡}N²€’Ã@J¸óUw)¥ÙÊ)Ö’aSÙ‚¢;J©6Á…Sƒ©“Iµò<Uã‹õ“±lÑ|'ÏÕÈEê™02”õËŠ0ð?UŽŸAäxyQ‰…´ƒTý0ËBã;¹BÄNä#d§O8‡÷bsm¹vñB—~bJÐáMhd‡ëJó€p{r<ŸòcÙ¶&º¹Žim¤™ÀgU˶7ƒÍ6‚´Œ¹[D^̸§Qìm‘áA.öµJ:eKXm”orœi‘+-òÉåÁeè\¹ÐG/ëϬ‰ö¿‘Ý.ì¿_ØzíºG~¢˜KZÖ(bO3M‹Ræ@Ú¦µ„c¯àÏVHæëËmÊfÊ×$ž¯—-vh"8G’=¿/ÉÖžé·Þ `ê¯]#'Ú¥CCð@·|¨‰œã—¶ÿÑ\¦Mie þ1Ó;‹]=¦»³TTDÅ%nÛ¨¬¸APܸì‹ÈzÙqC%n Fc’4Q;ÓÓý7æØSSõÔ->ð¨‡÷<g'çQÚÛ¶¶![W»¤¤."³W2V±I¼ïIÜ‚*ø>Yøˆ,y@•ÿÐ0òcËä?;Ð -޽n(ÚK÷ùNF>Î&rºôµõàÆžùÍqxë¼ý-úþån�Þý¹õî@êŽÿ¤N¿oüž:ºM²·‰ƒëxú2’øˆ-Z‡ìH‰{2€À±"øv8p8èËÈA{× ñ@»ÔZËCKÙ3/ Ml(•;Éc¡&M¬Ó°ÞcÞd[’Ë&dMr-I¾-[R°!Í®Ð'"¿*mCX³ÜÕ$±×ƒAæ‰<Xòj°ä¢»\©½“\[‹hk` Fkx(™=CäéIKhHN…-µwO+…g&± x†®¤}ÞyÖ5xÚ£.b 8®¡˜o*…8Á\‰È»Kç ËÅÞr‘Ï+f[Šxör¡›(t“®*¡½€ÌU€ðÈ\%ÛXD×>á[q/q$Ú4½JCãlÍK³Ž$¾z™5½ÀuÉ͈Ú5†ï¯bÏÖBh+mƒõ=B3SdáKçEžþALîyDª ð×ý¢]hc¾Ø½kPz}‹?¿ Û6ÆUh<Ò!uPù âÀ˜‰àÀÖâAÝÉ<uýnªÜKUøUÁÆÑHÓÔR›z•6¹Ü® -7©BmcÑŽé%†nªÞž–ù²£Á£ñèÉÌÒ{tå̰úÁ´þi.yáH_ú÷o"Gÿ^>ú¶œ¹ ¥óÞõsÃÒÛY߾̖àùÁµ¢‚‹#Ʋ>;Yîªñ5M„Ú´±nc‚…Æè3¯u1Ž-%ôî)"DZwºTξ÷Kç]©OŽÄ™-qêMžù7Ï0ÀÖ¹w/:¾]PÙÛUó4å<½MŒk@p$æOeÝÆëo@òJ^A%÷Aø÷*ñ÷$yUYØ4ñ¢eª˜®'Iý4M¶¤%¾ÅòÙôvθ÷Õvxëù¿ä+Àð³?Ö3×kÙ›øáíÙ›µÌõjæk°{¹ºÿ%ß½Šm‚ïZxkŽ‚§c�ß‘; -Ÿ(ƒÇ -ï>hl‰ëMŸc[lÞàM…;¥sdXW†ð’9â€ÜJ§¢à褡1‡tCœeÚà€D’[S°>ΙZx B>è¹3¼×F3é ¡‚o®Z)�Ð*|”ôæ«É<5¨ÎÓRXÓ•Ž›ÈB+€�,µÀpÈHdêK{4/^Ï<éœyïV?£kp,] 0\`-Úñ¢y|¯³Xì.éõ‹\8ÄY€¬8†ñ)Ó„ãÚðüy\쬓z%žz‘£±WBf<SÿŒ©*˜Ç)S±v}ŠnÙX¶óf¯%ÕgÜ@ôqžfRb ¦XÓÄ;ÉÕTަ…§}%01zœ¾9Dæì•»ûû}r'$ sGCÂÿjØßNÖ:ŒµLF;µ±.ÝjühkÍ}ÜGëwÔ!&ð×&Àài 05%ŒYSS,qÖ�É¥.ŠÜC ½‹6O-µê7º¦V:F"ÍÊ`+ð|$Ø9µÈÐÇÁé)rîyö•¡£É¿¢E;3®¼“|+‡í~ enn¢»W¾äg'h•HvÛ•ZâܬQd,ÿŸä’yÊ€§~<Ø -ŠHnÞäèã,t¥Çœ€Ý»ý¾åâéÔÚcò¶uáH~žOçÜ€ó`êC uîÛËEwsÁý|øäÛ²Ìör:LZ_ŠŸ× ¿”Ñ+˜*Ù…ŒûÖƒJö£JÖà -è!‘WHÞ# -ªeÿ ýôjüI—º6ᇠÖäk_–?—%/†®µÇßLG7îìWWæ*´Ø¼ð%óíËpúK$}µ¸}¹°•[Jå–’ÿZÚùß½YMå×>»W΋g¦ð©Ž«<Ù!ovÈ—ÂÀ¤ïÊÜ ßH°=™}1ÆÙJ_½ØBôY¬‹ÔÏ,· k4]¼S·Þ©Ot›6ÆM¦!A׬vM.ÒÀ}sÈ÷²ßEíµWƒÑFÌÕ,mK[ÎѸF¢ÀLó4Õ�`8–Ì×a”ÌÕT±g¼¡Fhi@Ìuˆ¹67@†Z¶ŽÂ@‰´ñâÕãfå/´‰çt ž–1µ@ÍâyðAê©ô¹A‡”¥¸GWÔ}ÞÅui_0Meˆ“,u·H=-ýÞf©§Iì¢"s$ÈTÊÒãÄΪápãìZ·1ÍïÈ\ûƒî½Ñ;vFÜoFô«}Ó¾ÒKš8j*k¦†5Kå àC¶÷Ù»$V¿‹ÓïâIÜÅpó‡ýŒÑ0GìPøï–\ám ´N/ÉÕ¬ÐÔ¯f¢ã¾V…£¡×V"6–øÆ2Šc¨A€ƒo$óÔ`µ2/e�£¨"Ó+m³k4u¼¼Äêü ø‡ý£¡NuìŒÐž–beðh,t<=UÇÎ͉{êÛÎûw®Âé|0ùÙ“øàX>ÑöÆ\à.çN„Z})„–Àú²^+Eê¨Sa´ñÐk4Æ5oŠŒë"]¶lH±ý‘`vjñ]}oÞød“÷½Éûwó¡ìõâ~.¶}=È/ïç–2W‹™«¥ã›e…³Må¡ÑǪë…O(üŸ+Y?X…DÎæ 7œÀzXιO€V ßïJà‚2Á}‚ð^¥¨ Nò_žë´)Í4ð除23m:ééôdëĸFA\QDq‹Ê&Ⱦˆƒ„}‘õeGA”UE£Dq‹¶AÑ8I§kºf~Ç»§¦ê.>ñ庞sîs›(¿?¦{$°WªÃXOn8u,Í~T䊖íKûÖ¹/{êZ+³W¡Ü§pî:’»Z\¿¯C9‰¬_ƶ®“ |õ"²ÈÏȱ!XP{ö&!¿#—ö$¾÷b^äÏ‹AxhwÙbÍRgÂx1‚‘Ï7Cf¢XU¯ÏôZÖ¬ÃÖܰ-G¶o’m›TÓÚ°*N’/Àµ…yZx®F¶Í°Àɉºª n¨¡›ÐšMÓ šÿ5–1mE]a˜1{+ÛÞÈÇÌm4c˰=¨ª#)+;eOp“Ú%¯¨+†u50áA8ÛŽá"h¾§QèGAx¾ägÍð9Iý¨çíãAC9Ùö’æ¨gÃfAÚù^œ(Ð)â7#ýæ•Ì·*“DÓÅ™göeÇŠÈ‘zñƒvñH9P;sRC’;³@áY 4]83uŒ;�9×Ùÿä<EˆÐDnº4øêu˜,äÁn8<eA‚61¨O Ó}ºDv™¨^"(CÝr3͵tcÕsK Y÷bDóÓÍUlGßz1’Pót§ŒuBd¬Øz›o5Ò -¹qrØò Ši•éÜyóÒà®bavéƒ!yfY-zÀù»ëðÈ×>ºS§†Å¬o›oÍЦC8–¹š¦¯€‡Æ²6ðœÍ“ž®é¼D* ·¬rôI†%——,rð6öA¿rf[/!ÛP>‡_cÇ¿¥ -ÿ\yw¾ÂwJË»×7ȾƄ.ü¸¹¹Cø¼™õ͸WG/«£|‹¢ß'—¡(wQä»(0¿”{(ÆŸ!õì[ ¼;Î7.ÉŸß”1u÷„¶Gê0j.ÕæÝŠÉ#yâP–<Ò¬-é’}íÙøâßøì_½¤Ï½ébpå<”9¯_EW/C©¢?qn둼Ծ)r¾ç»¢À¡$x4(ˆ½ïþ<ì&qhoba_âÝaÛ²4e´Câm‡1Ó‘¦™eìl¢CêR§ Ú¢qϼ1hÙ2fµ+$eŒ à&çÛÄþ&‚bÚ ŸÔCF5 ü•®fHSEÖ¡É:Ôè,jDYO™…ÆÒ½… -Â5ÕtýK¶YàÂòxÖ\Û˜GѶ*1¤ézÂTNü¼]üB•©ê(úÆqk;×ç9;ùH»À b+„ïÁp\(ª¥jÔPÞ¯~Ö=óNÅÃ!}%݉¡;Æ-“\&ʢĩH÷D¨]ào™‰õ²#®</x8¹tªN ©¢må±Rt§Î\Á]=ûZ½Ì»ÇÍíL–ãh‡qÜÖÊuážn±¿W샑ÞËsôð]¤ œœðÞ‰Ò`—<DPFûmt(�¦LŸ!ÕkHôèbݪ0QÀ‹Ü–¥†n¬·Ô0-µdmù+ÕÓõ3Šnj¶ã%8Ÿ6‚mùb›t¡YlùГÁØé²y¼4Ø1éïÏC{ҥɖµq{Ž‹¼“øwå‘cMüÌ´váÉ}‚ÆÝþ¼˜+…²çþ•³¹Ø‘Þ·-€‹`ÒÛ‚º¢¯dÛêfËŠº²à€:Æ4¯ -L+BMœcL ÝïÑC}ìļZDr—¾O‘Â/±“ß²?ÿ{ãøk6_Šï”bï.–òŸâ{Ÿ“…/IªÕ?ý¢•óÒ0~ƒðƽê=4õ;4å»íûƱÙw (Îí&áßšù·Z·zåQÝäü¹‡Ê`%Ù†¬õ¶FbS+'ŠÔ±.sjHž[3Wεkoæ‰ÿìZ>±'N}à<]„&Í”‚±S„{vfæÖùdOäÙòбtþp2¸?¼CIä@>úò\ëUÆŠÝ(Ù<¿‰ÁÞÄ«’xe7Ç«SmºGêVD;¦æ[E^©ç¸nÂrÖÛ_ ¡˜jG Õ ¼_õbPU3 ¬î“W’d²ÊaEí¨²†¬‚ó§–iBsí-0š„cÇ1Íxª¾mh¶©Ý-«ÆK^tJË S/H3Õ£PuÌ<W—ÈÝ-òÅ>¼Ø×)´rž§í¬£˜*úfvMÿˆ—ÿ'Я)äLw÷Fx'½Ô7ë›^&É£„©H§*ÕoÙ¢ù -âð‰<^Ô§KæLɹz‰d.¼éHx߈l¾1¤S¾Q®½ë&N gZ[�¹ÐK”û&ƒCb_?ÇNä:z„žNI€(›'@P„{M«4çÓš¥š3ýÆ4É”"éãDu¤W b9Ö—c7Èka˜ªŸ *Í>Vÿ4ª}N1<§›+XŽj¾%ô¡ø˜íu|¤Ã)ª\î…("=p½jS£ÆÕ’ŸË²lë÷¶tñX›.YAøö—…½_cù_–6¯æÿ@¾|¨÷í ò„»‰i¬‚=¶֙ꙴÀI˜ -¨–Æi.|¯z™eHðGnˆŸXÖ/<›Wþí«ðÁ¯ñ³ÿl�òÓåv¯’ |³¸˜¿Š¾¤v?ÇIÒ -<ÿ1–ó¬ýSûnýN&ù_1c`»¬ú-†^ÖÄø¾eüAÿ6ô¬ø›.Ù.émÈð›2ºö¶áG‘õ©Ü]©‹6Í¥ ÈzßÂ{éH=”Ä>L¥JºÄ¹&v¦ž¼]<ÒÃÎJœºVŠžÕ‹ÀúÕ|æÂ;µFŽ•=9²Ãƒ8÷™ŽÂ˜ká=b‡OD‘ÿ’\ß]i¥[À?N’izçÆL'JDQ¬€T*H/Ò‹H‚H‡C¯¡‰J±¢h’Iœ¦˜¹É$s³î÷¸¯ÉZÏ:ë,þåwö~ö™ªðR{®*<W§ŸÈ }–}sB—PÅ{³½úBŸ¾ˆ3o-›dð4¯L%ÂRÆËB¸GDðüp®¯ƒžÎïáølbÖ §¯vLZᣦ¶Q=œ¬m'ÊÛHŠvŠâÞ˜6ehgZ\eHI°OÇ©Ty„(PùW˜0·Œ›4ôëГô´¹Ÿiâ¹"E™T'f´©9]fD›¡¨DId@¡™ø˜ñ7‚öW¼º«i³´²üH^³Pfðº"E_3€¬›7hæÍ [•îoðS'šÂ™±|áÈko‚[oC•óØæY$wâ‰.»k -}†%‹1Š(ˆáùPà+‹C•Âë²$}nÜ˜Šøˆ4ŠSć‰!Мµi¼)?¨ó¡:×»N9Ú·I>n_§Zóã˹1c– yÎN¡§›çB0¬°KÛŒ¥}f¹mÖ -›[¹¢Îr· ®…(BëCi©ËàÌE²¥D1Æ-¥ géÝãBºÌ®PC•}n«�ä%Ÿ2?—À0¯ƒîz‘®œŠÏ©Çjw™½˜Ä Ü]`ƒ|=\ -KDT%&Œy¶mS´Z–[ÖD«²È¡ /ŸùÁ?¼L½ÏýùyóügÿÝõµþäC¥~¾¶ÿºØx_~òq«qY+Nt ´ö‹~Aqo`ø?÷°®ðšû¹MÜ_yMC‚›ÃÂ[Xùu¼òÒâµ1ÓÏÆŸ&MWÂü÷Ô¡v]¬Ó’Aä1ÎÚÖ™Ñú|âH\z¡Íœ,ūǪhC“ùÃZz实Gkq€ÔõËøöûØÖ¥·òÖ™{©‹>’z™Îƒ×þLà˜•:‘d_)€ð‡'òXCä©1,ÊR -ÿíäu½”Ç,æ†ÀÞ°Á‹ö!¸Œú¤Q”êâûáWº„¡na¸‡D�ál?|ÞÓ9ï†Óí÷§V`4KÅð;IÛŽSÜÅŠïà%$i+UÙ6©oûŽœç鑆ú5I¼65¦Š‘e¡q±ŸÂuRXvâ¬K7ÍY‡Y«#|7Qì§J QUtj)3oȱME¦©À�ÌÔ)2@.ð£¦÷F ·�rœªiXÕD5ßax»¹A´0Œ‘%‡59’®HÎokuÚV£ä?}¢È¯ºÊwÔ•7Põ"_øÇ+Þµ)Ç•GɪĨÂðý á£ä‰uz 7äiÆÂ„&C‘F±2°2Âi¸OÔ¥É@ ïjŒ3Àw”Ç€ð•5²@1çI²`¯Àz»9àf°—a³–ö9Œ¹ÒÁ\…1°+äN \JгX{e±5m¯ÐWÊÓ6Ðöks®mVà@}¤� ª"GšÌÉòúk×öÛðþ‡è*ÿä÷ß>Ü9OUNýWÈ©¼U®!Ky»…~$pÎq£Ø.$Ç=, Sµ©Ys‘kÛ˜ókAí-NÕ‹àáeòà}âè] ýµ~úÏÞ‹/{?”÷Î -{gùƒ7ëÇ—•Ý×E²¤/¸‹ÞÇòÛûø? ¹×ÑܽœkC¦aQ3n¡ /iÆ.ÜÄIZF´×(úéÖÇÏW‹À{[„ëShKfĘ@Û8×&ÉS¡øvháCz¨1ÐÝU¦»ÆôïbGòŸÖê¹{÷8=âõËÔþûdãcâøïÔág_ý£gý|1xÀ^Þ%šjXÓ&ÖRq÷&Ü[SŽ -íAެK`Õ±~U´_GiÓ}ºïÈó8ÍÃaej@žè“ÅÑ’h¯8Ü#€ü@ÇÛ1ï±¼÷Ù>8àÍöƒÓ¯süèí ;îO¯ÂhËp²áA–ÝàßÞ‘Ü¡*Û'ô÷æ,p¶³ƒïEÈÂhMrH›$«ãDE„&…Fù®QŽ4o#2–G¸«d¡gLâ§ÉƒSÊД.Á0æøæ‚ðÁÄX˜Ò¦G%áž9ù uÌðe©…¼t“ û•lh¡;`‚FCÉÓýš~©DzP¡Ù¶§íÛ3¶Ú´µ<í;à&Ÿªr/õëgöÍsGùµ¯zá¯\Ä@ë+¾ô'xwUÆ[Æ+â$i*èªæ[CÆrdcžº˜Å‰CÈ…0BuŠÝŠXŸ6A°¬M¸k÷Ó³5œ;ËãPËKÓ«¥)SŽ(öнHîj÷¼>oëb,Ã688RXŽ–ÎöÀÀ–T$QÚ\¿¹@¶—iP>⅂СÀ¿Ïƒþº ÔC®Œkcu™káÔ±yêÝ~:øÙ9ÏTO“/üù?œÑC¹·Ê7åÈ ƒNÎq#Ù®¦£_d‘ mzÖ˜ç/¦æõi¶«¢Ì>]©]@õwñÝ‹ðá›ôɧõÓvO¿ì>û´}|¹¹sšß~•ß9+ío¬Ÿd ÂßG�ùˆ¨ïå^Gq®õ~ÄŠÿ…—Ü$)ZÈÊ[ùm‚â6ÕðÓ¤õß,w3?Ð"Þ×ez¬E¬§F…¶hÞ -uµ8bË ¯qî2Ù³5欀ӃhÊcíôÀ.7óT[¾°îý{ò%ÿìëÚ“/ÅãO¹GŸÓÀùÎ¥cûÒ±v¦ñï1õåAíFíU>DªShE)¡$n±§gÁÛ£Œôiãƒê$úò^}±O•”'û¤qôÿi®Ó¦´ò,à_¦_LOÍÔLWuE»Æ…%"*.´K% ²Èze_MvÙw¼,"FMĈ+jL:ÉL2I§3žT/™0»jªž×TÝËïžóœÛÐ/(Þk÷æ-M³¦²©8¿îh›³µ-ÍG;Åqdi'šÚ¦t÷ðʆ!Qv±³pÇ®È Du8µ˜kÝ‹^´(„ñ¢À°Ð?ÅóL0T#žbÀSôx¦eZ#�á"/Qâ¸£Þ -‡ÙÿG>s=šµë¡¾yRU;¡ª%h&ÔµCÒohï²a+NôËS#ªÜ¸¡D4ïÍ®–H+[MfʺK <åÇΤpUwëüÚ¶uãÈ\{àª+qnó?Ñš<yt–¹†åzp¢h?Ø#£Å1Œ$Š•Æúë#Êøw²ø�ÓÙÉvw°\íW·$‚•GðêäÓÖCëö¬£Dt”fìÛ ÓÖÙœ%*¢¸EçpŽI7uÑŒt‚j�J'ÍÜM·v.€Iëî†{–Ò8]aÔ\˜¶•H¾23z²˜¬Já+yôTªð½eÈ{Àu?Yt?]E<R¬Ÿé7.M©ssþƹû*öèe4ÊœùàcK¬lð<‚¦*9*ôõr\(žÃp AcÈkC×ß?% Ï |D±Ÿ¤Os£Oµàw½ðå/»ÏÂÇoRÕwÅËJ•7…ƒWÙâeb»š(T7¶/áD94Âidµ²ëÙw{þ -‚¤}5Èÿû°èoÊ‚ºŽ ®\þv\ñ Aý-ÍÚÂõ¶J×QÚì˜y›àÜYð=áŸðüûÐZ‘j€ :xT®À#ªœ‡Ö"!\¥.T¥çöƒ7¾ê‡ÌóŸßÿ´óüߥ矊W?æÎ>ÆO?ÄÊûïm©×Uµ5 N¢o‘Ç‚ ‚çïâyºøÞnÈÙÉswýhI¨WëWÆqŠÄ€<Þ/aÁçÝ -GA4Û‹ 9;æìm3¦F‚±~ÊP7m¬'šHÖ¦Y[óœ½eÁÑJµ6Í™šê§5Sêú1yÓ ¦{§ªÅñêFD ã�ùJ;ÅÊ!ò€N�,¬{wäºÏ¶¡™$M�a›úÅî±åI™ÕÓL0˘ƒôŽ&CVÁDy'cؾvº«iÖRO¶Ô?4µL-]눼æ;å]²¹›ê[Œ‹à1ùæ¤&ÏÖ!}A Ëó—Ó$]žjÙe¸ÊPèT–¸Vo<W$oäW†ø…6r¬ð—Åöºr•.pò£Q-Œ#q„,Ù«Lõ/ÁƒK8I¤›çmø;….i¤W «’x0~ Ù)k‘lß™µ—Èν9Saj%…ç…{@¯c¹ TsǼ±nD0Íhö*†oÇ)=*?A&9`†/y7¹þ?´+Z/+S'+¹ªiëʼyn„µpE;ûö W‘i-ÍÛv(k‡tß)'X‘Å«êͶ—Žô•=qn^?ÕG*×d+2•ñ0É>”$ܹ:)Æzðe1÷¹N,ß‹ûG]"7^·1Ú—žY·.l›ç–Ý›@ùuôü}öì]æô} LòâU2±ž¿„7ŽÂîíµaNÛ0ÜžM8@þ$åë^ö×c²š™•F²¡…ll&égVn“tµàÊ%ÐêL¿©@pì‘ýPìÓSyòT=â»-ض‰–üôjn\Ÿßødðˆ¾yÝ{c?ù1zùŸW¿ì¼ù²ÿö·òÛ_^ÿ²ûòóγÏéê§äÓŸÜ�yú{ià˜õr”$œ£Åp.ð!ÄA´ävÏöÊ£}ŠØ�¾ö{'Èâýâh/@Îõ!Xžnº³cÖÖJ45N¯6LîNêj'õucÝŒ©ždiÎéöª‰biΉºf‚¦q\Ñ<$¨ÂAùu߉›(Á#·Í¯¶ÓmÝ%`ø~äFqh¶É²¢@hz$cõ>Ï>,õM�äšèœ1ɰe!}–«M³Õ)ã -xHšD‘Ü@ÓÛÁðÜ£8:Éæ¶i}ÛØrýèrô¾âA³#ü^œœ¦Ê1Vr‹�¹v‹œ/¥¦ Š÷©(V]^¿’„Ï¡ÊHàPê~,°©Kñ –³<Ë÷‡óJ¼–ÃXÜ&€l+vˆB’0RFÊ¢½ªä Õg7 æ<Ñ”ŸYÝš¶lÏ€¬Iáe,D3=]/ -ܰ4KÕܹ°ŠÈ…kCKÁæ$e-ËôxñÇòì‘&[Y˜Ó'šÌ™.W]êŠ7öµ%w±š>]‰—¾]®#O7äˆ ¨ƒ=eÙŸwíó¼Âȱ:Y5ÀUëFÕ?Ó—rsž.qÈEøÇ{x^Ä‚µ…nO'rõñ}ƒBß0ÛÞ˱öËüãÖ3u¦Kj“‡ºíªëàUäðuüé?GÿÌïÞläN£™J0}‹ì{¬Ž‹Àq» ¦F-Šñ§.êWC’?tw¨ŽFˆ‘jk ˜êçŒu,G›¼¥Ô€vsز=í~2®ð’ôÕRö™*U•Æ*<ïcš{b/U88d¤o$_ùÏ>&_|.½þm÷Ýï•þ{òáËù‡/ï¾ÿë÷ÊË_K×?o| -ï¿u¦ž)#'mqDšÂH=’ø}PK„!¤8€VD±ªø :1¬NŽ€,'‡A”‰!E|PºÞ/ŽõñCÐH\] ~“ÌÍ=à]÷?–Ëó+Í4ÃÿÍž³{æœÝM¢qk,XcKi6Šˆ tAA*½WA)J±€kl±N&›dg'™$¶œ™$óìmvÏù}…ž÷ºÏu4%M1AsŸ¨-&éJŒ¥ÃfÝ\ö-·23¨EçJñ3ˆIQ‡ è!ÿT:v -AüÔ•0àK-׃äùPXbÙk¡3æj¦õÓ\ͶÕòœH‘#¶©–zŒ)¼|d\#é2ýs)¢&5¨MÍ.“¦±Âp» ÔÆö"é¶ê!SÜ/D]I‡ 8Ðì`‡ J.’„‘Aˆ8:$Qeñ!AÏówM.â4kÖ¨koÂ{Èsíq½‡Ï.ϲ5¦ÏR`»‡;ùþ¶1gÇ⇅(i=EKBHQ ^ä«›Ž6É#-²pôƒ2Ö]Á³PDý†l¿6EЬôé2xÍ -zžÿíÏòý`Íã$ËÒxcÇÒªð“ç£Á éRA™Þ5lžÚ÷®7¡BÏn[×ÞÍKOþÚµyãÎÝØ7®ésK‡rom]§i2}³Ë½ÊÌ£¹uœy“bÙ¢¹w¸¡#IäD ìO:¶¹†ì "†øÙöŽ«Z€ß0á¬Åâ{ÐBo³$Ð&ñuŒ[PL}#ÇÒ2&/îËžÊwécÃÖ3å(¼ô^…×Î]Éç–ø¾iißâÍ©µ1É#apÞÌ.Á0‹1ãlá|Gš+¢šËY®j¶»zÜ]3ᆇÖò<õ“¡fE¼Sê¼…<×ïÝeDĉ²Ô¥2sJ¾˜Z:÷XÁ=Ø>FÜzâ\¼ñföð‘˦_ÿúäíçgï¾ÿòûéǯçŸ~¿xÿåäÝçc€üâSæðcpóo¶¥³©àßXÀO§Ú€pÐ \FË#êd·v¹W—ÂéR}še¬:Ù™M>VÄ{ÀÉ!‚Pó„§qÔQG·ÂF‰ ÌÝïSCðsÅß8/‚õ%ƒ0¦Rêü÷T(vCé€Ñ¯)#*+z§@T@Wîu -Šþ9YU1¬ƒÂ0pÕ³uLà]E5 (ú2ú|ÅØ7Ά -ÏÑ Œv™2D€Ü¾Mq¨¶Kžfݳ?astà\íG:¸A̘»žn�×Í©z`¾’bG±‚ü·@àIloËe»±ãîGLGç¨iÌÙÂõµJ"ÝÊ¢~ƒbÈÑáuYŠze�¢JöÏÄqÓ1,׆Œ{Œ¹«9ÞžïÏS‘fí�ùT¸IEïѧ‰@8Ô8Ä!çÚnN2Ôs½Â� gÙëo 7ßB.°wh£4×/þL•>ÔçŽmO/=Ï_.œ½‰þœ<ú{lçUxûÚ›»rn\:o-âœ<QF÷¦<Û,ËUÂÍÄ{¦°z�?xm–lÊ1àpLë,]†¡NÍ,’Dþö še«bÛ«9îq¨Qº�³VÏ÷¢^˜–ÉÐCi ‹cÃ0õÈ1JîëóäyޜȗòÒÄþ\úظyíÌ]z–Ÿ›w‘§ºà%%S9¤m…$«=~ÃûC·ü¯4[ ÛW)W‰keKhÙjf±MxÇ+»õ¼!K�‘ìÇN'—/ä™kåêKõò…,v* pÃ\ßÎDpŸ»úrîÉÏ–Ówi¨ñ· (¿í¿ÿ|úñ÷ó_/>}½|ÿõäý×ã—ÿɼOBg¯ôGâà`¾@œNuL.5‹"hI®*ÑcÈâç³Dó*Ù´ÚoÌá5A4+UäˆÚyf–9b«¥˜ªúõ‚ú>pþ-Eu^u‡ ¾Û¯+ž/¥[Ëh–Rš¹Œj*¥ÃÄ€¦¶.ÑÝþ_:…w°²ï‰³·º>¤+1ÕŒ9ªYކŠfFKÉÚ"’æÞ€¡„nAÏÃÂòg‚â;†±x:бæzÝbpo|ao2¸+íª Ž¼\›äN-P$ÁAaÇó?f¹ÛvÍŠ¤ZhN4ËßÎ ô߯?Àö˜Nܨ˰âi&ì°3d@Ó¬U0¼`«(Ò1ê–tÊgáE¬Ót«E‚4ÅÁˆÃ]€(Ó^ò!ضrŽÁwUJ¼(u¬K·+{TKõ)²);hY§Øò4Knؘ%kR½`€’F@ñÝB†çB³Ìul3šeB±w¯-Å”k‡Žü©gç,rp;û!}ýfãê§í‹·ù£×éÝ›xþÊ¿~îN½0&OtûßSž5O1dÉŠå®Éh‹�¶ƒ¤0Œ”DP ™Òh;×Û<fG2us-ÓZA7•ZK&Üå‚@•4Ú ¡¤‘q N䯕øá&’…Ú.k¾©¯ãYZ•á>sjĽ1îÍsBaüP¾|¬HžL‡w„¾mž;?a[ekcÃ2¡{²µÂ›ye-Â?µN°FšÀ(Óͺ\§u»ÏöïÜôîP]Û4Cš`Z'ƒ«8¶h]6T7@ž½™]5—¾ž‰ŸI"Güð!Ï¿;9n¼Öï|°ŸÈþøï·¿îýôÛþ/ŸÏn!ÿrþáËù»/G .7ÿZß{³¹ÔÅŽ@5…�¹6“¯´Kc-’hÓT¤V'íJïü*Áº1`Ï Z7†ÀùçWo£MU ¬$Ò0áÅŒ¹{=pNµÔ�êCÆòCY[œ÷©îào!¿O1!@ÃFlˆ[ùˆµœn®¤™*‡´•xEÉ£ÉânÑÝñ=œ¼”ôÈTc%Ó^œX+þKry}¥æaüš‹ÙIƨK¬Ä»¢"¥¨"¨*½w”ÞEš¢l¨1FìcÙ”I²“ä${æd²Ù½ß/Ùsžó»ä‚÷ó>ïçéÓäv+ïÁeÁJïàYpGz59�y§à'²ê.o®Ò´õìõù÷GƒGìà¡àGÔ•mK¬^çÏ“¹žÞ /–ã{Ìr·ÐmõTkÍ ¹Šj¯¥»èö®!+–fí²<˜í ÛHÚvQ[ õùƒæ¦ë{® ÅÚ+xíQ·6 ["ðX€œíišð5Ã6¡[JiF$U`cÖ ÛCI QBƒï‰üây´b¡KïÕ'úf×)�9ø¹8Ü2=öëã!@aÌ¢µÅ�ù°¡Š¡«çÚ0–ØDð™|õȺyîJ¥CW‘Óëå¯W/KBNß&€óßʹ}áXHIÝÏÆI†.APD±¼PÛ[5â*a8‹™Žbxh@ÿèæŠ¶žK¢ª€¤.è×#!4‚i/˜ðOPüPe†s¸î2®»bÚWÍóÖ³mUÃ:Ô�lY)M]!pb´äÙØpîÝf»6X®-–yeh&NÕE)ÊQìÃäMÜ’j²fônýDv›àª¥\mÔ¬c¬;½žƒÅ󉨋©DZ²~-OœËCÏ'ášxwØÞ]¶8œŠœð/„K—bøŽ&ƒÇ<ÿÁ”{—8®Ü·ßÙÏ?Åo¿&ß|öößÏÿëàÃþñ×þûÿ¤^ý+ 5¾ÿÁ›¸ÔÍA‡?µíÍl’¦" ìùŽ´zrî‘x¡E½Ü©_é6õ™×‰¦5"pnHôATKxqÃö53]uÃöLÒ»©êÒo,"éò*D7¸Š<‹ ÊK¡ÌäQŒÂ@žGÑå•ù8q6fú^ÇdVÇd6–Àýм‰—!áfPŒ…°hE.(P»8«Cœ…Wåu+‘]’œÇâìA]‘0ˆ¶nR|)ˆhø�úD´p"ŽžËNeÞçBó:[¾HøÉSþžéyg=뮲•Ðì•ÃÎjšµeÐÔD5a ýÆNŠCÒbÈÚN²¾®W]SäâUˆA3LËN¸V”@«ÖñÊUœ$Š›´q}“smc®ºqwý˜³Še«·–C¸6ÏU%ò¶(C†X¯~‰ †éV/öèc$c‚4æÃKBPã<=×›|ÌZÁ² èÆ²õº¡jÔR7:Û:aí0FÇýOe+‡Ž‹¹Ã«ØÑuüøråâv#ýr;ýjûäõÚþm<y募ڃ‡rï®È¾3:³FS,ã„¡vî\혫rÄY6â,gºŠööRš¹ˆ¬+$ªóÈZ8…|Š>‡:‹¶"˜Î<Î\Ñt°Œz(ƒE ¦}¥<o…Ð_-ðÕsU#ú‡òýÒŠ¤˜ª(gjÆMµ’9ŒfoXîÕDZš%Œ.†UG;ä!´4Ð"ö57O•V2uì{“¹M'ÐdØÂÙRÄÐÅÈÒ {û|ï£vÿƒùè“uÿ½móF·v£Y½V?y¡Xº,œ "§üð /t®2=·ÏY¼GÎDþ~äLúäÆ|c9|·pùeåå×í×ßž¾ý¾÷î{êÍ·g¯ÿÜ?ù°˜ü»)r(uîBù³f·(Òhç°³Œî(e¹B8Þjé"ZŸÀ™’}– ’5I¶lPLk$¨ ˆ&NF°ã¾&¦š¼†Gìm`ºjŽªLì4+Šj*¦ -û4¹*Ú˜l@’÷A62Æ¢E’!ê‚ì>–ŸƒåAù`éHœÌ<4¦G™+T¿WƒÄ)�9Zx¤®S’ßÃ~í–æ2-Êå.çõÿ‡�yôT²œV-§•#™ëϰšá\" -‚}SÁàœånÉ3%ƒ>8Û8dî¤[°43.SÏ€¡‹¨ÅÉP¼Ÿ¹?uJ~!óYþŠÉÅzA´¿Ø*wòC@ø„§™ãmÈY`°Îj¿NjV„š•áÃr1Fp$‡Iªemм:�„âäÙÕ~XŸp-6A™óµ\Oer3LÎÒ~Uá°±ŠãlÂÇÍmº0Ó»%IØ·Óþ“ÛÄñMâ(8»Z;½Þ8¹^O]ÇžžG€ð…ÔŒï¹Øõ”oJkb”áÞÆQ ÜŽb8ʘ®òa[!„a/£YŠIš|¼,— ÈéS!Ⱥlš9ÄŽd¹ò'çKøa.Z¨‡*~. ÖŠüS®¦±r@QD–QeýÒâAyi¿¬8çZëEÞ6I�¼º8WG1Šp›<Ü&omçå6²ï ¹wÈÚR~ ͸A™?€öm½4î½·}¦?G®?Ço¾<¹ùœ¸ú?ùIýæßyåܺµ]âêð±Ø·7>‘FN¥áEðX8TFN5O®,ÉWîƒß£g_—¬_}MÞ|Û¼þ3™þ#qþÏxêãüÖÇBZæÛŸrî3»tYâñ˜ïÝQ>ìD1Ç<U¼@ƒ"Ö1³ÞcÞì³oSl[dË&|û;4ë6UëáùÑtÛ#¦³aÌÓ4êid¹êX®Ú1wí¸'3E™øoËáùœ)È”v†jQŸG2äƒ`ùDU.Iƒè‡·R]€ÞÇÝ‚|NPÐÅÏÇò<èjd¯º¨WSŒ«‘"Ñü¬ÎÏ Ü¿µò~mfwðïáåylw£f…hÛ¡»S¬ù=a %ŠK—ÎUO®ô+7Æ¥´Þ¿/u<å›7¸ªU¹4 µ³=õC暥ð$—ùSi†ÿŸ©ìÌlvg·Á" ‡w$xCQDnAnhl9³ANEb¼˜¸Éä*“dg*É&;µµ¿îǤê-ŠŸºê«ïé§ß÷¾µr©â:qSîú 'lÌQ™m%²º>SU—îV«üoT៧ÿÔ2óM‡òÛsÙ¨½Pèk/Q„^²h‰,pÁZ Y€¢‹´›]ÖTÿBzйÎq;ׯYŽcëÊM:Ö¹¶,ɰ XŸëP…ÚAª"@‘H2?Qän˜²×“@e\+^ì¦I\m<„:ëî³&yÑ<¼~á>ø9~ø<¹™Ø½XÞ{ø8¶ñ(ËÛ|ÛzÛŠÌ’™„Ó\u¤Wˆ¶pîp¬õ£Öšq8aÜ^?¶X=f«ºà†æÊAQìVƒºRÈ éÆˆ@^Ì÷T‚¢"ÇðrŒ�¢Åˆš0Q &a€4㦠ã¦:–¶Š9S:¤®&ç@õcP i¢™›ªðã~‚:DÔG)Æ(U‡‘5b?„0ÕŒ/Þ™t"›¬¥#~â±"û\¿÷Öqò«÷òCìÙ¿“/>e_~^{õ)÷€úqåü_±ƒ·þü+wî9²z Yög<»’¥‡2ÿ¾2x¨ê°ccüÜ’¾´å_‡Þ%Î~[9ÿ-rò>ùð*´ýÒ·ú‰ŸÏù¤Îm¾u‹ öI#ô 7@2f¯ž@k¥@>·Â�œÏ¯öX³½Ölà|!7l^íŸ ·óÄ+vÄ‹< Tæ&ñÜd¾‡Ä÷’¦<€vüW‡€R=d¾5õC7z¡›ÎÁ/th|´c顤g¶¸GQÔ%/½7óáâ›íÒ›²b�9C]rWYÔ®¼Ñ"ÿ;]v½É�øVÙu¦¡Lè¥êS=óëÃöí1Ï €;RÇÎô_!_Àá#=º£°åÄæÕqc’-ÇZÁ¥Â'Ñj·a -Åó=x�Ìß,�†wÒXó àµ÷Jê"ºøZëÌ_;Tß24ß}…|ÊMi3Á&±*ô&íuöZ>Š—úU‘f(~ϺÚïÙâw§ü Uæ§—ðÑ çz!öµñÂ(K£½ÚÈÝçá&U˜®Â¨Ê0Eì!N;ñ+È|¹#ñ4IÐö)„*G™¦(Í(±¹SÿÞÓØþ“ÄÎyôÁ)¶uNí;±y4§BR]”Íø;§M“àj -„Û @>\žëÀóŒ"¸a¸‚©/eêJû%`ûÃElkÉ„³Tä»-àU1¢:NSͦM¡«C -/Mäh˜0F ¸eƒ®2e%wÑ”~ÐOÚ4€jŒ¤‹4c4SŒnˆRôa²)Á´d]›ãÁaòL½öh÷¥ûøŸÁ'ï3Ï>ä^Ú»ú|ðæó1X‹…ÁøùøêËþËù'¿®ž¼‰ç_y7Ÿ9“àÀžÊ¾!)÷¶Ê¿§ÎaGpôØ;O?F7^w®" ù·Øƒ«Pö¹+ui©ÝåÛ<sޣįï CtÞyÌQ3jÇ.Vsµb_ƒ2J×'Z IPËï†9ÛmYë³L}’!öÓÆA›ÅsìD`r¾—*ðQE~šÈOùÀ -»Ãw -z\¨(p3 ?önôAÓ¾ Ü>2W̆Kî›ÊXÆ’APóÔ¥êê>eå=YÅ]qI‡¤¬üQTtÎVöèªLõÖZ¶µþþŽÜ4—të~lS\ëÒ]Ÿt×jÒmðfÏüvº;å;c§úØ…)ùØ‘zâŒ-,¾=kKn[çãƒj¬Cè"Ë4(uNõ–šå%F…j%þÛ|˜fEì…ï™Ð7}ƺµ×€èºT?À·F‘ -ž¼El×.wâ5Ö5Ï^Ã]¬šv×ÍbMFÐî2ƒŽÍÑ@^„íË"û³Ñ%¶7Ø‘z6EhNàÈòl®%1bZ0F» Ñ.-Ö¦ ·ª1º2D•€ÞëƒÆ2 -—óZ©»Qî¡‹Óód] {1=éɉÂy]êØ¼zf_=·§Oô1ÈkÝ -ËÊ$çÌ{äþ.Ú,pÒ.Š¥ò]d)7y -%ñP×^;†Ô±Ì·U C¦ÊA¨‚e)ã,TO»käa’.ÑlÊtÀÙ.óZ·=×oÍtCËÚPˬ·Eâ ð,Ä1c=[W'´ÑA$ŽfÚ¬tê08Î\¢ŠÑ¡eê\œÇiP´ÑˆãŠôSõÚscî´õb~÷jñì]øòcâç/??¸úrðæËáÛ/'¿üçôÝïg…üïä—ÿ¿þ}ç釵“÷‘½+?prh_cωmë"ÇÆÌÒ®&|hÂŽæÂ ¦ð¡5qîH^€»¶ÅÎè‰5°¯÷쨜Û$7 eXÚÄ� \é�óŽ«î¾Ç^¨œóÑ:i¤ŠÐ4ËMÆd;”ê€ÒPšWFZ…K”Iã ƒù (4ICÍÒ] Š|$ÁqÚKà¹ê8‹àûX ïÖ^ûpÞÝ2—ŒYË9HŸ¥j.g*YúÊ}í°®†©Â8—–ÈÛfʪêKmžöÒEþq.ðQ~"x ™ÐOw•ß%+ “ ÙNh½Ë•/@>Õ-?‚�ä‰{pß‚néU!œfk0¦6Ú©[f˜3½¶!÷ǾÁ²¬µè -¬¬-¡¯š‡–ŽXÿ2lC¬lx®‚ƒÔ -<xm²Í˜€³#–ì0²ÎFÖ‡à•^Ír‹ØÛÀsâþOry?¥•ïaø_ºsï¹7n²IlÄÅBQ,‰b b!(ˆôŽ tŽôr€sEšTì5M²›¶IL2ÙÍÄÄ$ûóý²wæ†ÏÌyÎûy^®·V!Òw+t÷ú}t[ˆíˆ�ä±UüP PG7%þ5'7ãȰJe8Su1ð•uÏE»fÃX pÇYË´T2Lå,¨†ïº —Á$îB«Â×Ñ¡8Óó@\Uò³þ¬ -Î*à”œÑ†x@äíã{("¸‡ï% |d±Ÿ,~nç‚‚[9ÞÆ)WÓV?Ý1à@FÕtCÕTÎrÖˆFu‚hZéµ][tÏΨ¯@wdMɾùEè»Û9ž©o`›ñ -¯Ì×-‡»áºÅ}ŒjLBàëH’õq€Ük›ãçÐÆçŽÝ×¾ãwÈÃ÷hñ}äìcì×?Wž}Êþ~ñ¼‹o/‹ç—§ï¾½ÿñäãSóû/?ožþ±tü.¶úܳxhð®ÉY±#+õoªÃ�ò}=¶;‡îh‚»óá#cèPªÌ¿£€·åÎÏšŸ¶äïëÓtE¬W„uBaˆ8ƒà'®Øpt¨’fº>b¾Á°–s¼µ´ImU-¶•'‚È¢D!ÖÂñ7±}%Qñ´LûZ¸þ6!J†É²I&ÊÁ4C[xþ¶§† <ßVN3]íÓüÔ?ÿ_ªö -ðó1Ë/,ÛÍiGÇZņʙú*†¶bLS36vMý p^ Ò£¨Ò5N{H"´W„ÄIеƒMÂ`½i˜tWRµ?u©þ5l¾ÆFšDq’.×gß¡ÃGœà +ʇ"Ç:Ëœ·< -¬ŒšRýºX¯1qÇ• lN†÷9ñ}ItGÜd82Cº8Q _ÇóVr½U<Nhš²Vq]·eÑ–£¹ -ãÁm¶'FwÈ6ß¿ÁvçæåÐÃ|ßm¾·Q!P²£î3´'ŽÊ¢»³ °Žu±ƒ¹Ð¶*XùV…î,Ï^HÝ7ƇKIô€¢Ny UâkâØpS¦›lsªâ[qRgݬ¯YîjRùZÕÁm¨[¥jÃýêu.2¨SåhŸ�¦LÙZ¦ìø){ÏÓ.ò“%~¢,H–#Dðä´]Îk2ãƒÇrÕ2í¸1Sõ¨±rÜ\ ´VsKÏOÔ§ïØÖF¼;÷û3Ánp‹í[gÚ3cæä°6LUø»vÇÒ"ruhÃCj´_ƒQõ‹ƒÐò(´LCþÒgGL¹Ù#hK7žŠCO>Çý’|v‘~þåÁ‹‹ÕŸóo¾¼½<<¿|tþíQ‰ðï€ð'þzúá[ñÃeñí·½Ÿ7Îþ\~ø>¾þN>4¶fÝy©3'c{:lW‹lkÐm ²§Åèþ¼{ÞVx7eŽ×¶Ê1dFçR÷¤‘.~ÈEZA�áô… -àœƒú_JFñ3Ýt \a¿^^=Ö$Åš¥áVY¤M„Þnš6ÿmã<Pñ¸Uˆd‘Ne¬S¹Ø¡Šw�È9ÞºIg5ÃV1¾p@NÿÏ@ÉÆËhƲ ë Ž³’ëÁñ5<nÚR8/A®¹õ7ä·îJp }êš +8 =’Ð]1J–†:”Q‚"Ò.ÁnƒÚáøkèÐUŠòŸòô~uVƒ†×¤»¡õ1Ûæ„½À6gÚ$m>> ·fÇ ô 53ìÈÞCv&£Ü¥Siâ@š:’ǹ€ó…L1EÖ&ÛÕ‹x Ú Œ4˰VeXÙ¾JG9‰3qêT“~¢]:U'‹ªØ±Ûåº×Ç©~¡¿™çmTE;ò÷«�rlO=’%Žæ—NËEcâHÙUc[Êà†Ô¿&†×ùŽ,(5bIÑ,KƒæÔÀ|´S -ãEžFT5i¸1 UÂç¨Z⨓¹nÈ5Hç<Ú¥€)\+žeiæÚÚ§„I¨eÂ|›®¯c;Û¸^’¡HÑ.BVbJË0‚i/Ahžk9Þ`’lwª3WOXpèÖ”½FÀkK–ê܃w'KïsѲ= X®Ã’™Ãú¤Þ.ƒ¤ðß1,ÒtÑ!cœwå'Ý«“î<Ó³6dËÜ…Rh‰¥ÈÆÅv}¸ùéÇܳO«//Ö^}YõeíøsQ�*þúëþë¯ß\ž¼ùvúæûéÛÏÿzòÇ÷³¥b?x}±óäSæä}býœ<¶øÖUöŒhaYàX‘¸óWNâ]6åÁ=Y`OêÝâ;×9¶U¦ee\ŸÔ¥´é»êd·l±]Âóz6Œ›p\§Y®®è®ÈAh†²qè:ÛUÉ÷× -‘za°N€4 -ÑÆ™`Ð`¦§vÊW?åna¹€N4óüxQ©Ì ²0A„¬^rëÍQè:Í|mÈP6l,2–ÑÍeLû ®»Rà«{k@ø¶ºiÐ'ºº Ðäª:ª¤ªWXuGTÕ£,gØZEEŒvÉ1âì"E6Bœ¬‰“ä¸Íku—êj«àß-¢+íÒ«½³Ž6JG)ªT‡"ARDÛT1” º²“ž<ÝÇÔKGÚô±.w¢Ëõ+'¦äÞ²ÁóæXæäÈl°wf¡‹oïQ£C†ø¸#7ê-0âEIæ7uá…eëw+ø]ûÍ”{ªKÁÝ��d(yÆz€åAá3<›Ld‡–‹æÌÙÂÊckú‘%ylŒê÷çJ´oËükÂÿq\^Oiç{þ#ÎÌ979»1±%¶“âNb -öDMQc""Š P±#‚ÒE@ŠE **Š5‰ÆDëîÙÍîNKfÎõùš™ç‚nžïûy_õ\ƒÒr²ZâÀNt‚ P`A†7&ÐE„ê„ÐYG†ìÁõ¦öŽeôë²8Ú¬º†«[fJ¬À«E`Md±ŒOºÌÏ�½¦'܉ü>S^·!§Ëü]‹iKah‘t-²U‹¡kR 4Y‚¬—$S$ÉŠ¶þá £Dê&¨<TÍj“Ö×>¶Úfðµ×Úà³§Eæ$š+@Ka«ó¹†rá$Q4U¹(ª9ªv¹EïeèVèo݈/w_2S ¶?Zîý=¿ÿuñø|éäÂs|¾xxê>ü¶x|ê9:õÎ^ÏO.¶O¾oÿð|çÏ‹íÏg[¿¯óîü=½~b~ù2È]¬!{ó€™Ê› ñ-T€ÄѨv3UKÈÝ"vQ„κa'qÐQ50UÊ›.ç:ž÷ØžÉY¦lº[¯L$Jb«Å1a"~VÉÃóã€ä5ÂøzéšÑ¦Å04èMJ³&…ªãY«H¦¨S¨Št -�J¥@8š2µy$ƒ¡I§kÒiJ4˜i ŠÉÉrI#Š€çU¸ªá8’(– -Ájd»Õ¡Ár48¦"!žgPù8 yI{b>^ÀH’S•yÆç¦ç}°ŠùS—žsmû,àA=¦)±@òLúÚä%â1;®Œ÷€Z´.þ_Sv—%gÈQΟ*íÓ—´Cyz¼êe“ÑÃ_dM¯÷™—X£3tÅd£ÈVÝ5RPÆŒE]‰LÿçíÔDåü+§>²U™©÷5ÍísŽ×þ«\ÿ¬öý -I=‡¢ù=}‹zË€½¤JkQ¥ó¥ÐBf•fÚdš_³œÛ¢Ù2÷žbnWTw¾“Lo O¾L¬õW;ǽm:}ÄM†\Äa{Iß8XvØ&’ÆO ‹‘=jO›9 IëUaúGpƒÚ®>xÞ¦ÂÑDH’�^;”XÁ‡U ‘aE™ÊÐ>ê¶=ï³ríE\K>²ˆg}Ög~ÜcÉá@†£›F’[u€$Ym:l(-2PTP€F¦cü‘`ºT¾P^ió5Ã5ÞV¸GlËFhh -ð -ߣ+é-X«¤3u -E»L†ƒ‡�¾fzÅ´nдžål™âe©ÂY(™z*¶çìÎ}:w^¬÷ž\¬_øÎ½û§+Nß}™ßþº°s¶ôþtmïb}ÿû;ÀÁÅúá÷ƒÿywÏ×ÿšX<Ö˜ßòÄ®æ=¾Q^Ð(/l-gjÊ9úª[-ªžç �¸Se½Ö⮉¼Np|-™ÝÖ¬nkz—%m‚_ݨFP°z9œ,ƒ‘eñ5¢(¢(Š$‰!Šc Âh‚ÄE|$¹Fš\#A%¨j1P#EdHŠG½ó4MN!Ž®I׿š*G‘e‰uX4@’ÆÅÑu’˜Å†ÅÃuŽåthµAàø¦7Ip”atU/º˜ù €.jÖrSÈPn¯µ¢ß^5h-9ª¤“û¡¥ °–³Õ¹…¬¨ì†p)0‘p V€©‹xÚ -/ïÁ‘¸Ïê -ðíùI©‰Ùñ°Ìب䘰舀[¡Áw#nÅÆÜGÀïÅGÆ!¢ïÇß‹ˆ¿s/2žë—ÈàðÐÀЛáA¡wÃ"¢ÂPYIôšÆ¦šÙš=û~7y3,¼G&÷®ÔìíÚŠYJP§c©CÎÍY·ÉÐm¶N½r€0Ï›Ýå»í»²…‘…õì–ØõFä|-šÞ¶úŒžn¥«V0QÊT¥É™r$G…æëÐCã‘=¬Mc%ÆT1ƒ«Ã1G±ÍrD^'“†áT,ÃÝÆ\®å™`²H8] -v€@(äÙó{,Ù,=®E“ؤ†µë4Ç€ë2¥²µéUJ« -`(ÑÚt£X±H€(êåFÝ+¶a³ÓºÑo^ë™Úì3yÙ£.šÔ^Ó7V¶ÕHdÕ|‹f©M¿ÂšXïvl 8ß Úß´›ÀYyNT»ñªùJå\Ùî·¹gógžÃóåãsßÑÙê§Ó彯K›Ìx¬ËǶõ?œ›Ÿ6>/¼ýË·óeãã©ïý—åí/®×Îx7Ìí«tkÝ<¹^˜WÑ›ŠïÏhä3T%ÀsöXyÛH1}äI«æi»6ï’˽–ÁDz¸3–mÄ´£ècÈæÑ¤ šFP4œ%¡„:YAS)¸WÆ»_ÜÿK 7¦Œ÷‚;ì?P9O>�CµNŽ®W )Š yƒ*¥IžÃiŠ’Ch -„¨—`õŒ,O Ibë$Ñy|³"©}ÃËáhµÊ3è²4šS;ˆ¬ìN*eË™¸Vêóž$‚(“c*å;Ir š•;ðòé*ÅAl+¼´âÑ‹>x5Q}=‰èŸLAàƒ/Bàe7`ùáÑ9AwÐA7þ}íîOþ‘?ûßò‹ð¿|54øçW‚ƒÃ®û‡øùû] ºêä5àš_`@@ÈÍ ðÐ ðk7¯_ ø)èv@ðÀ¿øcs“%¹Â°iòxíW‹ïdHnñõB/ñL(*LhU¢ºŒ¹üé"ÈSoÜbÚ6ù“oÓÛÜ—ïݤK¡ÕOúW‡ÆWGÚÕýQϞڽͼÚ×xã+ÿç¸Ì¿’LÛ8þWÌ™±†U—êÔŒå¤b¢b*J¢éT®©dj޲‰¹¢ˆì. ‹²‰ì" ‚k.iI‰¥fgjjj޽ËéýÞÛÎùœç‡ç·ç~>×u¿]†¥v¡µŒ£ÌœÎΞInË×8ç$Íyz¾X1OsómÅýFp°9�öT^¯©˜ï,¹ïÊ<`{×�½Õ¡FM˜¦Ñ&ëÆ}U‚ù®µ ÇLì™%rm9#®‘›"] ŠçoÛnñm¥|uÐ\$—zî©—èÖY¦íÇ@r€7". -¼’zvGÌ+]jï#¡©H.÷<Ò…;áæ ¹{O< ‚/åy#}ζ}›ißî°o·[·Zþ½uüßí·ßžž|{úökÇßV£ÿY‹œ.m|Z ¼ñÎE\Þƒ…à‰oùÃâÆ—'Ͼ†"§‹»ŸýÛ_\[Ï-½×Ͻ²{µMâ¢JpÅ÷iBrÛ•9YÁVU0emr2]EéÔRº¥ Hô›)\[Á£pÈqÀsæ‡Þô[€œ$Ž!§S;‘®!4Ë¯ÓÆ®ÖKRk¿V¤Þ§7ŽicÙ£Y€¦ñ¬fENë$±M•Ó1•ËÐ’˜º\–ŒIÇp“ $?£Ý¤š›L= LCOj=T“lïÔÞèžÉåšÀ/#w©ó:•¹Íâ«#)‚š ƒ&$4M\kU¦õÌÜ’úêLëû³>Ûz—m˾ζ¬04¾¶>µ…_r‡IÈ«O#ܽ’šŸ–œq —’ˆùJÆB0ðóHè9Š„Ã¾ƒˆEÄaã’’.%%]LÄ&aã/ÄcãQ84ƒF Q0P G£°‰ (<˜ÅÀÐÐÈDä¡´¦¦žYÕÖß4ÿlbýdvñH -®iåbC6Ÿ®Hëš&ÎRdž»šp›i³Ó±ûص×ç‡Åë'š÷º½®è?oNƒûŸ}{yŸ½s¾6#zÏθã©xÒ[ß«.äió¥ê„¥@n-ÔºŠ§çÈzÕ°P¦ñVLºJÅβa3¥w†Üc$÷›É|WÙ¨¿r"X#Ö(‚µªÐ}u¸A®W‡ë'«e<ðs͹}â€=‡7—'ñ?¹'UjÕ Øˆ]wAEå‚Ho.‘y«´k¬/8ΗƒŽ×·/�Y%ñî YÖØ*o“È\)µÕ(ý†¶i£gv³×¹Ëó¾=9]:’‡%¨Àt¿àº_ô¹ž÷Ìíp^~^Þÿgõà4|pºtð¯Pôëâó/‹[ùBoÖí¹_1êŸZV:"ÿ‘Íwh]:XBÇFÿëiËŽpÂÏ£OÞ~()®å‘ª²«¹9µÜì~^‹„Ü6Ji’’ZÆò;”ùì3Ïç@rž³¸Íw -=Å"/E´P*ôP‡œP0»M$Ž1‡¥ËúC•Þ4žú`ìjƒì·aJ%ÿZðú}I& NœQ'J¯—¤7Ê€„™-Ь6±}*‡>ÍÐæ0µ¹, DeŽ¡c$ƒ'ÛœKHÎ2äÑAÕºL y—žØ½Ù©ÎeȳÚÇ-’kE¿6‰R›%×[¤ÄY6m,¥U•Ö¥/¸*µaˆs›½îë*sÚ÷Pf«ïU–<äQJZ¯¦–%_,@cRðdG\@Ç&a`ñ±H,¸ -‹EÀQH`8‡" ðX8u:ˆCÀPðX, -ÃBc‘1PèÏpøÏHxÇÄ¢°@rH4‡ÃðxxBbr®´¡ˆÖWh]ù¢Ç΀ÐYÎQçvj2{ $0³`=Ž{iÀó™u†ýY—Ÿ·òN¶õ§nç£1òiH~øu1úÅÿò“ÿùÏÓc{xÆ÷BáÚ”éÃü™2,1—�Ã6²nžbô–˜üåæ'wt{jO¹ÌU!´S „Pîr™¿r2\§Z®W-Õ«ÎÜn��Õ•`îŠæK¹¶›@r®=wØ•/ðL„ÊTË `6¨Âò'uòÀý±…j©» -HþX›?d¡*Í»¬¹WC®}Þ«÷ÞÐBdȵÓo^eMù›eŽZ€&ø‡~™©_áÌnô¸#_¸-’¯žŒ/ˇâÐQð5?åù÷VüOO‚ï=[6>¹�¡÷.߱͸;+ ŒqLôéÇ=–.IP¨Þh6…³Ûg6‡TKÝBwk·±š¡)§«o7RHÈ‚‚ºaRõÀªþ÷‡ˆ´RÍpfÝH¸Ð[Çs;”DÖ©g&wÀ’?ì(¸Š„óÅß)»©à4Fœ%½&ÐGH ñ‘<í,•&M_¯æ§T §}‡PÉ#ÜʨäeT gTó ÒtÚ(áá¡Eª%¡M²wVÇT6[/âK: ·Ø*€e 2u·J‡®ˆ®Ë0µ™,Ý –&§]‘Ù6šÙ,No_{4šÖ¡H§Of0”™LucúKÿ[¿‰,õÞÓ†è†eH†�ƒŸ>éh7µ+hŒªÂ;Ù—Ó21¯ âq04 -F£qñ,>ÅàqØ„D|rRÂ…¤„$<» -;.æ§ø!æ§ó0è9(äÇs18<‡Ca08xA ˜8äYzÁ%]¾„IN€€1AÆA`±qñ¿ qW°—¯VܳO8Gø–ZúD]‘Õ«/äÏÙ¨ª@µaµÕ¾ÃDÅ«'Š?M»/ÿöîñž.G?‡^}òƒe¾õκúÆŒL{¶³+œ 'Mb*K¶¥£T;ÿ}&pǪú?Ëuþ•䞀ü_˜©Ü P5Ó¶‹éU¯¹[îb↊€ŠŠŠâФŠ( ‹ì›"¸ * -iYÝÛhÓr›ns§iš?c¾æžÞà=‡s>ïó>_½¯ÚiÙšçõ\KÃìzã‚£AäÄIÝx¹·]á%*H*/Qái“¹@W×ò6Ëž¬å³×òg6 -xÛ%³;eR/VåëQz•Þ¹«Kî¢.9:D;TÎj똺tB[>¿Qû +§ËkæúëaëKÆú)cõ¸ÏpÔvvˆl-ó–ú¥]’ÒÝòÐu~Ææë™ó9Ç™Àõ^äþ¸âù]âý$ÙýAì~/Úy¹æømýà|eÿÌ´ûVc?S™_«tÇ’Y»`Ì8Ù#ê– ö){˜FÆÌÖ ß1&Þc‚ìtŽ•:iÂ3”õ}²Úþå:š¸¦KXÕ9_Nä–à§ZÙ¹8VvóDVÝ;žÖÄFã¹™‚šø¢?Ç …ìÕ¢ëCpúxj}4³V:c)›^+g¯”25EËhKY”Åtâ|‘ÆÏäèPýs;³~*ãGÀuF#;ÇA·òÒÚùiDA:Y˜Nƒsë/½ò—È™úêΫ‡t5Àù€¦êyŸ*·Wù€®È•> ÏëgSçÁPù”æ2Uù #êÂ1]É”¥�¼d9ÖZ‰³×{‡,þ “sHi£Í©:;†ïå&#oC`¨$Trrlb"•�#ñ�9~áhG¢âqqȸ¸ØØXÖäzpxØ_ƒ‚þrõjPhhXddhDD$ -¾DFBaAáa`ÀÄ€Ÿ&¢RÐw“n§Âàž Ñ±©ñIhDÊ-*]v£eÓ»ð¨‹_4 /¦’ u1ÈSc™ÐV¯ñP-/Žs¾ûƒÈÿ»æôÏ üüû@~þÍùæëî«/6€ÜÿÞàú›vçT¶âe.Û»…æFž¶F²V-·b�rã^½nkváLn¢n¿UºÛ&Üjæoá¶–ÅýF‘³YrØ*óà•GDŸ¬tjdŸœ‹g7Ëg¬…3ëEœ"€|~¯BhÒŸèNÔ>ºÂCS¸»/‘ÏoØÆê mw£RêjÖøh†cºéYïÊ 7úhzo—ÆE^Ún›3cùë8ùEíí×ú×^LÙÏfÁ©ÓõNtøAû>ËüŸåþÏ2ß?dz¯lů\=‘™žI4ÏøÊ#î¢k’·3Ì0Qh*<eGU´ö*qºö sÇôF×Fæmw>Ý$±í,s+SßЯÀИA–¾\Û%}þ°c®˜À)hfeaGÒª·«‡î`Çï´L§“æîw ³Ë9cºB–¡pÆüˆgàZÊ9k•\KÇ\= »©’©.î—åÒDYdA‰Ÿ0—‰çç™OÒë&ÒkÇÒ~äþãñ4,ëN,ö{øÙû¤…tª8»GžGW2´•@8S_?¬Ã24mã ¦‰®l kj{U5=ªš"¯g9«O™M—t‰r(ü¼î…ÂiɈªb\W6©/Ÿ2–O›«¦V*f7±2'AèÒ¸û´úª›«´?2È•i¿dÄßL@�ÈI‰ñIñ¨äTJL\r42)ÆD‚ÀàPHT$Xã(pƒÁ£`ÐÏ`™DÀ a‘á‘×C®OhHhxhÄõÈè82.ŽD\ ‹A&ߺ“šŒŽ¹·»<B7S`¨TÔôìÒ‡ØÛÆ\èZ*bJKXºœùÍ2é>nõÍq.p¾zÞ+Ÿ1½ùf;ûnûŸC³o;¯¾lÒ>ª=gúÝSùŠ—%Û¦‹,í|c³Ø‚•¬7(luÚ½&í>nÅC0z;ÕÉ.Q´Ý&°µ/Ø {ÍB0Åí’Cⲇ¬öQµ‹h…§U´_=»õˆ³‘ÏÝ,˜Ý.˜µ -µê“ö•Ó)Ós–Ö?¦ò+ÜâÝná]hëçYš¦ÀXZ¸´ÿXéîÐQ´>’áY§1@ÑûÈZ7iy¿M´Ý4g©åYë¶›¥d¯×übÂöæ©ãààÝâáG¡ëƒ”¹ÿùÉ¿´Ï¿êNþ©nr¥;|ù>OºÇYÜ›˜ßaoôš(}Z"MÕÖ¥h¡kÚFW)OÖ©l+ðΧ7ˆ¬µ6€|ÔØÄP×14X¦¶qXÓÐ/¯¥‰+»…åä¹âæÉLÌнҾäòþ3µi*ÀCS2ûeY#ê|–¡`ÚüçZËç60‹özñN´‹í·q7ê&eƒŠª0ë9HËÓ¬Kä˜QtÍÈO?r¤v<8oš¹w,ftKsèJpÀ|8¬«5bFL€\Ûœ¨ûØKä½�¹2 ïUd÷Jó(‹Ù]‚‚i阺jR‡a*À2äX0³u|[Ã’¯öQôÏh:o¿ÒI›^&Õº““’›‚¾Ÿ’p#5•|v\R<<“�È‘‰Qð8Xt,4†€5A@WƒYÖÉõ(¿@ -ª<4($øÊµ+ €zph0‹F ®†„^ ÂÐ(T\j<òf~…Ä ¢bã’îfF¡nAQ÷òrª;t²°LiñØò£EÛË_Çè`¯äîwŠã?¿~Ýüíß[`«üý»ûí¯ÿÜ:þ¤|ÔxÎÿ|i³G¼N\\Ë�y½Ò^¯Þm0âÍG$ƒ§SéÀ‹wÚ…¶ä‹vâ‚':h•¸Òä*À2�BUùðr7Nè¸@ÎÝ‹ù»Åó»%‚=Œæ9ÁüjÄxÂÒÆ4¾áÿ‘\¦Mie þ“Ad5˜h¢Ñt:&f²t'Ž#*n‘M@ˆ¢¨àJEYᲊû"¢¢¸u6c2Ýɤºk’JÏÌÿ˜c¦ê)î7 ê>ç=ïkJö�ñAu>éiTúéõæm6ðHî:ìtïw¹Ò¶íc´MnQšTÁÅjý\°Ý¾ßë#žÊcïæ’4¿ªâïÁUï‚zöÕþê?®ºŸ{†f|ã³ÁAÅšèùkÜËôPúì…PµÐö¨ª»ŸÈV[•!¦:ÌÌÆ8Óa–"ÈTFØ3Q®l6älC”AGÃèr«ØF™k» 5íòÊàáPií@q¸¸^r¹MVΞ©x6³ÏxKb»?b¿?áz8½R«RbK’¥Î½pIYwùº8]¾R/öª¸ê›ì¹ô)PNÊ©£e Ã¥õÃ¥éUŠô - ~¤˜:~õ©âkî‡gúÛBÓ½>ë#1ô÷A{½ÄÙ(q¶†,±&²Ðú¬‘µ¹ÇÒ$´ü(0?Zn Ì•<ý-îü žæN¿¹Z -ÕŒ¹j§×Á@hœ5hbÍ‹›Lã+G“ÞÃçZ¯‚/£ß©ý±°üòw¥åË*Š®–^*z“ -Hx:ÚKÌBpÄ<Ǥü‚¼‚B,èáDb.æ$,~žq‘‘Ì¡@fŸáY™ð̆g!`™ð¿fÂ3(*…Ý=ç,íQhúì´p21Œ'’rr�~áÂ¥ò¼üË䢲ÆvŽp’;0Û-5S$fŠÌs_oð …OŸ§>’t¿|v¿øâ9ù?ý÷æûÿ&¾uò僺¶OÝ‘#‹-9¢ôÎ,3æV˜º@»!Ì0ÅÛ—6ÐÛžâXwºL‰M„¥ÑÕ‘MŒ£Ž±4ºNC’·´ÛkK÷huõ9ŽºÌ)¦nƒ¢Ž<VE©"ÕêXµ&^³°Ép üo4¡wàsõÅœçpÒ±7aMNZ²…è3•¥ -<ÑǨ–$×¶óÌuÀsò=‡ÝöÝ.cŒ¡ ´ªüM³>ê|´Mék”¯6è6˜ËÇß›ñÐÉ4óð»Éà‰,|*O~Tí6ÿi=þêsô˽RŪHæé[¦.Ó†WÒµÉjýð*u"Ð6eë’¼ÅncR Ûh’<uâ™&ÉŸßä+‚¬aOó £±ßZ×·ô¤gñgþÂ#–òoÔÑò3ÃÅ%5¢¢'%Í㥌鸪@r¡þØtcŽã®ŸÞÇó¡&s’ãL<‡}žÃ~(Ý ¥æ®6FŸòQ%Ð#ž® -HΚ©¤)¾o™¸N»Ö8ZöÍó+”á+ÀðÖÉrºò:glÏ;=æûÿ—|ÈÑ0ìn’ºhß<g Ú™bˆ5`ï�¥¥jAÕ=և¥Û|ÓÍ.-¸)*ºÔUKÀð'²eÊŒ¿^nš6-l>†[w;5~¾PUóS{å…*|~YÑ…ïKò‹¯�Š.“Î_Ì+½L.ÀÉ 9Ð;‹©›ÀâÑßøVQò@ÁF㱈\d&2†„g¢²@tŸÏ<#+žƒ#`ÀóØ9�?'7Á"¨¬l 9¸ˆhÔˆÁ¢Ð¹Ù¹XPÞÑÒÅ¢âë„ó%rÑmJ¢Cî~ -$¶ÝšñÕ€håXâ©Øú Ûûdž¿üWøõ—ØÛ¯ÑWŸƒ‡ŸÜ»¿A¯ ßÞ‚1: ñ g½L ¹6ÐnŒ0Íqš%A·&Y�Ó&Ûc¨CŒ¹@ûl1bÎ…é³aº*|î´¤zìbÇa¯óHd?àZvY†-ª6^§ŽVÉáúd9Åq¿è ¾ÕÅ~]ŒþÃ8Ñ®½TzÞ•#5mJtë#]ÆDóÒ Jñ¡Ï¹Ï;óü@`Ou¢t0xgשʵ†™�UiUGÀ¶e:öû×_…ÞLEÞ*£ï塷σ'“±÷ÓÛ`†|6~FÙrïä*[æeM®7(üÔ™h½f³Y›lW'Zç7èú³·Ì³]icgÙÌ»g¶…Êkt™*uQú¬Õ<Ã=Áâ®öN“ìZÝpqÝpiäJËD9}ê&Wu›§½+ÐÝîÖW‰ŒUæ»#ÐC™ûg•¿Íœìtíx¤Ë£®´Jõ¬)e›¯Ot€£*2Ýçi*¹êÊŽÙ´©Š§òk-²«Ôñ’ƱK€VyMYÁVƒ¯ê^¼Ûky ¶ÕÚKÔw‹ÔI‚žÙ™Kâè:Ù#.Öˆ“ þð�ôX´t‡o¸ÉQ—3”W8ªòþ¥{²P kçÂu€ù(UŸhÕ‹ ÁA¹C.)9_VVPr|©”t!Ÿø™P˜‹ËGáóð„|"‘tOøŽD*$x2—‡ÁrPЩa08‰B£ÑX,j96Ff#ÏB;™…@!²Qˆ¬l8ŠÊ_`°s ÉÏl‡Ã`°ŒÌLX6 -9óðH\�Ÿ‡!àID<›‹AaÑP}r8|ÁE!ƒ»Wq¯’)Îjänš6ăvF×^L‡O4›¿-ÆOÓ¿»÷ýá?þ×þèÝzgŠ¿Öûfœ‰±…pŸ6Ø«öwª|\Mˆ©r⬅8Ó¼ÕiÚâ“ú8[aÎé3AÚL®ô3³N]\hÞ²îC{{Zb=[”Ý–¶´èxÀ´Å´¥¹Þ£1ÿkyümë£;ùÁ}kõ¿\XÿEx¹¸r u¦F -‰c·Û½ßëIKÜ{C®ô sOìH X=ó>¶r™6åmQx›ÿ#¹L˜Òº÷0ü nÜAQŨmVs³µÙnÚ¤ÉMÒšF«1AE‹"WÔƒ¸"‹ в"‹È¢,ŠjÜÓÜfæ._ãþH™÷0g`†™Ã<ÿwžWWÄw¼»É™¯Aj[GÈüV7İÙexßeÝëwŸð½ˆÍ»^]S¿¡fÐHá9Ê…‹•+$y¨f*P#ñ“%ËÙU½N×l4k‚ê5šlµy:Ð:lSZ'|ï†,•ÌÙâvU!]ö„òrçf3ÿ×öó…/î¹NüT?öˆ.yÉÄ}CòcËä=€¼OûLì¬Rú4v<¾Úß9½L—y�òIwx‰<`xÅþ“ÚÌ¿M¹Y1|ãíàw¯û®‚Ÿ” ù%¬| D…Ì¿IýãkÿÔ$}Ò¢(`ÈŠZ/€ð¦©W@8S]Ýeé©ì¹Z¶ž‚èK:ÕÏ›å÷©â[U#W�ò·ùuˆö1Çú|ÐX�áÙŠùö—Ó”bÚ÷gog¯¦/^ œ=›u6?#ï@NÈË"äâðÙX|V:>ËÁ¥fÃdLÁâq)é©Ð·8Øœxl2“„E%À¸ OÎñx\jZ -6% ƒAǃ†'%$b`o‚±€¨DÊŽ¼'B¹ÇEGGÅÆÃ}b"IHA£ ½ñp²pY„ôçØ4t\b.³5%>=;“•–u!ïò½‡å•4Þ#¥vvmÚæ:öE�¹ûHæ=V¬ë}GZÏ¡ja[fYç×8O¯ÌÖ.²ÐGÍ|ŽÏDâ›I|K¹ÀúF⮑¸ŸpSÆ\Õ|{%ÇüvúÜXÎÖE81S„NšÈI[h’,ѧ<͓ꔗ:é’¸+%’l™¬^¯7ì4Y÷†ì‡œ¥#•ïDã«m;Rã¦h~ChÚÎõ!¶.Ø«_oÌ…ºæBÝêÕ6à|ÊÕ8jªÂy1¢z#šBŽ¥tÜS-[¥*W›T†.ØeØ`á‹6Ø®_ï².†-d޵F`¯_¢ªV5ëÍúͦùVÍ]jœ Ñu[ƽnÓ~q§Ç°Õ5·‰·ûL»ý†^åZ«À^Ó«+îž-jQ>¢I~¨Þ(é»ð¬ëü³®sE=WI¼{YA‡ªÑ¾èÕ¿ý`i‹zÔLå“^u!×T6ånœ ¶ÏmôÏ¿4mñ,;ãû~]Qù[•+-R_=×ò¶SYÐ<ùæaðÎjø7«¸×IÃÀö%HùÐ¥ -î•áwuâ[4ÉÝwÒ{ù“6å/ +ÓÏ[e¯Ú%,]ÇJ¸šÆÜ-®&ñ}ÔIæ˜Þ Ú_[dj7+/—³/ÂÈeª~æX~š/çY+yFjûä«ÇÏ‹Î]¿–—&çâ·é9i9iļÂéT1#’,bD Ä´Œ¬ÔôL™ åXlBbr—”¾F‰ ý‹ÓD,Tr2ô2“”AÅÇGÀþê-_¯èèèØX`>…‚N?…B£Ð)q(l,Xz2G dçæž!³à·bb£`Â‚Ñ “’S3Ngç'䜹üý§”‚úºÎ ša]îØS:f<a½ÿ³É2ïë=‡³®]¥ck̶)4Q^Ƹ.47L”Qs-ßBæ+`] -Õ“^šÔ× ]n”xêE5<kň¹ÂÖ•³õåSw¶»:¥ž¹¥Xî”yÛ¥žf™—1ãï4l²í‚ÅcñòG•ÿÓLà³9ô§Õbvíkì;ÓŽ]¥}G -qì9÷Å®!dîwEs!®ze@æB„F{ºº{ŠÔ(e©Ê»ÕE}s%£® -y€¦µ¨Cmrļ=hÛ㘶ûgטª•mˆiÚeñµBWý¤·Al5í1‡=ÖƒNë!Ó¸×fØi5ìv˜»íá>ûQŸí°ÏzÀ¶-„¹Î0ײ70j9kû %½úâNÍ/Íò$îµ¢žoЋŽ—ʆî4Ê] ÛP6d)ç9*$¾ó-ÏV6bù úAì"+ýŒùmÄq?¶t< YøÀw옶{õݪ@“ÈYÍÖ¿èšyÚ"Ü4õ°aâU|—"ºU#¸QÍ¿Næ_«×)¢Ô‰Û “?Ðe÷[?·« -˜3/;g^v(K-‰ko‡?|µKdÍz”«]²•†ñ%ʈ´{¶€&¾[9t /c‡ËÒ>1‘�rº°ðG1ïÒ¥Ì3ßâsI)X& ŽAý-1%&`$iøHð03õôÌììÜŒÌl<ŒP@=JŒM@G’'GOÎAUÑ(TÄÄ¡®Ñ`ãq_“yÅÄÄÆÀa>Œ:žt*“Þ‚Å‚‰¹yy¹§³‰8P‡N§óR3s²¾9µàrã0)idŒR,Ûrß'Ãêgsð‹mý‹ H[û4Þ²Vx§ìÛ}úÕéb›8·Ö‰lT¡F`!ÚÉ㋵²åF…Ÿ>½Ö,÷Ó%*p.°Wðm¤©W÷zØX+^dH½ˆjm@·1¢Ûàh×Ùê�¢ô·Ï¬uÞ÷9ø¾ÏSþ/òͶþcÜùßâö]ÁÙ=Gs‹³K4î£÷‘ÊžòËüŸe?þO -ÏѤyKœÏø$væ°†ŠÈ*»§Kåk–¶¸ßP -â¡6h6Útï;æÖ{´&œ&ËÎ ewìzRî1x'ö–Ê•úÍ6ëâ ‹|ǽa¡',\8êw~`ÛY®O}®?øÎ®#<nÃWË'bÏG¡cŸ£ uL¸¨#–²as)bxÚ¦zðæÿ$—ùS“ǯr&äNbÖÙººNÕ"iµSÛ]×Ù¶‚'‘;Ü÷!G‚"rß „!!$„äMòæà -"`ªÕÎî°»™ïd2™7“_>Ïó|¾OÏüÜþiæ“Ïï>M-äýؤ½ÇœÈfNf?›Êî3åöOçLç@©äÛ -¸3…¢9† -m\aZƒ"Ç–ÜVÙ^+í¯EóúÀøb·ÒUÇ™.î¿Û¥½Õ¡ù¹Ey½Fü]9ïr çb+`�Øþ"Ÿu¶`ð\1'µ”ŸV.̨’\®“^kÿØ:ôK³â§EÖ].ÛZ)v5JÑ&¹·eÄÛ¬F•îJ©ƒÁµäwk³ª¹×òº¾¼ß‘–Ùôù½Géeýÿhàæue~}+ƒv†šx<”@ ÇÇ“i -t -91–B%H§ÆÃ~>T¿Z|b"ôJÊQ:9)ž”H#%RIG¨„r•€¡@‡$à)$•L¢Q2ŽHÀàq±q˜X{Ð:ñ ,ÁA#%‚¡ÄÅ£¢b>ú(Ö8¬ôXlìáÈñ118€#±ðF%Ó“’SŽ=~‚žt,9å8™JÇáâH$â±”Ä%ýõÛ7Ër[ø5Õ}Å·Œ+jtDzôYüÝîßõoÛ¼áY4dp¬—zGv©¥^`ªâJ!lc1ÇXÌ5— -¬åR¤VîªW¢ Jw½ÔQ!°–pÍÙ¦O'òºÇ~e™ªäîöÿx€;µ*ž\ê—Ù:àÓûlÔ×kXæÛ‚J÷Ö¸gg"°?³únvíòòû›YWpjn}ì ¯TŽ×ÃŽ ÒT8CÞm{S3·®4,ÉÆ¼Â„#1?íiè3ZÅÙ’œÇ£w»tÙ,KžÌ[©YhÒ.µêüÃîf Ú=êéÑù™Z_·ÒÙÄ›®èŸÌ ÙªÅbÃj‡%Ät……î-±+,€XƒLË«î™Í.Ûvm‡mÝbYB"ë¦Øâ:Ãü¹Ûôâ™Æ× -cš΅tènÔ+¾È³žœ¼÷ìÂVF•ò—öÉý3ùAk>g¶mÍ´<Ø -dî2 \†T{Û&Và„ȶÝÕzöt¾=•_íØÀÑ‘;kئ¢ÞÉì熜§†{£ ÿ?T -®”rÒ‹Ó€ðBVj7µ˜›ZÂKc¾¬~U-ùæÿ7ÉÿÕ ½Ñ$ÏdŽ?8êäp¼-Jÿ#€|ØÓV6„VIFŸ!»^t=¿çÒýŽ·ZÎf6¤Þoϸ]ÿý…›'ÎÒ)§É‰Çéôà˜JާQÈID_J2…x„F¦ÂJ&@sÄcÀ7p,–�"`"ñ1R.žããIÀ9–„‹%ÄÅà°ÆÇyÃOD|Š'¶!èG‰ŒŒŽˆ<€c‰ŒÄ:…Ááp$<žLÄS(8””ð—Ÿù`žÈøÄ#TâgÉŸ\:“×v÷jNúÅÌSRkŸum|~ß¾òÞµôÖ±´‡,î:üÛÓ®à„y¥ÔÕ)œ®æOU°'K'€ððIñ\•Ä^-wÖ)Ü CžFˆÒU-±—¬…Ày¿©hÀT$s¶éWû¦ÖD¦ ©%¨œÞ™Ö„†¼‰åÁÉ�{fMêÜñíæ÷/ÞZ×?؃ÿAƒÿv¿xçÎ=[&4lÂÑ-ºABCHPåkÐM T› -ý¼xÔÍ“YzûF;ÅŒqv‹èþoš;#wúL¿*|ÕÚnÓ/=ÖÍwèžk½=#ècˆiä›+XSùjø ÓþZàޑοQ-ì /ìªý;Jç¦ ì›<dKàÜ–@\[r׶µ9êká!ëºx|™©BÛÄŽrþlI¯ñ^“âï ¹ÏÎç>¿À\iÓe=·æ³ÍŠgcðleìÙ"öl¡È].F+¸³%rOvá7}€iYã!›2ß¶fþv~_SìÉM+Ü!äÏXÅ2³Eý†‡`-ò5üï«ùWƒEý©¼ŒJNj(½’÷E?µNr±"ýªFœQ)øºRp¹YùO8"G™Ü[74ß ôÕùšµÞ&µ¯Bå-—¡e¬™ÜFÉOyݹ-?Ü®ùæfÁ·×n§ž¿xé““§>þË‘¤ãÔ¤cÇèIIPrX› -‰H%‘éTJ vr™0¨4üAâ 4:‰ÎM$Rˆ$x&ˆ°¡aKÃöÅÔG"|E:p‹‹‹Æâ¢°¸,º%á@h(x€´‹Å€gGGGFDF�â@zTTdt.öpLÄ¡ÈÃQ±Ñ,¼`Vð4#hžtZÒÑäS;}.-ýÓ“§É )„ødzrÒ™óçTŸ»š~£,‹o–KJûžËÿÖ¿ø~áåK=ÿòŽu>l¶ž~ž±ž?ÝÀž¬¯æ˜Ê–j±½F‰6)<!oƒÒS¯BKÎBùl¡dæ!o&Gá*6½ìµ«›ZwÈè|m@‚cöu-[ËŠÌùjd~[Ø3¯áom¡ÎПÞП¾÷žûÈÒ¾Ù·3…îÀ‰Q#a©#kVí«‘ Ö¾¡1ÄG&·²F™¿‰[ÚEemBF»ìN—:—5‘+±1´ÞvãJ)À5,² ~ÎÚ?æ}>ŒtKmÍbk#gº\·øxz£Ïµ-ñí+—öG–ߎ.ÿ®YÜöíʽodè®ä‘»áóÎgWåÛÕû÷&¼{$¬4oè—™êùF…§–ç(ìÒgÕɯU¯”‹®6¨®w›rØØ~…©!•BG%ßQʳ—]e|¤tp¦ ×->Ѻͫœ¹ È‚Àõ²½’œ´Sh®ÂÿKty?5§qüç;ô ÍVÁeÕ½ÑóÄÂ:ŽìzêÌZnöØuvϵ!"%$Œ Å ½¤W’PR€@Ò!$B‘A‘"ºwÿÁ=ß077óžä“žÉ¼žw^O£1¯±ÿ.ßxûy×?*$W8âóÌΜG§‹;ΰ§Ø‚ÓEmǘY¥¢“ÅÇ™Âl¦(›%Î)åp•ß¿ø—ÀU(g«åJ?G; -)SûŠ 2_Q«íN¥ü‡¯snfŸ¼žv +.õ15#3ù‹ý‰©4Z"žD£ÉX¨Ê¸ˆfP‰T2‘F&PIx -‰@¥ÎãÄÑÉtŒ� ´¼ƒFF¼Zšˆ®Ô؉xqRû +x - B Sñ$ -žH"�â04òJ"„ƒF£bP»¨G퉎Á¡ö £�òhj×Üñ8¼3|K"““R¿8šuêȉ3©'§¥¦e¤§ÍŒÏLÍþñ[ž¬¶q µ+ØíÛðM~š¬zóàêðĚŻ¢êq׉¬ÜSékma¦ ¥ÿ‘h„-°3#L™· -„ïB®ôæ)ùò‘<±ã®6P40[g[jr,i=ážÑð Ä6xWεc^5î™X7MoÍlYÞlØ–w\K;c¹mïÔº#¸>‚wMí]U9ÃbGòÑ5{¹Û>ßež‘˜&…·P8Èçkj^H*yâ"à¼F}‹ß›×>xO<òH3Zi -½šî0‡Úò/¿{´ —Ú¹bkEÛP‘i¶Áîô}P¶´¡Þ™úÙ¾éížÐGíä¶&¸ ÷#þàÿ ntOnõ†¶ÍÓÛC“ÛFÿz¯kUj]ì0ÍÕö…^*ÇËÛ¬ÁÀŸwç>ëÎ}eü¥ÙþP8V*qÃÏòX:Êy˜ž‚÷Ãv׃Fëí†á;O¡v’gZ¨³. #K2÷[•ÑrÅð¼ÀjÖŽ¿Z8 †|Hc>ߘW½Y!¹Æ_f /–tæ0ßVHÏ–vž*È'JY…íÇJÅÙe²³Êóùߪ4WëÍ¿tºÊÆ™Ê�K`iý,ŸÕà@$ÞŠZý‚ºŸ®Ÿ;~ù@z6cï—iñû’É ÐÕ4:Tœ¼ÁºK‹]a�ETDœi$j,™»F¥þ?4 -t71²Kâˆ8,ƒ‰G€¶Æâ XƒÇax,1,nB£ãà…à ðX‡¡Àqð8è°t¢bbb¢£á�G�‹ÆB—#A0'P"’Oˆ¥aôäŒô/ýÂØ›I ¥àô´C÷Ÿ:téÖõÒ6^Ë \1Ö×7cñ¾w9ÂVßz¿çmŸmIÚ7ÑÜ>TQßW\×sÿ7ÝÝc>@.vTHœ¥n$27Gîá(½ÅJO±Ês_é¾'s=è™` /48Þ¶¹V tÞp?è‡oµßÿ.{GÃÝPñÍÁé-äͦ}idz¸ã…Ìl9ƒï,¾5£g¥×VBËbû²ÈVŒ®A“«†gDýSmú`“ÊÙØfäÕ*ŸTKÊžKŠ!ÍzfÇ�G<Ì–Z9]Îjc€o™–Øfe_«ÎÅïrþ¦²×ÈíO%ÖÊö!ÖÐb«óØ¿ <ëÈwôsŸ"œïè¦�ò-U`SØè -niBÀÿgӛ϶¹Ï¶™OƒÀùø¦ÚóNf 7›ùºÐSÙ(»ÃQÐ:’ßd{Ðê(Œ2%þ2Õøu R>ÎÈ;ÜmÎ|Ë—†ÜêÞÜfÛ}u - ·GÂ"û’ܹ¢Y”çæ¹ýDƒf¬ºs¸¬¾/ o,¨7ܦÎ-_-_b‹þÎ}Ç‘^äÊÏäÅíÇK'r¦ðD…ò\¥æ»JÍ%®úâ3ÝõzóÏÎ|©¯dr]€ò)},µ¿¬ÎpïgÞé37¿þËÕ}ßÜøó‘û2NÊH¡'Ń�áT:=>)‰‘º›Ÿ”HªÁCâ�u"œ$–B¢@- ¬¡©#OŽŽÂ Xý?ÈqDppRÄÇ!Dp�ƒÛež�½¶Žªñ =&°’hJL4´9 -¬%* -è¤ÞQÑhäA”=†H!QãédFþ_â)_<”uòà‘oÔl\lbúþ¸ƒ{ÓO¾Røãí%<u=WZÓlhXRKyFÑ?Ó«¢ÐVÙd,m0<¬ÑÜ©ÑÜj5‰ìå -o•ÄU!ví,©‹pA”®»rç‰ãž.P24Ïw®¶{ÂÝ€4®Þ|k}Á÷Æ©ÍéÍáäŽ]È>zCv_xнÜc_Ð8–åPnÎЉçrìÚ¹¤œêìõ7vûø�y‹þÙKYùs1û¥ŒY×U.0W‡¸bK™ÔV®rðz}µæIáÈœÜ4Þ+l/äÖjéH•pøqË@±uEêzßåßì…Llô…¶³3 ¡íž‰ ½üÐ3µ¥ŸÛ1/þnYþgùßî…ßís;ÖÐvàƒÞ»¦r¬Hæšû&ë´ê®qžÂ÷É8¢VAär¡·¤Õ•Ç·þúL¼ðHÃÓÿÐî.QNV曆ƒ‹Býl›y^0¼(2Ͷt^«F«Ûr}Aƒ©¨q èUÏýJåO\y.Wq£\vµ\vl„«È)Ÿ)“dCØÒÓ\ÕÙ§ºóO»/TiÈ«´ß×ÿÙd¹-ô>’Jå¦b¼X3ÉV™-¶Û<ÝMfçå_y篕d]¾uêÄ•Œ¯MËLÿӾĴôä””C{÷~•”””˜˜IJHŒ§3â€p`›Lm©y -•D¥’âÀe`þaÅ$? !’qGÆá)x<ew¡$BÀ¾)`ëˆÍÀÆ “S‚#Fþ²;X)i(ìh4f -µ…ŽBc¢£þJ±—( ‚=ó(yðx*™_/á¿,—éWÒÛÆßŸcŽà„L -8˜eåM›Ìò”Vv2ÌÔ,ëD™Yމ3šälŠŠ -" ‚ ƒˆšhNiΦ٩[öÜݵžµ×Þû·ÖïÕçûìçA!qXpÈ××ëÄI/oGÊjk‹rõðñ;ýìÖ‹|ÿhâÕ¤¬ØÜÔ|æÛ*aiäM4—¡¡Ô÷‘)ü´BîýlFT>+¶Z’Ô2ÅÌgëH€p–†Ô¦%qt¯Øƒ¯XƒñMCõ„7š"›Ð5mv¶D㛲‰-ùÄVßä¶l|K<²&]ï2ltOlõ€›™mõÂWÝü¿ƒó_µ“Ÿez@ø"o`ž«^䨹º®~7ºR1_¿Ê åÃe\ åmwV;ÂN¯äå4IJXýÔ–ÞFïë¶þ2žªR¨«ëmQ9ŠI¶x¸‰£ ¶‚¯²Bš$·º+MµÂÚâ¶»Æ>'¶„ÆmUÄ&}w„ï·“;ï¦w%sßzM„ï©W~ /ï /ý\ø®žù&ŸúÒcø,ЯwhVŠÅÆÞ…ZÉl•pºL`,áOµ -ÚÇM´³Ç³Z†ÒêTOʤ±ìË ¿ËiÑ»¸F]š`ªB4[Ó5U/š“òV2Ý 2Ö\}1€¼FšRדJ&rãsÛ¢¸÷ -:¢rÙ·³ÙayÜr{HA{0™â÷E2ÿRi÷µ’î믅¡ÀÉø“;#^o—KãhšKº$ÎX*Sÿ¢yðYâ¹#šX~><Ù?øñ¡s7½ÝNÚb==0Ý1îH¬ƒñÆb�äÎ(g4…„ƒ¸‡.¹ßAn¶ý÷﬘º)/@ç&ýrX Öv6@VP/¬l@±³›~zª“#ˆö&ÚmÁt@ö˪©²‚?ÚÙZA¡ dZ@ �T+àÝ&·Ü/û›ïËÊòOó?,ÍmÐn®(WÊÍíàßsŽž8}æâ•«Þ~ŽÀ°ÐÇ'¢þ xðü\ÜC¡þzp&¡4>·õiv1¿5!›NÌl¾M¢G²ãªÄÏ›$º’Ô¦Ëdi_1Õ@™mÚt–& Þ<Ó¢$r†’$FŠv…fØê~¿#™ÜVw”€gÀð؆H¿,Ð-ñ—xúe¡aC:½50÷E;»«ƒ0Úå"O½Ð®œg)昚¥6ýZÇoÈGÖ¹sM±7M!C^X%H/e¥R8UüÜ–^ -SNi–¾n–Y²’Ž -¦F¤£IFè² &€œÙWBëʯïήy÷ªB,ÿÈU¯vê7„úu0qÀºES;âé/’_¥€í»}sßä‹ßÕŸ~hW¯ï®íîü]ú®_øwpvW=¹-ßìÝ tª>±úèÒ™ñtU—‘Ò9QÌÏcŽd3F24IÔ¾¸~ø“†3÷ÊESŽFSŽë‚òßÅÔkHôá|æhi‡±Š;BåSØÃ%,Ý릜êž4j×sŠ01¯í~&ýnýf&#’ļ‘ÙFj»–ùNæ_.ä_)\.à—ˆB+eTiE^&ޤJ¢ÞHîQºc@S¨íZ+O t?(Þ)ÇwG8Á‰µ)~‹N> û…ŸÆqrvE`ñÎ8ww<‡%8£ñÎ�r4 -Ž„;aÀÃa0äs$ G!p“};ÁìMŽlj˜ŽŽ€QS{¨5jå�µ€ÙYÁ¡ö.æGW˜ñÆÚû¸ÁŽºÂŽ»Ã}ñ p<„±;ˆ†âQ6î(¨‚CB1ˆ3‚v²AÀlŽÖŽ0s{{3(ô€ÍŸ–Vfææ˜0É8:@ÞÜ€@ 8ÂÍïíåC8uÆ'ð‚ŸàÉSÐÎÞHÁÕÿêÑKQ! 73Ê/?Ît>} çúXHèÑà³7ˆ±Èq/*’kãHMÄBΣ2AB½ìYƒ,‘¡zÎP%2”/Š—-Ê$ºòy£*–6CWþÃÒ>Ž“«G6@w¼ßî1îôMî€W^2¼&üÔ®Z`+f™ªí#ë Ê?ì(§¿È¦¾ÈÆ6…Ú%®æG½ÄQ̳z§éý³Úåvý*Ä•aÐøæE\m!SI®íJ£p’©ÜäJ^6CFeô”Ó%Tº˜Ò*-çöWuªêêÚNUµPÓDï.ååUñ²¨ìô2NŠt¦µ‘«Yæk—ùúžaS8µÓ 7‚uW2ûMþñ‡rùçàòžnmodãרÚ/Ãú/à|ùÇÈâ‡�çv•ÆùûéèF×à*G¹ØÚ;Wú¬x¦¢kŠÂ1äµe6éRªûŸ‰î¤±®Ü¯ô½[ê–‡ "‹|ã+Ïeqb+åÉ ê|𦀡)jRæÓ9õ2R…8¹„ÿ´€ó0—uŸÄˆIoŠL¡ÝH¡…%Ó.§Ó¯es®çu„v^“;ƒó;.–‰ÿ®QDVÊn×ôGÕ)Ð45‰u -bŒ #ŽÏi»™É¼Jb…¦2Î'6œzQ”Ú’Rò¸ä¬oÐ!'<ãv#`18ð®c° -éGÀMB"H‰4Yú¾�êöÀ|MiÃd¶ 7B }#¶·Þ?ÈÁÖÉÞ ƒbЃ§£xô¼°§ãŽyù.ò¾èïõ—!è„§iõ#÷8yëë‰:áóõÂø0G<]¼=1^xg¼ÊwusrÁØ£Pvp¼&`ˆ¬-¬¬,,MÖn¶¿±03;`mmƒ„ƒ„åêrØÄùqß38W/ˆ3ÌÉÃÑë¬Çék·2+2šD/+Z½BîzžB÷Ãù>à{1>ðVjØÌKŠÃÓêoç2ãª%Ä·½ rb£üI“,±±/‘Ö÷¨AMSþæ2f;Ýãø9÷Ü{¦3Ó[DB,cªŠîÆ^ŠˆÕZFj%±Å®"–Š]d“ˆk"ÄRµ¯ÑªµzïíÜÛAïûû˜9÷9ßóœçü_<¯>ÿßóùÈø¯²ùÛ5Ó»b�çÒÑ�àdñ¨ozW:ù¾clS¨|ËÝÍô¬©GVŽåËŸ§÷€¨Æ¶ãÛÂñ±||ËÀƒ{æ$³û�¹âMS÷B•l®†§zÑ Ë‘dÖK…ª:Î`5W^è+kä]c beµx¨^:Ê`÷–7´ÐDd*‡XÂI–,Ðû×yÊ ÞÐïõGáü‘tñOÿÜ£þgÿ»/ªíß'öNæÛ‡§«G§«§Ë‡g+‡g«{'˾.îügaëß³¿Í¬þCµôihj_:º%Tl0•[-òÍÆ5¿PÀÍ¥O¤VÅçI‚ Ížñt—˜º›aT{\¹CDÅÍ(ÚÝøúûéœG%] 49©^N©î'Q¥IE¢ØAt>?2—f8.›ƒËd=$2‰Í¾ÙÜÀ¢Ž”®G%J¶¤Ó¿T†)ûÛ0ü˜9ËšŒçL¦r§Ò8àU}MæOr_åÕ¤ðž<oöJmñ~Þì‘Úâ™F÷ 2=s¢0qŽ6–¶×P6h”5ÚÚÚÆÒÒÒØih„00»±‰±ÑOÆ�l ìØˆTëz#Tª Ý8ô’–†¦ÓÐG@ô!WÍô¼ÐŽæá7LcÝlžû¢ÓüíHòëáŽEι¡ŽÙrB®å†:e=t ÚA°WR±ö)¶ ~hü=«§næn=¸ŽrÖsu4¸}]1‡Xÿµ6†Xi™è]ÒÓùQGó;Í¿_€jü ˜ŽŽŽ¦¿lâà~çæ-OK{„®…!eh{ÍÎÅóþ³t|qM~ã@\!7’Paˆò6µq2C;£\Ýqþ’ârže2¢Ë%¤EcÏVŲT±- -<c š.b(bèÃÑͪXöX|Û$A<Eî_+yÇ|½Ë›>Ås²Ù½®©�°�èÝé˜;êQZ=V€Y:¹#V¼a®1†Þµo²F¶x£;üá .`~jO<sÐ1³/ÝdÉß4õ.ÕJgªczO^•˜XÓ‘Ë죴öW¶ôU´öUp«ÄªjéD}ç}´’?@Êk[-«æç”²ˆ”ÖÔ|fg¼pÞ³Âè]a*ß¶Nìðg÷Äç}ó¨{õsïúÕÎÉ«ýÓÅÃoËÇßÖ@޾‚�È÷OWvO–?þ¾´ýunó·@øÜþÀćö‘MþÐfóðö¹ŸÈ‹…ìirÝpbyo4Y„Miñ"´z$0~Žxéôä¥SÍ_ï‘ØÌĦsç -c(I¥¥#¡HˆÏçGåµEå¶=ÍáFd¶†fœçàœÌÈBŠ%Á/:CJ¤ª,ˆ*,ëÆRe�9w:Q¼LäM…óYâùÂÎåér¹d‘Ê}UPÝ“œ#ÄY>éŸÔ/2ÇÔìõ4ËÓ-èëM”½³µ-€ÜÊ -ebbŠ4Ð9oˆ7Ô ÿÐÖ…Ca0@8TÕÖ¾t>=5@CÔiÈ¡p-]$ÜÜi‡¶ðtF{ßI ö$G–á1qA´x¿ª8ßêï:‚o]ò½š$¯²WZ¼7-á^YŒ5Úµ&Ñ·69 â™We‚oy¼OiœO Þ;?Ú#w'å¡s"öZ°ÏÕ@´ï]k÷ëf·ìM®Û9 ŒÐæˆË¦z@ià@Û¡@Ï!š`iC °õu."a¦f¶ŽŽ.Nnvè[6V×]®øáÜŸ¥T‡¦Ð¢ps7-¤ÂÄFÛÚÐÖóÆB¾(©¨-©®/9ò¬u,áÿÇÒ¢›#›£š”Q-£xîx¢púyç\~ÿU®nÙ`Žm´M¾M}LìœÞíºò§oO~è\8î¯|’ÏvOl‹Õôþ•Æ5:ˆrƒ 8Ùäï§vÅÓûísâWïyÊuæÀjƒl¾Z8Aý£{¦•·‘^вèÝ¥tY)£»´µ·tLÀyÇhe»ªB¤¨)j›e¥•œÌbfr!GOhPd³&ŠSÅâYJïJ™|¦Új˜ÜmžÞã/|jó¯¡í“±½³…ƒoKGgjOÿœ«ÎÔû§«{gêÝ“•¯së_¦–Ž•S»}ªm!x†¶[†?°äÛ2õKþb>s’TÑÿK¡—Áä¶ú¦±ýRZ|âÜckÆ×z$6ù¤00 ¤Öœ¶ÇÂØ"à'í±¢è<AøBæ†e²CÓÏ-%8“’à ˄ŠÃ_HÂ)Òˆ)ŽÒNé -£Êp”Îe,&£s%_²PܳV>¸^¯Øh\gô©»æk¸ªÔîØL¸'ˆÌ Îa{§3\Ÿ‘qw0vVhs«Ëffæf–ffÆH¡ ׇê!08Ð}¨™ºº:pLK®u©«iª§iŽ„Z@¬¡·MÿêséfJv¢Fþ\›àËJñç±b€„üù$?Av@{^0Ë#pÓýÚ2øY^†?8²E9AmYn&†“áÏÎÀ°31-é˜ÆŸª8÷ò_îæFÜÉzt#5È)á¾ÝSÎÅ<è¶™¿³‘«ƒáuÌÂDËñDôÑï/h\ú¢ù7Í¿\„]ÐÖE™\F"ÍMMmÐNÖŽö¨»nn!8—àäDŠk@ŒÅÕ{p$Bß©eb¦omsšD(`g1µì×É œ‰höx4k8ªYñ„©xÂG0”xöxRÛëç¢Y’t¡ð4—÷SÓi€ïæîVE”Hh!”PDÖSguoÏ‚Ër6<E% B ½IKLHAB%´@é½ÐBH€$€Š¨(méØÎ›sÖc÷¸çnæ™ïÌûëû}ÞÏ<Æñu›e¹Ëº,°¯K§~V87ÔOv�ö íäšzz{ðùGÓ«æ@ò·ƒöu•i‘7úºÇ¸Ø©Ý>ºÜa^åŒõLnó;bç®dH¾)_åŽ.v η) ¼QJ“ºŒ&È'órå›”šJ°ZöI¢1šÔJ“X©2K£ÄÔÐÝOf‰Ëh¼<'‹Ð•Ùf¬°‡‹:¥R;A7G׿dš[&Özgv¥¯>W¿ØÀš¹reïåÛ½—Àð¯cüÕî˜ä/7¿Ì/žYø§ýùG³}}À´,4- -ë½@rÃj›zžÁsV´Zòhý˜YB¹0nQ\ ÿf!ïF~wl>çF1÷vyßýJ!’(ÅPTÀpº:·N‹§©³Èò4¢]#¡’X-H"ŠSÈ24à‘4x^§A±ô¸F}zý�æq2Ø(’9ÖÉìCÅ\50ܼÖjÝàÙ6{-«½ÆÅný«.Õ‹3ùªI«…¬î½ZÁɬDF^+gX`("(($$8H‡ûûø{úÂþ7Ÿ!^?˜_`Ô‹ÔÇÇzü¨Ÿ7‡ž@À¢¾§ÃaÑçNܹúCÎ3å)—rovU&Jˆ)2FKBõ×¢G試z¬©!}”‘fhHa¦31”¦6QEJÐQ“†ë1u(5ù8jj‘jJ’’Œ”“ŠÚDym²˜ø ·ònwÙí¦Â8FÎu.ö&¦<1ºøþ…œ{pqç㯞¾~!üÜ™ ÈP/ÿãÀóCîÝÝݼ]þäñ{W÷ã.®Çððö ö †ÃÂBüOw*æÚ_ngÝÁ‘®ÝË =ë …€Ù ‹€ B#.^¾–ŒÂ3°T1 âÄ–#²ã„ö¡-C`ÅöY±¼±tž/rÉfË”Ï*€äÆ%&0|b7±*šZ“L¬HíkŠé-ÝÌv¿cC;µ¦qn >{?2ÿÞ8ÿîëú¶©_X–zG—9ú…6Ý|cÿ<käM;ø_Î]铊§TŽm‰e¥H>4ߦšiäÑÙº -º°€ÈÁ‘¹x?Ÿ)-fk«¸¢ÀLZÈ3‰¯§÷ Q9ºGlES\Jáâk:pÍ#™õý’$Ž,‰kNÚñºùªÑêäVÇì‡Þ…-ïnì9·›y÷Ûü>¿~m•¯M¾ñŸç«ŸŸ,ükòùû1Ç΀yY6ô¦Û°Ä3®sk]ê†Rœ¡ÇRµh‚Y%I¨‘!k$È -áýòÞ{ûâ«ø 5"$I’L‘£©ŠTªC’§ST8š6ƒªN'+PdÉd)$Š¦Ê¨Ód1ty5xª<›*Ïbhòš‡KÙ¦Êæ‘rÖPA“¾¨EŸÇ³UÊfjÕsôÑ¥ë:wjSdßO¬‰¬«‚ñeáGà`°†*Èbtï]”VÖzçÒõs~p?D„(Ž @„ûùøù÷ö9ñðõ÷ -‡úÂ|!p¨;‰‚¹ŸEx]Ž€ü½óoFì·Ôå†Ü[¢’Ÿ”U7)ñ†ÇHC}’±!ÙÔœ6ÎÆYÚ³Æ;ñ–®S{®ž7Ô‚ïoÆkYÙªz¬Ž™5Ü’«oÍlÊ5e4f7瀯®×ÏÌÔ13UÓ¥´ˆ”̯Šï.½ÝQp½5÷*++†‰»Bψ®M½P’ø}樸+aWÎzŸ‡øö8æâêö»«›Ç÷?<âzÔËå¨ÛAwW¯o�Þa'8sêZüÙÈã3ágb<½üaû·àÿóùkH†UÎ&2tÙ–2¡+tbÅSXñ$ WhËáO䊅²§ÕŠ9‚vž>ºÒ2¾Ê›Xï³.Kl+Rë¢Â¶¤˜XÖNöO®ë†ÙóÜŽåùîØÜ[Óô†~|Ej^é_³µs²Y‚ØY©yA6o49Þñf? §ßKm½¦åö‘7ƒó-ÊœÚ6XA—à Ü´Ê®$M¥3Õ¹ú²S×TÓmSÖ©+iÓZT…uÂLMS'S”‰DáM‚àSs¯g«~V$wìv?û$xýY¿ôŸöËÔæžs÷×9 ùÛ}É÷sùÚ/O?9á³ÛÆñŸ•†áÀB—~‰;´Ò®~Åê›&´™‹YƬCC£ê0$UJER¢²$ .Y‰¦*S)ÊTš*NƒS¥ÉÉ -ìþ<W¥‘ä¢4 @–£(ªÔÆ¡|ÖpAÓp1k¨¨qàÿôµ™«Ú-ÕìÑÒVc){¤7Q©xB~òsí;üéé̮̹-wlÉœ[rà¹pº¡ÓB"‰P~±;ñv“P¿pO yXd@XX`p`/,Àä8Ä -ƒû…E ÂÃCàp?8à‡F!ü.|Äž%Æœz˜Í,ºÏ% µXijH±6§M´bmìŒÉvÜ?ÍÍwôÙyE6n‰µ»h¬§lŒ[fê.é,6°F;ŠÍ]%ÆöB}KîH[¾¹£ÈØ–o�Ú7ㇿ2Ô„ž+ë°rZªŠŠ‘üÊx^ù?8%qÅ·Z‹n6åý½6;¶}1õî÷wÿù×óá‘aPoßcG=»8tÔÍÃâsÈÍó‡òpuñøvÄ/"(âü©ðè[—°?=ȉ¾›áí쀀…EÂ#¢¼Oœ¾—p¯(9QV¯ÍâNTï>“)wfý—æ:{j2K8|35Õc£Ò¢ˆ¬a ŠTC»Ô8ŒÓHi£¨ˆ[‹²‡°$@aIÈÙ÷„@B¶/; DYÄv°í²§Çö/˜ÃLMÕ¯ÎÝw÷|缯䩹+ù®J€\èk”ú±êÅNÓ:Õº6b[ç@«ÇšZ‘X—ÅÖe¹}U„»7&¦·¦fò·æç;ÿ;“okÒ¶&6Œ\èi§+(%\Gö%Ѻ9äyÏq¿ãC›lÓ›=äÚÿ#§þyóHzø>†õ°•—ß).¡hªéú†=á†ÆzXƒÂ•à’¯ë!ÛyE8Ñ‚"›¨È"È2{4Y4ãM®ó±l9õºÃñ¶îƒxñ“âÕ'ÓÚ¿mÛŸ½;_fÀ”œï|ƒÊüëOÞ¥];ÅêÉežf¥|AÕ,I—º¹^<ªí5 Ìe *TÕ«/!ªIÚb’ºDÖU€útȾñò>mYSÚ«.êÔ5ÅíªÂV9XBïãDyxÉ=¢âq—¦ˆjl ¨zì³É&š¾•nlÔ´-Ïítk× O›ÂÓXž“¨˜ëµ¬Ìü,öïÊæw•ÏwUþŸsïä³;r×:_½ÄuQÂû~^ùÝèïbB£ã#áI ðÔã ß%ÆÃc`°ˆˆÈ°ððÐ𸈨xB<£øa8ìèÉøˆ³‰¡é)°«©a·þW}ídWñ÷£õ?H›so[ßÛp4Ü`f ÌL”‘]gá=µŠíRŒSާCØd ÝcM{qÐVƒÛda5XXõ ½fj°Ê<Tm¡×˜h&�~p/#µb\òä’ñÞb%¹@Lz($Ü´ÞácsxMÙô5V}&‹Œ¸„{r©æÎ™{™i©QɰàØà€£û÷…ìÿúÏ :øÕ¡:¸ïÀÁÀ£!ÇÂcSb“Μ¹Qx;›ó$õêƒ`0±'¥FÇ'ÄŸ8žtêTúÅóyÙ÷ê‘né ±mÌ[(ö—Ég‘R_™ÄS/q£¤Ðƒó4 }8¹ŸdxMµ¼á@ë<hUäx#µ(¬/åÐKµsUçY7z7;-ÛìŽc~ÛáßvÌnY=kS–W²É…1Ñ4‘nhhâdÕ32:ä9,{‰d3±J2 «dÝ‹.å|Ä×Á…Ú(ZAPŒùÍÌŰóZÆî%ùdu9M_Ë0b˜fܨ¹3U;¬«ÒVj+ú¥]¢Bœ(‹¨ÊéT_k—_!)þѾ2 Ë6ßsU«pÐ:Ó÷^ðâý›Yò·øv>/‚¶??ßømnå£<=®MuU¦ôÓ¥>šÄß'ïçÍ´ÒmèseßrÀ‚x•Óuý&Dçxq¯Ñ¯¯¢ki&hÈ„¢›ë‡Œ5”‰r²¦8ïÔ–´+Z$p`ðÂUùä‰2бrjbØ0t3ÀŒÂG .6ÔË0‘hF"ÓÞK7·ÑÍ®ƒ žéÑ.RÛ£þò…_U‹5K5ÏwÕþ÷J@ݽ!˜|%`Cd¢¨°¬;3-óô‘Äà°˜„è„äÄø4P|l,,2"444$$$,ì )@8,62<,šr<:-~15îÆ¥Ô‡ÉÕy*ÃçOt=¶Pʼôò9V•‡‹ss°^“këãÜÒÀÛ)Ûî”a=²f´Ù'jö -q¾1ìô(ÆÎÃ@œF;·|â�ìAì³ÎÎB,”Qgªžz†Ô 0áI»óe¤‡’ŽâÖ\A3Ø^ÁršÍD_§£®õÔä´•^)»sùzzRZBD|h`Ø7‚À°?(ð« ƒû䇂GÄ¥ÀOœýöê£ó¹eI·ÎÝ,8• O†¿:!ñX‰ØÔÓ»›©}:RØzÊóˆýÅ\…Ä[*rÕ‰œu|wù^Óà’oyÛtËýæU6@nY€ e€\¶‡üõ„gÝ4½iöþdÙ¶í ß„�{ÛŠN¿ÈWz™#š$*BRΗôœF³/w©n è -Xx)ZÄ^‚v©Sá'H¼D¡‡À¶àûUµøÑ‚Fæ4ó6†}Ï¿ß!}êX–f„@À9˜Ÿ¨¯P–uKŠ ²G$uA§ê~»üN‡"³S•Õ«¹Ð¯»<<u[ä)0-“çÞsV>N½þͲñ»{ë‹wûÿögÿÆï³«¿z?ØgwLкdòW2Û)ëÏã³X®·~ÄUC·UÐÌšÉrÕÛjå}õ Ű`Øö®³ÄqàØvÚ«©E_Jž(ìÔä·ËïµJrÛ$¹ÝÚM†µ’ãhbÛÐ,K+ÓÔÂ4vsmý|ƒg£³ ÛÎæ9™£.–hzX1Ï1® -[Ê…_‹§–ÀùarqW·ðÏqÿŽÒû“İÊzÈ¢ò¸‰)ÉÇ`Qщ±I°8xÒ^0xtDLPX(:&):æxxlÔ‘°£qQÁɉ‘—“C³ÏÁóÓ£Ê2{ŠÿÎzz]Nz8ÞW8ICXGj]|Œ[ˆu1vZÒì“â}ò6Ÿ¬mZÚæ‘´Î*;f•¤E‡WFðHÛÜ’V§¸Ù.Àºx'¿ÅÅoqðnÎØsÑÿËÆACìF+mi42&h(-¥z‚V¡¡ TÝ¥òŽ"i{‘„P(hÏçâó8¸ÛÃõ7¨ÕW›2‹²’3NÃRãF† ÚÿuÀ>0š~sèÀ±Ðà°èØðXxtjzFîãSo€Bà߉9—”z~* ”~óûʶú>%‘:Þ=âx"šCJ½ÿ!¹>¿šJó�Ž¿ß2*¢HHPÑ»îŽ,£ÎbÃAPP:H‡H•„–�!DZ(!›ÞB*é7½ÒQ¬3ã8ÂêYwçOØ'ì9ßsÏ“÷ÝçþòüJ$Þ -¡ë Ï^N‡« G휉fi`ÙpÒà¨r…¥Yçê7D†ó¦ÒòBeÛ´¸¶lÞ-§û…ÝóÒ|kó¾µ;^šÍë -M@(óL³Œ‚ ²cæ~5ñJÃxF'ãú (gtáÁ”®l(žÑÍ*é–Zn£›ŸN,4õsK;(y(Rv+ù.š‘‹ãà…E£²ªMÀ†L]sËØF×5QÔ ³êš©…'ó@TéÐ|9^–çJ®ãe7ˆóWÇT™T}ÏUª[vÿJYù¤Úü²øú+üîÇû?|ïþ㕵m8ðÑà|§Òn@ï4Ï=�œsý]l/ò´ç4;jn¤ÚQ4Gó¬µyÊØ8cj¥ÛÐL'–íîçyñ»õs=X¦«“·‘M Ó†ºQMÅÐ|1Nü ‡—ƒæŽ¨JȦzª¥‘jnÈi¦>ª±—f$²m$¾‹ÁuÐ0²Clƒç$†rkz#´ÿ*n«ó•õò¶zu[¹²~”yê_1Y6ˆüiúû£©Çc <61 -<Âc#áqˆÄã‡ãC+\Dl䉤Øs§“³Î"ó2N¶Þ?7R‡Óý@N(ÓMVÈu&ÊÎj÷z|¢>°;”¨Ç+îõIp>i?÷Éý2¼O:è‘ô»ÅX—ëöØx]vNàíà€zÌýXçÚa¨c÷�~>33ÐFZ‡n¶]3Ý¢™iΞ×È UR|•x ’Û_s°ù쾇Œg¹À9öÉÍú{go}ŸrñDD|lDDø7þëŸöìýfù>€üPäÁX䑨xD|úå‹Y¹²òS.gE$¦:’'¥Ÿ9yáJ|JÚ©Ìóù %½Ìª~rV�äò`•Ø[ÎwTpàRšõ ÙXF1Õ’5+ö(– óU¾nMh\W�䎗°çµÓÿÚíÚ´Ù×töUmÓ`][Ô/KçlŽ™8=ßc·Mç H?4‘2;hׄ?ä$Í£)ÝãIí£i]ù¬¾’jƒºqLÑÐÇ.n™Î©½ÕN¹× =ä‹KÇäÕd-*$îãYÑÀ9cñ)MÓHÕÖ‘UÕ“å`� ˆû…%wAù?GU·iæ2ž§^½6¿§û>¨Vvô›_l[_ïþë~ýÕ¹ùÙ²ò»ÞûaÁöZ¤Z¹‰`Ýø°|?†çCs} ŽÍötB®^Œ¡˜1fΆãy‡ÅÁq|ub~•4¿>"_#ŠWúx>äzJó߀S×à¥` }4 *$ikpÇœíň¦™»fÝ)¾“.ñD..ÛÁâ¹8b[¾,ÐnòMo¤ŽŸeîŠà'ÕòŽzuGîZëŸUŸU+Û²À‘á-Äu ƒË[QoÆ©ógަ¦ SÀL‹A&E ÄGÇÇDÄŒ9•€ˆŒŒJˆúK2"üoi1?^H*»qSrƒÒz_4P¡™¨5Ì4Yè-0Ôfc£Ý‚^�8 òËñ~Ù x–ÃP@NÌw{òˉ>Ù°O:ä•àÝâ§çàc<P_(n·Y€únh˜ Øc¬PWÈ9m u.R›53MêñFåHâyœP#À—qû‹9¸„y@nɨ¾ÕòðJÞSWOGEÆÄD†í Û³oÿÞðˆûÂÁUe/˜äÈcɈcɉ§/%Ÿ¿š™Srùæƒãgÿ~q"615.édê™KÈãéINeæÞ.ë-'«gÙžf¦%ñWóœå{ÓZD±V‘K&õ%¤Åbª©•ç镸Iò¥iÕ -C³ÎÔŒ›ÇK“ç ìÙrØ×Í&¿Rç–/úÔ‹~Ú+Y˜45~TЉ…JД‚6rjòZå8AöÈBÞ„¶`RW@ÒåÏèÁw†9Ь¯U¶ÏÞo»zF¹ßòŠ¢ÒQiõŒª 2vqa¬Ð:È3õC‹†¶“±ØFÓ6“ÕµÿGŽ—á¥ÅyÎôq>kB›=W -ü�¹ù Åõ~>ðQ³¶cÞøl}õoÇÖÛúŽ9ø›Îõ^fÙ¨×ÈòÀ¸diP.uƒ]¡–ºÁ~ ›éî£X;CÂX®‡ YžPnÎ*7f5[³ÚWTÝ›)í«IÕÖ°|¼¾ŽvÈÙI1·Œkj†¤¥C²’ÉÅ: œéØnéf˜†hF<Ã8ÉwÐľÀÉá:ÙB/WoÊLod¶_”@¸û·…ÀïKÛ@¸jí_ê]äËŸ¤¾_ºWtÙ2 ‚±µÏogüx=åTZd|dl"lIñ ȸ¨¸Ã‘±‘q‡�òèè˜ýûÓ¾K‹»y9¥èÎ\Õ¶Z1R¯k4’QjØÁÛ#êóKúç%ÅðŠ’¸¬$.-Á9¨�OpÙmtI1T�êD¿<äÜ#t‹B A8—�ëä÷çïmgaÀ7€Ü2‡13�õ.UVZ*ä|´qáy½„øDD¨à rq˜]©í? Õg?+Ìx|ûܵsñÇ%$Ž?¸ÿ°00ÉÃ÷…‹ŠŽˆA ’O¦§\ȈK={)+ïjöãË×ï"RÏ"S¾=|$ ?šö-ò»Ô‹Y™?”^CSºØîf×^ʶ³m%4CÁŒ©bBW<®}<¢ÌŸPÕç,˜ ôŒ)–hê5H`ëVð†ÞþÒdûÍõýÕä~ÀqüèUfHØ#Šà¨÷zzÚ[¯¨?´¶Õ¢¢€rwë࢈H™„™„2ÈÞãÉ“½HÈ d1½ÊEQŠ«E¿A{Îûä|“Ÿ_ù<ßgÙëM:Q£%¨1ôмA”)Ü‚)h ’ß#‰o¾àŸÆ;û|ú¯ùš¡‘ ·�á,[Ïy8ÂY–»D)˜ñK]¬†gãM˜™«�9YÖ6¤ì kïäB7Vê'¨üCr/yÖÕ/vöÏzûDî^¾£“aìbšºX¦N¦ <nê:èæV®ã–0ØLô›W¦ì¿ -}¯Œ¡-[rÇ·ü)°þÅ¿öÅ¿ôÑÛ2ÏmÌºÖøÖÕ1x™nZ&Òxm -«Mb5 œ&1 ŽT‹i/ô‰ç ªø°1͵®O{6dÞ ¹Sx«l)æÞʽo„®×Óð:Û´DÅx…ìe[Ñ÷9ÖÇ3¾>á\¿ÐOx‰3.Ú”}ˆogK}Óª \1'UÌKu15¼¬sý -6¡ð;ëÂ{(úн7Åw ¸¨€1ÿlL}4ÄÞËçAëh£ˆR°‚¶3õÿ¨¨Fgåç•TVTíG—•” ‹JQ%Å¥HT1¢¨`o12«®foÃO•?Žv5)ï™™].^w@€ ˆ0!)¸–ã`®M£ 3=1’VÚÊNàÝ,_ã€Òàâ$Í,PÂÈX4Ðt#Q -ªŽê¨ %¬)‰»ÃŽ¿]`ð Î/ð û½ÂKÐëä÷¸'zÜnë ÌøÅÈx`ÝWß”“nÌâ®1»¯àoŸ¹sùxý ôáÚŠª²‚|d^N~öž\PV>"§°YVUYŽ®B¢kPèÚïOüåt}ÓÉ3çö9VRu¤|ßѲ}KѵÅ55GëN;wúÊ/w˜p§,JÍÝ ü׸¶F†ýú(|mÔÒBÑ_¢hÛéÐ G¯8HÔʆ$×ã[’"Ï2ä[…Ýq›}Áb›¡€^ïSé}j•[(wðù–!¦ªDù`Prw@Ôˆ¹„ŸÅIÏ“TõÆˣÐeš©]Íl¯¶•ªk%+:°Â–ÞÉ«½S-8a^ÔN–\ï•,ý£i[Ô‡WÈ -?AîÃϺ1V6‡‘ø^=O9–gãÖç<Û³qø)ÛroÌx‹aiŸp߇{Ô)@¯ó]kÚà¦%ñïÒ§ÀÚgßê'ojÇÙÔ{^ -ËS¶5†}i^!Ò |·rÕ"^ÃK"8j‘j^e9^ <›³Á-Mh[Ý1Æ>šcŸÑºðŽ"¸-õ¾å;^ó,ëÃÒ°|Ï÷õ°áG,øá„óÙ´§Wè#ñÝøIÛ&O@c'Wê•ùf•!™!®µ¯=¯áàKø-º‹<ºeXÜ6'?dJìhcïÕ¡M±ïå´y• Ò%G ’›ÇO×”æ"ÊÐUUûªPÅ……ùÈ"ª�•›‡ÈÂV—]ü©âqË)F÷UÙð#·Ç9ùHð9~QEN¨)°ÕÐXÊÂHÃìŒp˜§œ%gÉʇ4Ì-[Ç—Àá›vv”qÓÓcàc -è¨a5%¬"…”_'°+Ègü"Àëôg¾ðˆúæf0¾énÞs;§âtšÙ-ÜGzú]õÐm¹ƒÛÛJ¾wö~sÝy€¼¦¢²gçeý.{ïw9Yù¹àº’B"‹‹²‹+•ÕEÕGþñä?ÖU9†,9PTq G–¢T—>T}êïh~2Þ0åéxoðÝí<G3nµ´Ò 𹙤¹@Tþ<¬¿Á†»g¼ýòùUdLÎI£;m¶EÌPPo L>-R¸fäNþ<ÌTbiŠ“D·pâ¦L’zœ´¯8›¹6(úómà æâ¦…¦o£jn¤m~+p> ¸œÅí�9ÛðxÆñ\f|žò¹Äó ¹Ôß'òtKÜD¹oP FÞ3(rb¦€yøá¤£S©“TÓŠZ;×õ7Öø¶Œyúƒ/¹í‰n™¯5î—SÎUžãå¨ë^#š—il¦AÆ<FP/à•’.N…Wƽ‚È;í¶Ü|ÒËŸ<«_|«ÿõ,v¥>Éæð;Õ܆ԵÁVF4q’d3á|œs¬]\ÛÓižgÃŒCDŽ™ÀÑSy¦Q¡mRâšQ‡ä¦¸Î±jò¾‚›ðĉlYBo¡à¦.¼eŒnë#ïtó[²¹ßfݯ&í«\óݸ2¢Ž>©?p¸ìuAQiYÕþ’Š¢|T^a^*@ì)@ì=T•ó·“GºšÿÄímÑŒ<4sº=Ó˜ùYbT1–’"*JL;¼h¢ÇÍŒ„…¶q—ì¼´m<aã&íã);/µû5eå¦àLi,9èÿ“œ3ã&fÌDEõ´f(¤©Ã*2 ”2I Þ/Æù2Îw‘‹± 9A¿ŸñNfœ[yOáñ'·SÏø—ŽvOE¹=Ùwöð|çϧ.ÕU~¨b_y>•—›Ÿý]Nö°è¹d ~DìÉGæ Š‘åèÊÚ#ûk¢JÊŠÊj -K «–£ìûý嵇Ñ>þÏŽ›w©(êNž³_eÀõcй!S#ÕÔDÑ7” Š+T};~<í}.'ËÃuˆ¡ -1Ì"8.1¤ZŸXï•kÝR_`ˆ”®ÒÍ™±èò'TÙ¢è:> ¼< ©'È/’5i¦f:|eÄÒL54fÎÿcºÎŸšÌï8€ÿ*˜“ËkÕÕ=êÖA[Ûn;Óº³³n×{=º‚ x]TPäP „„$@.rBîû|ò$y’'w0$$Ö{Ú]Ïí?Ðo ;Ó™÷dòÌäÇ×óÎû×9ë–ËdíùnYí}éw=c Éëiê–¡‘o¿5êi׆{Mqš!Ö«’ÀPQ;Uáe¨M¼ãLò<³"_F‚¤¶)†6D’øZÄh³|Lk:œ“»ê`šxìI<$žúO}“+HlÑÊëób?ÈâpàѰ·ÐïÎ÷ÁYPþ$8KÎ- ðÏÕ„#ynxY>ùÒyå™{ãͽ --¼‹Î¿ŽÞMÞÇÞFro|³?!Ó/,ã?è+#kȵ“=£¡60W¸®[\W³ÐÓÅs¶ó ×ÞÃ6Q9æ~±ƒ§ðJŒq”°xæìWd ÿÁ¯@¡‚!ºd_1F–tÁ‚Ì——"s|ç,{ ¹*F9ÜôYÙær|%C(/«Ú‚+ÃlÄ•”c eÄÒÍ›ðÜ»µöÔ7Žê×ÝÂvÿhWQ¸Ž–²0ÓVVÂÊL;@sÁ,Éx9¿8ç—d½ÂŒO”ñ‹³~1ø2¨#‚5ä)˜H§Ü´“·¶[R« x Ÿ¶³þ9Ø-Ô¸ž©P'GÕ}eoXAŠûa \Ò E¨¬ô».Á-˜ÃÁn²2e¤‹¼Ö³—=¸»zÏö·ˆx,aãzl9ÐŽÁ•‚‰Ž#â6Ê6–W·lÇTl&VVaà•ß òÁÎ�ò{ö~øÛ}[÷ÿîËs5wµ$U㈷fÈqjÈùw&t¨×t„j;A1ìÑíÕ¦[k9Î&I°M=NÈu±AuxÀÛŒ™‚r=*5ùUFTi -JmQ™!È×øR'‰¡¾I×\¢(êûTgºd'»U‡©F°Rΰ‘žÿ<Ȱû»!×?XŽó,è<Óz…nj ¨V;üB¿öò ±‘cm8ZŠÈ#}ÖI†i‚œ«W׸"Ø&´ŽZâUê‰)ûš{îH,ë"©6Ô@ÛÇÂ]š8Ù”çhÞ(Øb‹ÐÄ#xü‘'”‡ý9}pÞYVD—¡e^`‘ãÉÓÜ9ª3K3dG†VÌì�4CGfäþœ&¾C5÷ïXáU|éõôò›‡O~N<ý%ùä?ñ•÷Ñ…·ÈÜO`Bk<VW$॰¦ªX$Ð!ð¶AÍLë Ž£“eieê;X†ÎeYÚ6¨¦*ÜBã„Ê:¥s¦Þ¬50o ì¡EK°`öåuHVåÉÉÐy%’Á>”²Ï:ç™Îy×v¯úXUù&"†PZ¾i[Yå¡K,-Çâ+p„ -âºOvW9T}óâ7rz,%…µÌ ãð¤™=má&!~ÒÎK8¸)ÐÌAe×â‘ij@¸_<ëOº¸«CŸt°“Ð0*i˜“vrS0<NACSÐà”UŒ•1 &ºLtú”‰þÀÐ?¡#Ç@™ÿ/䨦ϫº‹M.늎uúF;<Ò».Ñm¯Å6ø½†rEÜYÓ}ù«†¯óy5ðŠ©¨ÄˆÅ&_‡)-)]Åc,‘NQâF<¾O�#G�¿!*@™ïܾs×®>ù´ú÷ïÝ¿óÀç_œ9׫é74³ì'™¶“,èKšåoTËaªåšõ8Iÿ5Ùx”f9j¹Hƒ4Ø,‹Ü‘A…¶©BÝÚI¢"æ×昢4c„¦ õŽ!|{Ó€æ"Ivš¦©!kN‘'HêctóÙ!g-©ã õ|Û]7äªv5ð<Wøîï‡ìWéúKTÍnºÆ¶4qm7EÎ;÷]zO#Æ Ú(Eæë–x[%Þ»RËä’fæ¹%ÿÒ¹ô --üèʽ°çG”¾Ž±Ð}eŒ¤äšS"çŒÆÕû3ÖèÏÚ}»o®ˆ¡»2\⢅ïÉÓ\sT8K‡34x–ghVœ×M,AÉç€|ñõƒå·WÞ…?û%UDþslñ½'ÿÚ™þ—~ê‰2´†<ÅPƺE>0Ë[–&šñÓt»_wƒ¢¸MQ´ôŠ[»Fšéc$)ÄU$ºˆÌò@éHèÜ3:$c@2÷ŒNÉlÓ[BàH‹íi®-ÅÂs×Kÿ°§Sаë`IÕ–rbG¬\W‚-ÁÎ+Á&Çwl#ØÿqÝñ?‘[ëL¼v¿z nfOYy /içÏÀ‚´c$ óÒ`�Õ¨(ƒ -òœO<dƒ’¢sŸŒ–”‹ûf'ì >MžÐðCp{Ú§ÁVÎW‘OÛVïPKù$ès=u\û+ru_±ÌU½@x¹¼;2v,ÿh*mCÄNA@ 7éé×d=(×\;¾ï¯�ƒƒPµ‰H,ÃlÀaA“oÄg9N `ŠÂq¸ XüƒÅ`pXBÅÖÊ-;ª6oÝúÁŽíïÙýYõ¶}þ|üÛ«'ºäÿì7¦™ŽÐɆ¿ô‘_QÍGû-ÇèÖoY޳ÃÎzŽó*¹&Dn ‘›RäîÚ!÷”(YëcjP¦Æß§öõÊ=÷¶–!ÃÕ~E]·ôdŸüL¹òIsŒf>Ë‚ÏØlOß‘ë¹ÀñÔó<W¾F¡÷&×y}ÐÒH7\fÙ¶&žýÖÜ„ƒH‘ve K¤hÂý*ð¡÷Åž;Å ÍÉÇÆ¹—öÅ—Èʾ'¯Ðï‚^Ûí1ª*ÒŽ‘Tq@‚cMŒBi¹+©�Af-hq˜‚KxI^ÖIС'Ïqç¸Î,šþ/×eþÔäÇñw§V’ÖÎj§íŒÎ®3»Ý]G]«ëŠ€€ÂzD"Wpå‚$OŽ'䀄Üyrî#$äàh¥žÊÖâ¶Ûþûy¨³³³™×|gžy~zò¼ž÷¼ß¶8NÇR/|†é‡ŽðsßÊúÌÃÂO߯žý+þò—¥—?/>ÿ9øôÇ™‡?úlºcß‚k#QÇrŸ!Ü¥oyi|¬ºÓXÁ2P™ƒT†º”!¿MG©ÍÂÛ ½e,ibèPº9~¾~\`œ[ƒR{µ‡e¶th¦w`´G5Ö®›î1„;MQ¶e©Ë²Üm[biƒ 4^ùÇ£dfAl'B O#‘ám“2‰éä4â¾OÒO;Py阼»äOØúƒ˜jÞ©Zpö/81·<êB#.qÌ#Éc€[,o•–å�.ù’:9sõE0mؤ}Q7jçBÃsÁÊ [Ø!3(Ý çÍ=ÁK<Ì]s¡PZftmÓ8Ì)-ãƒ- ˜TA’7NÊ&äxŒƒä.iC|Ï)¼gï2³+´m7¹U95ÿ|ò¯Ø›JÉH!w¤¦� sJj2‘°3-„ONLJJHNw@È'@ª2)éäÌŒŒ,bæîÝ{>¡ìßèÜÙ«m'êѦöT›þt‡áS{°U÷y«ö(]{°Ýx´Ãüyý„З+ô]à9òøX>Û|¡ÇœÃ³æ °±ó -꽡ôU)|Uý¾2ÔS*Æ®qšÜ6õ¹&ô4@W}Ѭ8Ã8Û1œßm-ê±]â`%}ÞëBoâ§J•²Ñ;h Ö¢ÐAåšoð-eUh«DU×=‰³ZŒUKÝ5¨¯N¨WŒÝGý5ˆ·ñT >jlÍ’?Þð>Z÷<Ýp¿|;ºö‹gbÑÍ2õ³LM«ñMaÔQüWrÿW6èàyàà[E\Ë}Øp€Þ1ŽŒŠ²q®}‘ïŽú–uã,sO\ñ_oÌ=~yº[ûw|í§Ø³ŸfmN®nB]Á^ëfŸ©<«ˆ%ÆÑαä£BO-Çv§M_Öª½Ù¬¸Ù¬¼ÉSArRÙ( 2‘{\5]lmG±.…»GíãhGyC“ôÀ0%PºE¶&öðÝ^kÔOSOµhçÚP‹~¾Ià,-¨Ê&ÿ>!#“FL†Wž˜œ’BJ&f¦e¥gd‘È:ðaQþñŽšËyû˜÷j#>œ¸w æQ/zqÏ·—áQq �è$Ë>qZ -œ^QÔ-Œb½ø,µób~ÄÊŽØ8¸ê6nĶåù¯Øyÿ/ùpçì÷|h«œo1£o›Ò¶Nh@r0’+¡«4€ç#ý¸çn”†Ij\¢ZLPmåV:Ëu‹|ydÿgŸ¦ï¢È¤¤`6‘F�Ï“I0<Sv$&áà’'%oOÜþþöm¿MHH"‰$2xž–ž•ùÁÊþ}‡ÏŸ/ëù’¡¾Á2œºŒGYC‡YÃ'Ú É[õ‡[‡uZŽ |$£BOËãXr{L9sß–/´‹]WeNªØQ&q^G×ú,%`x»ú|û@Nsv½ôD½ìdzŠ>�ó6l!xÎÁŠAri B>qW9U«šªUOÒTu¨ÿžÈy[h¯Úoƒä"ûð\´î¹§¦ä¾b”ö¿’/¬ã¯-ÏÞŒ>Þyñýȫͱoß:ŸÍµ‚LMˆ sôañpDf‹*q¶¨s¯<_kÝ+ƒî…–éJ¿=.µFpÌRcHb!ÃÀ‚È["pWå]d›ÿ6{5õÕFhõÍÂÃÍ0ð`sjåûñ8¾n›y¡¢€Îlˆ0”Óu"ÿm¶ãsør½*—¦ÌiP^lR2Åôþ˲+tqq«è -Kvƒ7P!ÐÝE†k$¦:ÔV¯t6+]t…³Yl¥u©K›¤…ͲBæ@!Ût]à¾%ö•#îò}ÑW²IŸH02SR‰idJFZ!=‹L!e|HùàÈÁ=•å9:~ÃØ`Ó͘##ÆhÀ´4¢û´‹^eÌÝ÷nIîƒ$Gb^è-PÎÅ+ä~ŽOºè/:P¿£PÅœè;¸1<Òy±_{Þd Ïp·„g¿Kxîyów’ϵM뙓ږq Ý?Øì×4OªšÆ`x=Pàž{ä Ni¡aÂZ÷®±‹ -µ¼íúñ¢“Žý²w7iWF2œNyɤ4<trJrB"ü ÀÁðIÛ¶¿ÿÞ¶m¿IØþ^ÒŽÔT2‘Çï2wí¥ìûè/ÙÇ«…9†R®%cÎíµžášNqÍgØÆÓÝ–£Ã‡Xƃ]–ÃûI‘ï,â-â;rùö<Ž5‡g;+p^{ŠP1ê-•¸®#®B!v‘oÍci³™êÓ,ÍtÅ)šøh½ìD#zŠ¡>Ûa¸Øe.ê¶à=\(WM6jfú`‹.ÈÐÏ5éæš'i°%%® -£Š08+DŽJ¡£R„U!Î*‰¿«”WJT‘ÿ&NàVô¥)öÊòxÃÿäŸ×›cëoÇŸü`ýfäŸmÏ5ólœ9¡n1‡Ñ-Ï5Ø¢[TÛãJ{\æX”ÙckîŠcHl"ú @?'ÐÏ÷ …¦j*ÜKúÀªyæ‘7ô|4þjfy=¸¼>½òÝÌÒF öÚ~m™[3N<UúWe–%–rªŽï*m¾Ü¤É¿¯Ê©í?w_u¡IU@¼Ô¢,É™²+-’’á?€6ñÕ.ù-¶ªœ«¦ò4}úª^}WSB£°ˆ&ÌGòëeçéŠ<ÖPA¥„g½Fg–ýÇ{’H¤à91HÊH'RH0¹2Iä½ÿaºÎŸšÎï8ŽÿÖζ«ˆÈ౨Ýzu¶=¦k×U —àQt=« xr È}|“oäN¾¹9CBHˆÅnG×µSÛNûtúIlgšyNæ;“_òÃcÞóú¨o<sÿ¬ß%§GŒü˜K·´�áiÄœE~í¦O±á‘eüp±ÂüÎø… ¬Ès´Utžu2.°áYÀö€]<ãÿ<õ_ä̤à<Yl l˜yúêüÔ -XæÆ"uCÁyLK‰hF}*‚_MˆÈña."ËpéˆSüÜ-."hšº/%þvúÞon`?oýÕác?¨«ß[QªF£êêPUÕ•Uå»ËÁB)ÝUZZZ²» ÿxÇàü£];¿WZRY‰®©ÙÚ{¨]:vèçÎ<âa馻Ggá’ÐÕÁs´sX–µé8œÓ§é–/&M_2Þ>ž»—ã¼Èvôð\]¯Wè—‡®Ëƒ÷%¾;�<ßÙ˱÷ÐtcªæIMYÑò\xÜs¢¬…¬ÆNê{hó}ÓÖ+\ï-iì¡f™bX7“TãÙ¸:ªÎcÏ%¾!È= t=�äü"ržã(p ‡Ã�¹ p[¼#Ý]}k^ÿ‹-ÿÖóõ{äíß?ÿ#.ùö;“&NÔ&HŠ%š|qRgʬ¹E¾nšOŠAæuð�™ÖÆž~I ?%`}B¢KÈ4q©**RF!U\0·é–ç«ZKr~!cóoyÂ/ƒ‹/¿Ž®|�-½±Ä_™B¯%þ¯!ǺicŽÝšuö -8Õ¹gʳÏT s}3QÓB1`&´uû¸K•a(PÛ¨ …ÂéžôÒ K“¾IèÒ”øê¤ø*Uxi˜‰f`ð|,YÜC’¶Ê°ãZ,ÝØ3cì˜9}üÔËÖÔ¡+ѵåà|ƒªêj*PàýiýáÖ¦ÔÑNÑrãÓ*bO-!ëbÜôks~EÖ'Ï0K -< *L¿p³8ȳ^8ç“ä¼âM7”u 6üŒ“¶236vÆÆÚ°±À󺕙²²R6vÚÎ)L—âzKZf’æéuËÌZá%´èÜ8¾h Æõ”˜ŽÐZRLIˆ(F¢R((yeŒóq¼g¶Ù‡óS÷•£×9;{¿ì={ì䉃GÖ ÷ã^)ë*++ªËË*ÊJËŠŸ]e{ -ÈwîÜQRòÝ’ß/+¬Ü_[S_U} u}ì“_6}q¶‘¦ÿŠ·�†G¿Ô{v÷I¼}b×Ež«³Ð´ŸŸµ6ÌXšÙíBÏu±ÿ&¸’…o*£·á»Šðy`Hâ„W„Þ^¾«wf¾}RÓJ7`&5pÌÇT˜15fBÆü†ýÇuj׆ÍëKšeÛ�ëwÆš·¤¨æä¨i• -ƒù=¹!à=(p‚÷Ü!¾ó(ø=ÃÄ¡!Qh@y�Ç_éSïì[oÝßü3öí{äO¿ù—3ûF£ŽâA’8U…è Yˆ©ˆ²Õ1ö\œ£]dë–8ÚKc¨Â,2ÄWG„ê(¬ -‹d_Šðä.p®Ž+Ô ¥.¡1èëVϦ3˜s‡òžØœ‘—ȶƗWºò\Û&C»F”ÅžN˜1DMãÈ\AÛHÔ7áuž«F´�rª ;eè×vLª:ó1Q‰×<Êê pºÈìN"C``HàÝ…gvyÝ#¬C‚ºˆ’6²;¡ë ›z(Šîk䓇N©<ŒÈk«ËPuÕ{ «Ð5eÕåàx9ôigûOé÷ìâ DËYôÎ'CŽ4bÉ„mù,–\@œoúÅä`gžC$/"²í°r;¤ü}P–÷Kò^Ñ–Ê9ù›vΆ•õyÊÂLšIXæì´ƒ“,NôaS¬¸Û�ù48æKÆÿ]r%ª%‡ô”°²f¹Š—ããò‘‚€(ð~É-ñBøò™rå+þã®GWú›òùÉ£Ÿ=pà`=pWT”ƒKïó|ÏðJòqɮȿS²ã£R0aªËË÷î)¯Û·ÿ‡uÇþ¬ñÔmÚ™qm?@y®ËýWAêÐ54tvó\-ì…&·KèëÈáÀ- \Šün.qO·2¨[zÒ'Ftqœ,Ü/\†|—Y¶Îi–iéfÌ_¤i±ÚNš,ù+<×M¡ÿ.P¯<3gÉÎß¹%på9®-¶3Gwd§™qûU¿„—‡Dž�¹À9(òÁþ§"ïcy, ?•FŸH"%±!yâ±|i(ùuí5óÊñò]àå{dû¯Á×ÿ^2§øP/ŠàЈ4‚—G©¢�‘é%qü~€ÆN Z1z¡�‹ïg ý0ß+â9¥|·ò(E>µ$ ’"sаYš/fVE¬šø‚iÕiKù«=mvd kŠ?¿>¬]ÿ—³ÐJ1œ&ë=ª;CÖŸÕ'jΑ4 d]#UßD3·Îš;§MXº¦kB‰ƒ;H‚6§ÇÄàX-8fó0³Çn$ðšÜ&’° Ïm!ZÉbì(ÜJ‘µOÌ×´w>Ùwü?ªú¤¦ºBíCÕÕ Ð5Õ{+Êkw×¢÷;ñY_÷)õžE6˜ùË^ÓFd!³oFmiD›ô«7e6¬[%‡ÈrA Ðþ‘g<¢|@žÈ¶‚ºí°éeÄj¶|ò¼_žs‹S6^ÚÊM[8)\onÊÎM: -mØg@kàyjÅÌX³°VÜ5+oÅÌ]µòãúÙ„‘øËõúÔÔpüh¡¢EÖuìØi«[wWgÛ]»V-¢*ÞQ&r‹ "—� $æFîÉÉý~='''÷ääž@B¸„PœêÚí¬ÝÝÙÙ÷ûr8ùÎyõ{w>óÌó8¸9x&myžu°óö鬅3M¦íôˆƒƒYa3le&Í쨞QP‚ÒQ”ÓÍôšé÷eÃW'û®n>ûÕ·_:~¬á·õ«÷ï—eU�Öòr°´TT”••}ôqÙ®²Ýåå•e;×hÕîʽ{?ÝS}ðà±ú“þÃÍá3,k"ÊBDc¢Gë2GŽd%Ý gûŒñneà¡'ê"Du¨ß4DG¬)Š3;íYd -\ÿ2Ç·Ä -¸®yŠ==¬Å 2ï]ëªØÛ*Çï‚©Îoò±»²@Ÿ!I‚ót™í]åᯤ±WÆÄ–9¹mHné“۪Ė -ßúK\ç,-ªXŸ"BTÄï”èS¥žhfô¹AS~È”6ç‡-#¶ÅÑü[gîG¸ôÖ»ùÈ›ÿ¦ÿù¿åü/˜6ÁâÏ$Ñ(2¤ŒªT>ÆôŒ2°¡ç(‰éc¹É\ß8/@ãh<sÆûœåœa£<žû5ò°Qý¹6hâ°: -«"eØ®ÂíژݘDìY³mÎdŸç[f9úôcU¬KjžÁ.<ÇÎÑÑ撚ïèyº³q -¾8ÿ04á3ž¡§]›±·±ÌtÍ5 yRr"j¡ˆšÈ¢¦1áyŠøâ„¬q\Ú¸ã_Ö4]¡*›'ÕM4íºñ2Ýt™¢9ßAÿâlÓw‡×WWï ¯;\[{l*UûjÁäjøü‹“7šO³¦‰^#{ί^Šak³ÁRÚ]ˆ;WöRÒþ€ð"®ÜHèV‚P Wç`QÙN™6“ðV -y†ó×)ËvÒ²Ñú u?´æ“z¥ÅáÒ¢OZÈ@k~þZ@�öö¢W�ä<â—8Šfü´•;ïç³vNá-ºq Ü›`ŒÏ!Ì †ä7Ñ‚–é„“¶²pÝtÔÀˆ«'’á€x�aušé÷´ãmܧ7Híçî\:sîÔ‘Ï?ûÍцpyîû -PW”ïù€¼¼ìãÊvíº÷ìÈw•œWî«®gÊÑCÇOŸ¸Cú†m#BáÇ’@'hÂc¨Ãî0§º\¿-Ógˆu™O,©AsbÄ’µ¥'\yz`e&².JlH£ë"|•—øþ”{a¼×FP M‰ßÖ&:D¾BÏ}ÞiH‘yàz)‰mËSoÕÙ¿Á¹wHî}§ŸL¹w¦ôElSìYeÀÆÙ!}zP›yªM?U§4i0ºMöe’½@vÈð -Y¡dßÙfßZŠÇ6þØüOøå¿ƒÆYÏ=ÀñyÁ~qp@†?“Ç(âÐ0é1>z¦í~¦íÒuzH¦þ1a„¤UÓ(:Ãñ]:È«B¨Çt·GUa§"ˆÈ|v±Û,D "—Vâo¤_ªÑ À¤Ø×!ô<x®pÑF.v‰þÀr6±]—ÙhÓÙÌD@-\× ç–ÄÓ.Âî 8æ;õªüƸäYÔ<&jüÐ÷ã’‹“Ð%à|Bz™ -]„Z& ª²eJumJÓ<meZ¯9§ÿtáÌ£Õàwƒ3¬îð¡÷ï«Ù{ ®º¾¡á«'n5Ÿ0p³8ï7.%ƒË©P1-Æà¥8²š†ó¸1T$LKQ]>¤^kW“æµ”7¿HÁk ûFÞœC7g‘9'h=i]‹™V#†bX½TƒÐjZI×ÂÒå v) Yô©¼Ê"ï–ç±¹åYT–Åd)D”B%1‡ -BVnØ,õhxhÊ!Ÿ¶ÉÈVU’ZÚʈ¨ÅhP:¹X½.ÑF#¨&î3{{ožmþöØÉãõŸ5T×Ôìƒ|ᆰOöTVV–ƒvW–—U¼¼´k7¤U;“¼º -LòÏ~÷—3·G¿¡éO§Èß=ð‡ÆH‡9Þ…fŸ¸rCöT¿%1gFàÌ„=I†3SÞ¾*I¼§_©’/Ñ’$R‡ŠÜ@íÊS¬`ˆ<2¦zͳŠAzbÎÑž¯(‰lè3?Úrïœ?c+ïƒÅ÷Á•÷>PñÏÊ{÷âÏö¹7ÆÈ†Ô_ä£K8?eŸŸ´ddzc SŒn²³8‰•¦<kÓ wi*÷“=ùÚ0·e^zÏm[¬QÆ´µ“aë¦;±Ü=</Qàï†f<OHæ."t»Sp›À¿Eà·=ÜìÞíÝëu=÷<•’G”Tš^Äv¨D˜òÿê\FäA—x,BÔÈCt|DÉwªx—̈ÝcBŒÄÇÚAB_3p>ãnâ`×.v•ƒµ²Ð¶³•ãºÎE¯óÝ·$ÞöPßÑÎ1´3Ô·©PÛ¸¤•,¾D]È)’“;ÂÁÆÒD“7áãÒ«�9MÕJU]ÎÇ:é_ÿñ¯¿Èð55uõuµuµÕµŸÖ6<räÈ×§N=¸yV)‹; œW_H‡óBÊ_š¯¤\ùˆ=ÒÅ]²”[šk2Y!¦_ŽèB ¼”´ndœ/ÓÈëy÷›Eßëœk+‹‚/Ðþ2i}‘°¬Çô¥ˆnW®áÊu\*↥àò¼G1A @}ѫ̢ҜkGxÆ)ŽÃˆ‡ªiù¸–CÖ°HüñnÖÿI.ó¯¦Î<ÿ^eq+V9Öé«ãqi]ÑQk#J€@Ød‘°%$¬„@nnö…¬$¹¹¹Ù$, Ê–€ˆ¶uÎéL±S;í?0/zÎóÃ{ÞŸŸó=χBnHí¦dsš‰0ƒdÖƒí9*¤x%Í®Ko¹¥§c– ¶rªS -qù¸‹Wþöå™ÄÃG9|ø`ÌÁÏ÷Øß³#ytdôŽáŸEF|±kwTDô^+¢öÇì?x$þ«SßÞOΧ%7‹r™HlO®%KlË’9sUžBäù3Ë,Åà¯Tº+tãµFU;ÖˆøÛíÖè4¶*ðoH�ã«Ï2ϹØã2-ó4ã‹ÕD©a¦Ú0[/+UN4˜íŽß–ø¶‡fÿ.üÓ¶ôιöÞ»þÞ»ö~ô#®Õÿ8—ß¡?_üêE<¼Þo±°¥n4Øiœo3º@“1HÃVÚíá.g¸ÛuN¼UÚÖad®™ë•{›;T¤&¡Ícès:-è6‘;Bú©BJ õÝÏèº t_#öÜÌaÝÎï»ûd ½&Vñ+(Ò:Æ ‹©‡úŒiÄ6ƒÔa’:P‘ `zجã¡QAˆ2Éx(2qa¶´ò,O°=²fB‹e˜³�}&"˘É6æô£ùý¦ž¥Hd«”8ª¥VŠtÕ}Êræ ¹MœÓ*Hmá¥4C÷Z@Ã@“S¡‡tþc3¾MÙ&Ìd2ÚE™ -Bôà.þƱ3‡Ž=8š�T=—xütRÂåK_—çÝSèÏŠÛÐâ˜usÆš´,xL3.•YÚì¯G%mˆ˜æÒöŒ£“4‰ñæ=ƒ^Õê”qͧZ÷©·_X~šs¼y1º=5¼ùÜö9–ü¦%ôé&µKcÚE¯:4¢]Ö¬9eË6Ñ’…n˜7qÌð< -Íað¬7Ü®èâ3«Ä¬Z>«®‹ZÔH!–•âJ -¾+&Ý«/K¯-Á×ã+H¸Æ2¼’ׂHiF1QAŽóÔÀ-3t“Å ©=Uø†¼[)Éç.ž9|âØñq¾8s ,ϽÑûö|ìð¨O’GDíÞ¹„KD$ø<°/æpìé“’¯â«/•õ¦4É3Mù\;qÀš)qeËÝyÊ‘Ãd6]o˜¬”;ËU£•úqªÖÛlœì°Í²‡ƒ°'$ò…S›ÊñÉHoöÚz°y:תñW›ç[LªÚW‹ÌtÙ—9ž°rÇðŸìÁŸGV~ÿêõÛôö‡™íÓàñê·ç/õo¼_ÿ·7ô/çü[lê•f,¬]ºB|ç2äXæb‹]ÖÓµÆÝèwoô¬÷¹VXî×Rt™£š¤Ã¶šVY6C‘KUÛ‡HíÆüNÓŽäÆ|š6¯II,ásYwSZ/=¢_Æ·_!t]ËbÞÊaÝ)ä¤}’¼AVߦbÉ99„ª„½Øf”:Íb"´=ÓÁ¨6+�6C|+}[)ß^ÊwäðlY°-‹T·äl„ØkÈìCr¹™o}*t”Ê\µƒ£Õ0Uîh£|CGWÒ 3ÄéTþc`8ÿ€!ÄÑAsq4è! ÂÏÂGÒÛDº_ÚyýÊßÏ<±çP졸cqñ ÇcA˜'&$ž>õ—3'¿¹|¾¾$U/í˜5kÖÝ ÅáéÑŸÍ®‚ Fy?„ÝLªÊ½C¯x·ËÙUˆ,~Ê&š–¯N(ç›>Ó–Ýò;_N:Ö'íë>ûò -XšÒ/ú‡B;a_tªV’ ÆŸ7AsÆY}ß -1xÆÀ‘·k{«ú[È…Š3o>ɸ^•œþý…´Ô‹¹Ù7 -sïd§_Í~ô-™\]ø¨±œPWœRžw·§)[Í«GÅ#¿Æ*®Exå(»XÅÈÐHÀsrÆíÛ—“’c䇎ŽïóýŸ<ܽ;: -dùîº+µ7ÌÏý11'Ž~õÍ\ù¹&®^Œ£*Óºô)½žoM‡-é -Iã)2úª†Æ+äÎ2à¹Úݨñ4j½tìEs]L¬ÉüƒÞe‘cŽkgbs]æ�H®öU™M†™&µ¯Îd†aÿ¶~ö- -½Ü·õûô›?æ~ø3ðãŸþ¼ùßÌëßóS¯>ø7ÿë]ùe8ðÖ4µß”yÃwXè^:×X®pŸ{sÀ»y_rGÖ9ÎP¯y/›êpÕÐ4ùU\³’ÀÊìFó{±Ø–‚s>CO¤j2ªå)O¸É©çR;¾Në:Kè9ŸÕ{!§ïbÁÀþƒZqA‹²¬[×ÁFz £@`–ȬšAÇÆiÒ8µQ9Œƒ6SË0…Ü2(·Ä(Olî˜;%–:©µ^f/[žJ°bZ$@Š`ãH_Ägb¬FnoQ8¨*g§v¤[7ÂѺØJ+KnfÂH[]Ý)%· -²©ð#pÒÛEø6a*û¨™óÖŸÖg¶ñ²P&x´ó‰tñYçýûéW“ÎÇÆŸŒMˆ‹;v<þDâɤSI_ž>û×ø›×Î2›Hv kÑnØšpŸ»Ý6½êêëh`Ò+)Ïr‰÷‰©7ÈYwKòqä¬{U%„Úòœ²Â4f[˜×5>$ Øõóó‚Ç3O»sÃ@itë#¯=†m÷ÐÆ¨zÍ5¸°S)âM¸`‚fÜ)]ߘ†3¡°ö©9TZe> û»[�ø”dÜw×þOs}?5¦q�ÿõnÇUÑU±®¸Š¢'ê*à©t¤A I @h -„ $! ©¤÷Þ+¡*°‚ŠŠ(M]õDÙÑ÷Dþ€{ñæf¾óÌ;ïÏŸyæûÄÅ‚&~%*<9îÜ´«hh<;©àflAF,–YKÅ 3*©ˆT!¥Ò!¥¸xmVÁÍÂX¨HuW‰°¹ ¥,–vþâ™ÃÇíØ¿÷¾½;wþ´kGHðöààïÕ|Ûàþüñï[¶þÌöàmÁ»�ò#¡'/E& N :S°Üdœ0µUybÌìwÞâºóĘÄW¤Æ¨FÊÅÞ -¾Íw`…®j‰¯Ù0Ñe›a9õûç†_H}O…ö¶qº]÷[«~ºÙ0Ý,®POÖ*Ækåã8ÇcÚØ+áƒUëìšcî¡…?ÇÀêþýëƒ÷ëO߯Ͻ_ò¯¯sïþóäí_OÞü5ûòÏéçGgßú¦_Ù¦–Ì÷uw_h‡žŒ,ˆÆ—¥/+ò±ñÐ_5Cí²Tâ%XNf£8§^”Ýi*ìµ£hvD¯ ÁpÓíH² FÔÔ+ ^J-:Ÿz1¯çÜíÞwha}Ñ%ìë‚t¼´”¨©¢ê»fÇ$Ú%r^=hÒÚ»qئÆgT¸´r§RéV+Ý"à\bï–8º¥ÎF™/÷`%® -±3`EóÍ¥À9Ï„á›ËEö:¹‡ ôµƒ¨ýݺ�Õ`é,ñ0ežNà¼WYJ(ÂÛÿ#Ï&Ðo¶öA:¸›Â‰ì|8þN==‚HÈ÷Üœ û䨉ãÇÃODž9œœð«°·fÄÆ›óšWFÝwýV³³» G%ÕµÔ¢°…„jXü&@ÏKÌL¹}îȅӣχAÒcÑE ”hûÈ>p̦w«‡íòq«ô_¿4d\W|š%¯jÞ#{âO;஼¯gL¨©ãªÞai—OÒ3t<ºª %ýZdü…cq1§Ó“¢bÿy6þÚù„„K±`^ýÇÍëQМ¤;Ù‰°¬DhF<<7©(7¹¢8–—€*ˆ/&6 RDÝU6v“[@ôq°.&ÆH/—‘Ѝ …ÕЄø˜ˆˆ°Ýöï ݵkÏîÍe´‰<hë6PÑ·ä ²€gð÷à ‹<•Œ>UB¹å$Õn4ɉªK&×/ò¸¡b/J(y0,SM‹dè‹9Öy U7Þ¿GµÞgºfyŽóC;Ù¢ºKÐLáu¿~´l+ÆÊFk³½o¥O?¹ç>»ŸYþr÷íчùÕg«ßæ¿ç9˜ÿ¿ú €üòßS/ÖÆž¼÷>|ã¼ÿÊ<µl]-I'_)§ßjgÞj'_*Ç$d-®YV^'ÖK -ëå9JH‡!—æ„3ð>ŒéD0ìð.SA§!¿M“];ŒbÆÑ¯ÂéQHæåbv4Š]Ö‡\oU :õåL™cëÙ„J¯\ï7Mö!ƒsÄä59† ¿ÚèQÜR£Gfòе¾ÆNWÛh*+QemSÛð*kƒÒÒ(7ÕIôµ=Nbh™ñ -[»ÚIÖ{_ŸÑÏ7„–!‰9 1JMƒ¥—Í7u±µøi5Y�ëàv€î-È'öç6÷e5ѳZ™'¯ƒ›ßÁ»Eæå‘°ZjæÛÑáQû;úóý‡Ž†Gœ ?~2âì™}ù·âLRÊ]·øé ù‰ßä5pÄ—RÍ$•3ÚÐ=DiÞUTÎeDV$!"íò/Y×NAâ#Ó.ŸÌŽ‹Ì‰;‡ÌL¬-Ê%–fKºªÝ¼†1Eû¤ŠüÌÎZðÈ^¸¥Ï\ÊE¿î±CôÐ*˜±ôMê{'Jò„ä´´chµwp…)Èô˜¦Eƒ\ G¤]¬Î»RoC&÷Tf2ª2X¸lFeV7:•R’ÑYœA*ËéÆÞ&Væ¶U@ðÈäFd2¥$™Ë±QClœ›‹óðëìý8mšÓo-IfÄüz"$ìÈžÐ=A»÷€f²#88$d×ÎÛ7ûxЖ¶ümë¶ À¼3ôСÐðâ³jÏchi•¼D,/ /‹oQ%S©,W.Ó¡›³hæ\¦ý6ÓŽ ™;5°veQQDÑ£6ǃZ%£Š{åd·dœÀÔŠFëÄcõl7š7XÁõVª35Ï>yæ?{?¿ù:ýæËÃÕ¹Õ¯ókkKkßÿØXY[_þðuùã:x¬|\_~ÿeþõ§ÙÅSóïîνyòzèákçÔ¢yzÙ:û»ëÑ+ǃÛÃ{§®–¨ª"(xEÒ®ƒt[Ø.Ë NˉìµÁz,Pð_/N)å&³Šû¯”rcËxW@€ð:i:QUÒc®âØz.ºÔ)Vû•Æ€É0;†p³{̜ۇt–AÙ§�±ú¥÷€ÞÅÔ9û´Ž¤u6iì„Mê–F…¤An!(Í@¸ÎÓed›ý–¡ÛˆÈ6"ß̰Díç-=\cCUG!:àdÁmàœÄÍkcå´ôå´±rÛûoç$n.pÞÆƒ6³ó³ŠbOFïÛ}`OðÞ‡ÃNžŽ<}æìÏG>õS&×gêŸVÏ,“¹EFeuT2ˆeýdlosqo3ŠM*c´wÖÒ›‹iM%5ÐŽ8¥ÙÓXJ(Ío*…æ%Å4ÂSHå^cž•U=(Àˈ-üçNñ¯ziPÿÈ&˜ýDGSSÆ¥D/§ÞÊü/Íuþ—tžpüç}ly'i5ãšSÙNjeŽššyQâ÷‘ä}›¢„ r_" r‰"Ç—SP<ªÙf›¦´mÌr³cµãÑìNi¿ï—í±ÇëñùžŸ÷ãýF 1U#èê!de"».7±–PO鮂Ò:+õÞúã¸þºŒP-ÇÕÉjE˜:^‚‹©“:XpP_gõV2zÊ”ä:5½ÉÁîXàõ,Èúœãh›ð¦‰‹ÔŽôŒb®5”e¤Ç?v,(ôhhðaHÐ!¯sŸ�_ß?ü“ÿ_?p'÷ó?zê›´(‚ÚÆÎí‘À0“p¬"Œ¤†’TYt ŒªºJžÊ¡ªòȪb¼Ž•cÄ…IÖ¢Oz0Ù08sƒkíºøÎ.ÐÊ®Îk#¨çÙZÅóHçcÞßS¯îZAçëï–¶þ¸ûâ?÷û²¶ýù×Ý/ où†ùž×öÎÞæÛýÍÝýÍíOë/?®mîþ´þæÎãWK^x¾"¿ûÔxß‹ÜroÓ|`O“†TxâtNÕŠÑ”ôªŠ š<ÊL!@ð,×ÖF0ž¥aÔT74]AåõŒ_édv -Sã©HIR–¥¨²hÓ×†Í Aî¤LÙǦ]¢Y×”Á=åðhœ‹ÓsËš¹%ã´º—˜“Yæ¤F›Èhá€Q½‰1c¤ÏšÈz#iÆ@ÔÍ´oÓ¢ÖHÒLƒmv[æÅVÒ¾¤²-klKË’ -XœR9…[l ð§qLy3]Ò@¯" ÊÉÂrðäÄqð¼BÂX>A�RŠN–•ãÇ‹óëâO$ø8tüTdÔùØ3QgÁ¥<&úßî¶(î.îºfæòI)[<F¢¢¨¸î šÚßJÅ6Ž1ÑjŒÞ#ÂNŒàäÜ%¢÷ -ihbo9¶«]“Õ[î(âw—OôW-Œ÷ÝÖ�¬µ¹ÑG.îã$.É(¢›wÃÊjÝ,ôásÑU™-eÐ’ŒØ+ÉgÁ2.Ƥ%De$œI‹ÿþr\dZ\dr|XRÜ·©ñ'3“¿¿’——™T‡ÕUw·Ô ›k˜¸öar7ŸÜ¤æc¬²~@‚µ(h Ñ6A41Sì1¥Ó’Ÿ"?z,$08�9 - ô÷?xà€/8ÀÁåÜ×Çßß÷ÿÁ�ßȤœ¤BTL59¥Ž“Ð.¸Ü«HGO¤õ+Ò‰j(~ -:0™‰€bd™Ý"h;÷r#'½•V=˜Q;”UÇÊnàÀšFòZx|o7„¥‚’Na1Eß2hl%ëXƶ1ÊùX´²¥¼÷Ê´ºc²»òüãÝ—¼ùãш|ïÉÎgo»{Ïv÷ž‚3üíþ?ßïo½ÿòâýÞÖö¿Ÿ½~ÿxkguó_÷7^Ý[{¾ôó×ÏësŸyVŸylÌ?xâ3Žê©´Ùn²®³_WŽQ—àÕ¹$-œ3[Á®‹ìÍbg«ÈÑ*°5«™š²>-ÍAIÓÐòôDÊMy2F‘ŽW_Ô!F-MR;Iᢪk|ÖíEîZÖ¹Wt®íWä¶y…Õ=auËAä&›ÈdåÎg̓úÿ#ÿúêM$½™¬7Sõ�uÖÊ2Ú9 rë‚î\Ñ8nií+Ó ró‚üP#Gf¦‹ôD–¢•!m¤‰ÿC^Fä—x…ó‹ˆ^á…Tic¢˜6Y…—´¤D&@ÂB‚¿=|üddÔ¹ØÈÓg""N%&œ¸=¯»wËü“[ožâÂñØÖ~T}gKy}åðä,…Åd¯€ÅÃÓ¢óRÎÀ.ž¾š™Kük^rzº² ¶×Vr‘VŸ=†ª�‘[G6!òG-ù¾•µêù›ž¹¬"{¤$§ ßĨ“£¸]ðîü˜Òäï ÑÌØxjt)ìRce^WÓ5T[5®»‘ÖßÉÄ#™¸.¹Fh¦ô·öu×´Õ–#Šsò2RSbcÎEþ%ædXZÜ Ø¥èkÙÑmùc„–Û(¨sÓl»‚:7‹ûfø(KŠ8 ;êz4$äÈá`Hp`P`Ÿ/$0À/ÐÏ'ÀÇôîç{ À'(4øøùã òRLl-õ‚q¾–'£d©ýŠ4Š6§Ìò"—gÝ”¤wðÒê™ •äø2Â…‚¾¸¢þŠ.~°?1ŸÛ{|ó1ñ¥ø$Ð9^]F×5ŽX:ík׺øÖÓé{/MÿxãÙüðã«ß‚È·?=Þù¼íÏÛŸžì|zúnÿù»ý_^|Øùöóóíß7^¿ÿõÅîÚóí‡ë¯ï<Üôü²á^Ýô¬m.>ܘÿeÝ¥qJ&L|€Ô£púò^u!Nu…¤ÍakK@µÜÙ¥puOΡ'¨ s§ÄÐÎÔ“•¹8E*aò2AHP%ÕÉm*[_·TÉíØ)7nÆÅ3z„pn/Nyî<· ·uîåiçâ¤Ã£p,ȹÝ-±8EVǘÅÎ7,£‰i6ÓM&šÅÌ�L4³‰�4ÀJ·Ø€cq[çDöy‰cQé\š²/OÙ—”À¢Ü8/Q9†'�椕*žÅq”̓²:š¤Ò»®‹ ‚"¼ /Ì'ˆadYM™3¨Ê§jrɪœNFN\~Pèw¡pÈ7áQçÏÆÄÄ…‡ŸJJ:ÇåÒõÚI·Óì°¨¤"&²©ÕZ…C‚Cò†”…™Ó ã$@N³J fÑ� ÀhÙ7Tô& ®Ê”†Œ¦¢„ª«ÑphlÊ…phÆ¥EY½í•ló,½ ü/ÉõýÔtžÇqü¸qvŠ«çœº"*—"H“PdE¤÷B é! „„BiÞiR©RuNšîÍž‚ûë}Ø›yÎw>Àc^óþâf$ø%õ¹¬ÓÉÇ(èÍ<Re{Փ씘¤°Àð€ãy·£°ÕU÷I5zs±ÅRr©¬³LÝ]n ך‡õÔš©•àQ -d¸üBÁ0¾ˆÓœÓ‹z‚z”’üëÕ‹§|Ïœ 8páD�,04:;;Q.gbÅŒ†ß®`£H-ÓãÏ;9îÿcþˆŸ·'ÄÓê …ÿ ?zzù釟¼<€Ý눷¿÷)Øñ[âó×óˆ`Éa©WóiA匰~|/®qðf'¶–~H£º¢sð¡mW¨à¤º ä†àä†+I 0P2òJ2–„„ÅÕ¢+/%#C²ðqåÌt$?§Uø (}IÑÌu-q'6DKM›_\[__í,l}]ÜÞ_m}[«þñÏ…O.ï¬íîoìl~Ù¿÷õíö›ŸöÖ?l¯½ÿôzããïË“s+ŽùU×Òú³ùç«Å1µS,5s{í$E]“4³N€hæÇ·‰ò†öÏR#°Õ‰l(‘µQl¬ëéúG²Œa,Z‹‘ü -ÂJ¢ð²òßȹúF±]9Îл9– ™mRîz®uN«í -›[fq -Mv¾iœg4XØZSo¤ë}j 8W©ñ*^§&j€s%F£Æitž¨1дšÎÂ4ØX�¹ÎÆÓŒ jlƒJ+Kaf - 4ž¦sPÓA—6Rx‡È;wÑý™hFz{ÿÖ~DÑκ…á¦âø·B8N'HÍô¬°´c@8ÈïäÏ�yxxtyy-‹Õ¥T -E|Vª¦ª,ç) mQ ìz‰NÂ4p’^³ŒîV2,bšCJ1áÀQmÂØfN³úi„TÔÓ–ßÓšÇìné&Ôæß¥Ä=̈%UÜa¶æIqyjjÙ0±¨·6£,ózFäé°ó'.ÿšBD–PÁ-T™ƒ«¸Ç@—h-úv+§Õ)ÀNKð“bŒ“×ì࢜t$pnêª4PÊTäâQb¡„P"Â2ÛJŸ¢ž´U—ædœ¿pþâ¥ðØ3Ááׯ8£#¤a†º+�ò‚¬ˆÀ�ŸÇ@ü¼¼|<½ŽyûøûøûB| žG!^?xzxx{þpÔ÷ö÷ò ðJÍM~LˆxBŽÈQ`�y)=ÉiàD -ˆ.ï‹*ê -Ï%‡gc¯¤·^A ‚j/ä)!pThJSÈ-ÔU <¡. ¿Q|»5"SЯfß«gßmäÞg[PÒ)ÂØ"gjsøÍžýÃ×i |g~÷`eï¯Õ½ï«à±½–|ñùþÚÞÁÆçïoòÝÿ#ÿ¼þqgýß[«ï·çWß?_Xu-¬¹W6&—ÖÜsËvëĨÁ!åŽ:uÈaDÞ*Œo'ö(²¹Æ± %u´ªÝ$ͳN½ƒlpe®z¶®*»M§¤q ²,¢H¢Jï÷kòÄfœúY·mJîžÕÌÌ»f—&f_»gS¯LîëŨ}JnsÍŽ!£·-ý3]«£ª5d† VŒ¢^…ת0:5V¯Ãôx½‘b0ÑŒV†yœerðŒã\g)m}rS@?œqE=_J|ˆgÿÖNO¼ÑLPZÞ>�Gs“0C·p¢œ(-‰DG"ûà÷Žúž…zžôð;éX_ßÒÕÅhDÕWT–ÂSÕÕµu ¥f«jbÜlTɇ¹ô![-¤ÛÕ‚µIÕ´ž71Òå”Q¦GHNqÇ3q›[ØbeU«º -ô”b5±@C)ÕÑÊå´úþ¦Ü´›¹éÉE%•¿åä‡ÅÀ º~ú\ÐÙ@XàùóaçN'EE`jKÈM5Äš\r]>S¬èi´ aÇøXcàl’N‹˜¤ÄÊÚ†©‡u‰È…rRž”˜+CgKÚ²èǬ -±8R–ñø^BceŽX9$sn¤Þx¾ü|vÖøÇVwÞ¼”/¾½tF•,$2qÙû¸Ä -ýÙ -õôó?æíçë =æ …x@¼|OA >št)»<½¢7®†‘XÜVЄƒªú#ê"ëâªúcJº#ó;Ãà²ÐWî´„ P°Ô¦PDó5DKxjs¼ùZJSh"v³öRTMàÍÆàLBT6%6¯'¾ž\ÅL)ëKìd Xªt/;«ýë»úûö݃éíoS{ß_ïýµ²{ø=|lïƒëeqçàõÞþúçƒ7Ÿ¿½ÛýïæÎ—w[Ÿ7·vß>íl~xµ¼6¹¼6±¾ùbe}jaÉi›Tç|7 ¯ÂëE©èáDS“+°•ÊmÊ ¬åeïø\¿s†2Îa†5tMMžF¼¨#ÉÝ*xâÇX4ê¤ZgYÓ‹†¹7öµws›–6>̼™_sý¾<>³dšz†]ju Íã\àÜl0Y™zC—VGÑéHZ-ɬ#›´$ƒoÔá z‚ÑH4ši[@nµ³nÕÅ7ºuvΨOjèÎm{*® °òœxVvk¢½? =ð7r œ•ÚÁKÆñá@8¨Cje¥ß.?s1"zròô?/_ƒÕÔ ¬V—Åj¬ª.++«�UÕN¿pLÚ- -Ïè’òNhÞ_ŸÒ<S³p#¯ÃÌE©úªT=Å#Ô9ù$Ö×WÚiÇñ˽Ý3sæLš'šXIbT¬± ¨ˆË`,±·€b JE¢ˆˆ¨ DìlˆÄžhìņF‘¢î¤˜Ý¹Ü_vÏyŸç/x=Ÿóï¨|ÑMŠë&ÇwQ’z€¥a»è8JQàñòö3³qºcútÏÒÔü¡•……µ5øÞÝL“\ 1ñ™¬²œ·å™ÝŒ‚VáH3¾Ÿ](z“ÅÌ`“’+Ð%!”¬g4LhUN 5ÉÆóð(~Ás6—Ö˜Dzˆõ%§AÀF-mmœàNÛŸ··”“ÃÖåÉ;½Z®9íËvUó–¤$â125™Þ52ºaºqÓØèÖ]èžÉ;·äˆ,%£”QP&Š(â=ôxe68Èᘆ§64û猻'V9ÿ9$¼Ô pŽ"zD•Cc*}biˆØ7ˆªOÑ#¨Ä –ÿ8°Ì%æ <ŽH¨õ‰§Ã±ÍÏ2˜~˜:DuïKñ¾‘²rÔqx5¦»„¿×]»½ØÖÿ[yñ÷ðw€\ÿ}pÜ*º/ûº«# ýå öJ¥Öllï-(Uó{‡KÿG>±<"™èY¤V‰" QÓÖ9VÜ7U&ŸaÎ/sVÖDkâÕuñÊjÛÜ -W>Ïê’a8= Œ^?f¿?cI@4JSº‹F—ZäëµiÕÉòÑÉæñ©òD£RŸíìon©–V?M¯lO/®K&ç;åsü±w™œ5!gÉÆãÒ™„.ª™ª“TŒK+¥£$É(qXV1ª I¦#3Lé\ƒtŽ54KïSÐ:d¥#ÅÜÁÔ†®„šVt/ª’CiŽ"°#ðL�y‘N|&¶"Hmþ1¬T%‹¼ò¸~¨R˜ƒ‰Õ33𓇘¢Ü -:C$F¦¥ -i%˜hdþËD‰PÐÁ«6U‹ØÔ^~Ýܰ@9;¸¥èו6SrË±Õøllb:Ì?2æëåèë‰ñe%‰Ë£D$”€œ0ÄÊí«yõtóð±ƒ<µ7» ýâcõO÷?þaa ?¶u´RN(«(¤•½ª+ˆeƵ“Òz©¯z˜eu…IhtpTÒÅ -ôØÕýýc/d°‚ -óÃe¢“ÑA¸h>Y–„,zO‰†Ç…>%å%?ó²³0w°¶r²›éNv/u/´K§W;‡Ú õéþÉùÑçÏû;ŸÖ‡¥ÂäÔp8ÌÚÎöæïƷ~55þí¾É]KÐï&¿lnàµâTÎ`nuß‹ŠŽ¨Ò6h±À½à-×âÃñÎjôÊhtJkpH¤;&Ô@޸ǔ;¢t…[Í#‰MgÂÒ™ð´:xf½/0שµpt<Žæ—ÁLo@f5ù¤7xg³‚^±CòýJÏ™=éòÅGy> ÿ±¦»^=¿^ÒýX>¿^Õ|_Ñþ·Êðõùõþû©þúÔðU«û¢Ñ_i—:ý…Vq¤5©·vU+ûë»»+››sïUsòÕ±åjš8¥TàMjóeöG ä)òôÙ-ÖæN‡ê¨ÿèXr¨–Jö†•=«;í³Êª‘Å×y$k0 vП5òŒ'Ëì_ÆO®gw:·5kǧ۟5;§ºý3ÝÁñùîžzckqsoaõÓÄÜÊ€bQ(›áÉ@SLÀ¹|„1)’ÖÊ%ô‰ªl´jt¼\:FLUI§Ò™ºá™úÁwu=SÔŽñr¡´ˆ7˜×Ô—TßW-ü“Ú /oŠ$5FΉœ7‚Àû‰œ$ò'‹ˆíð2‘7IèExbš|‚Ì ž¶ÿa¶´[&f$!B®HTJ²¸¦4Ô êåYœšByýª¶¢XPOòé¼ê.•MÊ)HA#ás7°ñËè`w{+W‡‡Olî»Ýÿ%ÈÉ´(ÜRÜNMé«Í‘6ÔcCCœ\¡fæŸyØ$G×bQä$ÄÙÕÜÊÆÑζ‚D¨¯*¦“qô¼˜jlT%³‚û†Ùæç§âp)Ð DV1ÎÎÝ둳â -z`íðä½µ‘›½YŒ§eJ€Cv¨åžÄ¥†°IÑV–Žæ ®O¢ž#¢#œsÒƒ]õºoÚ‹³Ë¯ú‹‹³‹Íʺ\Ô^O!g”Ç;º;ß7ùÕôî S…Ñíû·L|#`Õ¢äŽ){,1”H wûâÛÅB?œÀ?ï—Ë÷Àðܳ›¼2Ù©LXÍ žX MT³XN@>?¤€Zø³0\Ëó,vxN*_€ÊãGäñ1-þ˜Æ7¼˜Dh åŽäµ)ðÓ[ÜÿÆô×k€sÍ÷Úë%�ùÙ·§_7Ïaÿq¨ûq¤û‰üìâ›ÎðM{ùÅ�tõ—áò_zÃ¥p~rºsp´©V+÷ö×¶”»êÅMÕôUkç8‰Ù‰fvÅöMã§•µ+;båQïñ™üÜ0«»XÔê4º÷Ýâ©váølv÷thó°çÃ^“bÞ7KŽâ†æ˜Š þÇÝ åñ̉ö“ưw®Û×éÎ Zàdºœo«N>•‡ÀžO(D²¾ü]óÔ4G1Å–O²²z@»bœ>5Z#§NŽSGe$é8aPF–“‡UC -Z¿¢ª[V!Ç%E-ƒ9M½õÝñµíhš šÂ '5F#HM(rs$™‹–¼Œ8'µ"ËÅAÀÿ-Â|Øk®gÇ?‘âàûÐÂ礪™…½ÙÛŽfO7ßÿò\ßOi§ Çÿƒ›››ÜnfïR6‰£ñÖ$FŒ‰ÄX0b1¢"ÖØ{‚bAôDbDŒ-нDEÔ`Iј誛Ø"HAQ73w÷änng^óýé;óüòžg>"0$²•YäýÐ*+~ÛX”Ð]™ÙÏ"s‹xôfa2.6é -qBp©qYÙxw¸»o Æâ–•ã ›—,L N‚\mÓC¼:Iтʌ-‡Zýà5#†ÜΘb¥½.Ì ó‡^;±4%<K¡e†•ãÙ5Yh6!)Þ -µ±ŠCsj[êÝ|à¦Væ—LLŸÌÍÌ!w1XO§[W®_‚˜œhy9ÐÁ<ÊÝ&9ØéYNLŽAÃîÜøùÄ*áŒ÷‚ÆÃ®ÚüÕþçn7;x5g'’£ojõ‘tåàË›ùÑÖ~f)#'*=ÚÔÆìò_Î_ûáï&W.^¹ü7Kˆ%®×=YÁŸ«m›Î9Šc_¼FPz<ÈîäN@l÷%´ûä¿Bä€[ÖµK\…SrµÛ3ŽÓäKî@SºBÈÁäv©=„À -;0@~+ßäõœå‡ç¢ŠZ‚HMèfid¹´Û¿«™j>+ÁP9\•éW¥‡bÍÊŽbm<05"™^";<ëe*ƒÐèeßJUÚ}™zý@µ&’,o‰vö×·>-™ÞÜ=XØÓmª†–äÜÙú¼¨î³¨nC2(RŽªt³‡ÇóúãÅã_u†eÝѲêðWµ~Q¦ŸÜSmjºÖU‹Ò–Ùíº™ Þâ~ÿ¦ì£X»¤Ö‹¾ÓˆÔÚ=ð(«wdš=Ùê¦x~co~Uôni]85Û:þ¶ñÍTpš39Áš2'Çk&Æ‚ -!ÿˆ\À/!ôŒô -Ý£E]£E¼ò«!bã`v}?ŽÝXÝ[ÑJk.©G“Øþ„šïˆÿ‹¼î íŸÇö(àxá¤fOB“kîKp»àYÏ™n‰4‡�Ìû‹³Í}˜í°îƒ:¹…FóX—Û¤Ô¨Nm¢ùŸ.©¹4•ÿ””Œ÷ñv|lÓîœVF£!QþæÖw6·ºpý³[÷¬îÝñF##<¢¼¾Êå—§ñªŠcn7Ï…zÝí*ŽZh§|jÊ«Œ/I -÷¼m -±4ËLx -"èÏ*2üKRBö×}\¡‰ÁñI1¥´â -ñÎ}[Ë×L®Ý¶vôñŠŒ -B¢à®\îÂmoxÛ[¡ZD>¾“蔆}Ì¡eÇ Ý¬Í.FùÕ¦„ŒT¿òx,ÒÎrÁÖæ*Š—iEšÝaWbnœ#ÜÚÎ醅åë«&?^0;DnnzÅÜÆ<‡’=/ê]’/Ñ:Þ¹ÓaÌñ -> - ¢ªþ/ø˜²¡àÒ~¥'ˆÐ˜UïûŒãõ¼Î'»Ñ/·IîDSÂÊ"©eýQÔ¾ÈâÞè’ÞhJO8¥7¢°#�tžY‹Èm,i-nÅ´Œ’f¶Z·”ãë2T;¯:þMfXô òÕmùÊæÁ×]å¶D'…+¾®ø#rµN"?PK+;âÅÍÝùÝùo_ß)¤_ÔòUÉÁÇ}ÉŒL='Q‚/(yE£Û=4ˆFÅé©úôT{rª5žè£Ìp$Õ‹ Æ}þU©zMq¸ ×58H¬0žhŽŽÕƒÂ`Pªtb@¡Ý•(6v¥Ë;Òå-ɧ•í÷3½“³íï_~÷–-œb 'éãÂJᛲ±±RþháбOÓËÇwŽà»Ùí£y<AN3?«qW?˜ZÛŸÈèŠ(oÃP[Ð%ä:íWÀDV�‘ðÿȽ -8>… ž¤¯‚zX.Ç_ã’U팫†fÐ$ÖÙE1¬ÃÒ]C’q¸%Þv(DÒ'¨»…ÅJö•|àñk3Û¨q/’‹c™y˜r\`Uv0#;¤*+ˆ–êWšä]žì•l_çV™âù2 ÉMñ«JR‹ÇvÒcØI,és¿þ'R8l¦µx©¯rº»”ßTPá`ñ‹™)6�U‘…©Ì -eâ¼Y™>ì<,%Þ³<3‚žÍÊÆ²sÃY8=Í— Ëzb—†¾‹µ/‰~T+‹u'b ¹G|0”þ€îP’èÍÌÁ´pJ±®÷ož+'ÄtS“Ú‹c_W' ЪөLÜS78Ì<2Ü´¾vÙä¼½ÅÁH8äþÕ?#Í~J€ÞJ|âLLDcC`©A‹[ÃʓŹíNÁçÚ¶ø¦éçÜÉ”†éôÖw©MSIœ‰Tæh"Œ™×ÑÔlQšÐì—×àMæ!¨½èªá0ÆHxÕPÅàÇTFQ°ea%ÝX€Ò…"w óP¦´5h¡¾_íXVÄ#šO*â\¿&ë7¥Úu‘bcG¶&Rˆ$‰Ò R©5G*A©5È�A¢Õï+×%ª/;ûó¢¹MÑÜÆîǵͲýebí@>'9˜•k?+tóÚ£õßÿ-1žÊ€ÓSÕÙ™úôLœœ€³ß•Æùñ©ôì›âì_rã7©Î¸§ÒokŽöuÇÉÊx¦ùïϺ“ѨÑå‡Ç2í‘D©IÕëRÕšX¹´µÿiþëðûÏ=Ó3M“§ÞÕN¾eONW¿™¤OiããTù ŸÐ;’ÝÃÇwð³�Px+ -çögÔö%ÖtÅVðB©Mè♋$²LßüÄ‘“¹…ãCäú6x_zþ‡ç:J3¿8þ/´?tÚNèn:Û&Ù$m“™ììκ&énbâ“xáQÔhPÀD¹ADADD”<@÷Ùhã…÷<σI§_’™2ïùÎ<ÏÀ/ϼæÃç!4ÝÅ î`¹E<?ò‚º�€<þfvYD>¤º÷ øvÂó´‡ÿ—‹)½š†©º1{JEëã» --â’> É,.7‰‰ƒ2ŠUFéo%Û¤äA ±Oˆëâæë˜™mÄ86¦ñEH!QAèêÒMyärì·¯‡^ÿ]8£¬ž×ø‘vV4ÓÃþþí·ÁAœâxàœ÷2¸¥ÕZ•ÞTŽVäˆ*s›Ê’åô'W_“#¯JÓ³óÚªÓ›+:*¥ÄØB¬¬7¸Ø¦’DiéÓÖ’˜–ŠT+׬G=ü1ä_“pqvž‘[ÐU—=ÒFèQR r²\Z‰{… -¼öõ7¿ùöêŸ/ýõQ÷þM‹Uå—$‡3âÂ…9‰M”—`7òIíRæÒ¦e÷|ê½Ã<òN¦ÿY3KTÌTs¥º9œb²@:VÔlËôçðL™lC2C_¥@Û"¨ªèÚžÁ@*ÏœÄ1¢y¦ž) gè㪠uX`ÈŠ(²"’ØŠ¢)ârt™0Zj¤-¶¿Ùè^´—7¶ÇöœoÏ—Ýk{ΛG+Ë›‡öíãmǹãør·ãÌ Œº<ûN÷Þ±{mÿôÝæþüêÖôÊgç«“;[ÖÝmÛÎÖØÁÞ”ótòìxÎçžásøË‰xB{|>ȇø¼^Èëñ!ð§ä}„½ä…`ØÃ^ú|"y ÄåE\øÔåq»À+ÏöÁéÊÖþÒ»õá™EóèlÇð¤Ì:Á«ï1T÷ÚªŒƒº~‚Ú¦w¼7¿µ#1æˆ{1"cŽ +“§Me«ã™Šç4yT•4œ$Š�ŒKø¡øúÇx^(¡>¬´!²ŒEjŠ/žDa8©9‚$ -)ãîó‚ -Øwò˜?ç0îç±~Í© "4…J%å¢f|!ýAà’ÒB*”M%öhÚßN[fG¯uõV%Û¦bv²ätK¥_Za‘¬’²I%íua@P`ádèI¯B„˜_x9÷e%Qæš|+¯È$À ¶1i1ß߸TøôÖP{Ùœž³ÐÅ}aÛ”ÌI£©(îæÕË·¾»LÌ}F-B³ -ÃZ(h;SÎHQÿJŠº&£5”¤bl)^IKÓ0’•”D )¶8RA|ª£$HÉrVšŠ£e>WTgª˜Y=úö€ï¯Äup±zÖÐPÜ+,n'Ûôµfeu¿Ï ¹tåÊåß^úæW¯]w¯¦8ÞÈΖ•ÇêðÑZÜ“6<ŠÿSmnȨ”¸¹e½ø¸¼íšžß0´Ú>H,K"3h±Q?]«ž¦ÊG+Ú†ñâW =é\C2[÷Œ¡ˆfižðMñ"kª ]gLl0%7˜ÒØúªæ)CKQ%–JQåía„ÖGEJZÂéò„WµøJœõäÝ®nqKófUû~³Û~dÝsyö]3ö£…ÃùmÇ*صNΧž§çtî9=÷‚óØå¿é8[Ûs¼µï.¬nL¬¬¯Ù'V–{ÖVL»;ãÇGsg'k¼ïƒ>ä!Ÿó‹õç!Ðí† Ø>È'Èー>àü‰�ÿàÀ68}>ØïÞwƒ.üÎÏÀH?ß=r®í½Û>š¿>2ûV7>¯žZÇùý£,ó0£ÇJîê'i-xUo.3抻_42zPO—ÊQ¢«;ŸÑå1Ôö(ª,òÿÈq¼GÅÜǸºB}8pÆx9x†W4G›—ðó±Ü;ù¬Ÿs«�ò\æ/yœ{ܮԑaI‡¼ª¹¾âYT V'Ç`Rqù™cƒ=KSf€|Î"ÒpG´ ºq}Ý‚i“SÁH—ê¹yÆÚl3]S'#<Q–¡t•Ïû¸™Ö†œQa鄈„[„Thàí—d´¤I5ŸÑÖ�äÖNƘ”fæáŸ<¾|é«ìØ_)Xt%e¤êymí‹n¦‡›×ÃÊ2VgvW§ƒÔŒtÝ\MO2PÐÝ´$3;£—•¦Ç¨ë²Ü$sXKòÍEÒæÚ›×þÒ@JQññ@¸E\> )PÑûÕ5Ã]¼^CI ~øÏ[7ÿt廯@‘?4’3-¼ü.V–¡%κ}|ýÃï³^‘U W×,¼t�-¼ß³Íì©gö4£öÎáµvÛŠ¤÷ ß°ÀTOÓ“¤¶aB£9«Þ˜Æ3&�çCLcºe(£y0…oNiìKX2j»ÐdE4Uû /EZƒ_ -‚^°îd×VJžb¹X’\Ót#@þá kã oi]¿dï¶;¬û®ÙÓ©õý9€|ïÔ~ìÞuzO]°Óƒ¸A^èr¹Á÷±Ó³urnwœì,®Ú'>¬ä“â7:Ö6GŽNæ!ï;ýÓP…aCŸó_q ò"‚ÁH¿€¡ÿ‚¾ÜG`#Зßxá Ø?üïçÁûÜÈyêÜ;pØ÷—×·çÞÛ¦õãK-¶Yi‚b§h†JÔ6Bç VfyÙbÊi6f ºÓù]©mb&ž¡zNW>¥*QEtegXü*Z¢Ê�òÆ0<?¤˜‚«)D”á¨R~xYcYô¤RQÊ.âÜ-¬¹ƒ”€¡ÝË¥ß/ Üo7c×{ë4¹„™Ž’wʙёÿc½ÎžšJÓ0€ÿ ÝU}ÓUÝ3ãôØ=eKãB‹Rn€ô¨€ *"B³(" ²$�I !}@BV’=d#¾ˆÚ¸EÀˆ„]ž/ÀíÜuÕsuªÎWçâ÷½çyzúÉQç˜×îÕp=j–WÍîf)BléÖ9Z*ml¨…µ0¡&:Ì@…˜p{ÊįµIð. ±_Ü ±škË£}—uÜ!®Tb'ÔäÑ+ÃJqý‚šNySUAèþoΞø/¨«Ìnc"”ˆ†×R -tÔBµDG)QS! *:DÅ€ª›‹UÍÅzò#¥Ø@/12J»Z᪶j=û‘Ž]H÷K roGíæÂu¼#in«u0.)Á¥bô)iv¡µ>?-éÜ©cßøå_!'ÿ“~ý$ƒP¤¢?”7ßïDÜá•^C_9Zqþ§šSß·&sKþÜ|º¸51ëwM,¨Çæ•^Ÿràe§ý¥È:ÛažæhFi]^œ¤Õf}Ä6<`ê3èÚtª&…¡Kc™2Ù¦L¦1„¦ÏnT¥×ˆ“kDIÕwa©eÜË´ˆlÜéLLX!1²„r©’’(íEºž7Ïm*ÞÌs+Æ×KvŸß9·äžwþáóÎ-Nøó«[þõàpÝØØi›»Ùfc9XZþøÚç›þã…ëÉSÇóYG¯‡1öTøÊ×ï_™ØÞZù´½ºãñ/Cdï~@ðŒmpõÅåÀüÒÇç¾…©óΑ'÷$Ï1Ì2¸1*G .µ@…æ’v}Wû€©Î¥('+2ðâœäZr³V˜XÃ…·]®âÄÃ1PZ0J„[A¯ Å‘3ª™ñ�9Š›PEs> -8/"]�Îï!Ïä¡ÎäTqŽ™¡#°©ˆüœk½‘Ç-O¾žH&6ŒÚ†Ü=CZî°®uLÇȇ•`7z¥¸ºWå ]íHnãT÷µ×º…xwÞ)':¤õ²F·„¤í`d&FŸþçWÍÜA%fDC˜P5 u<bì€Ó/¨¶r¡bjmVÂ…Ÿ÷}rõ<ƒa“+ºØ°–š˜ÌÇ=,˜½ná¡Ì-}K•Ìä–JK+ÜÁ©°ûÅÚypƒm’bl˜•ífVØ…Ø3a‡‹þnÔêy56!Ö.Âá^EÓ€†Ý¯bô*HBòãüœ¸èóŽ„9ùsVrx¹TIËàùݘlæ(\Ü Ü…ýìÄP»Ž¹µ<º°5þâƒ{ú½vjI3úNœ÷ù¤½¯ÅÖg<ã[;NRb…Î2ž¥ˆkÎ -:×ÝÞÉJwj“*ÜNîÎ *Òêäi%œ˜¼Æ˜‚æ«%œKÔˆŒº_ÓdzPayøseÄX|{¦n5ó^0¿ny»Öó.à^\õ,FÞ.{ßú§—Ï›ï×?-ÿ?ä[ ¯X]};ÿîéì÷ä´uz¦Ç:ÌÝùÆ?á_¾”¸µ¹:6Ðûd#¨ôóæõ/ {ÈwMïe}'«;YÛIðùòC‚U'Xéw/hìk+«þå7+S3/ƒO…Îqži/·Á…ö2µ„g.â2u÷©êœÆ®Œùœ,+¼“êÄ7‘¢ÄšŽ„Êö8ï -Œ[F¹TÚ|©œz¥4*ШÙ •Œ«�9’ÜLá´ù7HãÅ"ÒÅüúècùµ!uGðm—µ°(uù…‚ÄÇ’ÆÜÒ™aU¶:ñFŒÅÄtK\=¢«dÈ*ðZ#&¶×Àð¨údw'ºO‚rˆ½"”S†wÉœDPfed¤Ñ"Â9:y‡|{ïÜ¿=≮ªa\EQP<’K„íb{„uF>¢‡Y®¨¿u쇣û¾NŠb‘16²³mà#|”3´cuíõ>Á"ÄÚÄx½ Ö,Â:D»mlR’QFÓ‰›M|¼’‰4WÝŠ<~tŸ6 -9άÀö(quC¿®É©gÙºi}r’’YfÜü-ädØÁ°S‡òoG iU&V¥{_C)ÑRK¥nÒ“#Ú¢H¯ÕK›¾,OÍoN¼\|öÁ0ó^?ùN7êS9ßÊìsbǬÀú¬Íü„Ò=BºË;Å<kÛp—®K¥iS€pRW^v³¾3 'K£ Övã^cäš³ÉÕg²á9¤³©ˆ_¯CÜEœÈņ?ÄŸ†P.Ò»nÇá“>õâ¶ûãšoeýÍÊúÂǵw+kÖƒâv°ïÊÜ˧ ° Ëm°>‚f½é÷ûç^ùÜcS†‘)…ÎEÈ—3+[/6‚WŒà/Û›þeȃù²Ûçƒ>øj°±olùW×Û³s‹Ãã¯äO¶‰F¥Ña+å[·š -r–>®ÙÙew Š4ÐUê$I(Ñ „ðZ?Æ‹´\‚Ю”6ÿ /£\.Èi±0:¨.q�9‚}-8É9`…5ï!P¾„Vˆ>VˆþÅŠœáæj+.>ÌO€BÒ&=ò©A…Å®ˆ -ToÐ1,j.@>å’OöwN9Ú&¬ãFêP7É£Àz˜ÞÓUïî"äýŠF·’Ü×A�ȵ<dyfThÈ?Žþ›¢.¿QÔ+ð^Y@Þ/Âö -êL¤¡½ÆD/ÝWž{æà÷?þý›ã‡~ÈHÇWfI(% o˜xsG½©ƒh7Ù¥€ÜÞÙ�â”à€s‹¨Á -J‘˜¢6µb+³c"}{jÿWèʼn Ý©¨·JÑ=]8« -ß«!ºä^Ó¦¦ï4´¡Ø„Òû©‘‘¡£ÃÅ)R¬ª&ðû€Z¸pMi:+5Zpù $.¤«÷ùÃÿh/÷§¤×<Žÿ;³sfvvfÛÓ9SívÒ²4+³ò”F¨™å ÔJ³ÌL¼"ˆ ¨‰ŠŠÊEE@@¼…W¼¡rPL+s+--õÛ´²¸uÎ>_¨Ý=¿ìO»Ï¼ç;ßïÌóýíõ|ž×ûñêæÌËɹ·ƒ�ò™Uùôr—f¥utQ¬Y«ž7)žÖtOU´èqbM¦H™ÈŒ«é®é‰f: /oE¥aùÂà¬ZØ*ß«ÅÇÃð^A™î!ø}ˆ<·p<”[¥'ÈÞI%Ç0´ÓÙ´“%üó]JÚºâ£õÓæk3ð“Í5�˜Õn„CZ¹Äï!·BØÂ7Í`ËÛ¿,¯§Éõ÷Åâ~âø¼àÍÇÓ¯/ì¶6«ÉmGæƒÔLH‹CÓ%Ô±÷ÃW¼ö8Eå낾ºbsºÏ—{:kà4‚Vj2Û_¯m,ÎO>“ifëzõ±Û8Š(Òùƒ©ÜNŠÕs«ºó&£+žÚGi¿ZÖz™ÜM’ ‰ÂP</Ͼ�wä<HvÍ…\N±>´�ôM`ã$YI -ëCˆÌóx:CóGWCWžN!ŸÀVÁ²iþ%¸AÚµŒð¢¬èYcçÓ©î)㘨¡æuè"¸´'àQûzšFmêÑ6½¶S§‘)‡¥Ê‘æá!±¼GØÕÁëîuu -D"V@À]G„ù¹ïúi×–XÏoyèH/ë¡8²Êƒ¶Ê©Êä]²tÒ†’~~±’6ÌDuS³¥¤”¼¸„·›Çöo|÷·ßœ8ô]àÙ#WpT|6õFNf|.æf^n{—…MA¢Â‘ag|¹ÚýW×oÿè¾íO~ìbL¿¨TÕJׂãÐLQߣh;*Çä´‰!–z ^ÕÏ1tU«Z(RV6)#<<Ô+q’GAµs½tL§ÔMľ;ñ¬X_aÐniØ~™´Ú¼þäµuþÕû™ùuå“(f~î°Ü«_nW/HÕ‹¢‘y~ÿß«îM‰µiê‘*ž§ˆeõF2{Œî¨ª¹%ôNS–ã›Xyä -É3ï”á꾞º-0åǼg*–@>•^yÇô!Ð} -9põýî7æ9³Ùlù*Ì_G%ð䯱ÚÿMø0?[ÍŸ¬¶µ+Ko4ú̓ªd oâ¹pÍü@œ(ͦåãÿrè›3–/[-ä–•¥÷º/ºµO8òñJ©'VcD#ç¼Á4nJm_»7‘Ý—XÝ_)‹—4G“Ä�9wPÄ0À|æÂù…`€C„G•Š¢Èda}h.8U0t,£†¡ú¦•ŸÂTžÅ3´uIºúäBLd)!öÉT÷¬±ãÑ´áÑôø@[*qôðnO÷Çîùz„Ÿ@†û^Žô»}. -éô‹;èää ÷û]¿wÙ·õèámð³s¯…1pI -z–Š•£f§=’LȈFYÞtkÅýærcS‰®‚| ¡x”•2\`æ)Øw¸´a!«µ¶„š›”}ÑæsÐûð.w—íûvnqùÛŸÝölÙ·w«ë¾ï=÷ÿåØÁG=vœòÚrÎ;˜‡Šá–åvð+{DtŒ5)¯×Ý£v j/ë¬ë£5Zol¸ÁØÃ“Ñ:xU¹17¯û'']QÓééŠÚÜaqTHP5掖%×^‡‰.ìé¼rD3$±¾Ÿ[µ<Ïή>\–O/õ@/J•/COë{g(mã…MšT‘ - çÄÕö_œÓº")ía$ÉE¢0 £Æ'¾Ü™w(»žâr6iï¹ÔmðÔíþ¨=ÁèñEÞ7HÞ·KfÒ¼sªOKF’_?2ý¶ÙTƒÚæpˆÿ¹Ýú+€Ü²ùfÃô3h¬c÷Åݪ2¹–9³Ôõδ`²-ÙL& `“ó§r˜ŸÍr@Ëf>dûÏZêÄ8 ¤%(N‹±Y7@gºB@¾œCË';ÔUí6‹Ýb{gÞ|»n›}º¢Ò?k”ªÛtøfÀ¹ -Û8‚*Ђ¡Œ†¡þPzƒ";˜Â–ß#½¢=®D/@äpCp¬z@&ÝßÉ9Е|0Ã$¢Hˆ,F‚ó#îpBŒ�Å/³†.=›^í—Lû ]q*¿.@Âï“a¹ø˜Zlô¸®óáôÀü´nqfbÞ z¦‘ÕwSsèéWHqÁ¸(XR×u¸ÇÍ�ÏðC×ü$À¤_:–åSÀÇFÉÈ(MnB˜?\O™l®›bõÜ´¦Bͽ -};ÙÐ^:ÞB×I¨†Æ;Ú¢®Ž¨eçq‰]Õ™AMÇ«Ë1ª2ŒŠE˜Z€Ò -†xDyMv[EêÝâ„FR|'h¦Œ9+UÁÅ(ÄÊf’NJÖ·”j¤4µ„ª‘qƺ¸ãTc;C{O nkP¶Rµ2¦ºe®W -µê»ãr–¶ƒ6ÐT $d]$Ò²>Tšh`aG85/{Œ]Ÿr±!µ'éÌìŒÖôaéµyqecîù;ÍìêÐÔ+™q¡M÷R¤~ÎWÌÕÊg‹Z&ˆMÚ$¡ê–@u?S;]ÓÉ誅‘šƒ‰"8ºîTB•Gt[8áÇhWxòîó?\Âî¾êKôº]r&©ä †vœH‡M,0Ö6Ö?BCÕüåîïŽBçxq"Íú»õÙb±›?~°‚á92läH†0ýzöãe�ù³mÙÑ-63Ødý_Awhv;4Å1ìíf;¹Ùfßül±¿·Úß›~{þrmÜøBÒ7Îl7Zux©â¼iÔeÖ]®YOh'¶óšÇs*,³'‘,¹š/ˆ�ž „Ϥ`™ç l‚1Y,r.@þòLŠ/–œÂQU>øj?".`_Uö›KPüœ²^æOMæwÿ_Úît:³;µ]×íê®k]/D4Â*Ü+Â!! ä ¹ïƒ„û&$„ÜÇ“„ à‰®Î¶»x äF±ß�ÖþÒ_:yÍ3óÌwæy>3ÏëóyÞŸÚ$d»v-FfWÒ‘ÇPpÑçz4|`—-šEI-'ªa‚j†OIõ)(>9¨ †'ÈÐ1®M( 9Þ;~ˈ«›ÀvØè7ÞÇjö¨qA= Ñá#jjPA -I|‚^³ÛCí°±.~Ÿ“�÷;\C×E §I—¿•"ªml„OŽŽiIq€†M‘Á5¢"D'鎵`DMD@ÒHI™Æ"ZfÜÀ’<HGOÇýZ±[É›iÐÀô9˜Ïç•…ƒQÛ¸ß@±ˆzL‚îÑÁ#(˜|¸ºéØoˆ°¿YÑWL¤F'óF”‡”Þ:«¨ÞííüþÙ¯÷Þl<{^,{þ$¾³ê~ÒE¨ý…³w¹Ž;sš¢O¡äŠ`‹Ø[/š½$ðüÀrÂÊž;k¨–ó8mJñ÷þfêž+øOa»*»vŸAü¹²ûãÓˆ?œ‚ï®Bì=ß¹ûêàþ¶Ñ=í¤½XÎñ¥g‚—Ù50’ïÅÞVýÃí‘|KáÂÛÕléŸOÖܶ�«kpˆé‡òµõÅÒæãüzq³ø®ŒÍr K€É¾Ø$¥\©´3Œ·¬-·V~‹B®ü¦²ÇÛ§ÅãRÙî÷_—ÙI:e@…ùl©TÌf3™7¿®~Ž(-á1ChP˜ -¢Ô>$p[èÑ…Fõa¢%J¶Å(®8ßbëfñ“.¬ÈØK6öóÏÞ¤ƒS¶S!XÇú…ÂóhiÍ€°jXùZvzPz --©ìãèbTÂÉ'à”CįÛhŸÃûàã{‘Òƒ"ÌéhŸn"`KAëýØôüb ¹à{}v?ôh¸§Ò³Ê”Gžš']¢Û&AJÏMêóFQÐĉۅóFÚ¼¶¢vÔÒšËzª¬Ô;íºfôš[€©ÐQ 6:‰+£ÂååäôÙ9H'·ß͸i'_7âê'Q—ÔÈ-ªVÑ c4ÁÂö«‘—BB̼ -Äx: >ÉLê8Q'aá'-<ÈÌI˜Ù +ad'ÍÜ„™ya='¬çƬ‚¨Eà7Œ{µt¿æ7ЃӼ€“›(“AeØ%ôZXfaJ<È%5²G¦¹í˜kûˆ•»¤ÍÕˆÓtͬ°G‰½L¹º7ÄmÍç^‹k™\i=[|ùúÁê‹»©UÕÌcz‘0³<j]6¥ÐS‰eä†$Ô( 7ò| 4çEšó}º–æ„‘Ì•í Œêè€øHïën摎±ošÇv5þØHþ¨ô»zôǵ}]êþ ÿYëØ~î¹åŒþeî—Ü›—ÿHJÛCµPÌ~`Gõ‰=_\/n©þ« ›JT3¹±±%ÁË×·‹oV6Kï -ë¥ò:Xv;È7�Û’o€Ùûÿ“¼z0žXÊå²Ù·«@rè‘Ê¥›£c£µÁÁÉPŸ.†²@Tk‚fmI.˜„Îá鼣ÀsœâbûØÑVÒ[ôo{¸ÇÑÒªAI5Rp-…a5CòŠ!YZZ‰äŸDÐÏ´¿‡SÞ }ÓÎü¢“s “·¥8,_�’;¨7µÃË!ÛøkáN(½|ó> -º{õ¼ú%ÿäí9Õm¯<í‘.[Å&¤ãÏNIØÌƒ´Ÿcê©æ_=¬FÕx˜ðˆ¬? êq°Û}ÒÞ€VÅ4¸˜Uム-ìœã ìì>#ᢷð zì5ËH“ƒØâ$ý°4sZO5õ[v[Õ,«/ T´¨Š™ Gô¬¸‰—([Í·òÒ6Þ¼•Ÿ¶ €ä€˜‰µÙE1›0`bùôÌyprüNNÜ/O…UQ·Äoç:utH6W°oä}’A£f¤éIëQMW…}¼]3ROoØ÷Ä‚/Ö�Ùü “ÿi-³rg]ï{ȳ§‡)0\¡4Љh›4Ü<’3\µTÇŲêÅVE6Õ$¨O OœÀËÎb%HÙ^É—½’O»„EÐ?‡?iÁ~U×ÿYMÿŸêp{;i'ã¿È_V3¥çÿƒäùÂz®ŠÍ½Øœ÷-(˜¦3rW‡køó«ð«·å’+¾É¿™¦XÈ�Þ/•™|)SÈ¿+S(þ;äï,›;¶‚|ùt[ò÷l -;±¼Ü -;·" è›|!»ù|ðÔÓ©™Ç -M1‚>2¢´œ11jOòËÄ®+¸$ ,Š]Ù&X‚DƒO×À‘Œ(n%USÇÐ_£ë®RÔ #ò+xÙµaÉœ¼#¹Ø/8×Í>ÓN=}ƒt¼mì|ìp7÷Jr%û7yR¬¼lsl€uîFœ+ ÏòðòrèIlö¾ßq/h»²?YîLw禖<êE‡lÞ*Jê9 6,Ù± R‹T\&UïcÕöóú–´äù)bX6äõäèˆ -M£„Ä$1©&Gdø€ëãcf¹CnÊ2ŽÔQ:MÔ®i.ÊËœ ç¸ý.F—×ÔSñIË¡ßSšŽš)7¼¼Þ°© 1ÝÜ„‰¦wÚ&\�ÿ›Ô™Å ‹$n•BVäEb¿=§gEܨ•3geûmœè¬4ÑÄ=Ò€ç51,J¼Qܧt$=3Ü›ük_ò®~ÁªÛ/üñ …Ðbi!Ã+òw§ß–^lŸoßÜÆÚzáùj.±üÄ5fšÿE{™?5uîqø¯¹¿ß:Óémm«TCµÖºTEQö€(»”E¶,,!²ç@’@öäd%;Ù““@„Ë"X^ªlÉI‘û†âþvï̽gž9óN&oæLÎó~çóñ÷Ëbo넯Väáy*Æœ¦½Œj*Ò?òÈ�ÝÝ!ÍÏÃê¼aø>Q~“(»AP\ÃÉ®öLüüœÿS+ãrùüÓ¾s˜îÓw›Ot~ñ”ð!6°n$2[dò½O®ô¤>à¸x‚¬²v$âéÍÕõˆØÐA‘–ЬMÑUíî»h|7~:Ì$ߥöÓ©Tp"yúÿ$yö&PHþ6¹1»!·E!}˜<Wø2/^êÃÉ5A`˜g³Ø#lk˜©÷÷Á.¬Â›;ʆáÉj²¬Œ"ÇåEt¸œ¥«¥««Éò*,·¨›ûà9t¯™qH^Eü¡²ïûš¡Kõ”ÜvN.A|“ ½NTÝJÊŒÖfD>8£ZôWKl΋9W½f ù¢[·â3®úõKnxÁ.‰š„íXHÍ’ûÄd'g¢·‹ZvÞ93p-F„_†GbŠÁI"éDT¤L~¡™S‘g%$Þ]£X€‡Ûëã÷ÏaJ‹Öjívs±^Þ=’ëˆÕ%—˾ùKÍ•¿â -sdør»Å;Þ呌䴀Zf†a¢f‡`6sBZ.¢å!Z~PÏó¨!`¸u-ïe‚|¦7<âÌÜi æ"ÅÆ‰n ¹‘Zåâý2QË*:KÊÿµøŒ‡Qa˘ùGocÉ·Ž_š8ØÙO½ÙÍÄÖw¼Ó‹a–¬DºÄžV¡·&+¹÷ñ˜³ŒiÇÐ%Ts1ÅTD³<bØ -™–º)Ÿ1UÄ2Su÷)Ú<’î6Qs³Wv¿[t«•Û8’SÕwî1îÌ£ŽÏ»¾¬èùzÂÙòúíÒ‰äÉÿNòl¨ŽÏéÍíø+{˜ÖƹÑ#Ê“¹ñKqíþÁ¯hæ5ºÿ6s?L&A=ÖÃ?O€£‘<:Q÷ƒâù1'‘$ùgt9|ô9¨¤Ùêzü¯ï‰mn%Vf6ĶÓaÁU”ù‰_¯m?`L3“Lç -aÒØ59ÕÉ×¶°ä¥tICö€¥xÈ×?•M7‰ííäIL7¿º×Ý|ƺþdøR9ñ|õûfè:^p‹¬|D†hú’ m½ÞÝã×Ó¢îb`j%d™Ÿu¼˜µ¿ô™—ÝÆ… eyÖ±‰8Ö¼æe«rN/iGý*V`rÀ+ 8IuÊÖâ³m—?aT_7V‡#1-3¢e�BSÌœE+oÕ&ˆÂL¿pÐÅíëu@x;D�—€`†ž[¡NïáácX'«ËFk×ú -s«.}Òt틺+Ÿ’0W”„J'»=ÛsÅCAÙPÒCÙè…`¢iǃAP+êøÕ¨]JµI( 2 †1‡†áÖC~› æ“#¶q‡†i–èø©ñ9½^7ôØB¯‘6^§Ÿë¿ûµø¬©£lÀcàŽÐõº}ˆn'A!o*½¿—ÜͤKì…_1©v¶_êíºë<ד1GËVÁ°`Ör�Û^ÆqUð\œiÇ^Éu€/B¶Gts ÅX0¬)ìžó¯¶°.Ö“¿®ìý¼´ç4÷UûÈBÚ|E3¯>ˆ„f’`ff9LþÛ«Ô~–4xÈíº—IƒpÉ’ÚÇß̯˜èW�½¼±£g}+?\O%¶ß$’ñƒ?$Oþ)yâ'y2û#Ùlÿ^fc}{>¸&´DÆ[¢)‚$©o@ìÁËü}ÚÀ¸!4áž—ûU¾y© ákÝýJ;NnÁIM=@r.ÜL>$ó™ò| ù¸¡Jíi…ýø1mQ\F/h»]O½Z9táÉðÅúÕv;T¸ˆn(,e¦_lpйà.§–óÜŒ}.l[X‹aû˨뷰H¾dQÄtA˜í•ÓÝ|œ êÐwaÈ/´çž¢<º ÄaÌäº t($'‡T”€|اÈÕ³¢zö¬Šæ Ø!¬•Õm¦wé†[aR‹ŽÜ4Â#MFz«‘ѪnÒ6hê¸*Q[i×½œg?žîÎËéyÓq÷£æ¶žTgçà½"b@JøA>DÎ(!Ÿ’ð(8pWN˘VñÜ3äNH´‹¢>yØ!œÖ0-R¢ŠÓ©kQ0€ä“ÝùÜÊïî~†»uŠ]þ-\òìŽM'8JüšIî�ɳIöDò½ÃÔf*±>¿åp½PçH -?V䮸ê¸ÎÊQ{9Ëš•œi¶ƒÁ^1î{:¨ˆ¼µBO ß]Êu³Á´·”P ¥$uAßänÞ•FÊy y9î«ÚáBSûÂŽj]ÚKœx…þ§’£ñL¶D¾¤Ó{ûû¿¯½vWÓ¾yJ9W3ò÷è¢ÂI\Ü1ì¦6vRë 4@Ghvìï éÄÁà}IspLvý^ãì#½7œ({vSÙÊ™ÕEÐlæÉ¶}ÛñÔÛÔÜÒ?½¾—|Û¦>ÊS‡ yphÒÛ/tõ€an@¤¶<»ê/Û1£QYü,½“¢²ÊMŠ©N؆›ÔÔB“H\ TW(jû3¯[ln¢©*A’éåÕPr+È9U´ïY?v óH’–®rÔT+œnVL´~’×Á%Kˆi ™úGȲ€˜W¦µ e1h^[×½–e»nA/‰¨~)Å)œfµè«•×°?|Jºÿ/Öëõ)üŒø?ÒéLgú¢i3Mw»Ùíf›ìv“6î&»6¦&›Õ\*ÊEÑõ‚wÄ¢(r¹‰€ÈEDA.¢FD41j¯Q.çˆfí;v¦/:éÌ÷Õyqæ¼ø<Ïù>ŸO·büf› Å#hpóÉ&IÛQdaU¢F¯¸ fBœjh ÊÞ_9M#ŒS0ê¦§ÚægÒÚ¼áÚ|iÍ£Áòûì’{ƒe߉+ó »ò¿*¿ùó ›ÃÆÝås¹ÄU3f†SçSrÚœ‚îS2�xXÁôªX°Šò\Jž3öŒŒ9#ë…”Lx‚˜»MÀ¹0à {µaXå2 9A'—´LÉãlÒ8 ë¸3Pxš{™þÝ'€·±û‘²>{)L¼;K—<ù1¾GЃºŸNn$7·«-Â1éªÙ:…»Zâ"ˆ¥Cü 'pà…N¢ÔƒWHêP•6\£’G}ÕÜÔ]"v6ßv—mºÓ§ÍéVÞi|ÝÄÏjâÞê–åø—uïN—Hô(AÑøE’ùϺòüË^=HŸƒœiÍg‡ÇÈî‹·žbÆÇ…=û>&±®Ry–yÞö~tçx=™<I%ÏSÿ†ù#Â’»ÛñpdÛéÛ†×D–eÙdX¤ög»©cþ.낎™CëÐüh~uÆ¿drE�¹Ñ5`óñáÜŠp~»ðb -µjåg-Ðb¶«dö88ïÑcÈÂl<çž}£NœÓ©yÂÑJlå#®M Å賄æ<#KA5@›3¯gVVPÅ_ú-˳Óß4¾lÖ-NŒÕbXÁ°‰:,ý¤1JA_î:î\ÖÔä‡xNI»[ÚagUi©…àZ$}ýëì_ÆÚ1:ÞÈ ZûH¦ÂTg©žZ4ÖðDZyŸÏfco³pß6å~Zúù¯ò>üiîo~’ÿáÏðŸ_ª¼õQÝ·ŸÑßæáïÊ‚P4<S4�ä“=$;·Sge^9´§Œá–÷»—’É9vÛ6Üg÷X$ÝE?làÏ™%žiplÍ9U�ùÒ¬Ök•XUÝAÃ$¿JNÇJr¥7˜˜k´¼+C%· œ¹÷©¦åoov7ÐÓc < 68ú$‰ìäHüšØÜMFÃ1ÇL”;5ÏÐø”žZ©‹ †pÀ6p.r•IaÒˆ¯L9W„/‘µóõ£þj¹2WJœe"(8çôëî Œ9D”ZJ†¸Õ×3'ñÔJê$†üÈÑôH2Àtêô y²Ûvú¿(éù#¶÷r ãw•¬,æ$Ö±:KÁ¯SÛ;'oö“ñ½Äñ²GH2•90™\¼ñ}’FÞg: šiÿD~‘‹i8I‚ (ø³œ] ÿ|v -#é7©“ׇ©è;tuýÀ½¸iö½Ôxbªéˆh"ÌÓ…8J/cl¶o<ÈvG§àUc ¦oÃ1½wAiõ2 všÅÃ…ÃÒ…•±•õñµ Ãæ[ËΡ-²6fqÓ¦íf—ÖÞ88YÎÒázõ¸FI^)ó6‰·Iv ËäY;Û9bXÂBÛ¢Øë …Ç×öXȲê3x¦¢.}ÒÃú(¤]±ªBzIPÍw÷¹)Ö:3 Ç-ÎjÍþ€_œecÕÍ‚.pÊûÃ#47¯IßEP4=SP -u]x=¨íÀi©%ÊÆgròcaÅfñmÚ“›M¹W˳.}q‰pë÷Ĭ+å_}Rqçjãƒ?÷—>à”åýðXRûLÑ„QQŠÆ(Oµm˜ñŽ õ±–ZdgU»øõ^a³GBu‹(ža,í²iQ·]ÔIz!i¯u¨Ó<HuH»]¾×$tEð´Äï[Â>Ë*¶¨ºœ*“ÀªÉ¡c¿ÖÝs -«tݘ)Z¡}€(ëÊ7 -ÊR ¢¤ÓÉDú4}VU"N£o‘äv];JF·ö¼Ë/ÌŽÕ!cx@hQy†Ý$1DBD¡ƒ˜Aî©P*T¡*M¸F»P«™o’•þJ…³b*—ÛD¦<-Ôz5¼º7¹~hZÙVW‡6·CHzIm£ÈëDê"вƒK§‡ i#è¸F/Pc2Ë2³9Ï‘ä9š: -j’Lž ©4r¶¿wô*ºå(í½VLû´˜þÛâžËXÚõþ7BS§=ª\Ú^ŒíE7ww6÷vÞlí½><~OÅÈq*3Yh5r†€òž:ýïÈ3õ ääbFâÇÉÍwñýDd?Ù8òä gmÌO.jƒl•¯_ãgšWDž5™€—TÞˆÚ”Y`ÁD7:{Üó’ù˜:úBÿêdkǺw¼=°#C&¨cÒÓ¦¶Õ¦H\=¡Ï@h‘="r³«„¹ÔѼ^C‘Äúƒ -nÔèÓ‹öçRÇò°N½°dx¹8³6oYñL.:ÇŸÛ5ÏíêåÕ¢E±d”t€Šë„xÍFF•Šü}ßÓ/ù×§(÷`Kh¤Û«b{T¬¬+8Üé“´y„XÔ -ª…GÔê4«š%Õyì’lÚ£›õ½‚ûÓ/1Ÿý¼èÚ/Ü a²YÄïÅä"eK™¶³ÊÈh0ÐÉ# ÅÊæR5«nŪZž¨[tí€ú ¥Pß^bçÔºCÍ�ùŒ ¶ä6A§‰×nâ¶MóÛ¦8âÒ q<%p›Ä³VÙ¬^ðO,ø4°M -é8m?^ÃÀMôbøŠâ—7Í0 ’ö‡1ˆ•�;AþÎw™=¥•%pøš×Yº¦&ÕS5US©î®žî™¤;“˜$EÀ%qß -( ˆ¸ û&(ûÙ÷Q·¨ ¬—˽¤çЙÎãÜú=œsÏÃ}8ß9÷û‘Z@^» `ƒ/+H¦PMŸÝxvŒ�rS’½PG$~à\à!n¸{„>’ÈO -Σde¬Wz¥A¢ØOº‰"{·ÂÝéÌVuÅ_ÜÅOþ»Þ[º(mçûhãCoÚ{½„W[¨_#è-аFkTQP0`%_ ÿ j]ƒá:‚`(�òŒåßç2ÉcókÆ=<ý/³j÷ûŽ™û=K)ò~®…ªoÚ3¦p6;ì]†Ó×Ñ£ëL6rиy‹|,´ª@ë45ÑÿÙKpýVBµÄ¨ÕWðupÖ~=@p.k‹œÌ—c·µØ-»€ƒÉsèrhu)öVb^à©‚<MpÝ{¦]š}M ÃqFfÏ4䡺"¬ä‘úøÊ|qåº-„r·B5ZAÙœÎâ׸Få;oVÍÄe}KÿzRÚF^ùþàÁŒúé¢'v«‚S†(Ƕ·îÝ߉ĵÉ}SvÏ–‰CûnuÌ*MBâ”Uš6 Rúõ¤~¥Õò$4Çê¸AÚëä½¼O}ðgá{'oÐ%™ n²BÛ¼€fÙ§˜ ¨èþMºG1㔽³K¦mÂIëàmRÃ$qßüLÃKÅÝŸêüåÕßúÿÅ~óo¬m}ªS<‹—Ï‘”ÌÞMf¿ŒFTÑÉ -QIí–Mã¤c’ÑÙh»h°m£ÿ‘xð‰‘Þme“m‹}ž•!wpgñÍÎÒˆeaÈÀl…=d` ™9#ŽuŠm“åÒ.yŒëa›4êSÈ!µß!ÚZd·©f;5Œ—FökÓB—•?`ÝÓŸ‰©eü‰Â{k¿Àeö ®5JÕf®ÊZåäöîà¬9ÊÒg›Ñ´Èº¿¬±Ôáqer2¨ŸB/Qà¢BÈÂ@ˆ8D„{DÒ†—Àu<[v<ãCÿQxz"iu¾®5n+hi^•kguô†…ƒZ-‹be¸V@±R/µ»jíFîêh©9ÐæF¥Ž•ÀÈ ¶ÈZþب6±Àù|9ytæ -í‹ºæ¿Æ3î=§þ¡“ö™÷hJcl° “|WáèýZC@g nÛ"zOÜÚ_G®+é -–kqŽ"hh7ìæÿ…¼ör°�cç${WM€ê‰"–'ÎMþc£cO£M±5‰yUpEá_Vùx�òÄ{ȼÈ,…O–}»Îèœ7±;\Ï\OsÖ|!XªÄŠåd¹š*T"Åjô²9#{TeØú× Ò‚‰ðNùüàá˜ìñœ®“g#È}ãšð;Sœë8ØjüêhB ?IíÄL»UØ,ŠIH²oä'µ+qír@Éò ©Ö¥a#'&ÿÄxô5åǯDÃO<k#>Å\@Åû69�rŒêLïˆ&vD“6ñ´C<mOy¥TûÆ„a±›E2púô‹½ªùn9/ ¾ÏâD38áN<Û-¥÷È$9ƒ¼ÅPÒHòi¼xâ% \2ú\ôöÉ*ù·ûkäÂ7´Tàľôb÷AìA#s@Çhe{n@;7`\²¯NY”ó65Û¥_ýùnXpIÜ>öØ-b`á\¢]NëÈ&³S·„‹ûàýF£ þÄ€p¤Y„窧W×»ÙÓðî¹=žµÆ¥¡=1¾°b¨‚£rÿØGµ 'mxÀMNNÎ÷âøžW^܆X:puÛòïëc‰ãµ#C¹,zËÍd¥žƒ·HãªT;×Ñ“r)S-76èÅÊZ¬!ÕXë àŒ?Oëh©ƒ¥b+6êE´vW)_çn²Ù÷ÞhJù€Š·Ïü®r°ôͤ„ÂØb.é%"ç¶ÊmÞôZd6Õ²f®è¥É{9P¯$0åÜ_ÝËoå°xácªŒ^ÁÍ<5€3ö[·ÄZ½óóÓü5-Þëȧ–55*5´T®ªÅê@½„W›§§_âÂä9RÙö$ÚGœSzùOêà85‰+]ô\<äì^ðÓYÝá™!{é¼ÌùoŠÉ›B²\9ªÂ'ÕZ¶†žßÁñ|%vQ…Ü»<]ˆ²åŸ”{ÇEŽ¡™¥ÇQÕ?3ôm\/p÷‚>»§[â|WZÝ7DÓ†xÜÚƒŽRÐ^TŸ´KC&~\àÆ„n%¬æDÕLŸtÆ·6le“tãíkøoÆ~ø#ýé_å3xÛú¨SIqÈgmRª[2àöÚd» ×)êw‰<~;§kgogálÌW6æó¥‰Ö®{°ÒÿpäŸÒ©ÇrJ›|¦SFíS_ÊhxåY2Ó-œêâã×GpëøµÁWܾŽEâCVè‰ß‡Ÿšæ Æy4ßca‘,¬>#ƒ¸=KT¿#((Ý*jŽõÖÊ›°Êè;rºS½„1·*ÐîE4!—X<‡§õþ ¥½°,Ìì.+§zTÓÖ-ªb^\¥›¿”›Í<R¿*c'ÅúqN抑£›@êÌ95‡NŒÑŒ<”–Úȼ:2®‹}="oàí!¬¹ð +®Nž³cÙÑε?[´v°¡g³ÐÃw›þ½Òú]ù®ß4ŸZNª-Zi åR‚kÙR9sW?.5ÏÐÿò]¦?i§ ÿ‹öÅf3ûf'³ÍL&;ÙÉ´;5SǵSk=ªUëU¼E@´ X‹Š"*‡\"÷) àÞ -VE9‡ìƒ;»ïv“ožW„òy¾Ïç›»Éäo�½0z#IBƒäòàe®žFÀF8L"8ä¿H9No-WFß™ÒdÉÖH“²úÊ+‰¨þ¶“ýOªllÚ0—: ² £ÆmÓ¹€sš¸³›Y‹,Å/TM˰êmFðÒ|•ñ�ÈÓ¹kØHþŸß÷:Ø›¿CŽÆ“Hò$rŒäÃ©Ü ÈQܶœäxÙZRú&…›´åÍE¡½hWíp×…ÎS©÷|î4!‰¦Ö“’¡wûÈÝ)”=FгL6ŒdÃh6œÌì%2þ0¤wìÍê<Tµ‹êZ´AXtô²-X¦©že-¾´Õ+s¿WìÒ ÞyK€ïô+\•Ç«Þý¿Ká]åÈÝÊY·’½³2µ!wŠi6.yÕ££·-÷UNÔ~?PúÕ<æ—F‡q¯4ñɺ…!�ù ·€“ÛiYÄ™8æÙv5õµp Œß]Âïþ™×U,ê*,[ê+áô”ðËÄÃ5’‘Z µAü¾^0Ò(e¼“2pâ±á{,—Ô:Û×0Õõz -W7‰}ÅlÎh.¥¿}Âh*æã« -œÓZ@”£2ò[ ©EBj5ÎW -eÞ¯çêx#&ñÄ–†³mú6ä�ò-+—E¬Á”(© –i¬……5Oc5s]V!Á¦¥ßœjéHîs<“¹J§ÃÑtè2±Üò:á:½u/îsÃö©Ö}(Ú LA–Þ?©ò Kœ€ð[ë¼½mn…e®g™¦ÌµLSõ}][NU¼ ÈÊúÄ?È~\Þì -¤8IøSæ. Oƒ—w -ÊÁ‰,úù<žEâþ‹d lBnÒÐuŠ#H -Ø/°ñlBÐ$š‹ÎÓèQ -9JÀþ«˜ëèÚä -I¬îEÕÚGö -fdöeχÇÏð_?íûk5éI7§aBÅâ9$òmÊm0z×,{– Cå20Mƒ½õÍsÚ¹?õM?_®ToÓýÑå(JäaðX�Sº•Üýø]]ÐÏ…d¡Ð÷LÉÅáL,^¤HNƒÏ¥210i÷oL»µóÓ¢ídÆ´/Öí 'Ƶ#=ßLXÆ”ëÞÜñµ>ЬCP:[p£ßÀ¬Èä -¶pÀ5Ê‚¿)™¾;OÃaÌ`ðŒþY`#J7kÅÉ;G…›Ã`ñ·pR~ÅKPøÇU £—·êã;ÝŠ]µ×LGƒÏ%÷®rÚ9bfgezKÁ²I&¶ÅT;—ä˜Âé©o…=e£_½øVDx¥dvéfú5œ~#—`äJ'Ú$+oÈÂçÚ"Ñ´èÐ:oë\¥´ƒ˜‡ÛŒÄfͯoä=µl…W©î®VuU©uZRƒŒÜ¨ct(ƱrF:ŽPÛX„ú=Õ4\ÅhÇsjKÙX[9[>Úød¬ñGáÐ+-½@® 4I‰õb“”Ü"$·Š)í2z·|¼W·@ÖÍ“VŒ-ŬÓÀó;dÁíåÕù‘w?Ñ0%êÑ7–‰6ûl—ƒÝáôØÄ¤ ІbèmºNÂîXjû"溈»bñÍxÒyoìÞ¬ºÃšsµçXï:Ð:ιk'óÆšl‡°`ka›gÌÓ¦7 µú†®œ¦~6ª(%ËŠ…Åý¼¢&΃Nñ÷KöîÝØb>LgN3ÙôÝgðØßæó ÉSy4æ.ã©“Sxõ ¡»Œ[nÒvðŽ$`_ -º€3W÷2\¨P4kÑK8sK…N›ê=Ú¬C—5‘ø5ï&ÖQ¾yEyPÒõåãö/*‹m,ý<Ï.VîèWCvÛ¾sýеyæ^?vI|“#2lûaÝäw½SØEÓ2ŒÉ7yuÝ û -hêÿ@ž½‡½‡ÉÆ‘ÜU! ÿï!Üœ£FOXåŽòglcPd;‘@ÞãÌÞò&“o¦J£ŽýÅ+Èž¼s¡\ ½C?*cA‡ÀWé‘‚;Â!ß…Ââ[C&?[ç稽3r/cÅ3&v÷J<}êÀ°6HÑîOê¦Ì~Á=är�¹Û¥LÇA#€ÜcZÜÖÍQù/ä. mG^Ÿî4К�ä”ò¤Ê¿Èµ¬^ý,Þ"$¯ò‰VÑ,$Ø—Èæ…›9<0ÃL¿éca¢[?Òn¤bt„¦å®QûnS)§ágnËSqãÏ¢†b~c1¯±x W.ë|ÎÇ¿”ÒÚ¤Ô6½C4Ö±@i™¨£wUQÞ=£¼-¥¶–Mâ^|ìxNzù£©@nfâãXåH3 d‰Ô*éXïU|èÓp†4¢I@ß³6õ\Ÿ}9�†§‘3ÔøˆÑùTIymd4È-“9»¥ Æã^ -�Â#±ð§¨$|ëŒÜnßÞC~�¯{®®s•'¢ D¬ˆeçZìü´d=›{‰ó¶f–éÍ”±î£þ]]IS¾ ¬”¤Oâ"¼àÝó03ÃúKÕøŸ˜Šz_‚—BO�äÙBY~ŽåóÉ<’Chä6qt™|Wò£ˆ&|cŠ&vbÐ.€É\ÿ[³Ù;Éeÿ9„~ººÝõMd^UóûšF¾£½þ¦šðU5ñË"ìŸc¾¨$–üº„aK[*íîºåÀí<öyÎC¾³ïqx=ä[Y3Ñ¥ø¾©·3Å]ìŠàõ¢¿y(>ƒÖRÙS(žËBÿ¢¹¼¿ÒJÓ8þ¯lùqgæÌîN9™I™L\c[LbLÑD“±$jLŒ$ö‚{o EŒ¢¢QÑ((HDÀ(J‘ê¥X�é.œu_ÌÙs¾çž÷ýù~žçý|ƒ8䞌׀xp‚797@%�Ôž:ý¨ÍáÓ˜]»ÎMȲ¾{´"Ýg©õ"½q÷Ø ƒGˆ#'L®á>môjìK.Xë ˆ ?@‰oÈô£¢§�x°Õá3Á¾!>šBÖ¡q>4ÁÕP9* -[Ý¿(ëšßéeî♚Þeh` ¢ð´ÃBdSÎø"g·çväL´¶+Y”è"Έd‰¸½€1 [Kx½}{ª}{¸n¥C-~Rqÿ×öüÄ™.“ZÍ[«ÝœjæKÖI%køêµA,¯«‚‰Ã¬6-`óëÞÎVæÎ—çΕf3òÿ 礌>»GI‰Ç'ÇRb»DµßìHŽn}x—Óð8º!õvKzbsfbï›§ýoS¨å™5/èuÙ#å©}oî´½yÐ’—Ô[ød¨2_šZ™9ۖϪ\Å—¯ô—.uMãòæ: -gÛßÏv—°†jXD,o¬qe¢hù&ïãoF!^à²È/¯¿ŽémH'´fT¯-RT!â6{ýN¸7™-NÝMzäØ5ºeG.©édäÐ)Ö[·Ö#§ÈèÚ8°tŽUeYiœÞÑÍ«†™}€pfFÓ|J#û!;rKM('ƾÃßÄÞÈj½šÑ|¥nìÞ–cÀ蜩‘óÄŸ†N`&@W`½ÆÌé'eæY…uþÀ)±4^ÄêCíÁ€#€Ø@»< z¾Oø¿Z+,“QÚ©iÙ-—_µ_Íë¼ö¦+"§í÷ÜÅôú‹«.Ý.ü!µ>±v²˜Ì¥O‹Yl¥èóžD¤C®<<‘êøJéÇM"…Ý>À.èc届'6ê×U4µmÅá݃ƒ(0‡@:°\ƒaÈÍaìý`NAG@‘sÈÁèøƒAF޽~óWÈõ6¡Æ´¦2s!ûú±²ŸLNÇrU¤üzÔà»ýºðÓp¡¨ûkË…OÁØû¯?„Á8È~™òpuË@ãk¨< ä38@ÖtÄeeY1´¢äèñ<-u]GÝPÓÊI¡lV ˆf7%†+’òÆEì)“$^¯v–‰ÒÙñÇÎj»óµ8¥êá¥Ò',B‡ÖÀ£7³)Óy“µÏ¦ÒÇ*³(EiC¹É¯“‰Ùȹú3ïõ¦ß!¾H"½HN»K|Oz‹OºÙy÷ZÇkuÑ¿V]ÿ©äúOï¯ýûÝ…Ñón\ÈùÏ¿Ÿñ¯œ¨Ä](½©íE©è1¹8¹1çnSî½ÁÒgdl¾,µ1'~¡û`¤žGÄ®–3»‹çZßÎwÏu~ì,Z¬bUâX´Îõ9ÂwjGÈPJ9Lқ̈¶Ú´ùÑj+´të‚NÕYÀuvnž :Á¨Åá90»f·Òì ãmöÈÁ×è–àîm£kûȹqhhíÈÆVÏ(ŒSlEÛ8·¤ãÓóVFjítR5=±jäv))ºp ª‚W0•Ûù[V[òWm—æv+bç™ÂÁ> ‚½ŒøCA7€Ü2ÚO ™.ÖŽ¯«©*û'£Gnñ©à€ 9ˆ=ˆ:ŸÃ{bñƒŠç±ÂufA×èïqQ=‘o{"1}7Š1˜[ÙW³¯<ÿå^Éwiu1µ¯)«ôYà*Jõú$ÞWÉMº=Yµ{6HnR´ŸWÌÏrꪌ•Œã2í²Î"°»~&$�‡s.,�p -œXŠpý§Ð¹·„q÷¡^§×aríZƒCY$ -ãÆî!ßìÚ;vC&·ûØãáC&VqËÜôøõp`?èw†W0¬åa7ò£¾°ù_Ðá Xöljg„º>4ÌWÑyŠ ¾rR¤›íÓx*GŽçiÈ<Ý0ˆ�B´/ª)b’/™æíÐy›Së[Ó[*^siÛœQs8œeª„I‘,DóýÀ· ¥¤êTlFćút¡x_±Ð]H.ÉÀ=Ã¥&´g&ug'€ô¦ÇS^?¢¼z8ô"±ùéaLê$6‡VžÕŸ÷ éYLkÎÝž·š0òË#0±+㯖F_Â\ü¾"ò—†ØlÔå×W~Lùæoqßü5ö‰øöïq?ûèæoÏïÜ(K‰èÌOoÊ£5¾¢Tg±\J ¨|j=—ˆeö–.v/ô”0ºŠ§Ú0ó}eLB—Šc¶ƒ|ΈlsV*[`0úâ~ø0†3Yv|¨l&µúN§ß ¬øä‰ßh‡ÕVÒâ•GjöHŽOįÄê™]_ŒˆÁº -²gšƒÌs[CXÓ6—†›z\9–PHºU6t«7šØ>•\IŽÇôFf÷Dd¶_yÙr¡†vGnY6‡¶‚¿º¤ ÁëúÔlv©·ö&·4 ù4a°‰¨Î‹¸|è Šz½°öyàC8¤±žˆÝì51¡ƒúdl¡n|±:_ÞGËo >)ëº[Ðvýyã唚ŸÿÀÅWŒ¼$°Æ¦ELö®œéÄûj…YÙt:»^ëÔklôxkûH(5ÎËLóJsÏÊ>°ošOÄ.ï¾1þò‚„¾.ò¯£çʰFÏ»'@Ò‡ ^ŸÏé±Û\“S`ƒtV€\iÚÖ¤{|ý±ìÐaÿËuÛäyÇüÏiÓ´KÛÄÆÖ¶ªÛØ`¨ÓTi:(ŠŠÄŠºAY¡„p7@ œNÈí8±_‰søH|ÅññÚ‰ß~}ů¼¾í×çû¾¶èždH_ùýDzäWŸç÷|ÙJElî›Ñu ØÂ+äd°Œ§+DüÊrPÐñ—ë 92žÊ¡ß´fk¼#›qr•vää˜|cˆ£ñŒ,º¨ZWùF Ï8ˆæjl,•‘»h`/@,,uØæ-*ŽEɶKè @¸inØ*Õ¥‰×ªkb·\h¿~”×~iºó2íÞ™kG÷ýͪv|ãà/¾w±êýW?¦Õžf\ÿd²îœ›Ñîë·ß¶µe4¼”’ëàv+{ï¹~9ã·ËiRJ#¯éš¡ÿ)»æïúç‹Mwf¿¬¾w¸êüŸ~wbׯÞcûžßßùão¿½ý»xmÛG{¶?9ÿáèÃÏ© g‡ï6Óõå2§ ×2ž,R�ä’žz€\Ðu{¢õ†ày½dðþÂÈ#)³šéUËFúi“y–Åzö¯³ûXœ§é,L–@xùe&CdË_ád9‡—ãy2‚žda9•›Âó–ø–s MëД - &‘¸Üžö„gŒ!ê¼ñI‡àÌ#öÉ:ú‡Wûªîh;F•\h㞪:t³gMïþêç»Òý—Ûԓʮ؆ -|³ZJ°r¦D<WZ§]&dRïfý<¥nCT Ü“'ÀõžÛØ�žò8&J‘, Ç2FPläú•ƒbPaTàŽÎ™ƒ±¾‹&ºÙÂ8Sß{ô–êö½ÛÜ¡~Ü'¢LêÇÅFäq—#XMÁæ -f= †€Æ@||¢iK<ëL¼Y“/g‰rŽ(o®d¹Æ6±µ¬o=^Í^�¼ŒËd/D2éµT2Š Ô—ö2ˆ;i6 *‰~|Ù+ -d‘µBˆ£|<¥{†`ŠdÅP bÉ_ÁSëD¬/€qÐYÀµ±ž%È$VAÖ²6P¿çm2¸_îP[Ù*sÅ> ûÄ6ðºà1ÈIÕ¯Òuä×:Æ!+Sid,,3dºQ±’&Q8"—KâÔMÙ5ɸmžn›µiV1Í$¢f)ÚÉVqÏuzãé™Çg'|ÚvîƒC¯}÷¿öÎO¾ùöO·Ýùâ¬b¬Ù)ñ)™+3=Û\Ø6§×0— ¨ÃAß2oVqÖ,’´Wð¨Öì2³fZ<Ùg†&]+BñD‡RЇ,ólrúÀ½OkN];ù÷Sïí>øÎï÷îüõo_íí_þì£]?è¼r|èî§u§™O«å# <Š–Ýªb4K‡ˆž×ÏõÔó)·ø]·x7D}õ2ÚcíÑ»EÅ네CÖ%¶ÁÈ}p÷É%µq6A ™x¶’ÇʹØvÀ<*ãD©P(%òd#V“÷r;š6�äÉ‚%š5¢)MBa€<©DJXæóW×fÈ ÌÔJþ§‘~âÆÀšî½ ÔÃÃòê1ÅåfƉ†¡Ãu}kúö×ôí«zÿ>ó(m¾É•Ç‹‘L%U¨¤s¥d¾Ãp4–÷a.8"×{g Gã¤ëœSž¸2Eúóá|%š/G‹ëŒðFsP(¥´!\8ÈóFáœ"‘2Eã4ùÖä:;-lj¥}v…²ïFïÁË”CµÇ»fZØÚQ‘~I傈ȓ°/ídÜ¡œ7”…‹h<zš$žƒS†¯äàj+X±”ÁKñ -9Ø7o”6+zeká$JE0Ëñõ2VÌÅr™0–ZËÄA‚9¿ó™ƒØ0-ÐÐÄËcî¸KmWÑ¥ c²FgtþÿÈñR ‚§òu*Ür œ,¥³/‚HÂ(qñWžŒ"K·|…®43ÍN¾‘XV¹Ë@®sÓtn–Æ9¦¶1Tºr….[–@4¡|87™f<©w…ë¦`)Ó:G·ÏÓíst«xÄ<7lt/OwªGîNµ\à6žæ?9×séø±·¾õîÏ¿ó×7·í~cg +nâ§ís˜m>¬ŸN¹å˜wÑe„ýÊ¢úC™ÛÀØå¨U²J‚V‰Û(ÖIY@¸ß!ƒ—&-j–_?å8 -z›|´…Óv¿ãæù'úóî]o½ùî®þ]Å{v‰Õ|q¢µfaôáÊ4ÅÌïÑrZG‹ûDÏë„]w@!çƒrÞ}K<Ø 7ËG+À¸méYËÔ.súë¹Â~oD-±J¬ð’Ȯȯ^æ+å-äÅâòáÛBn¬þ˜6’1¾Bž„Ö4±Š+B1‚J‘ˆÀšÖûd¦–öÙ3·_驪¦¼×8|dÖr&ù‚2ñI÷Ÿiÿ¸NýàýHÃØ‘‡œãìÅVÈÇA±`’ˆeðxªIãh2ÂAVS*#"TÚijxTóôžY7jHâ>€<UfKà�:p*öFÁ” _ -#1=Y -'!àÜ©LÔQAí®#u=Çêú‚C×Â=7,¯Yb-ÀBƒÏjCÝî˜Ç“ðúSî`fÍù£ÅP‚ðÇq$þ>éO—‰¤I?F2š%ÃE2M€Ý4îhË›Õ|£¸òEpåËâE!³^¥#îxØ›ˆúsñU,²Ò/ -‘‰ÍQq´-º¶9+kê^–ÖÎz‘œ#l¹2L!’•ˆX™Œ—H°ƒ`…Š«Xq‡Kú¥Uo¥“ =eªÿˆš…ênùÿ˜®¯ß¶Î3€ÃwýÚÞµ½èMRø¦EÓ EÑÔÒAã"‰WÛHbÔI<à%É–-K–dkZÃMR$Ejâ°Ä!îÃs¸÷Þãî)’’¸)ÙiÑ/ÍEü®¾Ûóà=ïëdxC;Á¨ÐéÛ´¸fÍä£Yü[¨gÓàXÓÙéj3 2†¥‘*Ñ!”n¶rÂQ9î‘…mˆ†ç‡X!h=oú¡uGFuŠÉ®íÕÊÑÄzÒ]éóë#gßùû¯öþÛ?ùÉ_nfÁÄÆ"p¯ʄ5ù˜13†¼p>iÏÄ,X@ŸpjB¨"ë6d]†¬ßœöc6Øó£FqP'ªÙvñª_³3qôâeƒ„À]y4uÿ³ïýêo'~úù»o^:ÅûRºtgwùB¶ —ü -ŠK²bÚ~$Ë©£2ò°˜ðHB|(#?VÒFÆÂšA˜ÓšW‹Á3<&®F¿¶LìÓ88©šö¯aÍ^©uT>êÔÚ‡í£Vû¸Ý<®Ö{åZßkÇ -M_îÐ+¢©ªPwå]Ùš9µgL•5É’:UDðË -C‰m+FU:ŸOm_¾Oý¨Ÿöá=ÊϘgøÎa†â:E|•(º2ǹðlûóùÕþE"ô5G7kÄÙ‘‚;×ÀŠÄà -õxö0–ÞÄ+voZgŠ‹õa>ÌWûyÚ�/PR—Ž] bÛ–›Re]$å*†DNåTxZ™-£…ª¥t`Ëî{ $”J”>B93J;7É:=µuæÙÆå‚ë\íšÂ-0…®d TçÉZ,[Ošér'W:)€¼ÒÔñJßï¦3û`&´sÍN8?ꕤóÃýùlãÿ‡¼ó]³Ò9ˆä0O³ÇÂv<hŽú”.¹�åï k\m~Ê€ÆÊEòî4Ev— ¼A™cìjËœ·Û©v'Ýi:mPµÓ©µŽ£í�8aĦ• Ý_UŽÐ¡'|xAa^±»Ù ™¤E‰ZÇKý¥ÖAG,TºHríK ²$Vd:’DMR¡t½qÔ`niÈ*ˆjÁZÎ(�¹O¹ö=r9ˆ -ì¾0¬?ÑýFêCÁ³Þ>sòâÉ¿{럾ÿG¯SöËqqÉps+=vY2†fãV€whiÎc,úÍY¿Éo”;¾F°æy6˶KU³írŠa¨¶gÅÌñ©û¾9÷ûS¿ýù•~3ñÕ§«ƒ×Dó7Å‹· ê™3í-{ed«€ cÏj6gd”'ròˆhyPFRP†a œ1OÀÌ)5oÁ´K2Át7Ê‘)IÓϯ¡>A¼„¦jžb;Üì•óãn8ov#ð¥*‡Ýrµ‹•›Q <YµGó¬dJW¬Ùš=SAE^€A‰<Œe•Œç -1M±‰er”uîõTõÃÁµSs¯.2õ÷Xê;4é7+’«kª›DõÍeè[ªæË:À7¿ÐŘ.Ü„U™Z4ÏÔ"`†ç`®†ÂE‹/cøA8âåÂ^@²Å±ªå¡hV…å‘XJ G0q2%óºLÉÀÕp`d`½‹=A97·~yvó“9Öé9îÇÏ9ÿ Knó2ç6Š©\io°‰ïEûñR/4±*ãß—¨v“Õ Žïu0P—ïåF¦ÒÌÕ»‡ãf«¬µÀÝùú¸ý]Tÿw·Ü=—óÎdÜ Ëv©Ó(w›v>å²$¼°,\, -ÏM²¯L±¯ÌlÜx¹sßßJ7Ô‡oœ¹o‡Ç¶úk¨z¤ ey`{§‰‰²á—’!¢xˆ,æ"ã;ÚI1òt—©'ši¹vZ©Ÿ…ŒKrݼL=·ÍðeSBÅŒY’j -Eª%ÁšÅÎÁ|Ò¨g7¬çùÔ`Q¡ú!ŠZ9Ut»’f–¼ÐñgÕ̇Zöco\·:°9piòŸûþòÎ_ü#úB¿[»…[v£F>î¹NÄ ¥B:ŸMr©‚f¹['rj„qâ·C ß¡âø B¯~Gͧ¸a¶v›$%ŽšÙË‚ñ[›_Ýyïí‰Óš¾t’xíú[þô5éò%©_½6bæN;v—bº½¨fN©ÖžIV†E„A iHIQŽÂŒQdm\ÅœP1'[sz!É€l¸|–p’Îy¢pmn¨&Á[ªbËVí¹Û`haµnz¿—®Å+½X¡ãÎ4ìø1^Õ‹p¨¤ŽV4ñª.VQ…KŠPqäMíøÒ|k„2')¯ÃcœÏFXgŸpÏ?ݹH_ehî²õLM߆æSßO×öp,C;ÎQ…wň1=]¨h«îä¾'}èË6xÍ)9ƒ»×«‚0PÉ=J8¨FB"¥oGd›ã[fTžyÄ·ˆzœ‡¥ñ”<ÝÁ“âDœ ¶|ÍQÜwëÞhÖ` J')çç7¾˜g^äœç}2³õÑ«¯Wý\-Cé p.øñZ¬ØÈãåVnØ`†ÿO8¨Ô?šX¶ŠJûÅJ}o¿Q¯·[N»ÑíÔÚ‡{ÍZ¾YITržLÂ+œ!j˜Õ"«ß@ÖiÊçÑÓ™ÛÜOYwÇ6n ÑÎ?¦!~9ŸFæöÁN2زŠMc¥îµÑü)žƒûGöx™wû?$×ySyÇñ‡¶Ìî[gg6•lf³™”&šŒ‰&j" x¹µ¹ihhh išû†nnPPÑ ‡1D'™<mg«Þõ{¯úÕç»Mó¡·BÛÜžƒ±ešÞ>|¾.{²§3ØßÙÜL«kÙêa9ü›wB9‹:ÙfÇêÞ@;hHŒ†¤îоŸPÄÓú#ÊÙ ¨¥ëÁƒZ@u‡ÜP �*�ä|’”[”GxI+'of“ '*YfÞ><úÇÔ“Ì2V5^±«F´™q Ú™a‡ª‘X÷4sÕʶK‘*8hfOªÑ\©']íB w„êzÌF#·æìàÕ)õ›Çûc÷¤ÏFgzùSèÎ4!›ÈJÊÌÍ:DYX³CÆ»â–3Q)ý‡³‰ÃUºÀòUÂÈÅõ›4ò¼ŸŠ“ã¶ôµÞ°'DUoiK¸5vn’×Ãêð¦Þÿ½Õ»mvnJíkòø*Zï«]?]¥‹WºþZ?þºC>ð•;vêÌ’kšÈ˜oisM XC[ާ\øW¾{Tè}®Ä_ëbï ä‚5µe–ì9–)ÃÔ§-Y&Z冎€ø‰ž<#j½ÄéçŸQt~¾z™©\f²°§è½‹ò"97Jž‚¥D¶ÏL,âE¡;,ŒRªih{ËUsóÄqzýx•º¼Îõ¿P—7Ôq'F6ý¢Ãû2ã/Ã]»àÏý½-ð'üo©—aJò<%0J_¸—‘úçÌÅ×ÒÅ×âõ×êð[}øýhøÇÑ'úýÖè}«w¿Õ;ß§7¥b/—=Od.ò…A¹vsÖúãòìëàìëUëvp4ì–¯úé³¼\GÉ’=•…â)0ƒ ¿6ª•ù¤B‹kapŒo—5¯T/çåãs⇳{g…¿0ö~åiŸŒ£2Ç8™wåpjΜU»^�®WbÓS¡ñ™œX×¾¦Ûп™ß¼þ}]y_jW['UФÖ>¥±½ÖØßZ§4– 4«³,‚NŽ¡„Ĺr“"@)g+“p%n®&ÀFDS ”ý%L]öVp €Ésè~ÜÁ£°Ý¢çCæëzæchi”Ìš™Ï¢²•¶K5ú1èÓëºr@÷å(ü½¹ˆÚÎqðKÆ{¶æÀýsPÖí–dÂ%¶Ê -2þ%†mjÒ0=qðâéÁÜðþ¹7I–üÒB±P-”‹! ; ñsŽ$´Òoà�ǧ`zå˘‚Ip‚´ð¶ÿ€M;÷¨XínÝ‹ òpÜ 1nL®ýxàYÕ¥™–º)¿W×\ÅDSž>µ•ûÞ³kâômvÔ9˜o›rôûÊwìùv²—¯Üµ¡³r S=C®£I_h“mMæ\8‘;Iކx»ç!ÂÆÅĤ,2‹Í›RK¶,ÛA®ÁÅ GiÓQàZskP†ã¤6‰†"u¡ÏwP²ƒVDí:\ÿ|W©.tƒÔe"ÞÄ‘dÏ›ÜE?ZÄ=E—=Áy˜Ü´Äç2±=ÄAâdÝ–«Z2¨Úô4Z©V;wÞ§:ŸJÍ~ªp‚'±ö¡Âü_©é1Ý.ø/~dÓ0²a¸Ç5¿ÜEf5„! Ñ#4{AÔû‰æu¦7,nJW·ÕÁm¥w[íÝÖ:¿W?ÞTN¾«½t²ÆKW΃dQ{ÚÅÝpÜoú,aD !Â@„DÄŠÒiƒ.5K½Òmëöªa–Ÿaj_Í«&æöŸÍHFiá3»f袶â_÷Hh|Ì×ÿôÁt_é§‘«á—‡È¤Ü9-±Mn™f6uS`òøéoÜ&¹eŠïmkÿ³§•èŸ)M -ã¸ÜøRf˜P^«MÓ€™a†W¾ÿ#wr—Wꨨ´¥œ·ÓÈéŽãºFTS#4œ¦~HWÀy¯”Äv“?ðKÞ¢…—X>ît`{ûðÎÅ›ölÍÒáÒL²œ‚÷cЮ_Ï@{qÃNàGÕü‚ë³=vZÆ -™5±¾áÅ×V‚¬%èÕ`rL?=¡cLÀës´p÷Î|X½r‡\¹T/Gõk4ò”M5qiá^?àÐ+§‡Ššƒ«W0%Ó«dbjªbaÀ*jÄQe(¦ß“ÎÏ‹+Tܰ•¹†ì‚>»�&×iç‰c°ØE[¬ÙÇ=W…F~aÉ·ÍÙ?K·¡Ì¹•¦NuTÏBvAª§/ô ù®)Ùâ-Y ²¥—uá9eì<<¥ŒÍ�™y(·b#9Ha-ó -FŽ”¶hç¶ìª%ÍFÈб:sŽä?º©Ž¯ÔÃK}?uéKz’'hê4ªy| &Íéu0gÞ%ÌöÜ6”æ9²‹haÅàeÀaNªh¬·Ñú‰·ÚDkÇ Úyó"}|ž"›XºæŽ×áýêTÆQ:‰é‘�øyåðoò¿¼S¼WÿÈ1Ið÷–,‰éùT8ú®Ö'Ïéuà®a´}?½‰ÑSêyâ'VW�3ulGäo{ÖW,–i•m^_5ïðìûbÔ¦ð#j<�C‡¦ áÊ€IŒB„»j^^ÐN,h_¼—Íüä:}jã¼8þß´y“v:™vê:qí$µãIbÇN\̰©±±�Hݱ’V÷}«cW+VB‡ ÐØ`0`ÇMfšöEß÷±;ó™}õ¼Ù™ïüžß£š„ú�†ºŸõц&,ímæÒ-¦î:×ô5Ïö…ÄsŠ@ÑAGzÒO°|ÛÒôQ®&È9')C’«}‚O‡Å—&47D–{RÛýÛ]»GåìU9zµÎƒç±Í" ¨Í™‘Œ-M¸Ò¸Ë¹jå@}-Ò¨ø°™wË¡ƒ¢¿›÷àönÆÖÁÌ-Ô¸ƒv0Ãv΂_Cõ«)]Ò.ÈúäUƒ�WÒ ñƯHùYʪœ]3ª"æªdº6K+±'júª€QÑÊR抜EŠé¨ˆ†IèÍÃóñ§\Üçvö˜{–c¥ Yæ£05ñp+˜Ø\Â&(z$+^iÑ#.¸Ey?k)‚åÄ:K€¹ څÜ$ÌI¸)#5ó“¡ùrÖäNÊ ;M‡N»+²å]idOÙâùmíµµýKrÿ_èÉ?‘ãwñß"ûoÂ{ç¡æi þ*´~X;Ž¿Šo¼F€ÕÓ@ùÈS:²–mä+~¥›’èÆlhé¯Ñ]«4×ÝµÆ -nñ;òÔ®Û[Èv TgÙOî*‘í×ÅU0Ò%é=ýÊ+wå,Pyí'hÇi覑8D€LǓرE×}ÀrÕԃ˫ šQ -±a´yσô¼sŽ´ÞíŸò‹õÝÓjýˆ wb±š Yw¤›.ØqÇìùÁà„ƒ*ç÷2Ó7Ó5šæ/”W†e—«¾bÙzU‘g‚[],t£ÀÞëhç"Ý9O·ÏqðÂmže6_%É®?¹iñTÔVB±„Ë–p©<!`»©˜J³°8¹8¨V#A87¢#–±ç³N2gÎù4IÛ|\Â÷²éÖ‘)Ó0EÝ?¾Ø;®üû󅆦Ÿ®îc.>œš «¿W|ùDöç)è¾Ì6]‘û~XB†=8DcU‘—YSÂù�멼§_ði¿ð³AÁJ/3T7fõ·e†o”Ö;J{°d»Gÿyƒ1Â’Àí™÷7Œ/Wð–‹Þµjh«�‘öJà°8(øs΃¬c?kÝÛ -7RºÂ²3oâÆjbi= ã^ˆœÔ°k*.ÐÒI›QK'kjÄrnqf²È¯ÎPëv‰;IÌN”¥,RBÏ‹iöX„3¶,¤ºXOÌôQ+ó‰_H‹Ïsq(£¢úYÜ$LgÞw«g嬼¢[.!·óq—´òr`ž¹¸ƒÀ±iD°â:vÒ0›EÔ¹„F¨yd -ñëÊtLjtç£-Y¼)J¶¥[ï¼í/ÿ7¿ÿ+vòsâ}äo#oÂí7Ë‹ðöYtód¹~мw–Ø<Onœ‡+ÇÞü>œÙÓ$[s�²%�‘ÇÜÈ&ÇߘíÌ„¶ù±–k+3í…lW?Ôâ/´hÂ:Pº¥J4ç"›¹¯"ðUäšÂ_ó–å6’oÈLk¶9'Š5<X;œ;ð§v ðD#”l„±¨¿4¿eHœ÷¹†ï®Á+„zpéêA´õ†Ø9)o¾,”Ú©TÍëËëB%c¬nñ…‡Ü“s¶õÏ[¾ën2õW'T—z…ŸÜå~|Oð»Á¹?=×]æ¸n*CfüY´ÁǺŠâ\:6”_Zâ¾)×ÒE7¤þ2ÏQbšIª&7eÆ„±aŠåÖcÛиë“Nݡ ‹˜ÛKšIÔZù˜>k„RE‚ÃNRí}Ïà»ê»èeá[Šò[ÔËPõL/>¢*†Æ7)ó_?•_(ЦáºÀÞ'v šâT'ÆŽ•EèÆ\deü¬:ÊcéG{%Ÿÿ¨¸>¬ü|Pqõ‰ü¯TÍM±ñ‰éK™õ6°`�;ŒÙÅôE„ Ô’!\Yr™X‰Ëq²+—Bõ ¤YÕ«Ál¨™´ŠÁœØ[{56pËvÖÝÈ8Û…ÐzÒ¾{×6Ò$K«g‰EþŠVR7«v]Ú-‡¦f˜+A¢Â‚ *ç„Ó5éLEÌ-ˆY:g"1ñ¡Ž¦˜c^ÊP:‚ˆ&b‚ç©:iàÆ™,Ìɬ¬žU4sq-tæyDî•?Œñœ™ÁLÂÈÎÂLLÇDµŒÄÑУÓs“&>–\ð88,UO¨0ß…2ò…ï¨ÉÅÚ>|ò3rñ+úî?ÄÙ/èÙ»ÄéÛøÑ›ØË‹èÁEh_äZçÙS²q’o¼&·/V¶Þâk§ÉÂ+³kIt¥HG’Ú¤[B¬ ¾üx‹Ÿh’mº?Gt! ¿¯-€}æÆ_è0ÐyBvçBu¡ï[çY‹lMš¢A'SÏç‘QylD]LOy×áx˵r˜"Ú±ÌNo†s»áÌv XÒšS±}„¡¾7®ü›Ô3¨Mé±q+ÉXJ=Óe„†œØ”W ¹>+7‘JGE›Àž-#œQ‹ûÊvW´tc -ºüXú‡ï¹ßb~t›óÛÛœîó~ó@ñûqåg,ýWR_6õÈSdk¼HM[SDWá²$X¸kfÌM,fžª°'bä!Õqç©ãÁ„ï,×iSZYÇñ÷25Ý™ôÔdjªz¤'==É$©tŒ‰K$F1v4*Ê*È*›²Ã½¬²Š AdáÂårAQ$Šq—Ä(é$5ÕS™çsìêªïƒó>õ¯ß颺˜�9Z/8tó³F$dÂcI¿1j£°jž7b²=$¢k$à $U-@>¨&PU'i¤[|ôLxGzƒ¢»A7ÜâÙRO‡Þ×7•àÌfá% @nñ¤n°XÈ[s7üà…î‡C Qy³_u‹]ci¿áéoƒ$ºFùX³ÁJžôòBQ‚N,,GÓ‹!|1”Yå—gK›ÈÞVô7äè¾ñîd'͹“qn¢€|*"눫ˆ¸¶PO)åÝòáV)‹@YH´>®]µk2°•qãfZÈDyôÌ0#Å¥!\Jx°ÇßÛîíj™ì$¸»{)s\bt„ŠÈ˜‰‡¸è7 -ÆõtPÊÄÄ€d𩦜BlBœr^Üð¸ipÞHÿU8m¢†Õd¿Š<£"ùÔ”-Í1ΑtÒ`3SDæg‘<Û7bÇv <¾É” ·N üý/q€¼úsòÝǹÓᓟÂGÕP¹=¨Fw«)ÐÆ)Z‡oœgŠçÈÊ›H¶âÆö&b9pÛ¡R´<‚Hâå‘è¾)+“‡ªôà §x 7%ʆèŽ*RR7¥þ¢ÄSà;²LJÓÇÉ@¸,Ð-ô¶ñÜÍLG‹`ºÓ„J'óúpÁ…í†r‡ñÔv0½Îy³=&Uûúá&¢âV¯üf¯âÃtßa˜ï³ìχ]Dùì�ä&TfÅ582œšçÌEÈw§Ê^Ë×\'é®ý(È¿¨cÿ¾q©nðËúÁËMì+D_·J¯þ¨ù{¿ù6{ªFäo”G´HóÞ6ž{fÏv€,ø3#úDkU„›Ä3uÞ{w'û¢ž—"ôFãê˜NÂæ”ÒšV[SB-Å3#CÚYì~η·°ÌMýʺ^Ym¯¬q@ùˆ¬iî¹ß.¸þDpý©äêÕ?H¦ë4ë÷Ü©»²Aè1"´ñ”x±ÇJKh£J'™#“:ô”ejaêñÇè>®eƒUÝ¡kþÅÑÜ›šôv’ó%'±!¨{1â‹q<_\Mæ7°×••ƒ“Ò~a-3µ†»V³ŽÍ%×VÆ[ÊúŽs‘=l¦„Ú·PÛZÊQÄèKÐN ڌÛVæ%·*;!ÅtÜy¥Fx=áÁÎ(«+HmÓž©O|ͳÔÖi"ÁI{èaµÌwÌ -;g%Ý91ª¥Ä`ZÒÌŽé˜Õ3æC ˜‰X¸ˆM„:GÑ :!ŽÙ9s–¡¸…1PÃRPEÈûr¢OJôJz¦¥D }ÊAKDe1dÊ4&qÆF±×SØsâPŸ:Ò¢Gš…}ãÚéDõóJõsáì—ÂéÏù·Wß|xuô1*ÊïXÚ©®lŸçK§¯vÎ×·«Å×g«›ïÖÞ¥ŽØÁKtϘÜÕ£ûPº¢Ça¬¥`¬¬Ã+cÙ#[öØ–®˜“ûêÄž*YMU¤`±D^+ýkBÏ2Ç•´ašh—<ðTèdO53\)ãû-÷©ŽÆaÿ}†jÃÕ¾¢-¸nš+Y£ðü¦.ðJå@yê cïè…ë{ᢩ¶Ïx°¤Øï2ÝE¡.¥ëq¦c™qŽ}¿”–,$… „1ã{9ë†5×ûµW;$Wyhä]jb}õpèr#ó :Οê¹W¿´Ë¯ßÑÇos§¾ùîª"tH“9ÕjÆÚLh»iQG+BM#³ b_ÿe7çûh¿!ŸWÁ È‚©ÆàÉ™+§ð,ºr>lŒ3áЀâe7ÇÒNƒš”„‹T„çâÚ6þw�y§ôoDèÕr“n»Íuß•‡©C}p”‡Ú�]íe‹‘¦šæ)½LŽ©‹gig›[Ù†zޱ‘Õ›Xúç,U@ß�Yˆöé¡™€y.îÌ.'– -Xn ]^Ooî/—O7OÎ÷NÎwŠa€|mÁÚʼÜ[–³ÁÃÅÐØ-Øxs‚Ö“Þ5ÄSŠMn#SÅèØjÄ´:ç§ÕKV -±rˆÓ=ÏîF¸=azGˆÖ>Czìí#éí YÁ³°¤kNÚ;'í Ž¾I{#*Ò<DÂç Z¢ä¼Ç¸¨ŸvÓ.9îR¤&/ÇǹQ++fa†täºTôûG{§pIg´ôñSq%’œžœ‚K†¥Š9Ôeά�9v-U,¥Ÿ<ÕÿÞÿïUõóê»ÿ¬œ~ZÎ?*ý»Pù´²û¾ðúlyû¬¸[Ý�È·Ï×¶>äŠgøâI0]ö¥ËfìÀŒW'æÅ·¦…7Æì± ¼ðÅ“ñÜ›ñì±5UÖ"»Šø®(¾'Žî¨Ã¥äî%¶=MÖÏw+‚²Ùv–ëÃùæ$Xë»ôwzL5×C¿Ýz -fwNå+ÀáUM ô-˼¹CŒ-™î£ÙZéö6ºƒ@¶ÖSí5Œ‰|‡,ÖgÈYr<{NàX¹V$¯rÊ•¬Oó#a²ÑC@ÿìÓ|ýTr™ ü¨yø‹fþîW¬K5ÌËwè_þÀ¼T?üç'Š¿vé¾%};è¼)ðÞ‘hcÿg¹¼~ÚÌò0ü§ìjWJ&Én´Ò®v÷b•]e23™LF‰Rè` $ÄÄtpŽà†Ë玿l\pcllp‰)1ØSSIQ’ÙË=“YéÑÑÑ‘ÎùÝ<zõž:¡·Aèmâ{8®:ä,gí¸£†Š´Óf:¨0fÌö„ -ãX.²Ø7.çjxS‰ xE`_;×Dö´Y˜Ç51©Ç0`ð2ôS^K7«äyÛèÏMÄK@ò¬K˜‰«}ªúÕWñÆëÑÇv °!¦Ÿ95@ÑcéF,áÃ}xy+IÞD”7ÑälÅ4ðT(†¢™,ª%po“5lY—Ì0`´ m.…?Œ,§ÉŒ?•›¾—Ø=Éìçßl–ˉTʽ…ÒÍVL]Jê7—uÛ)S!nÌ-jó!].¨Í&³^YÆÏÉy)¿"ڸí˜S:láöèÉhˆÐ - ·hñ÷TõêÁ†É¾ZIÏmå`½z¸ÑBjE¨\¬Ç.ÆÅÅ89O@&»E}.0¼×)êîWæÕä°Žº`d„A71CFƼžÊ¹[N�¥Ý%èsŽwÃÔN¥ÝJë€è* -ZÉí6ˇ<0?è–ºƒØu¯‹£{Z_I9€ÊšÅ]h¥lÝzã;ø9ú”?ù¼vüiíøÝúÑiáà]þð}áàãzõC¡ôº°u’-¾Ø�läë¯kÑXÅÙ†ÃÛ -@´¬Xªª—ÔËûêø>ØhâûÐòWâUM´Ò^àÛà¶xñŠ>VÒFŠJß³ 8AWûÙ¶ö1}ó°¶¶Wq³Kzí¡äG”à2à©ú戵Q8ûxjeÌ!"IFh]îËŠ‘8ÃU‡DÎÇdS`ÄtwºA4×PàÆñYãe§K’Í)šei[Ï$ù«ËÜøÕëTN7ÉñþÚF¿ÐÌ8ÛD?ÓB=×B9×4z±väÜõÁo~èýã÷Ø?üŒ;WO½ˆâþ£kâŸO•—ð†+cÓ?Ûoq\wùîzÞl=Àu7ð<t{'Ãñ6óô7ɹŠ<ÄS/ˆ-I‰=«ò<›ôm¨üJoAîÎÉ€ç†Så"8ºxÞÑ'lÅðê2o£¨Wдï:8ÿÁHþ/9Îpßa X 9ß5Âsâyef[…v‚`f�'»O5Ò 6•«´cSÝŠ©Ç"c'KuL\GÖ0ÄíBuÚÈ2Â"—×[ñ¥óÁÜÖBùhµú2W9Êí¿Z?>Εvâ™]:¬Ù\T— òš¥”6o&Íù˜.Ö -óʬW¾æggÜÕyUÒ+‹;„>#mNIœ˜¨fj§€Ò5K{îȱw}5�߬'ÞŸmC¨í³ìn¿°×/î÷Šz=â>¯dÀ=ñ+s²á€’‚F#:Ê‚31:JÄÌŒN±€çs“DÇÄ(í.T3¥#Ü3[äÖÉQ”NÜë6ÓæÁü¬HXœ‰îA‘=(z�Eö„úå}Ãê¼}:¿{š>ø˜=ùœyùKöõ§"àåçW_ž¿øïöÉ—âþ‡bùíFåí6 ôfsûõ<] GwàpÑØ¢H¯ª‡š¯@É#íÊ‘>y¨Khç‹»ŠðŽ$ZÇ«òå=c|ׯèb%MpKêH±dsØ_%‡jžÊotN\} ü-¼Ò&øö‘üaº‰3Ód™3©qW†ÈK¼kBWŠ/1´<¸Hn¡X›I–ºã]úLÇæû»%‘^õÒˆ>5 -‡s{ž›[Qe“ÊD‚3 kì÷FE—òþŒfžmå|sŸ}ÅüS+óBõ/uÄó×Ï|Ûó»c~ÿ]ÿ™›¤õÌ¿¡øï”ü«¾<d¸:6}ƒn¿Ã™nÿ¶òçÞ&– #íTšôˆ¼8ík*)tçÁ-]lÛ˜¨X’[|ÛÝœòe é˜Ü*=lá4™¦í'*žIѽ¢{á'‚[„?b$×{U×47† 7IÖÚ1¤áæ¸ÉœYÛNbÂ#dDàÎjº(ŠV¥ç‹sí!ªcŽdsâŒ3ƒJ󎪕2QG7Sm|/³P-N…oq:÷ï,–S»/2¥“ÜÎq®üb{çøy6\Š8ÓAS6j-®96VàÍ”3‡ŸE¦�!MÞ?™™“� -~eÞ«Èzd ˜¿lå,š™1¤!‡5d¿ïžèŸ“úäÃ>ùP@‰ª Að—”ø$p2‰ó+†½_ñȇ¼ -œ_M -éÆ"ZÔHOÅ€Û&æ‚•³°#†O†w€çbmŒn3å¡i¬SEj“âšÅ¤& «Ã2‰uèñ„pñM³³z‡ÃSröý‘C($¬"©*’Þ‡‹ï;oW+ïs‡žŸ|Úyûy÷ôóÞë/»€—¿T_|Ù;üX¾«TOw÷ßW«J•ÓâÆ«ÄJy>¼e mZæ·$¡¢,ZVÅ«Úä¡aåȘ:6¤«'ú˜r¨M@Ë{Ú¥Š&Y5gNàÕŠ=]žI•ìÉ"n]X7MÇ8"[ï€üNŸôFþS;ï2š¹]p¥KBm2SáÀ_~«¼Z+%ÕÈòºË“–Z#ã"gdžGP,¤Màîy0²fr¡WÇ›VH¶U†=Çž-ð«P>N¥øÑÍèy@“|ÿˆ±}¾wÅ=‡f]´2þÇs}ÿ´ŸÿWZ©RR©M›KÚ;¥ó’öFE‰rIB¸Ð„;F‚YÁ›ámcc†1àmã½m°1xïmc<ã@0„•ÕªýJ•Þ?~úêõyô<—ªû~õä×Ú~q£çÜ]äok ŸÕS¾hžøcã*Œ}@r«¼GÐTÀ$×V‘f«€s‚æ1NU‡’>ȱŠÖQŒç�+ÙøBŠíȉÀOŽlª¢›Ú`Qé^•ƒ³HåcŠlãœÊ„ -Mô 9}Ì&£Æ|¥ÿÐ6y»uâ&@Þźå߆‹îöI!hõK€œ Eàp¼¼—¤D�äq;N�Á²ž)œCöè„ÑK6Zq3F³ˆ’èzi¢fÜäCØðåš -!1¡,ѰÒÀvuKk2ç\)ùòl9œ*Ä3É\&�œ‡-¢˜]ºì•Æ=’t@»ìU&ì’¸U”4±–Œ`˜SC³c‘9ÑQª‘€bØ+#¹…8oaõYXý6΀ƒ´sÌLø¶È€9Øý6ÜL‡Yp+|ƒ�òýT‘Ñ„[y(ÛwŠðn Ñ.²‰‰ÚÈÐS¡êáv%¡U8Ø�„³{ë'zji=µ“¨Ç<r“€Ö*žnÓH1‹³Þƒ)óyƒ©Ä´–Ùžu©w]êÏK“¯õ«•Ðê~¸¸Ÿ,föŽ×+§gÈwNr@8¨|T,äò•õÒ›bépm½’Mîxý¹ESJl\€«sëê´3Ïò”¸�y� ßâ·¹-n`Pçx‹\OØGw”ñòܧ‘¼Ö·*÷deú(³0ØÇ«í˜¸Ó8öu=ñ¯ð~B¾Ö+x(ˆ`¢[òTE·Vqî|ŒV>¬í̽þ.„»³Ž_èFŒëšÉš†qCˤ©sÊÜ5e…Ðíí�9ߗЊ _ -I¢±?@u¹†Ödöí6Úï[F/>ùÍSÊ…gC—ž?«Ãþ®ºÿÂ?ºÏý ò³/ÛÎ]m?ÿM÷ùÛý«q—‘¯4Œÿ©eúZ;ó+(ÿÆ€ôZqP9QsŸ¨ý~H]‹“W¡Ä5i-Iùm¾]èD«ÃÃŽ'P,mhSÛúÔ–)¾1ÊÍ»ª…˜\íåIìt¦ž2"Á13XAçàLRðÆoŸz�™ºßŪòj{upqR ÖrA„•ÈaDö‘%ÈaÎÏpÇÙ¶Ýê¶y)&iÖŒfh_`™Z)7›‡®·Qj{hO†¹}¼¹Q³Oæ[ÖRæÈª=šÆ -Áàº3\pón{rqÞÞs0ü^V8ÈËTi¿2á–Ä삘…5MÅ ÌØ=¦žˆkh˺ÉÄìTTM H‡½¢!ëÜ387ë䢤“ƒrqPnÆÄËv¿…;`ã#m3À3ÊÌ\d÷vðø¨O=câ¢E@6ñ‰FFÿÜd¯n¤M1Ô,ÂýÄDÔÑÉÕÄŽïÇáu\L½€Ø ¢<ÓÓZTRܬšÜ�¥ÞøÚ<Îàøb‹%¶¹Ìq¯È@®5adK=ôg|ùJ¶|˜{}\Ø;)îžwŽÛ'Û§å£B%ŸÛY-ìç÷Ó¹½dúµ7R2[3âù%®!AYH™W¦í9¦«Àó–fügÎÏ&yh›Úš –y¢4X’Å6É]s²lIl˜ÓeW¢h¬šÂ+&wZ©÷s8~¦±kâ»¶Ñ[ÍÄpf:<?ЯoÇ7+™ƒãÊû¿}ûî_ ã·GǧG{ïV -{Q@Hf'Ðæ tc'Ãò’œlW'× œMr¬2JÔ.QbAIÄ/ -¨>ÿ¸Á”>€qþÒE¿òbúófÚåFÊçÀù#Ì媾_äoûùµŽ_^k?ÿU×¹›ˆ÷1k‡¾x6ö‡¦É/_L]ídÜÎQò;Xå]¼t ªAK1²Z²ºiÒØ!rb4Š3Ë•d‰ÍÙì®qe×–yeY.[Ck[Z;)=®qlL‰"‰h~û™s „¨èBI›ºYuíŒênΙp„¸!y> ‡`=hy7ZŒ (#j"hL…WX:쬟Ì< ®;Lu…¨V?EoÃ1uhFUñÛ'¨«?b¾{1T=0™’áµfî¢Gj h¬!%²àˆ[ì £my^ë‘«]¾†0-°š©>3åS¦ýª”Wz†Ü< JÙ‰yVJÏHÎÑ—44@=$ñKÈåX@JÂ\´¬A'åà<|Œ›‡v‰° ä‚qrÑv!P·ð‘VÊ*@›ùÈÎà"iþäÜÈáæ§:*T9Ô"D?å<žxYMê¨"BîÚïS 5Óýùø§šÑÓr1†Ç„]¯yy¯að q)ÓÍMWVêÌHìY¾¿(˾ñ§÷½…Jvó8¿{œÎ_•È_nl–Ö÷r+Û™µ•µÝÄêîr¶â‹oÙ«²ùW¿L1¦ÆÌÙ)pɺò\O‰ï/ÿo]á„_ñÂÛ‚à&n©R¯-+Îâ›ÀÊŽ3»åNm8c9(”Ÿs¥ -/iÆ‚")Ñ3ÿìeÔ0M½éSSæÔ´¹ŸÝ;É¿;<ytrúáý‡ÿžíœf€óòG§5Éf™ºÆÎ©Å¾Á÷Ay^èŒ!("Mœ4»<±C!v02íÒô¾A¡BPÝé|û’¥•qéù9®ó¯¤ó=ŽãÿÏ=÷Þº5Ýš™fš–S73ÓRë”eeãØhî&"nÈ*¡"‚ÈöåËîˆì_Ä‘MEdq)STÐ~¹_=çy¾Áã|¾¯wÏ•’îK¤«/[þ‘º”†øç£º«içýë1ê2¼X^ÿû®ãFýÖ§ÞÛeŒ»µìÿ¡ÀŒ&Á“fa&F’EP䤹XQv+˜C¼¤Ž|dj«¤fŒÒÑiYí!©'2áMúã/ftnê-þ‰©•Q[>daó4Ú0†,ªÇ58ð3^Œh“!qRDPŽ`ÿ]Ç)n�K›„âjŒ¤š EâÄ¢¨±]ÞJ‘·u‘Ùê>†’hzyêžùÀø´wÈâ•Av¾fž9l ôŒU71_¿#ÝyÑúËËÖ{y¸û¯ñ‚*@Ý.…h -3sx¾8â)¶ÀÔÃÖtvMbÈ£ ü¼RÚc -ð~lg—åðzñÌ-›ùv=kIÏvêX-war`QÆ¿e?¤è‚£¬Ó$ëÔ€D½�ÕD€‡$#ئçáB‚IÔf·A"¢Qˆ7pF!Þ$&Âi�œ–Ó�Xx«8C½¨Ážz!h¯ŸÐÑaáåY¥éøÂ{ÔŠF].€Î—ÿ’“K”ôšFoQaÁõO‹Ho0@i÷(0*ý*ÓŠÐàMÅLpÔ_þ®'|±d`ï8¼{Š…¶ÃÛÉhìd+ô}#°»Øõúc®•ÛêŽÍ³c‚³†G&år‡ÊCÑúzkÌ©uîô&` óm1á|°Ç…θ¶%±Ç\1Mà›-”X -,mì;VcwÐâÙ\X8WãþˆeiKwÆ-}RC‡p’¼°>>´Gœ‡{''g§©ÓTêôä\*y’<>>>‹KãIk`Ï(671'*ûuyÓå| -˜ƒy‹h#_$,S'¼ýv;Ïî�ìK,›ƒ©·‡M(ºæ ì¼Izv^ü^ÖóŸ?É×òñ—žcÎÅ\ÏÅüžÝú[VóÕ'Wž¡/=Ç]}Cú©€òKIÏpå}wªî×q¢€GM`z‹0#|†æg6óžâD/ºF>h«dÓØ GçŒkÛ¹·”¾¨Ê5x¶ôöuíœWiô ©—$ƒsl@Û#o—4´‰‘m¢:‚Ñ&Eb%µ@9,”¶ˆ+[e5â*<¿eõ°s’¤¥Cí”·u)HôáN@ÏCçébۆʶ:dr&çúu´‘ªFÆ«|âÙמ¢n>CÝ|ß’QK/ I›Æl%˜¤°'i51ÿ°ÄAdPVÍxVFÏh¤d¶sò5JÚ¼ð̺Ìòå)À=Í÷™A»š¹d�:®SǃÛ5ì¹ñÞéašIÑe¤$d“¤> `$¼@ŒÂ…sây0l:¯ãc¼ÀèøX €›`£ÇZ{°m8ðKû7 ™ÿ¥"_”†þpSp›Z™I¯ÎêGä°^] ÿ4L)¯(+IO{p+·.§¤ãyvÞÀi”;>Pçæ™ƒÐš -ȬÑñ}wôxu'„‹'‚±D0z†ùæþúÚŽmÛí‹8}±y_ÜêÞ†`äá‹§t] ÷÷] ç˜7xs!À,DÀärxT»bꕯ,<šô†–6÷kÛNdq=îÚ:ßHîо˻m°mŒÏIMnÐì‘lLo'—wRîÄÑ·dêðìôôùÙiòÇi* ;?JE÷ÁݳÅðá¬ÆCa(+hªÎTwÁ™®fšÎ‘ÛÛGÏ‘÷Ù–{=}‹nÀæâBK,•…Æ5¦«Š £[dwÀë5¬ËŸº+îúõOJÖ‡ÎÌäÇïIòp¿ç4ßÈnþw.úò+ü¥·äk…”…]?ìºYB»UÙ{·†qÉJCqÓ›x œtë1šÿ¬CQÐ?Y*65ÙHf˺.p…GÝ‘q×–ÚR͔Ӱp0²ÀÌP9Z"uÕ.CåH’´/ªÃ‹ëZ@D=§Á.CUÍ¢Ïh1¢•_‹di}§¢‰>ÒÜ?Žé=¯g„Ä7ôŠLüa«|t~òA†e£Ö©³ŒH¢n%®‘]–O~Ùx# yåaÝåÄOùÄ{(NQVD,¡Œ”u•“˲b¬¸ˆ +jྮãd7�ÏkûŸÔ³²©¼b±ªÅõ/ÍóZ¦ËÌŸ7‚&¡Õ�Ø ÐfäÏÁ¹Ž;=Á€†iÕ £hÅíF)Å éÐ ÉQ»^ðº8$áLðQ)!Að‰*Àë@Ü$°jFÉBï·¸«øR1€}Û×òº™«Èm,ÌB¼MG¿¾‹}{¿§ð6»ô!·"]P›ÅiýŽþ¥¹¢ðÕy·î¾¸—W›ó‰]Óû -Åyê£ÊçÕ~Þ„—£Y&W¸j/×ùãÞða0vŠ'ÂÑD(|°<Ø€[ß÷¯ì¸Wv있ÕrGÍËq{Û°°5¦w”.ªÊMÓúúk¦�׼ΛÝ̇ŋ[CöÈðRDã‰ëWwmÁï®èÑÆv2MÀìZpwusg%úus/Ý; -olnĨݜu¬W‚Ö½DàÛAðð8’<>8K&ÎN§©ÃTòð,•øqz|–::9ùš8ÚÙ?]Ù>rÛ¢"¶ -IU¾c‹™P ÃXÅ6¡À9´ÔÖ>ìê÷üŸÄ:{J3K8ü—ÌåTMÏtºÆétbÒf™ljÚÄ%Ýq‹11FÅÄ]1ˆ¢‚(. ›" ‚ì*² -(ஈ\q7@О›9ÚU¿:ß©ïú©÷¼ôy;ͶJ·öç;Û°@ÎU³ÆÊ[µ XYZ|Ù &sûy)ãm-õ3ùÐǶhà<¹. OÃü”‰¿™ÕòËÇöÈüލO¤{…¤%ÔGPú33ÎxëŽÑŸ£Ø M·$yg¤jp -cúÚ=µÑ»ðmpq{ÈúmxÎ)ÂG—ŲYºÐLäñuqÞÞk—"[$U8#€Õp¡pV ŒUW÷•#ûÊòŒ0ˆ¢*1=º&ޱ¥G‡õŽ9zŠxœ¯Z”+*ŬB9«ÒXµ²I)@NU7¢¹å¿%¢îþ…< ™Š¾_H|‰`¥×ó²p¢\?ÍÍÆˆ!Q®œ¹YƒYè¾´Zn–šÙÊÌQH0FU»}œgcáÓFÎŒ¡×fá/˜x“ZæÌHEÙ9*%ˆqû5òvƒ° µ ÛÌb¨�oä7x¸ëÀènаÑêžÚaFµ’‰f ät¤„ü…‹/în€PPÙÐ$La,,;¶ìíãò7Ñ•™Ï±Y1-y/»óŸ1?Çô–½À^u!³™è¼éñ"Œ¸õ[tÜ»Çi‰úWåÔXwJi¤®G<KRÚYÒEÚ°¡¶÷èÜÕûn`ÇåÛøòï֖ǹíÛüæu8OV�òÕƒkäûæe—8ŸßS˜"Í -Y½BÖ®ÒºÉ &9gê;vW„Ûdv—Þqjþî[ÚØrwp8w·]gßA@¸7txÜ;:Ö|kÛG¶õÝéÃeoh]^„ü—�ùEà2|…üòÜϯ‡Oƒ¡ÏÅ:@n;”pFPíGM_B)êÒWö˜‘¼)œÄÚ&[¦Í¯ðÂ¥u…mU6¹*7/ Ê»„SDª¡¨Uñ±Qœ‚¾Æs°¢\·¬´RAÍ�vÄç4Ggbo¥×ýç öFVËÏ9„[ù¤;…”EÔ‡%Ô§eÏ*h±å´h×3hçShg4œ‡á¥¶ f1Õe"J·Ð1fïœtôÍ8ùNi«Yb*æ;…Íl𡫦k$E%eFQ¡²ª6ª¹ŽæC‘ì§Å“¼Å/ÆŠ*qeÉÔ7LX‘¥I8Ö,2á%ãÝ]6'S/©‡m&Ù¼Q6?>8mO¸£*ªŽÔ DCÈIÉuãk"@iMwRq‘ÚýD{eÆ"¸ñ5ܤ:þë6é;’"›*Ía©ûUl-”¬*Àd£9 ` ke%÷ATJœi´Ã2œíÓ1mFŽU×3!§Î)é“C yLÐj´òðÆ>¼¾ìä8c_³ž†6^ÇiÒ°±jVèj'鮑w!å]ˆA -l€\)!UòÛʘØÏˆ÷Ø’äÚüXFTEjdù뻕i÷k2ž`>Äsc)Ÿ^Ròžõ–'uBÓ)e)ÍÈŠ´¸Ç?üøKÄÍ{ÿŒ|yÿEÖ“‹Ï¯{¥&—óè/²©A‹Ä*çÍaû—[•‹B£C¶îÚÞœ¸î {ÿüà»÷û¦Ç¹åÝÜò9=+Žã¹µÃ™ÕCóŠË´ì2,�äê©-¹~¥]ehWè#k““3±ÍŸÝ²îÉ÷ŒË&‡{qÛ»¶¶sàßu¹Ü~×±ÿä œø‚žó°7öB_àØ8:õžøÝžý¯Ë: _œ…þ‹Pø2òðåEèâ"Ϋ¡`Ð<÷x/¶NCΙGWK49` !© 4M)sôÇ\/˜n°’€ðe§ÄîT-o(g7ÔSk -Í[¾DçLÃs‚â=AñŽ8\ -jèGTqJ ÔŒ2rzñ%¤%öþnfãwÍ9„ÛŸ(¿Òî•v!Ñv|57Ί¿vþ¤œ -z -ë~^Çy¿íRñFኩµcì+ÓÞʕޑE†l–*'pÇ0Lª[‹¼r®«fj™Fl§MVcÚå5X1¼¶¯G¡õ’Šú~hS~Ñ©®a6 -Í8ÉD³ÄÒ*"ÊfØ ù¼|dE¯Z²h–'†&‡æ,ƒ`àšµ]®[DOyÓøôÌíd쌖¨ŒÖ¨Ä{yä‡EÔG%]O`Ì8¬$0ô¾×T*2ÃÖ:ÍRë°µiÀ†éµTå™ÁïT~f§(K(€Kj5R¢^AWÐ&4ËÙ n›’ÍýD YËÆŽ°µ,ŒšY?LG«õjfƒ‚^«dÔáŠîº¡Îj) )¥ÂûI_„íe‚¶NSa4ä‘‘ï›ÊRªsãŠR@^ÝÉÿ©0)¢"% -‘ù¸!+¶)÷9?ŽVÀ.Kd•&Ð*ÒE¯^<¸ýóßÿöݼñï;7¢ïƼ}š^ž˜ƒz]Üþª %>·+î%§± ÇÄXq"[ó°où¦Ú8ÜÝóŸ¸Ï]!ß9ÛÙô:ž |ãÔ;ŽgׯWÝæ¯n€|ĺ§™ÛU™¶¸† 6nXg™7¹S;`Q‘Û\ʯ.ÓÚñä¶gu/àtöÝçû‡÷U¾#€Üwî \œ….ýÁ‹3@8÷r_ø?òø|ç'�ùyЄÿ¾¼F>!ПàrüüÜãÿß¶'¼i\e0•²6·Óð©C™GTäRTÅã—^So²Q<Køº1²;¯ZØ2Ï:Œúÿó\¦_I·iÿ#æÅ¼˜9óbš:õ4-¶ÌyÆéñqÉ”¬ÌÌÔrß÷pÁ]LP6QQDY\�A Ä%QÌÒJÁŠdמ朹íÅœó¹ïßïzÿ¹¿ç{mONmðy::CÙ= ÃѦñrUF$ˆqh~+‚ž_Û›QÖ]LŒzÙ’‡ÿ=·ãWho@)5¨ŠyïÕÈc$7¦ŸŒ¦¡y)MCq5´ˆ**¤‚^3z†á&vòéÓ°±…æ -F²J’é»Äz’p…ÀÕ¶q–PƒÊÆœ6[˘‡.6¨‘ƒ*4c¡…2ÓJ–! ¢¿¦eÖÊ/ÇLÀÚEØÉ2œF‘×Е l%rt±y| Z!‹WØ¢Ö¤njnK)ÙPK74Â5õ¤A3¦W ª¦)sä¶×èJFBña:10“œEÎ¥„PCòû‚KúBŠ)Áu´‡SÜiôÌ›>•©où}e{pi“¦Ø¤ÊV»—à¢BôXQÃPf52…/ë’qBF«d˜AO1›§™-â&q_ƒ\'è®v× ~šüšç÷ÂÙ×]p®‚‰.f TQ?"O#U'aañ¨—ш‚¨šôðâAyOýS#n� ‘þå1Ș”Îô€žœàÞ¢0j1„P+{Võ2=ðö¥œûåê•[.ø_½|1 ê&$!4®’Pý(³22« -’Yɪ‚6"˜“#op¬U¼tmZûieûèý¾ëàÐ}dq™ÝÖ}§e÷øÃÛ/Û¦£5Ó‘~ëH8Kr«,ž†ÃÙ7r€j§ÜåÌ¿,î²4{ÜU³Äp(k[Ûµoš-§ÕêøjsÚœv›Ãþõ«ÓþÍítº¼/X½§Û dv€Ùáq;¼^»Ëåð¸ŽÝß©ÛʉïÇ©ïljïûÉÉ÷ ûÙê‘î;9òúlöÓõ«‚§nì$ äÙ´.Q6Q˜Ñ5YH•ØŠ&ÖR˨JþÖiW nÃ'•nG1û^,Û¾6s´ýU/WÝÇ^¢){)ó=ÝòÎîI8†]ROKª¥¾¨¦EÂ(Ò¾ JFXÝHDËë§„©ÔN9èE=3…Ý’Bð¦šGŸ5?Ó½|Œb?ÇŽ%Éû%%\E_Õ"Ô`ãê6ž -ÃQ£G5öR3`DÕÄV#¹:ïM{ÇÒbégô+±dy+ARŸ‚d5$9œ4]Mš®˜¯g.6²¶1¦Ä‹WzÄ:¶LÏ“gåóÒMtS#6.ÉëZ–fn`J’‘ãyՃɕ#15œ¸*nL576ü�J« ‡W2 £±ÃØ’iH·3jØg8&߸ÏÓî©ß1…›m4eu7ÿQÉ_CþÆžÀÈÓ£„aR9§»J@}Å#×p0&ºhSü([ÊÆ—±peìŽòa|µ5ŸŠ*èGvÕeâ+’•ÉUI8Øó–¨†ìˆêÔÐÒç¿=óÏ|è—~5õþõ´7s£ý+cƒá a˜”»øL%÷.Ò_A-¾‡ÅÁÓCÿãwþʹ?_ºxíü¹_®\ ¼y3ìr`ôû‰O ’jgUCRJƒËC’+!9Õ¹( -m <ŸÝœ×™W·¬ïÌîC‹Ëvà´š]‡àÿƒãÃÖÑ–ñP·nY1YÕ&›~Æh,s«3zËŒÆÌWí-~d-|`©>²Õ{\ð«|ç«qÏù~à8´|û|æ¹Ãn=þÿ¿ä'¾3É=�¯ÌnŸ×éó~s»¼ß}N~&ùÉO½øÎ -õÀÉOÉON?É-ŽåE=§O\LäecEñDI"Y’×1‘Iš(è“•2lu+W‹ßÜÓ›ö×6÷õ{oÖ>®¬îhµÛš%“jF¯œÖ͉—g'5r¡ZÆWM*#3cC2F¿°—,DvŽ7b¸ˆ¡$'º•K%õÌfÓJ‹¥E}¾”&/î“iØñ”6^†Û΋'¾NìçõO¿TVŒ,V1Jʦ -\ªåèšx«Õ|C@O®E†Î©õ.Ñz»Pæë°cËm£Z"`X§)Ð}³˜3õ4UÓ ¦‘©n`*kÊÖb3O‹ééRã°|S*7I%Æ…©u¥Ø¨•l®Hó“«²QµhH1N™éš¢$$�^†�´‹ÊP(ŠW€`å§j¥Û뻂wé–…¿þqôE¦ß…«fþü–5Ûû<%áâµË—ÿþ' -±I7G×ÊûçøíœÞr*:§·%“‚Ì 2zêSqå±]5É=õiÝõ™¤Ú4bm žÕ^•†€Æ# -_ÔçÆVd>+M{Mzw/'êßo§A®§†_K¹w=5Ì/âü<êÆ«è[Èçþ¨¤�BVhGN8¹èa/4[ÓY–çýò_.Üþ+àÒó~wÿyíŽßÍ +‘¿=JzZö¼ò~b]h|eP\Χ鉥O HÌÄ�];!ß™ÓÚVÌö¯Ÿ¾|Þ·{Ì`ësí:¬[N“Ѿ®?RéˬÑ:¿e›Ý²ÎlÚ¤6©Á&Z³N.ŽkxKŸÎÐ÷Å«ûóF› -Tñ}Ç»Ãc3àó·/v§ýØÎ±ÍqüÙå<fÿÌq�ø‚öqêóøÎ&—èíu{<.÷O<žŸß?ÜžïN×w»ûo_NÌç®zgŠ5Cn+Fs_6Ž%£EYÝâœ. »GšG›i`©P\u÷[³aÛbÜþÕõÕTžÀq|çeŸ=2Žã(¸ -**âÀ ƒ (ˆ‡æ°š`Ai -è¢H©i€ U „ô^L!½ÜtB i„H�=û´ÿ8ó°sÎ÷ܧûø¹ÿûûÛÔ«J»ª„–e²©xN4òÔ–r†.ã’¥l¢ˆR±òÔú{xÕÚGk˧÷ ’gÞûÀ8 ,•ù”M?ûÈyÒËx¾¬RÞ{\fódFÓDzæ÷.Â=€E+ì¡!h NQ þ 9NÐÖP´0ºÁ2ö°çz™†vЦ…uUíx4©€ŠÚgÛg;†%à,j“½•ÔÌÖÏTäc‚z‚¬¬ B$º†ûœkÄ�9SÇ£ª9%+£KI#BÜ€hè£h°[ð„àÖÀ8/¬ç]ôŠaA#×<-âL6ºÁ†Ó[¦Œ6†ÞB•,×€/®Ï>´ç‡}?~ÿ]ëÛr¶MÌú c¡>cß‘j‡ÚŠZÊÓ_>ˆ«Í¿ò"÷RUVLUÖ¥ªì+ÏsãŸßK¬Ê»öôNÜ£Œ‹ù×#³Â2bCS£Ï¦DŸJÎŒ ¼uùœçÄÉK)ºzöiò/¯RϽ¹ÖpëBçý8ØÃxdQ"¢èª8éýã´’äóaÁþ~{¿?tÊÏ? ÿ)(êxPøÉàÈ I‘׳¢ÓJ/g”E§?‹H.¿‘u>évhêÃØÜÊ®Ú^Ž>Ç’¹•@ø¢Ã¾¼î]qm/z›>ä’;øâUŽb• œkmLÆNUÛ©J;Ia#HíSœç³fŒØìC®´ðtë¿#wº¶|È76·Ö<[ë^ï&X&@ö®øßc翾ëäÎ×Ým@¾í;ì·@ÛÛÀþïŽäù²±µëvmÛ×ÁfÓd´ªØjLñ}3¦¤ S\OÈi$çÃÀ“rNϵê#çÕ0·Õ`Ñz£]o´éuÚ¬Q,i¤ó*Ñ4kTñur6$¢)øT—"çП)2"Nˆ™œíŸFpkûÙ/†fÊÇ$/Ðòš Y5Zúr$~5:[=È«èç<C1K`ÔÂVBV&³~"½Ñ‚Íé ´óÛImÄœvr.’UØ?]:*z‰–×4uTCÛÔÇ[œYq‘c'IÝE„:q*N…œ#GÅ]Ã"Ôˆ¸{R>Œ–OÊ{'e½S²NŒ´#y‡5ä0‚NTŽPÔc ƒ¦eR4S•"2ÄÕt¼ŠŠQÑ2â„„ú$ÀŒÎL¢EƒÂÔ'´âMÎiµ™it’5V´Š5:):Ç´xžÚ„€Šßçç·gßÞ#?ü£îyæ4) Ätø©]€oýŒn$õT5Ýï*O¯Ë-»Vœ|¦ ád~ü‰\°®cOü˜uìz䱤ˆ£©a?¥…ú÷¯?߉Ȏ9•wå샄sEIae7ÎU¦þò<#´63ìUvô›üØÖ{;\êz‡(º -¯Èz_r3ãZl°ÿÁŽ€>y$àôá€Ð€ãáÿ:x6þxDbdrÖå›1éeÉ÷CãsBãrÏ]É I(ú-½2åéËN—©—(×—–Ö\öµy÷ÒâæòÒ†sÑíœwYŽe•'YaJãr;Z¹6 RÙH*;²ÐU«4¹+³c%¬huJl&ˆÍD¥õ³Þ=»°¡Yöè3ȱétz\®-hÝãqy·7·w<»ß4çà¹Èî—¯»»_Áˆ§9xaËíÝôµãrm¯¯yׇÝc³mYVܦE§Á`“HMŠt¸×ІnÅV7㫱]Ä?”r$½Ny„ •tÓJûèµ!·é VvU+—µòEHº ›Ô£Š«•² S5ÃTóÙÚDÎIŠ!‚l�#mFK±ª:‚¶ž }ƒS×a•¯§”¯'euŸfk†ø•Üòö“oÈï6b2ßN¤¿Èhš¼Û‚ËiÅçù"dwóPìǃ‚²qéë)U#ÍØÈZhá/ -Ì£B˧ÙÕQÞr7Ë£èàÀ9Ž‘ÃǤp€|TÜ3&û€QŒ€°Ê~<4@ÖvS´Ýd¨¯hÂñrV:�œ“!Uà ©§‰ Ñ4|ºvšfàPõl’–EÐ0ˆ¯¤àŠCÕN±æF…VœÑÁ3:øónÚÜ:P7¹h’Z?¡ålTäÞ#?ïÝ¿Ÿßþ þQx•=ÑΛ‚ H<|+ª™=þ–þ±–Ø]‰i+ª¿×W›Ýö$¥&;¶4=¼ 1ävL`ZäÑÔþ7¢S.݉9žwêa™ÂÄ¢ë¿>¾q¡4õ·ò›1¯nE½¾SŸÕÝø þ]a"¢0ù8a "¿,¥ñQJAü铇øí9x0Àß? ?ì|øèù€ca�¹¯ð„ˆ¤»W2+£ÓžOÈ=}éö™˜»§Aq“Kãï?«B}bê$2ÇüÒÚúŸÈ6–pЂÛj\[ì|é -Kb—Ù'´ÂáCäVºÊB“ý¹ÈL[غuÉ -{t6ïª}Û²¶µþȽ"ßC|Ç7GvÀ8ñÝBÿ -¬Ï®wûéòn�ä@¸Ó³fß²Û6lf×ʲsÑdׂ Ìõ’dð¡¹_ÛIxÙJ®n!¾€‘ÊÔŠnF1ŠQŒ¤<“ŠørƒÍd´™¶yeN³jR›çT+óŠ%“lq^º0'4éfjž^ÊÓKxÆYþœk`°u4Ž~ -ÄÐõÑ5½ŒÒwQµdMjÃÈ›Fÿù×õõÔd¾pü?8—»{Fă¢€" ¸à.Š ˆ€¸Ê" "âÚV,ˆˆ4]z¡ŠBB!¡%’7 ©$¤WR!÷öü‚3çâÌ|æ÷ò½øÎó>Ïlh¹¬RÜIzÓ€ÿ«s¯±/« -s¯—S=™]‹ÍjòLòWFšû/j^Rv.kàtí8CdÆAç4]ï¢F”Àâ6Áieuy@ˆqÎÂOr¦ñ<ì´`Š$›ÎÁoÅó°Ü/hv+v½cЇ$ÐS¼y`V@Ÿ0H"úÜsQºF‘ATÙ:@‘ð©RÁ¢˜³ „¨ú²”A“S™jºÐ¼¶i_—ì7íóàøèiØ9âÅÄ«‡|öòõ:ðKHp`XÀ¿rï_Y¯§£šVð-«øVæT ]Gù¼0XF†à[^ «•Ýi{u³æá•ÒÌè7)¹ÉáOÏ<K>ä'‡¾½u¶45â}Úù÷wb>Þ½\y?®ú¯ø¦G±OãÚsãº^^ë,¸Ù]˜2ôî&¢$¥«è^Ýó[7â¢ûð:ìíâåsÚÇ/üÈá`¿°À“¿a×üOÇûG&F&fÅ¥—D§„_M?u)%4ê.ó÷o ùñÙÕŠ‡p¬5ΖQf1lšõ*»PÛÌ€jG#·*EVòº‘À1!Ö-Ã<óþ$…›‰3o¯ƒÅˆƒôØ}x–Ï1ŠÄÆQ8ø:—Ƹ§3¹¶Mn›Åé¶®×ÞîÞwÀ±R÷lá`GqþãþÁñ{gϹí²[œv«k×¼gÙr™ŒN‹Ön”›UR£\làñT[9¿"ÂãפÆ6le¡¶c¦FjÍVu+ásù}‹oûȯºÃ°/7M -™I!5)6Œÿ‹\ÉÓüˆ\ÎRHA矡à1”luUA¡«g�šj”"^’Áç$] rÒF;Qì‰Íùâ‰|¹lp¹´ZÒAʯÃåT¡î–#Ó€Oã�HýÃXZùøíFƒžÅ¼QVé”°‰$ë¤iát}Ÿ§pOäßžÈû–T0¼¨Ëk‡ÚF˜M_íÃL°®A`¯Àa9Ó3‚)¢�"' -G¦ÁVÃmÆqë0Pͳ ÅjF²FPÐ(Š5ƒ†ˆxuzFäÓ@ç&UÎ^Q -èjC%e¨¥t…hU.d(9êÕ5 C`^“;2Ç‚ÒMWð+Ã1É ^~¾xùøû†…ŸùéqfôÜPÛFÃ5S&–Æ«çÇ*@äÄÇÅÞ"bÇk|ãsTÍ£Á²¬ö¼[5O®Î‰+¹{¹0#º$+¶8+öcæ…ÏYÑUÙ1µ9Wj%Õ=InÊý£9÷fç‹Äî¼ä¾‚CE)ïï}È.ýs°ðâï^<âçãwðçƒG‚øyû†ö?wìèéÀç‚‚£Ný~üLb`øõ€ó‰áñ±©ï.üñ:46õdTrPDZPdzÈ…G‘ñy1Ÿn=ká°l£AjÒÊ™ -Ø6J›ZfQˆdÞÖŒ§pëß‚@áBQhžþ¿ÈÙd °õdžiQdY“Ú8j»BçRo9€Ùá�@ä6§{Çå¶»÷vÝn¹sÿÚt~ï.ûžÓîKû®Å±cvìXœ; pƒÃ¨ßߣÛÐoŠ´Rp9òÕ(|šÀ¬ÀGç[;ñ5pb}±©›ÜÚ·P×Mªî™"˜ÏëžÉ…OåILJ©I%1©ÅF¥P¯è@á*®§pH%…”–šixòÐSŽqžm˜[Ób*̪rŒº‰ ‹zgp¿Çm€ê†éUýËeð¥âRaãT^&§yï#2ãýDZÉØí¢‘Ô’ÑÔ×}IÅ_o4L? ½Er?%í‹J8MÝO× Òuã`˜¯èËÚ¡yUq³ÍoüÆ®Xéõýôæ¯LÄHw 9µŽ#‹ s’™ù $Y4Nvá×Û'¹•(p0?2>!hÍ_iMÚà1ÁšÂpgü%¢ˆ¶°Qå<¦ZÌÒJغDûÄV´¦„kÝ–;¤›·D»”œrèhˆ·o°÷ÁŸþsè—¨ˆSçÏGzg$F-ö—ÒG+(èz*¦aUKCÖÐÇÊ—ï©=oaù„ºÇèŠì¯ÅéÝy7ZŸßh~–Tÿôú—ÇIÍÙ—ZîÇÔ=Jh|’Tÿìz}nrËóø¶— y×`¯à7û‹R‡KÓGË2&ŠS¾½»Õ–ŸVñ0>-éòi¿C|Nöû·O¨÷±sGü~õõ8pþX`ÔÑ“]<w"òú™Ø´K7ó~OÊ ¹|<"þÄÙø _N]ÈŒ¼ú0êϤ‡UoZÚf7¤œ-9ߪVX•ªmµjGÈíâM›@l›æ›q˘ÐúMh™š'‚Ð2ͳb¹Ï@äê§Yš)aß,wkžg¢,L‰uCn—iì&Ãlp8ŒÇ–ùåy:LN§Õí²}ß³}wÛÀ~òÝes;¬`z;€ë®Ç¶Ãn¶ÛÛý¶Em2J´ -™AÞV(Í2Žœ2·†AQzFIí½Ä†þÙÆnR#œÜØ·ô¥g¡Ö3ÆßÎå÷“òðžÈÁ_À¬ÞØR‰jùºZÅQÊAá•’ÞôÐ -8:×Àå¹<3X©|3…cœfëñÍÔL,HúÉÂ<¯5cÕ¯VöPJ:ÈõØ5¨g¨là3:ó2½xìvápÊëþ¤'í±ù½ñõ„œ¡Õw(^9q£mN£*{išþÍØ™®ó¶ò=ŽãÆÜÛéTíÝ0j-uÛšÒ;Ýn)ºOWU¥¥4Jk¯¢*¤AP b)BÈ&²HDÙd•HdÏIâÚ™{¹÷óË=ןð||Îû;oäplígª -I”Ö}ëáU oT’VÙ>Såá€s¢pŒ¶JÑÐ9ZG3ÎRN+:¨ÒVâÊ»QAåžð²nvC'ó}ÓÃíîZš ®0)2.S!˜ÕŠ÷«ÅÈ¢[•›$²�ðʯFÅW+ _1 }§/§ú„„ûŠøÛO‡|ü~äìé˜3 ‘ ¡Ó’bH¨üá÷³cÂÎPÍÌ` o ’Ûû–ÓQÈj˧6>Èñ¥·º‹ÒÛ2ÐÏS›ž¥~|z¥=ë<&û":/õy*?U)Lé*Në.Ní)M¨¸3òî!±6“Pý`´ôÚ`QJcnjÎ¥ð˜c!~ûöû…þèr0øÄþ€h€xô‡Bχ%?{,*9tùñÄŒÓWòâ/d‡$\ -Ž9w8ò\@~êNì¹G iETß*.éãÎ-›TH¯ƒ¼È ›në/ä4©ƒ´êü?ä -p.vEŽq±™ºb¤,&øz"ƒ´d˜äoЄV¦ÈÊÛävp¾î2`›†½Î·¶Í›°Éí¶À0´³íú¶ëÚõ@Þí½ ö‰v -÷žðMÏ6´ [ÝN‹Ûi„ì:ë†Émwýáp~·›¶•ó²)€¼¼È§‘8.ºg¶Çr>ô̾Ær½¬B༇‚P9*hCåØÛÖeæu©I'2�ááºZ¨×¬€G¨Q)¶ˆ$V±Ô.�É y¹kAîš_…fe¶ÔÎZ±Pù†‰9í¦¼wB„YFö-¾ë`¿i$çÖŒ>.ë{\;ü¬ô´‘œSOùý=éQá^ÉàÍ\Ì…ß[’¸ËÍô,üâk‚¸jJšV£¹º.à|VßËÑáèšOyÓˆ¤ªo©Ã-FN=¯{R‚¿[EÈoa–£™}Ëx²d˜©žœÕѹکÙ5ÊœŽ:«b©ð49’$ù0*,Ãó^µ3_4S²‘”|4½¨…ù<‡à"2U6Ç^,è•|“fÙ¨ùjÒŠíÚ¯fÕŠ]!‡uK&¡Ð.å›$¼ua{ÿäÉ_3ÂNïˆòñ÷ýÉ×ççàýI'Ã/žKŒû9>ôÀ¿SZž/ô–ƒ¡â]ãC5l|9WÂúŒ˜ÁLÊ%ÕgŽTÞFÜ«´Ï…WÛóÓ0ùéØç)ÝyWÚò¯a^^o+ºÞޏlVÞ"ÔÜš¨»KA>%Ö?&Ö?%Öe÷½ºÑõÑÍëñáa~~Güðô ˆ:è}0 Ú7\òxßcgÂ~ ŠH -ŽL>y&,6)4îrô™ôÿ¼“|',!58êü¡Èø#Q'ÃOeÄ$ÝŽNÉ<u#÷jA5’È]¶o‰Üß´çú®{Ãã0í8;ƒ[³æšWÚ9R'Q“¥›ãbAæ$K$©™¶j¥‹lÑS §/i©<-…§£ðÖéúiþƜȾ,µ®‚ÔŽ Ë¢ƒ ½Ë©uB Zw{ß¶f°L¾{ß<ŽØ² Yvv{v<;;;ž- Þt¹\øì«Él7º`ÞÝÜý·gç?Û—‰µ<5Déí›Æà§;zgPx.Çîb—w³ -qœWý¬·}ŒR<¹B ƒ3n7¬Zu2³ ×EÞ‡§FdX•“Jj“®ÚerH(w®(Ü‹*˜¯‚nžÂÅY…fÄ6šÀHšÕí!o^úØÍ-o¦¼ÂËî׎ä6M¢hæËV’‘SGΪ»èK/è¾RñåZ+;g€_:.¹EW}šYë`k0LuCÕI–7VÞãxˆOtð/ÈD`¯å´¦<F^xÑy·z¬ yª/è§Ž±4$€4¯£ñôSóúÎÚ [ÛFW¶%Uý‹ÅÓy ãÞ gÕŽ>ù0ùEGc¹C‚ñI1gZ¹ÈÕHçÀ7¨–kB‹Z`RŠ*E&ÛT-…|£äãPkܹ´ÀˆSû£ð‹øûO?úøù&Ɔ\ú%öbR<@~âØþä‡Ç²çpog¾ÔθCÕ!gtáäY„껃ooô Ò±EW»^¦c^¤¢óRй^áÀygÑMÜë»Ø²{½‡k~¯HkÊ$x0^—InÊžlÈ«Í.»‡Êú516:Ôß×ßïhP`(îã†Ê¡ø # ~!‰agƒ#’½È£¼ÈÃâ/GN‹Nº‘xãè‰ËÇÏ…ÇGÄGcžqüâýÄÛ/�ò—ŸúyB¾ ÖlÙ À¦]§ÑÙ¾m˜·×u›Àùª{Ræšð -‡‰ª-ºÜEÂWÓ@¸PÏàëh‹à¬‘æ×ÈsZÚ¼njAϘx"³Db•)m dÒ:ìZ‡Cã°«lVµÝ¦u:¼È=°mw˼í6»!½Ýlu:ÜžÝo» g׳»Ý�¹²™-F³Í‹|kùöŸðŸÿýîønb¦úÃ,–ÕŒc5c¹U Ø*ħ¢QÒ3ùVaß�Émz™E'5k÷Z“šÖ¼¶Mj™E.·)Hå«Ü5h“¯—5À¹{Iáâ{¾bcðT®ndZ·,6¶1_×=«üò°røQ¹Ã¨ÂÎUö,T÷,VtÏ—aØ%¨©ÂÆÉgucOZ¨ÙØ9İ |BZƒ˜êVºE•£HR䈨ª‡WÜH}ü¦?#ûÓù›Õq)oŽ_) ¿]›\Ð}§þ,—ùW’ùÇÿ‰ûÜÊÊpÅ]Ë4÷LÍ“§©k¬soY™¶/šff¦¹ï5T:*¢è˜ -ˆ,‚€(†(Ë#»€²¸ ‚:ݹ_=÷œ×ùœï9Ï÷·çõ|ž÷{¤3ÛI\¡H)¥˜ä(™Ó*&GEdÊFAÚ¡Jщ*z¸…(ÊíŠÁ+o°‰ñ…=YeÃÏšH ̯Xqˆ?I-P¤¦ -âhåtÙÜœQÊÑ.LkgW¡ièc7î\Z†OHì1÷€ãﹸž<~4(�y5þ4 %6,æ2ØÛõ4Ò[úÛdÛK¶dê[9£ç=HŽ.oÉm~4X}w "³§äfçëôvàyÞ/my³ãUúçük-…ØâƒX2T~{ðáò;¸ª,Bm6¹ñ±6‡Üøx îe_õ³Ú7O®ÄŸv…q; ‡‡ !p·�,ð•ð“^Q§|b`¾çàÈhÏ€hÏÀhDpœwXbÀ™”ÈKÁ±—Î]ò½èæwÞóƒù_𿔜wýaâÒ¤Ûe7s¿ä7âÑSgÕì8U¶Ãƪqô>©nC*Þ˜˜Ø<3g¡-¨‚UÊÒ2M¢¦ðÕì9åÔ´ŒÎ†(“yRB¦ƒÃ•¥àL«¸|HhBlM§\[SJ‹Yf2”VÓò¦Ek[×n™•æUùªÒ*–5Ð@v»sÇî�Ûz{Ç’»Õ°aY1Ô&ðåmÙí6§ÓápìïíýN¶Ý]©AJ`þ¤`ºHmí%Ý“Úk4%¿—ZŠ!µ‹Váj ¹P¯ž„‡ˆôrѪ\l€$Æ%È,XXx�©•+û¿ä‘ijÁ0É[!M«GérÐø:ûçš1Ìʤ¼ÊÁC÷ëF(E3«{f«¾ñë¾ j�=sUî4û]³¨“UÐ3ó¶îýÈb%AÜL5‘ÄÇG ¼j4« ™ð °ûjvs0üb®Ï…ž)¯|¯Geÿ~µ|èf36?<!cÊéÜeOË™Õp¸Ëd¶’ÈZî¡ÊÐxQEïm#«z$½°+áykäÃ/×_a2ËÊ<§v³Ã¼Â¢€°È›€@r†’ÏÖ8š -Äý4Ü{åßÞ‘I'=CÁ¸Ár…ÁÜN&ÄE§'†_‰»sÚ7Èëv´%?mâËJW1³ï|û´NJ[> õWŸ=Pq»÷ýMÌ›kè‚_Ñ鯯u½ÉÀ¾½Ù]v[~o°âÎpuÖHÕ]\å‘ê¬ÑÚœñ†‡Àsê%©þá_ͯ±å®'G†À~rŸ=á‰@„Â`Á÷@Oxü�ï7°Æ}£€äQþQð X¯Ðó~aIá©Q—ü"S=CSÝüÝ‘¡n¾¡î~‰>a— éA)7üS„¤=úµ æZaÄ{Ï?¶‘ùàu¯›lkæm\mÉìóÐÖœp›=¿Á\0R…&ºr•%Õд\àùŒb’½D’ÓÄ$ª˜L“L°älŽrZ°"LŠ%£VfZQ›Í ®,o®«Ö-ê ‹Æ¶×lYUVã’A#^–C¥ukݾëpìŒÝmûž}ç‡skϾ¾³ ú(¨‡Ã -ïî:wû�çÿÚ÷öÍ{fÝ–nZΞêë˜xß5YÞE+l'çaHo1Ä"4®D¨× õZ¡~Y¤?ˆå‡È�Q -eR“Xj’È,ó‡ÌÖï -ëœÔ2™@>çÌ맦µä)a\Ú‹t`¹õô²FBnÕðãºÑ§(J>†Ñøç4jxþ3^ØJ·¡6’Mµ„-xÁg¿vø{Í0¿ -¿XG~; ¿P7ȯîf¿k&=(éýíêÂò3—‹B’r}’_y§¤—Åd£~®Ä•c¿wùã4ñä´bfNË?ÇïÚyž†;£æ°”cTÉ0~Õ?[f½hÍ,Â&>ýröv}D*>¯#³lðYÓXsýk ‡‹ëŸÃ ~‘2&¤Q$ódÑ÷ÖrBF¦WHÒ1x8ÂÛÇÅõÔQ×£G\ƆG$ÇÆg$_‹ ¸}Æép?îR“ÿ˜Eé(`ö3€áØwS‡ûœÒ^Høš7úéÙH󓑆‡¸º\MÖPÕ½¡Š;C™uÙýµ÷‡ª3ADÁUÝÂ×Þ!5=¦¢^PP¹TTÞhsñ÷ÂŽ†òûéi0�78Ò~î„G´›{ÀìqóŒ€yEŽŒC�Ãýb¼ý£½ü£»g"28Ù?,‘ì{6É3ì¼{`,¸÷öô‹óMñHuŠ?áŸKó9“îzqþ?Á??Ê)kí¡Kõû?zdž޹¹lÓ)ÖÕÊu@a†�J°÷ô<¡N(Pf<Η!aÓ„ST!‹&b3 Y¶œ¿ S@kZéªNnÔk,Ð7uÖƒ©ß\7Ø6u[µuM¾¦“¬¨Xæ››}ß±$ßsîÏwìïÙ÷œ6§Ã¶m³Ú¶7N»ÓáÜuîþ½÷cg,ô=�¸±³¿»²n)—p,tïÄçnrI¹¤“ðM(@ã‹€á‹+’‹W5bƒ - 1($FÅÒšlÉ$—™!¹’[á€är°Òͳb#w~uЧ¥³ÔD†O„°Cü6§¦…ZÚDÈ«Ã?oÏmaõq?ãæÛ‰Pû„CUtÑÕXæò·)MÿÔr/]ÑM^B‰šÆ„õq#Qô xÇñ«{¹¥_ɹ¥}7ž¹x«æÜ/Å©ùþ)yÈ”|ŸËÅA• Z~ÁWÉÇ““«âJ>ÿ?¢ë³«É4øgØsöÅÎZ@HàIBˆ0"QA—9Žmô ‹ÊèˆÈŠ*EºR‘Þ–B 5B(Bz $RI¸{£{Ξs½x>À゙뿢X]V,ÒÖçg׆I|ü »²g¹´y>õãè¯Yÿ¨ ˆ+ò‹+:_tõ÷ê_2[ÞJ«Fk'[;ñms½xúè�k¢i¶v¨÷ÒýÇйð“¿3&Èw€ÁN8Ÿ€0PtxdLDÔÍ€w„Üéæü_ÝÆá?Äk’IM¯¦š2¦[^Ï´½ÎÉ-oH Ÿ_ŽÕ¤Tþ1øçÓþ¢G½ùÿG‚/Œï+Œ'üs°øñÏ'ãIã“©_^Êê+NN¼ë9B(/€ü8@Ž„»x»B¾HÄW/ÂÏÅ-Àœœß‘cŽ„#±{°›WÚ+{: -åŽô s=÷B¸ƒ#ÝCўθà“è€S¸(GÇ‘0+7�òkOsfU5t’9k2£fݬUìÈM -©^&3®Ë ©V Þ¦·–¹*.s¹$]Y-Îðç§8”IÎìo Ÿ—2˜ - wK&ØTH¶77´Z…N§Òï‚l™Û“¨•îlòUr–\¼*æ®k·Œ6³ÉnùÞÕ‡6›}Ï„Û÷6«ÉbÞ5[À6Ù³ZáÀ9n·~{Ó¡8§ -‡»¦>7Žd¶Œ¿ÈkñÉuø—,…’¹¡`)älÕ8BAøj‰P#iD¢±DË‘ê˜C¢]äºP½ÌÙ¤1ó´õ™9)‰$yÝôºzjaåø›Ã© U“éõÔw½KõC¬6’¨sf‡*ëßÀ/+Gè›c+ª!Ú²ÖL~™~šTp«‰œ*³¤{éý—éôž„äÚ˜‡ÅA·²ŒÍðŒJõ¸øw!Õ 4ù‚𤺛�yÃ|qybŠ;;/Y¢Éè+L†ŠÃP±@ŸÏI)Ó|‘ýoürsûBAíÄëBüý¬ÖëÏ>]Jü‘P’Xž\û¦ûnñpJ)ãÓdyóB]e kq¤–0ÿéí€<<~pr‚9¡Žsv8u2$,øjDHldèí Ó7ÎáÂιk®ŽÇýõ·hTOÉãáªg¤ú4RcúTsÆtë[2pÞž;Ý–=Õòv¢1s´æ¡ìY_á¯Ýïã{òî÷æÝÊ»;œ×_œÐ_’Ðûá¾,‘øñÑXUâxM*±2©£27éî4‡ruwA:»ø¡‚DøÀþ®è@gT€ƒ«/áAžuu󇡃á˜P6†bÐÀ9îÚó2Â':æâíóú…ts¿pÚ'‰ö=w?Ç:c±ŽàW匂0ÞPÀuÿ$^~\T•X:Ü:µÈ7w÷´ÓŽI¿6jU»Û|ƒ’§W·e¥ˆ.ç-IØT!ƒÌ]žâ.OóV(|Ʋ\ÈVÊ9ªuñÖæºvgsW¿¥7茦½Ak6ê,æM£N¦Ùä+×R>K&زèôv“ÌûžÙjÞ·[é=딺í?Fóø°Zí6Ûþá`½{`7Ùöô ùív›Ñlß³•j¤¤¥ÉޱÂb^ýPr þ÷š¾¤ïÈ™�¹rç©e@¸X+—ê¤ k»ÂoaItL°R@‡ÿ¹j‘±1·('S%““¢Á1~ÿ�·¥kåóJ~ùhféPJÙHÚ癬Úû¾å"§ƒ,ížÛè_T–TƒõG;ÍÒŒn,*:¨²Š¼,ÔŽñÁ¤ùÐEËû4žšÝvïÉÇÈ{ïýo¼óý)ÃëršgLº7hr€ü^ITJÓ€¼–R=D%±)�ù’|çjl5®`P%²€4Êé ·v-—4Qr*ÇŸâ³:o¿n¿™Þz-)6µñ§—7rzŸ”޼¨ž,«›©j¥tT ?î€=† tD" ÈÉ:yæwÎ/,"4&,(:ôü/ÁÞ×ÏáB°�9äêøÃßþìЙÿp°òédý‹#äM¯À2Îg:rÉí9�9©éÍD]úpUÊÀ‡ßð ½âûòã‰qÄü¸¾Â‡½…zJ+žN×=ŸkN›iÊ©zþìNŒ?êî†ð8Ž:AÞèŒtŽ -pBú;BÀöY8ÒŽòsEÀ1!.Ø0¤G8Â=‹9óAy\È‘¾À¹ë¸×Y$&8Çxœ<…þ»ú„‹ûqr@¢`HsÆÉçªGx\Àì°ûEQOÊc’ªã3ó[ûX"&˜è‡û&«Y·cÑk-†5«FhÚ\Ó)…jK!¢ËxóbÖoårú¬EWH8JàJ.Uo)@{ƒ£ÑhÜÑëÕZíÖ®Nc4¨Z€lº˜ËSH´û&½í¹íÀf°€p» l“ƒ£!ß7˜öÍ{_ÁбZÁ0Ùm&«ewßfÂNQÛW“e_cÓ¬Jè}3åƒÙ�yÝÀóÚþç¬ 1{CÈUŠ…j‘dÀËv%rƒDfàHõl±Ž)Ô® -vèìíUºr‰¦ -ÈÈÒ’ˆ4&$ -ú{˜µÔÒjÒ«?‰)eÃÏ*ÇS@·Ór†“üª”@[^UL²·ÈümŠ`{–§&±”ctåЊb`a½oNÖ=%já4r*;ê¦^çv<|ZqþA‘ÏlìµLdÌ¿¼bÒ</¥#¯dbn%5ÿœK(/Ÿjh_ XÓ‚Åy“·)iÖx›l†|e^B¥Éc܉!±g¥³e¶¡f¢°l(;Ÿ]BÌß›—Ó•“Û™ð®->¿'ö¿d×÷SÓyðàö~8ofg±Ð¡I/•]‘uí»·Þ®º; -*ˆ•"Ç¢ŠHWBMZ „„Jz%R�Ë}gînæfžùþ¯Ïó}Þ衳5cÿj¤”—´¼Iÿ='0:Ó0€‡A½<`ȯ= Þ»=ƒáÈãiáG"R“âÒ¡Ž%ÇKŠKKŽ„„B<=výõt¾–Ç—`2æÎDÓ]J㉶"jG1¡£„ÔUJîzH�ÝÞ|“ô2›ðüÊpÅ?+~A_írîÝ£úž^ªº<ZEmºGk-¡¶–ô¼ªÎºø½W`Œ'"Ú= y·Ê ƒÆøÂbÁ>ññsŵÆvH@‚3ˆ×&w‘àdxˆ+û¡! þa)°ƒð DhšPRÐþÃÞ~¡û¼‘nž°Ý^°½>Hwhˆ7ø&xÇ"ãSÃÒ.Äž¸„úñaêå²ãY gn·å>yÛ=)ÌÚíOÛ³Ãd±štFRc”*õ|˜-[™Ñ©bÆÔ‹"˜›ZYæ¨ä<©lU&Wè´z‹Yµ®Ó[LúuƒÁ¸®Òtëæ5ó:O£d+ùôU¦Þ käƒãó¶í“ÍÙÞ¶¶,;;`†ØœÒw6v“ɪØÜÒ�àÎ]îŒm{Ëâ°a ²[w6¶ÌrtŒÞÑŽlèMž÷rðºS¸óÅ ypPˆ%F©Ì"‘o¬É6RÈÿ 7,ðôL–š9/ŸÂ§ÄS$>¿‚âöõ/u·3ª1”²:âƒçcwjÆrHw[¨…ÝÌ? Ü® QϬl”©Â³Õã\•¯Ÿâëi<eYE`©GXª‘9å�}—,èa7÷2+;hš(}Ù·0‡~)?_t¶$ðdQTƃðô|ÿÅAçŸ%fµd÷>«$4¶Ózß/Œ9tšˆÉ–¯ð4Â{I¶À;‘㸄!ÖHïBw£½y¼²_VKF£qOêˆ/Ð#èšÑ¼ª¡œŠS•Ø3uøÒÂÖk@¸ßÁthXºOPš?4æ‹ÜE¸yÃ|öx%Å¢�òÌcQé‡Ó’âŽ&ÅIŒ=„B&DAC|=ÜÿöUf´ÛË⟇ª²ˆ yÌm0ÅÇÛŠ¾ 'uáZ0Ùøú«øj'rìÓ+Ày_ùٞǧї�rZó}zKþ|÷S¦àʹoãC|Üý#½‘1{áIîþÉpX¬4ÆçÿC\È}â]ÈQàðôs®îDxp’?˜[¡"@½£À -fL@ÈáÀÐâÀ^Ðá^ˆÝ^p7O¿o<Ànñ„EùÄz‡Ä{ÅxDñŽ:öMÄYßäK±gþ8ü+úäÕ²K˜oç“Ýhr7lfàÜhq(µF¡~M “Ì©i’éIñU¼ÀXå.«d"•J¨Tª:µÑ�kÍë�¹F§Õè×õF‹Ø¨ç©‹2Þ8›a?ûæŽ ÿø¹Ãaήâvlo€È4<ë¶·9›ÛVŠÃ®wØ ×º³õyÛñÉöÁªÔËò,Ú)›Í–.sä\žjE åƒkBj*6*«Ha]•oò¤Ëkf¶ØÌVõs\íÌœb~Z:C“Ð(|Êè -vˆÝ×Ëzõz¦3QRG*ª#Þ¯%Ü{ÏNjۨ=Ì:¯‡&ÆÎ+ˆ,Í8GKçé§ù†™Uý4W;ÉVQX*<ȬbxJÒO\}3ÄjyG¯o§ ›‰6Œ–<ì<{¥"é§ÇQ?>Š<]Ÿ™õ]AàÉ’°Ÿ*’®5f¾.©i!t3#‹3ä•¥é5þ‚J2¯âÍÈ9ã"&qu·<3ºÄÀ-ÒFç'‡éÓ¯)-]äWä÷-¸7µÄ'ÏñåOpEUã -êOݼ›xú-"8ß㲺Ï×ß͇OMËH‹Ê<ýíáãà ¢ÒD&Å!€‘ë½Ç}×_ŽíÿºêÞù÷5Yƒ 9$Ì-JcÞÄ«jk.¥3w¼ë¥#ŸÐr—XWˆ«}€«Ê®¸9PñHoy6¶2‡¾2QÞ]H{ó ¹òúÕAÉ>è@?Ü7.� ƒìß‹ö�«Ûï¿Â}`q¾ðxˆ¿³ÆÁJß/5òŸ>÷I‚¹âA†gi`h¢»OèOÄ>¯À=^nðÝžHh˜7<ÚYæXH`4㊂E¦¥üœpòFâ…Çé¿ÕœÎmΫ"öNrÖ?k>ÚÕ;V•U)߉ô -Ž\ÈóæE+³â¥iL–B(Ð:ponÈfµI§1ë•ÚZ^7©ÖMíÊ¢riZL%²G7íûXÕ;Û6ÐÊv›Ãæ°:¶�p°È·v¬ŽM‰†Å‘Ð-;&ÇÎg°O¶\û|{ëöóQXíöMÇG£R'¡bÚúcú³_öe×÷]^³–¤Ë\%‡¯YéykFÜÂWl -•_[–%æ%‘ɉœ§›]V3få³t c\0ŽçâÙ}‹=oç1´êÆÉ?È(àÞl 5M”tÐ+ß/ÖWÞMŠæä„Eµ¹açéÍKAZPŒ1c)vRØ‹ãvbšßN½�È[Èåí•C¿åaŽ_I¹ŒFý£,å\iâ©ÒðseÑÑ)Y' -ºÀö@cÆz:'Gúg¨cKsTÁòŒ”Ï-OIXdÁ@NàΓxLê*˜ˆ‹S¼)*‡Šccçzº©ƒØ9B¦–ø´ŠRúhèþ…»w"Nd„De†FÃQd,pþùÁø„ïRÓ€ðŒ´È£ã’ãö§&DNÂQ1O7¿•¼«üæÉ÷ϯ ¼¸NlÈ¡4Ýv!¿„wêÄÖ{¤ú"|m>®êöȳlå%ì³_û+nWߦ5æþ›ê:jòLÀ�þŸ;[w;ín+`¡‚;!AI€€ŠÖ¥ÒÑ-;µÕZVÅ.^¨UñXÔ¶Ö®”û -¨á¢"W 9H¹$ä Dp¡ë¾A·fžùf¾LŽ~ï3Ï'{xIÐp™ó07ëèèˆ(<ƒMBA‰ð±$ '…á(¿þòPp‹"ÁÃë¶ß8Å‹ @°$h8 ‘Çã’ƒ}Âq>á`“oÂÑÁÐ(AÇç!Ðh(ŠŠÞáK$•#Ú¾7‹ò;I‡Ü“U~ª,+¯à—&¶Ì2jóÎ>_vÙæÆ.Ûè„Uë0ä£BfÖŒiåãz½kzlÚmŸ™Ÿª]ΙIÇôÔ¸ËårÏYœ“2‹\dp4Ý\-_^]\ä-òEï¢w}„€mÖù’Ç»`y®êâ7M¸m�ùÒ2(üWàs éðïšOøòââê´mR߯+«aä—3O•µd3ŽªMRupÔ1dœT™§Tã3ZûœÖ¹ s.êœmAm™Sšfc3ò‘)©Æ)°É&1[ßÛ¥ílS7>QÖ7É‹ -z$¹EÜ òÿ]Å»AåüLë/j’ÐÚT-ìá§‚±.éxŸÂ)Ô¸dÃSàwu.©ÒÉ—Û¸2;Kfcõ›Ÿ²GšÛU4¦”JçU7p«øå1µ’}í6ýD^Ý—k??]‘ùmé¡ãE»$ƒëYê› Wî>¾UÜUGík¥KzŸ(…l½‚oÑ ,J¾YÑg’óƥФ4käÂ4(7J¥z¹xX*5s52†´ÚÛVô¬ùï—r0D’¾ù#DÀfø_>D‡Â¢÷b’!(,:rÇ´äý)‰{‰û’w¤í$ì"G§·c0 ±8Tˆÿ–MJÂú]?y€Y|ôIé±Þ²3¼Ê\~õw¢Ú<Aà —×p‰SwK½ÔS‘ÛSx¶ë~NÇýlžÂsœ’lÚí>ú]ZMù7_e¢£v†¢âÞÎ…  DŒŒÀ’Ã`®Äÿ ü-r ,s€Š!çoË<<†ë%1Ì÷~<v{2ÇÁ> -Fnþ®áÁaQd,šNŒ¢ðp2ÎEŽHÜ•¼—v,úo'ð‡ò“¿.تôàyê•ò§ÌAçðÌ´Ñ3ošÒ:*ÓðQ;hÔÊZ‰INÂiuO޽xn™›±½˜±NM[g]÷¤å…CaÒòŒm]êf¦¤ºGÛ´´²à]õ¬€%â]ò®Í-Ì®x^¿ô¾^[}å]\Y~é+x£«CTѧ©w.K=ÿ]Xz½¸´ºæñ‚uîõ]Vf×^.,zŸÛ'FŸqJ¨7Ê›³ËšN6јe:€Ü.7N(בkìsǼÎáÑ:Þ ÂÝC†@¦Deˆ¬Rž¡Ÿ5ÜÝ©éxªjd*ê�ršøgÚÀíZáÍÚþ[ ´þÂ&YÅ㡦NÝž¾½ßÔ Ëí¥S¢ž”j&$J‡Hfe˜z$–N‰¥ƒ«oíTÕ1eÔ&Q½¯ºYPË”>h•ÖVr®ßcž¾Ã<‘ÏÈÊkøçåºoÎÕfd—í=Y’ߨ»üCk~QÇ£j.£AÄjâwòÆ4|‹R`U , -±E'µ(×£¶*”fùI¥²j#Cb£¦U&(mg¤8òöÿ€ ›üÞÙèÿÎÆ�ÿÀH\ÔîÈÄ̈„Ï£¤ÔO|¶/5cﮌ´øÝ”m{’ð;‰Q)ñ‘ d|x‹Þêâ÷çô¹_¥6Ý?ü¸äkVINOéiny®°¿"¤çõ5çß \åT_d—øœ³Šrz‹ÏôW]V_ÈÛ«ó~š…E "à8 -x„Îp8„ˆA&CwüŠ‚ ¾î‹O8 x†¢ÉõV__æ >ä ɱ‰4AAFP°Ñd¿ x`0Ê?¶i3 ߺ Š$@ÁGà·ÂcBƒâˆX4ø÷Hp4(0BRèvrþÓÀ˜tDÊ9Ò?¦(LÏ)?r,·AëéŽÌsSÚ ÀH¥0êT–Q™^-6jÌ#²qƒnÚ¡Ÿš´Îƒ>wO¿·Ïm*ËpŸBÔ¥nj×>ê-h¢y–ç}È—½>ä«sK«³«‹¯Ás(¨èµ•WžåEÏò’j¼½SRÅì+0¶:Ü÷Š<q‚Q^�ù’wÆ»ìö,¹œ.Ã3nie}^IãñâÆãõ_êÌë€Á>hš”O+ín•cVmŸS9æ5¶yeFa˜qÉÔv±Ü,àûÙ:.KÓÕîx¦ 3¥4Æ@ ]TXß·NðC£°€.ú…!~øTÞØ.ï`iz8#=}ŽpL 2õKÌB©U<`á‹L<¾¡7ÒÆÕ·pFê‡LYe³¤”.*nU<¬mU”v߸×záNËÙï[Îå7Ÿ¿I?›WäBMæùÊô‹5ùõ§î1sïõ~_",x0ð¨AAoSw±F9c?Tf™Ì*²é”ŽQÕ„D1©QLh†œÆA»AféV -0X{2ŽbÞ/dãûÞýë7|è÷A(CÌŒK;¾cW&–”±35í`æé{(û’ÒSãSHÛv‘·%ÆaS‰)ñ8 ->‚ƒC…¼‡Ü”õYbãÍÃÏþ“ÝS”Í*<É*ûzžC»Î§ß4ú"¦]æ×\àU~Ë)?Å®ÌáVŸaWŸ7\*)û$ej;xàM JÁÒ@á(b(†‚ŒƒbI0À>ŒŒE§üfû÷Âÿœì+ðõ÷€‰LAbãQÄ`(Ú/(Ô/З€ ÔÇ[qx,| ¦~l(<‚$ QD-ÐxHä.Xôî°h -¿ŽOÄQÒbRþGw5žÿØNí -ꂹ !DäG$ˆ^¸õX;묺ëQt]xaë -*·rŽB€ÜwÀ\„È"ˆ -rˆÓí˜íôKgžÌäC>e~ó¼ÿç8é›3N>üÓ™ÇÇ~®¾YÆÍ.íÉo–Òzū͌Ui5*-#`¤&•ªU¾Ò¼œÑÎÎ[ÆÞÍÞ¾žUɧCo¯’Ú9TÚ(Èk,èi¶9–«6+N‡ Ë|uå—Uû/ Z¾|þ²lÿ´dÿ4ò®½[žOºEΑŒÑÆçÅï?M/:fí®e‡kyÅþÁn_²Û?¼ÿšÅ«©¬¿SÚ˜õ¬ùbiÓÙ³ŒÞ"1LÉ'f”Ö·ª©õô¢fjQ=½¤}µ¤µ,¨Œo‡ô³rÕ”XaâqÇøýºA¶Ž¦GÕÚ.«k“•‚›ÅyTyiçP9m¨™¡nc¼d²4}#,Ž¡Ÿ7Æáq…Fžhœ/4ð lŽžÆÖ¶ƒÎT7t(+_HÊ€pàœ®¨iUtÈ«šø¥¥Ì[Oº®æ¶_ÎÑ®?ì¼ö óÜ]ê9M¾Ùpô~KV-;}¿Døô¹¤8§*itM/g”+6K�òáW*õë1íì¸vnB77¡}7 -F1e˜Gêú:n=HH;²ÉµiSÐÆßûmôøÇ×½‘€12åd8ù:ö�<"=mofæ¡£ûvÇïO%ìO‰MKŒ LJ‘âÃÖ‘'áqÄ(ll@ŽGn>¾'¦æú‘îÇg�rvñYvy·êçº[üæ;@¸°åž´Á\@¹À§\�Â5—ðÞgçÓHÉD|,66¹3=xšˆb‘q "0D(†€ÂcCR",øÇÍúë¬ïsÀ{]ø:{$†‚K ‹ !#ܼý ›A[ùmÂAà0TÌù±î/Á1PÇCaÑPtCö &ú¡àQ¤Pb:6<m{° ‡Ðq™ÁÄXÒiÂáÛ§rZn<ë=—Û|½äyMŸˆ¯WäÃV½Ü¤•™ÕÊIrZ#1É™Y¥4)L°‚8Þ€†Ö#om•<åäRÅåÒÉn€ÜéFî�imÿ¼ì\ý»lÿþìZ·§},zÛÈ[*[]„ƒº&$ó+¯ì36LJç@îp.;K‹‹oú…õ”†»eY—þõ"K7!׌˴À¹Ò8=dšQYæÔÖwšÉyÝÔ¼Îò^7þF¥ŸÖXC2ù˜ˆ§çjú_öõ ÷²´nI{'¿–ʦòÊ;•ti SÙÀP´¹GNg*{ª^@=2ÀÖ °4, Ÿ¡êbª»êfÐ$TYY³¨¨Q˜ß"~úBVÐ"yÒ.Ë!yTÏ{PÁÊ)èÊ~Ü~å ív1ó^ ó!˜RÖ"Æõ§ô3ù§içʘ?•>ªV)5¢êIUÙÖ«é˜ØòI¾jPñ¯UÍŽéÞ™†ß¸FEã@÷Ùf÷îCDFyûüá«-[¿òñòôßêõŒDÆîß‘|,”ü ,.‚#Á#v;~âàá£3’ö¥ö¥Ä¥‘¢’â°äx\J,&=—„#D`Bà¾Ðí[¢ƒ· ‡ÿ-µ+ï4³àÇÞ¢3¬²¬¾gXWÄ-wä-wDu7¥µ×$5Ù}”l~ý?z2åÝË }¶yxzlðöG¢±øàð4txZ@0ŠtãƒPq4’Ç€Pí ‚ÄÝ$îüN°ÁoÖ0'‚ÛÄ9 -›´^é¨õ&IÀ†§ Bc¼üP^þ[|¼ý`>"ŠŒ‚¹Ë'Ö89Øäø@tdPHt Š -K„‡“àqÁ$£ÃR‚±»PXpÛ‚0ñ˜8xTzÄ®o÷ž-<r¹òXvÕ_n7æ6öÓÕ³ÒiÏ4&6ÉÁ€ÿ_iUŠ&¤¢ ‰Ð*â›øFZŸ¡³WEé””´ŠwÈŠøúž‘9‰ u}tw‡äÊŠsÕñÅárÛ\£.ÛÊg×G‡Ã¼ÌŒÖwßeªsGfÙS6Ù¼Ã¼à´Øóv×¢}ÅfŸ•ù¥å9§ªªé…z¥¼õRõ'€\;!×™dz‹Â0©Îß¼ÈÍoÕæ9•qV¥¥ÔXå/MR…Q,pG8ƒ7rÖ“)Ú:ÜÈŸwð+ºD€œ¡¨Â™J*CAï‘Ó»tš²›>ÔCWöдNYg‡¬L›Ä}]¶Š‹›…E-â'Íâ'M¢üZnníÀíª¾ÏznÓ®>íÊ.¢_/eݯȣp -«¸EϪù¹îß+¯Ts®ÕòoVŠ -«¤%µâê:iM«¬¥c¼]\c¯Àœóx\"ŸÒõ©›Ëžÿ“‹&ņáþè¿}“§×æ>þÞ¨?* (»cwé(&á4&Ío'ž¼#1óû“?œúñÜ·S÷îŽO'Eä»ÂóÝñ¡éD\R.~gHÂâï‰ôÊ „>úkBÝÍ#l°ÉKÏ3KÎR.÷Wg÷WeKoäÊeNùžʫÀyMÁåS‡âÂo›=7xlúÝo6lÙèáë‰ÌÀâS‚c`!DP×d"6sKX¯îµ3“°Ö'w¢£‰_OQÄx7oLbp9tÇ.&Ñ‚õô‚z|í·Õ7Ð7�""a¨h8Š�Gµ -@înòè@tƒ‡`c!a±P\ÒòTXè® šÚ‰Èá¸DTÌ>\ÒalÆÅÄïîì9[y¡äûœ’œ*z«˜'šœZ‡$¥Ü¬™äÂq±ÀèÎ7 xfFßhG·²¼SZB*ë×?WZÇæÿ¹Ëis:?è�¹õOayÁ5J&ËÍ„³®áE§õƒËºâ\ø/ò•ÿp]æAižyÿk'mcã…šx�r¼"¢†xdSÓ¤5éfÛMëîìfwÖ$Ä4NgÓɵ¤›´9Zˆ¢*Þ -"‚Ü ·‚FˆW61éæ4íÌÎ>¤³ûÇÎ|æ™÷zþû<ß÷û½|ñrE¢j⋯¶ô×òúÎñúÏ:fí®9×ô‚gvÙ{ïÁÔì²gÀ£i�¸ð.º<÷íÎ9»}vÒâµ§LÚ)Æ¥·©•V•Â0*ÕH‡Çû†Ç{¥ÚN™^,3uÈÍòIñ¨½¨.±ˆ{,}€n3 ·ÛÔ-6‰Å¦ö.£ ÃP/˜¸#Ò'˜¸Þ¡D·Hw¯º\¯àþ ¾5túö0·Nöõ]åe¾ú¦@{G¨kì0ðºÌu]¦º.ó·�±åŠØzeÀÖ�è³·ºmýÑÈ\§â~·nyD»$5/˜.Å >¯âø§:;“LÇÓØ™8jÊN–ˆ‚¥¤¥d ’Ð$’€¢¦•TÑ8Ç0´äb�UUP^SñQ婳µŸ}røè¡òý¥yì<ˆÃ¦P÷²I�“OÃ!$"-)‚—± µÇ ô0¯ã*nŸ‘ÝâŽ5œÒ·ÖjZjÔÍ5ª–od ®^þüÃrJJI‹†g¼O€%Ãâ’vDm‹z÷WÛÞ‰KNMC³‰¹åP6/Äe3³ \¡IÓh:²"¡‚_TG½½�i²|œàÀ¼ ü‡ -¡ìb2“‘E…ÁQ±‰™08ž'£p4ÔÛÜFãAKÉL˜<–Ä22ˆt$™‰£0�"‹Hèâ ßþS24%G/‚èEøœ}$Æô¼èÿ²ÿO7*Ï4TžkùâR÷ÁX»Ö¯òÍèüó¼Õ0´€qÿ˜Ü7¢œí–MuȬM#–&µ»Çv_xâ{òæA0¸ƒÁ3‚ù3RS66ƒëáðjxsH¿Ü|´æŸ}hó>ÔÏ?wü´¾ü<ôh5´ò:ôx#´�ÁA×ùùÑ£g¾Þ±üþÍ’Ó-Ò3<éIû¬ÝqÏáö;§çݾE—wÁé]°û¾%ðÄæô[í³æÉ«Åk6zL:—AãÖ¨*`¸Ü4*ÓÊ$jIDrUKnè†ÏeÖ.…[jí4vˆM=±H×)ÔvŠt¢}G‡¡µCß*Ò×µi@Q¹)ÔÝè2Þé¾í4üC ù¦QY<¯Wœã©þÖ:qUh¸Þalè2ßí8DC.þ€³yÀy+‚ëÛ~ǵ{#`ÐÝ>äõ¹…CÞ.`øè|ÏÄâ°|F̓𪾪"s -w‘ðp —Wˆ€râRñ Èi„ÔÌ,x:Ž¥ (,jñç@rlnE±E-%æW0J«ÙûÏPèÌ£Ÿ¯>Qõ›+(båb‹X¤2Ô•RÃ$ÉA)’çâSJX¸“GßÛ#ºr\ÙX3òý)U]ê.w´®Z×V«l<É¿xâäAF2›ŸKLy–º-696ý~\lô{qÑÛßÙ»=¶=›–CÊ)%RK0DDfeâ3€Ï‘lqºû½%¢úÛõ¿n`@™!üÒX8hˆ‘”ŠIÈH€£@JCáh<=b8Îhã ÙˆHŒ3€ùˆì¼,*¢æaÉtžƒXl![GBlD6¼ESÙÈl&–RFe}È<|2ÿãS¬£çAž¨þñ·ç…Õ×E_5 ÇAAõN.9€äs*ý}vA£]ÔŒûû”3bµGhôÍ=5¯„¦Ÿ…Vž‡‡">ÿ¿ä[ÁõÍ×� ùÚFøÉÆüÒsßÒ+÷¿ÂsÏ‚#’W^‡ä¯�Á`0¯m><°wɯ /·ÊjÚGϵʹS‹~‡ß79ã²Î8í÷N¿Ëpz÷lö‹uÚb™2[¦¬&·Åà°èl&µÃ¨´jåz͈V5¢VJT -ÉØD982!Vè{åfш©]bn•ZÚÌü}S»¡UÛÒ¬æñÆ›šÕMü‰æ6mS›®©]W'4Ô÷;xC®©»y`²¡ßR/ÖßæM\ðµš@Vßé™üaÀÖ<ìl•¹;ÓÝ£Þ¹G,õ´$SCîz¹ïŽtêæÐxšßïûúd³‰w°K+¾ÔtyÏ¡C©8ÜÎ,&’°¢VÀ3 -RSðÈÌ*;A„£ò’2éÉÄRâžc´ò#˜Â}iÄB$uO6ëwÌ’Œ}\ˆýŽ€§æžår9zøgoin)‡¹·8_¥,ŸTR�ÐQ$<6cW -/bb~{á¯%í—ŽÉêªÇªÇë«ëN«ç…õ×Îþñ“\Bz.†LŒGħì2Ç$¤ÆÃÓá;caÉqÀö˜¤è¨¸Ø°w£¢¢b¢cS2¡‘ök®�Ô¹/Àv²ˆÀíÈ-p/jyad}›ä(GÚM ƒ-`ÒŒMÚ—2·AÉÃ&hA�<€‚H¥#ptpžÀB‘ò³È`{ŸÁä¡ÑŒ,, ¥!d™†¤ÐÒ‰”LPW¨{ˆ´ÃdFevQ%£ì³¼¾ —§8‘_Éøóͪ¯…_ÞêÿqÐ!qº5þ€eÙe}à¶,ZMófC@a[Öz¿ZZßzú÷ú›Õס[ÁÐÏÁð&¨(¡M wp+¸ -EØnm‚Œ¯½ ¾xóô§ÕÇOW_¬†Þ¬®¯¿Z[_ßx½$B›gá{ÎÀ˜PqQ ¿Ð¦âŠ&¾h¸s+ËÓK‡Ú>熻n—¨n·ù€áF³Çhr.³ÞaÔÚŒ“•M'7©¥ªaµRª‹H>¬”¨;eÚîc»Ô 46x=ú»ÿ¡»LƒšÌï�ü±Ó!!‘$@î¼9ßG  ëVíîzÖu\ªuºÛÖ:»V;ÕµSµ®®" —rÉr†BB €@À€D.AăCAs‚ké¶ÓOyfÞ÷Ìü?=ÿ_ž_¹!ÄÎÕæä´ee·ÞÌÑx>‹ºòJM…•µÃEÖRÝt¥v¼¬eôNãP¾z §ìÞ¥’¾‹e}—+¿¯Èjî5—¶XÊÛF+5ªÚ¬emce-Öüæ¹-Ö@³µ¸ùaIíHEqoÁµú+goŸÞub7YF!°Ù€H–Ê«˜Ñ~ÎFd4†äÏö¥… â8aì§!)‡±iähºD)ŽJûR‘ü;©êx€h7‘ÊÀù‘wïüäÄoýjglZjä¶$eRœ<5:(Y˜-T†sP.›êO -䕜©¬Ó1·¾ÙYw5£3Šå˦¼“Å¿HSJQ -–êËdØ[}X/ŠE Ó¼·úa|0x‚ïƒ!`1ï-8¯°`øæ—8?/…Á‡tIÃQ‰ -¬þYo¶PïžœÎÒƒÞ,>¬¥.É¡s�:;.ŽD!Q¸¦†3!År„/¥A¸Çp¾$g ÂÀp®(Š%–TÎæGp9a�ÎåË‘”%’R…I/$Ž/KàŠÓ4…”Ì–mcGlçÈwÐÂw‘e;Q‡Å)¿OËø.ãüë5ê¦û–Á…ÑáçÖ9sï̽¾íøêàŠ}q}ciݵúƱ¼î\u¼†o8þ'¹í¿’»<ãjÛ#ùÇÊkûòªm}Ýi{kw¬Ûìçkׯ¸ít¼s8lvÛÛg룦‘º»íç=OU˜¾-7šz¹8¾8o]xŒ/L=}`ydž†’éíïµô™†z݆¾î޾îÖ^SS—±^ß¡ÖêêÛÛê4àymC»ºNWÜÐQRßT›²+Œ™%†ŠõײۯešëÙí×sõÙE¦‚Js©z´²u¼º}JÝñHÝ3ßjœ®ôÖjÝXU½µ¤fôN%_=RPo)PåÖ æ56·ZJÛÔÆ “ͺñ†Ö±ò¦ÑÒFksÃXSEG®¦öBáÝçÏ+?Þ„ªˆt!&$QPqp¬PÀsCåtq—'¤16ÌEɼ‰üÓ¨„ŒàÈH°Š¨dË÷Hâ%Ÿ&gG*·òÅ¢?Ö/@È—üæà‘½{S¶ïP¤§Æ'Å+R•Á@bŒ 6a3™~D"ÊÅ+ÂÙûX_žõujÕ£m7þ`Ì?]xíBB˜ÐË…£p}9²_¸8F+{/ ‡#àð,Öƒ!z{ûz{ùb±8<‡Çáa%nñ!`¶2ÀÆà°t® –+Q²E0½#4 - sÃ)pg9a„¶§±£x"¨ñ&'Ü×Å‘üHT™)¤³%°]"¼(ÀWÀŽ 0!ÿF† ¡a$Wì9Ž¢ó•t~4 U�T°xÁL ŒI⸃IACYR¸})hP"7H%‰çË“„ŠTIÊþ¨=Ç^J:zé³SyÍ76Xï/®M¼|hž˜Z›·Í®¿ýéÝ»vû{‡ã'§{ݽùnÓ¾± 3û?’¯nû¦Û±é´o¸›v§Ífks¯xp¸ìN·ËévÀÃýzsc nàp¬¯-Ï®šuæÊŠÎ�UýgªúÏV›Ïή.Í,¿šY~îaééÔ‹ÇS‹S“ϦÎYGgF†Ç‡ûô›†ú:û»ô½šM] FC½^¯Öjë4ê¶–zMm£¶®N[T§+RoÕuåUug•®é®ÞÖ^Él½rSs¿¥¿y»+ïÇÁ²¦‡µºÙÝLCç“æî¹¦áeCÿ|›yQÛ÷¸ÐÏ©ÛUµN•i¦Ëµ“w[aD[î�`øÏ’wN6¦š5cjõÐíÊ{¹y…×›2Oe]Þsò˜âרÊ$’ Ô‡)Á“ùx2$¨4":ŕȩB) ¤ÒYTèp„KGŰݑ‰GÂc𥻘R%/,QPšx80á?ú?I°7ÂÇPñd*Âà†HC32öì?öÉöäÔĘtUèvUX² -UEqTª/Ïab"dÌÏã'ö„d~•\qa¿&ó†Üoö¦«xþ_º`+ÿQ€�C—` t"L á‰>>¾ÞÛ<'a`Œ{ûú`ñà9HîƒÃc}ýqD²¨ÌYø48Ž#†B–³Àg¡$'³BhìP:Œ\¡áG -U0ÆhR/B P(,„Æ–0yAð_ÀD3¹ÏaÍdòÃÀpŒ†"B˜ä‘œ í-§ñ£Ar:ê†ÐùÁñh`$*ŠE8r*;$G‚¢áqÂàd^`<K¤àJcEÑÛ‚ãwŠ’ö碴¯">ûKú±«‡ÎŸ»UZi4[žÞŸ\š˜}3ùÒ=ïp~pº>¸\œÎ×ðþÿHîrll¸à"@pÛì›0ó_;\�4»Ã®¿Þp¿q9lnøÕ¾¶ºúrzi@Ó_^cº\Ý}Y=t®Öü·ú‘ó¯Öß<³òlõùÂÊâÂê“ù•ÇOW¦çW§Ÿ,ML,ŒX¦ÍÃýƒÖÁns·®§Sßklìîhìê¨7èktí5Úæ]KáG Êx£Òx£¢çBEïßïöž+ê:“ßq:WÿíMíÅÃ? ™w:³ª{ŠÛFÔ¦Éö¾GúṞ‘…¾±fëË¡±ý£‹}£ÏºFž_uô,´uÍ6õ̵vM×&jÓ5-–âKžf¢D3¥jͦœæš?]©Øÿçvÿ.qßɘíƒb>FAþ4Þ¿è®Ó &ó;àïúfW„ÜÏ‘çIò$Ï“äÉBîˆ `´â¯U¼¶ÔÙöEÇnÛ»«ÓÝvw«®ë¨]µJ]«"—7(„kU ¨åP¼Eä>s�2íï‰vÚ7e¾óÌ2ÃÀÌóÉïÿý!¸F$%E¨S™hSº9e±É•¥6¤Ê)#¦ä$T¢”2ÉŸÎñž#{«mA¾Ú½·äÐ)+µžU–ô¬MɹLR¶‚1QãP2‰f2¹žÖÙóÖ}¸zm^Ö¢…Ù‹“3Ø<»1‘–£rX# \`·ê—ú•ù«lû~é;óùŠ¢Ãîû5ìt¨ÂDÈU2*ÔÄI”qÕ»"é;B‰P,Ÿ3Wš ÄÞ1…\€Ä±– –'ˆ‰x‘ &¥“ V“¤LF¸òêL^\%¦Q¬¥ã¦>Jï¡ÙÆÊ&ºj“@D ¸FF0U"©±ð›µn½KÉ—p—’q¨´ÐÌSøoGl€«aµ„–Î:Õ¬“âË4vTw†ÿpS$+µ‚¶’ðabªÎêÓÛÒhΧ1xß~M`5§°)KÖ§ç}¹pãÞìüC™›®ú¸àwßUTÞn쌌¿˜Œô‡§gCÓ¯'ÂÓ¡èëÙi¨%“¯£‘™H8<‰mÑ(Œoà •< -%ýŸLñÔG_G§:ö™™ÉPhd<Ò?4ÞÓ:pébë¡¢w—ÜÚ{!¸§¬eWyðëÁÉñ¾ñ‘ÞѾ—#¯zFŸ½~úb¤ûMõµ·?m»ÓÝÜÚÙRßRÂ+ë®—ÕT•×T•ݨ.©®,©ºZR}µ¤ælÉ3çë€pÈ©†…ÏŽ×|z¬æÓÃ5{ -{‡N7-¿u¦ªýÂÍÇ7‚= íýÍ-]ƒÁ®¡¶ÎA8ßîhìèoŽÔÝ쫺ùò‡¦×ê]ä•íÿ¨î:{ýÑ™k'/wj8²ýð¾¬-ëÌ7æ¯7¤ÖÍ[©µùQK‚©…ˆRŠR2L*á:Ö[ýœ=‹1yå´Sq¸Š)8¹ÎÎØrlkíY[9ïz*y™&e%ë[£÷æ=kMÞuIɹçG, G‰$~}Ãt(a œÅžž·nÍÚ ëæ¸½I6GÓ&ÃD bLgÐ+rç+6°ìÎwŸÚ¹ôÔþmŸ|¸HFÅÂQ„’Kuˆ@=G¤˜#V€pp¼9؆ƒP"ˆaÅ…B &$(%Å4T-F4®• Lœ€”Áâçô,é0r5œêºRçÁÔN’IooŠ -ÅX$-ƒ¿ˆkP¥‘P›•±Ö È! 76Æ]”„»A8 %ÿ-r7ç*¾«ÛA8ôv@N’UüÙ¥ÔñÈ•z§Îâå…'yÔì<”˜ó95ÓâY�È žeŽ%�çþûýdoÝõþï>)8¬ªehäYxj <3;ÉäÙðÔìTxr:áÿAÎ(Ï„§!ÿyè¿È§§'&'‡ÇÂ}ƒ£Ï럞+kþkéío/´î¿t÷Ûòàîm_DÆ'‡û'^õ÷¾úrôIÏèHïÄÃç#÷»{Áyk°»µñN}ecõ•Úk¥5WKk¯•®”Ö^. ””JJë -‹'Šœoضé+Èé¦/N5üñdýÎu;Öí9VÿÍ÷‡Šš_i+¾Þu¹ùYcÇ`ðÁpǃ¡öûCÿì¼ÇSÞj†´õZ{k‚¯ªùöò¤¨áñ¹:ª¯è(ªì*>r©hóŽßšü¹JgaMW93k•äE4¦¹(=QÅ£ª€Aê).EköAQÔ=$mi&Wé!bµ•¶ûíþ )‹¶Xü›õ©yLÊ -.mÁ»Šõ¼ÏºVÜ+Ž‚™'‘Ã]`„WŒ«’äª$™Ü€“Öè3Û¼9ïåÿ`Ûã"IÃp%A¡2EâX= ÈóWÛ¾ú…ëøg9GþòQn:'µBL+“© rƒˆÔs%d¼Tûf¼ËH°/D…RB‚(à # -‘Œ@BÊpÑHQ@¢‚ƒ×Á}d´¦sÖt¸ž` Þ -Æ ‚1úI>у¬@Ba„#´ðÏ+¿fo(áPQø§SO†~Âp©´!ÖäYÔ1ä \kW26~òÇ„Ãï‚v’¶)»BëPꜚDÞš®µø(cжT“›6§±ŽL.y ë\¬³.fíKLîåœ3×÷³_-^¿={óç+·íÛðçïs¤â\uðYø_ãÓÑQhÛÑÈÄØÈÌÔ,„_£!èÙ©Ð$-4Ç~"1öoòæ“hæýø„'ÃÓcc¡Á¡PïËáÇíçKnž¼Ðzâbðä¥;ÇÊZ—µ~765>õ÷OôõM<ïçcÝ|ÆöŒu?èê|Þvça°é^# ¿xýriíÕ²@EyÝÕòÀ•²ºRHi}aIÝÉ’¦ƒâ[» goyúÇ/ -¡´Ôí8Ø}¼á›ÓM‡‹[OTÜ+ <¬öÜìºÓ=Òù`¸„wÜ o{ƒüî@}[_mkouÓ“+ OŠŸž¯}\xòwþ·ª}›w|D{˜Ùƒ[`Ĭ(¸T1ežƒ¨ß•Rñ(%Ä5ˆŠƒEÉ`Ÿ/BmôÈN%┉TÊ LòYÒsSšïÌúybÚ˜ä¼p_žÖ½Lë^Èõ®å´)S¦JF”ÜÚð–Q…‘ ÌðÔsÞD³Ái-k›Ÿ™ÆuA¨T*Ф‚„Ÿhµò%ir@þ§MöÛæïھťòÅ… jÓƒs¦ã!J1'^&ËÁ9h— Ê8Œ?Çc$ƒŒ§Q¹Ä -¥”¥Ò ª1¥Éä˜o´eÆÖÏy --à„ìåÌi -]ŠiQ‚á„‚•Ãgì<r½‹®}‹üp.´ÃHí€ -‰ Bý›î2nâ0ÃðД€Y×^ZíJZ]«Óò!˶llSc -…P®p¦Lʤ“”6 š ´¤LÁ„HÌìØàÛNqãø’,Ù²øvÁÆŽ¯Ø’|Èž!ýVÈtÚ™wvvvW?Hóì«çåÜæ)á ßfŒ2ä(eÂå¬ ~X™.YªµBX¬l¢V§)6dQúLÆ´AgÝjHÚf´m'ô9ª¤í‰Û~Ÿ¼óݬ7Oï?Up<· Æ5„VB�ùðî`Üd)4 -qØs{r~e)9¨ËÿƒÔý9äó¡Ù¹àÔd`ìÁx_µ·°Ô}µÊ{8/÷䕸?-mÏ ,7»8=½ðx*è›ûøücsý£þþ1ÿÀ¿§z{ƼÞgOkmˆJeiseYsUYëÍÒ–›¥Ž+eŽ+¥Î%ŽOK\gKÝgK:ÎÜj?óeû_n8Oæ·¿Üøþ¥¦ùŽÝçKº.Õö–¶ŒÔvwtOu Í~700ÍõùÀL¤ÆÓ7 ã¼ëkll-/j|XØ2ò¯†¡š/¾®|ýØdñéBu,ÎÚÔ‰?“êm˜:N€«£E/A -ðŸÉ‚!Ø…%1ÛI“ERVLª©—±$cP%o1e½—ýk}:¾‹µïaí;™Ä-LÜ&EÜFmÂfh!\ž$ ¸îP™•écP€`Õºl¥6ÁcQÜ‚K4©TCÓ,M)|,š·Š¢Ñ-™ä¯ÆýùuËéßÙ¾}Ð$#„¤2†¨eP±œJùô³4šO>îH>%ÀbÄ’5<±„V«ØXœT -ÄR„`Í—Dò8¹D颈Ð(©ÓšÒ5Æ4Z;œÙ¦Ð¦@-ƒÁ|@$Z!Ê`$Ø84p, mÌ2w| -<6â4ê䊻Epn©§„ÃK!3á´ ÇefrJcUÓ¸ÿGÔX)Ž™>QfÈ9¼Æ *Ó:6.GeL¢4’—h, -ë+¶ÍmÛŽÛw}¸ãðgoÿ½¦®ã¡oñ{‘yÓ`¸ÃW–—@ÂC ÛKAH0¤å¡0Ñœµü`2ÜùòrˆCde1X™Y˜ó?¼7ì)÷•¸*¼·\Wnº.µå»þáùøÔüϽ€üÁto¯Ï{wØëês~í®¯nªáo©.wÜ*k½Uî¼ZÑvÜWîÊ+ëÈ-kÏÈ‹]Ÿ´ºÞzâóæc—¾9r±ñÃÏ[?*påÞò^¼Ý]Ò<üÏNŸûî·žþ©¾þ©^Žð0äýa3ïžpÁü„�ä¾*×ãR×xYý`õåÚsûÞý-“j‰aL¨>‘‰Ï¢ŒvRg]2Q _#$¢*W *3.3§êx±Ü$"ÙçS*£Æd5f2÷ÖîÕ¤ìÎU ôñ›r¹åç*Ë&ZŸÊ¬)ì,…¡uB’#‘5úõŒ&“Ä‘´ÅU|!‰Dó0 !C’³ -Ey¿ÈØj8¼—=q0ñ×vë¥(—äbŒ6ÆQ"¢yð°˜ã6"[)X-Žâð-^†EA«¶îØwôƒ×oü¥¥¢b Ϲ‡cu4_É—ò„4QFÄP8mÖÅf�Û2µR%1:;BbµWP%B¨ JÇË0Ûa¼ã9-áØN·wœ”y=”<ðÌu8é8œ´§p‘»%•i¬Jƒ1¤Êt)4›L…#7X“ —3žBÎ2C¦œgVJ— IH—Z6a†õúìCk÷œÊþÍßö½öÁ¹ ÞGÅÿÂü“'+äK+¡Åe0íPpaaîƒË 4ÿ ùâ 7<@„¢žžŸžtõ´�á7Û¾(ó\/r~„:.´æúC3³‹“à3á&÷?›|äz4788Õ×í»ëñ:ûuž;5ŽÛeΊò¶ÊŠö -wa…ç"¤Üs¾¬ã\©ç|iÇùb÷¹Bç™k]i> 5ž×ðÞ…;Êk<’ßz¢ ãtyWþí–õî±æ._ǽǞž wÌÏé¶Þ©¶û“Ž{0<ß¹7ÙÔ9ÙäòÕ7´Õܯûë/·zGž˜ÃW%‘:›)m“ÊdÅä,O,}9Y%ˆˆFˆH¾D¨ÌòØTÆb'´ñ(I5b Ì.VL0nl¦R6êÁRÖîÖÝ«[»O›²S•´M•¸YaÙ¨0g3±9Œq©¶Ü’² `2‹ˆÒ)Ÿ0ÐÚ½e!K!(FZIÚ"k×DbQ< )Uá„‚Çç£8–“&ÝóŠù½Æ÷ްرO#Uò%4Dˆ1`¡ùI$_ÉGD‘OLFð±Õ<d {Ñ™Iöu‰)™ -µñ¥Õ .˜‘Aç#¸‡wM$ˆ¹Àcj˜ 8e4X²TºT¹Æj-ÄY,ªFI6\ËñÏ%—‡MÛ#4L8 ýllR@8œ€´�á°199åS&(tÉŒÁ.×Û6à\n°Ëô©4ǹÞ/¹6U©³«õéJSŠÊœ*1Äa¬™4%IMIrCfBúŽu9o&§½–±ïØŽCg¼Ÿ4¯®¡Û7ºü½?´Y ^ƒÁ@ 07?Xœ]\ -�ñÀ7‡ø¤e)´°¾ºÈyyp~)0»<ýmÀ70ÑÓà+r9‹nºo´\-p\¾Þœw¥ñœ?4ý?!õÌ ôOöÜëêîtôqå¬tWWµ×TwWyŠª¼—+;/•wr—t@çäŽ3W[Nå7¸øÍ‘õ‡sëÞÉûãņcל§ŠÛó€óúޯà #m£îûã®^€|Æé™nëæÒro¢Ñ;ÕÜ:R[æ©9yýtÖþ_‘IÉ"m -“´Ag[/Õ'c -6—?á|.0„R/3'ËcS$l¢Œ}9F±¸"–ÖZÿÃv™>E‘ŸqüH‚s1GwOOßÓÓ3Ýs1'38ˆ -¬¢+Ý@Ðu2»f_$n’-c•±R»IʺYÝU<ÖU³¤T¼A9"‡®¢DDŽa4û"yzp«ò"UOuýŠâE÷Ôçùþ>_!P•W".ß´¹-ZfÍÞ�#×ÑîU´c¥Õ» 7Y"8— „£T–vhÍ6„örR®L† -›È0É.ÅIs(2°§”ÎõƒE¢~ýÏÖ:>,•v¼›µaõzÎÄ�áˆ)a4FZ6S¥U¨3r¥Òœ¦2dhQxÂçè1º`ÍúÜ•EŒÕAqÒ•!-]IŽâ<lD:œA{Œ&›³ªõ”Îqùòg®Ñì4à„9BH(é0âv3ãJɶ\-ö”®øà†"R®²Ø(SmÔ-{8硬ðÇ”¢@€“ \þ9íeglÙ4<íaJ/Bιra pb ç¥(%¡b¢‡örεz -áW%™,_¨‘ŠüÅ¿~ûÃý¥¿=¼ûà™†M$âÐCÜ…¹d"‘ˆÇã3s“‰ùØüBbáÕÿ…<5@øBráûdòõlìõäXüÙàØ½k]—ªÚeÈ«:þ~ªåÄéÖ#_7:Ö´?¶05=?•*ž/^ÌŽŽÍŽŽÎŽŒÄŸÏ<y4õ¨|°÷Ù½ö'w[ï\ëm¹|·éb7Þp±·º®§ª¶÷8ÌùžŠsÝGjºŽÖtUœí8ræö¡“m{ßüóWM;ÿvå7½´ý³ú>kxÿ`Ó¯NÜþ¤²gߥÁªOjÛ‡¯w=kœj˜¼5kíŸjŒwõÇ:ûâ÷ïNõ\¬¼}sÇç'Cïü‚޼z¬ÙE¶ÈZÁ½ÜÄú (´0SZºb‰2]¡%u&a]œ+bõF ;8†!mˆÉƒBí¢œ¨5Çê[%æAz—[£å¶ÜMöÜ2kÎ;Bx½5»„÷aÜoñîB֙ψ¹´})m‹Ö0Î…0& #=™¤a‚BVàÎÇØ Fû K‡ÇDµžHË0(5FŽw¨µ¸NO=xažôîÆÀö-¹KCùh&Æp¥Ué¡iš!™J£¹J›‘aV*‰tI¡1)u8¨ŠÑl EŠŠK£+Ö¬ô#…N©5›H›átF0^ÀG ˜ÙŽ˜lnCÍ’Ñd‡Xöe¯b„FyfJºAcŒœ©”ƒ�9ñ&É$“POUQðpÀ›¶‚Õûà�l£¤O\^,¹~ò>Jð3"¢lòȨKVÊa9 ç�<m2öÍæ¥Ág‘V/)† ±®(ÆûaûÂERŠÎB¬Ò¹ÜU´mù–å»Oþî««•×ï%þ3ž˜œšŸ™™{9x‘H&¦ãÓsÓÉW1Àÿß²±¤~5ýTù�}59ÿýlb!6ž}:5ÔõøÎ•®úšŽúª;uß¶UŸi©üææ±MGŽ6~>=?9•œ˜HŽ¿œÈGã#ÿšž~ühòá |ô^×ðݶ‡7n7öݺÒÝ|©ïrCïåú>€üì"äz!¯¨î¬¨ì8,CÞº÷XóŸ5~| aǧçÞûcÍæÝgË>½°õËë»Nwþ¥¶÷Ì•5w†Û‡ò¾7¦o=šm˜éìu4·œï®Ý®ê½=»‚·IEeb~)“³ŽæoQBX‡;Ô:B¡DÊ•V£A,f‹‡–Bwí! í”MoæQîwR´'Ú¹Â)––o–Ó;Z.än²EKùÈF™ðPq -òU<¸Š«€u,£Å(mË!Ù8½Õo`¼FÖgâÃR`µÅ+21pã‡IÎNžT¨Ðt•žbí8:AŠœ /+v—ÿÔ+°£–J×åјj,õÚÄx†V§V“5¥Ôt¡�y&¸7ÆšYÑ*ù,v/¬2ÇAK ä޾ȎvaGÍ"F�ŠN€#]1ÞP0ð”]›hè¾ Âá‡T‡¸že ÈaFÐXº¥ À!dÂINîžòX}´-�W!,ã-†9Éä-DAHuÜ€+€“¬�—…‹à=œ¢a\ðëi—Æ,ÂýȰ^vÍ‘g—á¡aåfÿÆ%}¹û‹êS—»G&ž?½ŒŠ±ÑÉØäÜÂ\,1œÏÏÍà�¹<‹„¿ž[4™¹d|v!›žúîù@ÇP[C{m -ò‹•mÕ§[*O6;~ýpŵI𙉱ÄËç‰ñ‘øØðÔÈ£Éá‡Oî¿ø®ot°ói_ëîæí7ï4ö·]½wëjÓåûõ}uu=j{jêzk.ôԜﮪé:[ÝQYÙþÍ™¶'[½±÷àÕûê?ÚSSöñ©âí‡sY‘÷‡”lÙñm×µ'Z×µ?»Ò3vm`ºåÁLçÀtGßdÿ¥¾kŸœ:¿uϾÂ÷ØøsÍV!¿œÉ.bÃkÿ -ÚÁH»JGBþ$]›‰6ÀºW^(>9fÞe€7[Œ8‡š3%™Ø�k ®wƒŸ,Û†n[º8¬ákh-\kñ®eÝ«-n€¼s.c¤(mÏ!�r.Œ1°5Ù¡Ä<gö:ÊÁ8?Îy)!DñAètð™Ø¥ÁiÔê,F½Úçuä¯ú¼¼^G©TÒȵn‰Ê˜®Ä*S†Ö¨ÊD4™”&“VÂÓÀÊZE€Kˆ6ƒ š#‹‘¢™v0^'·Hv§Þ¸H`Œ 'Ð Ýð2ð–pòùÍ€H§¨NAž -óÅ<ÇPy‹—¶@H€p„”=GÎpK;2Á{IÁGÛ´=HɨûIÁOýïH~\ðb€’‚—à ټ-ÂÒ^•ŒÞ„Ùñù˜=Ë$z)ÑO‰>Ú³Ò-Vl[Zºë¿L—ûSSgÇÿ€©Ê%r;9'—““+¹'@‰¶€((^×vÕNwÇjwvëÖ;íÚVGºõ¶Øê®U¼VQ¹ $®!bB —ÚÝýiŸtgg¾“yçÌ93ùáó|ßÏSþÙ¥OÎ=¼Þä诣AÈô¬?yŽE––VÐlèíÿ,‘ù÷âÏÿŠAæ#QhæXhdê倿¯Ëk{ଫ鮮vÞ»ã¸v«óÊõŽóWÛÎüØv2²Š…ó¡À\h"O¸ÃÞÑÈø@h¤orØéëïíÂóÖ8çMî6à¼q¨¡aðÑã¡ÚÇÃu Cµkêújî÷Ü»ûâÆmGÕuû¹ËÏ¿½ÐôùÙÇGŽWï9rµøƒ3†'3^,8ñpÿ÷ÿÑê©u{‚OÜ$䮈í«áÓÓŸYßÿØX¾_Qô¬p¯bÓ>¾u;G›'4ãj‹ÐQÓùk“Yï¬KY¥Ð8lLÄSX ]¾Hmåˆ é˜4 ä,”à 2L¨ÄÄ&‰ú½ŒÜÝJë¡ifÜ)ÎÙO)žU‚Š„ú͸¦H ÞD‡\ °ðefT’ÍÅs€s€œMäˆÔ�9<dÂ'Òó$™°èWt6˜67†)À ¦”FMÂ\eŸÉHHJb%Ç‘~'1 _›ÌHHæ$R œ’ÆŒCŽ%¦¢4„3 Œ0ÂÏ`cr:‡@ø -T '3!bCÁ‚$£ -„¯ccJOA ù þ'®Üÿ=‚ëyÌcæ]!µ<N8’p°ˆ7ƒ´À[ßUá -x9Hþä�<— ¨C½C·áÀ9Ü¡±– ##ËI`mQ1èbM„óyžX‡Z€œ#× -•™¨TË–[�rÕæÃÙÛÿœ÷QEé‘~êBÕÓ.Ϥ'4 -E|áh`2 -v‹-‘œ/¿†Ò^\ù%Y~=¿¸-ÏÎÌ…¦æÈÄËÉþÞ‰íî6€¼ ﮾ë¼þ“½êfg%p~ÍöíÔÒl`!ì›Ï=ÿðà îé™q†º|}ížîÖQ{«ÇÑâ±7¹;›Ý¶&·íÙ™&·½yÔñtØÞø²óÑ@k}oSµ«æŽóî û÷WÚÏ^lù¢òéçßÔ½ôƶý•úm_w§ùÓ-ç›þr«ïl“»¦m¼~ l‹gèé@Ë),ÊÈ;¨ÞxXžÿÉ»{qó6^V‘4³HbÜ,”è�ƒäTêÚĤ_%¤®KM§¢L–+ÍJó¸JÁiNçl¾œ &ÍÙ–g—ª×ï•åì ºËe¦²ì’ì-|¨/ê6 -5Åu‘@YÏz>Yæf(mT”ËÅÍL<›-Α·ÈŘ4‡!€»;"”ZÙ˜¦)É£ÐÁF¨Wœ³88!è,~24|"5…ÆZ»ŽšDO¤0S üäT…†¤Ð - …И°BJÓÙ2p„§bA3#Pàd]382Zø3Q"| -M"^°K® -6'~@EÐØÐÕz²·É³†.UÂßâM„‹kç-áq9×€–#q';œ$\íIõ\�^¬åI Õu|øÃçúY¨âÉ ‹¼I‚‘fPé8#ìpÍà4ˆHŸ³dzNF&&U:¡Ü*V½'5m“™¶i¶Ì;ðeÙ*¿QõØæò/¼šŸöÎ&"Ó“óÑé…ép,Y -Ï®Ì̽ž™ûefvž§æÁ9¿726ê öÚ½öÆÁÆÚîºÚžË÷{.×ôTÞë>ÿ“óämljÛÎ/ƒ‹3“±ˆ~Ú ÍF¦'‚ž¾€ï~5Ø9ÞÓ>ö¢Íã\…¼y´«ÅÓÕ:fîu¶wwÀBêëmóö4v?îhl«ë¯Îow_¬²ýýŸí_]jûëé§¿=~Ïá«Ö²DÉ×ÒCWóN7½Ù{¦É]mó7F:‡fí@ø§;*¶làgå(‰-ë÷( -öÍ%�yFN ¬*ÐoÉi¾&!q …Fea¨Ô,ÕoTšKøÊ ŠÊ•111‹'abR”Pa2“Pi‘·ª»”Ö_‹³Êqc©,g—4{;Dœ ¢BB.Є«‹põf¡j“PµA7à%,næˆÍ¨Ìª2•е›x23KhàËrùRó*älLœÆâ§¦3RR,™Xbâb:ƒ—BC�éäTì¤ ‰´”T… -aS¨Âš$'P|[ÎDqÂÕÐÌÀ3“+Ç„Zð*¤…€Òfƒ‡ Ézð‰Ä›Ò:àLj $m\KÈíÒˆA‡ä5Ž/kWñ†389*‚‰�Â5°Ÿ21ho’mà¶IrÍ[Q!-“èÞ$Ž7 -©rD¬E¥zTfä+@×3Ó¸2Jš€Î’pSáǤ "Pèq%\f¶À(ÐJ²¶Jò÷éJå8Yüñ™ŽUüPýl(06öäcSÁWáWþˆ?õO-„"ËÓ³+áðb08'3>whdÐ×ßpÙFmúê{Ô÷_ï»RÛû}«òž«âî‹Sw]_báÉ¥™ÀbÄ·0íŽE'‡g|Sc®Éa‡oÀ6îêw=w¶yÞ®¶qGûxÍ××å±ÜŽÀ+‡ßgóùÚ½ÞæÑþg#½#ÍŸÔôUÝr^ºf¯¨ê:u±óÀù¶î¿ -¯r3ï\Ó±[ýgž¹ëœS-½A‡ÍÓrìÜwR‹)…°à¦2"§L’»=cý‡rË>\·CdØ©Ðåsq#=˜˜²fmRRRjCÀÁU}¾ÄT$5äsÄ™ âiÁJ1"ƒ-‚=Ôˆiò…†Mó.Ô¸©\dØ*7©`ýÌ*“e–J³6‹…¸~£@›ÏWC“5[HÚUxëŠ\”9aåŠ,˜Â"T¿«2•áªT’‹¦ÿÒ]®¿MÝg?¡-]‰ãû¹ùÜÏñåø–ØÎ=„KB!PJ³± uêªîE‹ÆJ‹4uch›6P'áRJÚZ`+DBrs|‰c'vlÇ÷K\ÖB¢iÀžcwÝ«I_ýt|lÛòç|Ÿ‡ú(q7Å `db0©®I£nhVh ¸H›Jg®o¢wªÄõ†Fµºn×®fªT`Í*¢P -ÍjègZ¥g”-GcÔ¡V·iQI‹Z´ë0I‹I*½Q¡ô„ “KØ!+AT4t5âôÒN=Ô2+ã]£ç\xõ€€—k\&:__»#j„WË¥dÏÑ$P¹½ixV.pZ]qhlm¨q�[pât» e$Œ¶`Œ…`Îfº|'%û[+bà›Ôx£ŽÐ’‚†µê8»žw!‚Û ¶Q¦VôмËÀ{S'oë Œ¥Ëì°t÷ì}ÕsìLÿÉs{^¿pøô•Ñ»³ÞÜv<ÉVâë¥Äz9ßL$Ÿndž¥¡æóϳ™¯S_&’•D¤¸Ì,Ïg¼Sñ'÷¢ï=x_½~/2ú•¿Ü ÿQNäw�yé__ç¹Jfk3»]Im—ã_çCå¸/·:ŸY^ȆæsÁÙŒ6ë›Ïrá¥âª¿´ØLÊE©àͲÙ'éèôÆÚãÔì£Äô±·CÝ^¼¸pÍ÷öso½¿pòíÛ{z¥ýÝ»‡GgßÈ'w -–KK×î]jÜ[OâJãn¼å Saû ÊõйóÇ¢ç‡z²E‰X•uu u/4(jn¤ÌnÖs€oÄÄvnmÔ1Mz 'E+&8)©n9Ày{~`ìaZQ΃�¹Ù}Ðä9òÿ 'C¤Ôk�-·t“æ.€8ìyØ/Ú†)Ë�Žó2ü�9Íl?NÃôgjÖisjRª¹F%·³™ý¾‚«kdê›»T*µ’�ÈÕZ¢Ô˜T0Ž!08pjŒ… ¸¢Çm:T•%�]ÒÓ¤Q—´¸„ƒWƒlT•C&œà<@¸Îónhl„–HÁ+ d¨±-Ó.G¾öê@ -*â¬äØzÙçAxd?×ÞSv׊B‡3Žš`È‹°¢€+#!¬ƒpÐöÎ|‚ï$ÅnZpk0SƒBò¦§zZÔr6€\Ç»ô‚›€ï&¶1‚8Âá;S&-«K›àè£lƒ¢ûˆÐÿ³ŽãïzNüºóäùùýÕñÅh:Í„Vó±Õ\4œ‹Dr‘hq5QY¼!ë¥ØZ.Ê…ü©À̉kÆ'¬O<Zÿôaìãñèåûk—ÆcïÇþü ~¡´U)o}YÞ~ZÚzšßªäžm¦Ÿ ñgÉHeÍWðysÞ…üâbÞë-ú–Jþ`>*fÂå\¤œ”Š+…|(_\ɃÙôR*±^œßXx¼qó‹ð‡·–Ï}xïïwn̾yyîÔÅG¯ÿöþk§Þüëâåñõ[‹éÅ@!pÏ?ùâkÇ•¬y'ÁŒ.ÑÑCu¾Dv5w¿,õ¾"¹†)Ó€36ª¨ïíªßÑP·£^ÓŒ°ÓÍKû%Ï~ÚÒUíR^¡T ±Œ;1i/édÜGLÝ#Rï ¾íÝrˆs =G÷°û£ûEÞu…‘Ó±Ÿ¶ïcìûXÇ~ξŸ¶P–=t5”y7iì3ˆ½ŒsPp[†(K?Åw“\Åw2b7ÎyPÖ¥1ص˜UGØ5Z“¢™S¨‰&ѨÄw*°F%;…šnVsàØÄ¬E`~´iôè|„p`@8jÕ¡”°á ¤hiÖñ*Ô¨“-B.Xà\é'G¡½ÿ�¯xr¹ÌYÜUø[kS•o4gœX -ã�×Ë`×"¡4›6Bž4a\…w’¢‹2•[d3‡a“µWM±Â -ÞB[YxçÔã&ù7jYÄ`!Nƒ®Ã°Y3(W]t¸è¡À!MÊÒN[:R;ai'l{@I×Q÷ÐíGÑ;r¶ÿÕ_8ûÁõÙØLþßKñ52æKz“aor2Ÿ\óç’‹¹åù´&韊/=NÌ>Ž?™LÝœHݘJ}2™›ˆ8™¸6¹qu"ye"9 -„onW!ß~ -(Èyf«˜y^Hn¥¢OcÁrÐWð/}¾’Ï·ðW‚@øJ)«‡‹…p¡ ²lj)ç÷f—f2·Æ×®ÿmåüíåsw–~yÇ{úºÿÌ¥¹S£ÞwÆÂ¿¹³<v?öùlbn.9wêgÙK=Æì2ÐFg/Ñ6,ôXûFL]ÇDÇÊö(u\ƒ‚øÎßÎz¶KJÜ#Ú9[.x´8Ìe¼7#ð×€-K}”sˆsâÛ䦮Ö}”©B.z†÷a \†¼uˆu�Âi[rˆm@N[úå˜÷P¦Ý¤©VÚ9È» ÎAù¼ÐK =´ÐÅšzY©eÜãÒR°ïƒ*;›U‚ZFŠçòª¶ÉF¥A¥ã”ZN-O—"‰¬"²™HPà¨Á‰v·c{ÃAÅ•z¨ƒKÈ„9Ô8„qUS%\†¼ÚÞBÀÝ5ÂeÈ«&S#n x»<–Ê“ÐáVDf,>†ÁÊØ�r<œ]ñn%E7pŽsððÞ-APV†œ[(Öfø=n&À[†¶ƒo¯CÛs+uñÖÞÖáìݬ‹´v’ÖÒ±—u2ž—¥Ý']‡ßêxétßOνqþç»)û7b¾Dt~}y1±2‡ƒèL,4µ¶<››ŒÍND'c‹@8p>•ù|*óÙLúÓéÔ'S©±éôÇ3™¦Óצ3W+Ûÿ„lVS?‡2ßÊgŸçÒ[ÉøWÑp%*ù‚¥¥å²oy3ªí°œB¤\X-—ål–"åÒJ9,Ä|¥Yoáɸ.óž6ò€•r‡Ë3öÜöø>°± bIØr5‘’ím»jÕªU»ý£«¨EÚ¶›vÛnW«VJÙ\›BÂHbÌáåæ6˜#D ì'èû‡lé Ã`Ð3ï<o4sýáÄ¿î&/Ýùðîð-#®Ô„©;úÏÛcM-ÉíÓ-‘ñÏš›Bõ'òóŽbJ-HFK¹à¬æƒÇ\µï8*O™üGÍÎSš§¢·ïV¿µkÏ^•ÿsÞœµVïaƒÐ²®BŠ”HûuÖðîZÁwÔ8f©<#Wœ6±7Eœñ7Ê Üß`ö1ùß–r5îªC}ÂÇ·ó¶°€cÏ!ÑWžG“–ýJª%ë~ÁVe‚%(Ll=Þ,ó -•VÌG«EÅ‚J'¨ùB¨¡¬°kíÔP6|…ck÷6¢fÑ®F·‘ñ0|)Bªbs‘„Û ÊðdlCRÈ<‰A EMo%G8Ì„5Y9˜ôy®Òie¢RÊÒ„¢àW¼J«;•ÇÇÄ…i@À°à"½ŒPj’—ȹä-!ßä.*Wû¨wn롌6´:\g°âaÌ=# -Þ¸>o pÁ^ÈEyr–JÎVK7Z¬-(¸«e¥¼Á¶ï¸£æ\¨ñ'Õg}ð‡¿;õË?]ºHO ÍÌv ÷NŒ€íHrøqòiûH{¢«#Ùýh¼÷ÉDìI:ŠDfï"ÑÙk$s׺瑫ÝsW{æ¿XÝ\ yvsœ/l(o¤Ó/Æ“kÏFÁöò j/+/È“ËËc««©ÕåÄr-¤ú£€¼géfçô•{ã݉_|¼x?þû[ñË·—¿L^¹úwëøÎ¹ûwcíß{ÿ=É_¹Ç î¤ô€œw–«N;œã=‡Y×AÙu@C»w濵½�„kJŒÙ'ÚC²û ÙUG‰¥E»Ö`¬Âä ›°4ýõ¦àq¹ü¤uß”¹à?Æû%£éá èp¾UãuÜkÎ_NBŒ„ãiâp™÷0V'k«ar£ hU€p£¹^‘§4p¤Ò »óõ.OÅ�r=ã@uëhPí&„\D¿iÚ59g¹R3. eäš«"¤T'áœîcDŒ»À„3 -áœRðæÌ®‚I)ÂECL&·@ÉÒD“ÓŠ{+x{H -伺‚îå¸-Ökin‡’)J,Å|Å5ÖL4†âì ÑÒü,:œ&¦—3ûq%ð“‡XB,IPrì—œaÉU-:«8G9»«$oØY}²ìй`ëOÿ"üÎûõç/|çW—ö‡kb_òX:Þ79ú8ñôq|èQb¨3>Ø™êy2Ñ×5Õèšî‰Lu+7wÏ_ћAnö.\ïÍ\ï[¼¾úÍ‹•Íõå5’ÍåìF6³ ;5¿96û29ùâéØÚ@rµŸde‰ggâÙéÑ%8ù|r5;þ|%õ<“XY\ê[zË>ì[ù2’ù¢mêo-c·Ž}r7þqóhSkòÚø½{©÷Ç#·GÚ/|z¥üØYÚØ¡â÷R:5k,‘÷‹žz÷þ3–P£^ªàl5WE‘Nܾ;oÛî<5%М1…Ì®°Ù6Ê!àQì”XÆX+%OÅ_o4åËO!bà¸àkýP”¢þ#2D¥´^´žƒ¼»îÛ&wÕ‰8v(x;JDGòZÞC¾ÅÚÂ"á¼e.Zösr>#—Q¼[E *½¨Ñsùê’< ]¨cóµìŽ<*_-¨õ–¢bk ž!~Êè)¦]`[ |˜å½,*N®4iõÄRðØÒb©‘¨l�Ö ?1àÏ4sȰµ(ß„/2s0G8DãWà€Q:ܨœ¤”I)c„çŒø¥Òc®Æs›|"* Üç ä(sœáˆžwªisD…¶PrY¬ø)Üa‹í ’’r„·îÃKP$Ù'ZË+Îàâ2ÑU.¹+ì•GœU Çß;üÝß9ñû¿ýì¯W›»“³ý³}édtòÙãÔ`G| #1Бì}<ëšê‹Nõhdª«kæat¶½gáN_ænl±%¶ØË´Ä2÷ú—&'A“¯e7³KK™iùFjîerê?ÃÏÇÖÔÚPju(±<“Xž+Ã3¹’#/ÄWf‡Wžõgz2zÛzWnF—®µÏýãþä_Ú&þÞšú¤%Þ„�ò‡S͉ÎË÷>o8ÿsku}!mß^ÄíÑkyÖ`‘¼õöÊFgm1Dsòré®zÛ®½{ÕÚ‰•\øÏØKëG•–õ�òbÞÍX+DWXö&—ÍAŽHÁBÙ1.‘±I8W ?’«qA©ñÿƒ<g,9¼µ¹�rB¸‡ô<6©d? Ú(‡ÍÎ0-àP•X´¬Z/îÌÓ�r•ž+¢¸Âb¾äS2ˆeĀ΀QY†=ãÅD…6ФTíèO5Ëy)Ú®.6«u2et Ç{p®‰{€ç�áÏ”)d$îý*Ì+ÈC[QyE8¯H¸èÛ²/µ5?Køÿ%Ü‹ŽäÜ[Qqfr‚îähoÆ\Š öµFK!E×±=)y-½RV~r\!Ø*E{% çmU‚mŸ`$„£ÞeÌGòTrö�ãªJká³ûNü´áÝKoÿèÃþüùWý ,Mì;™D×øpgbéHÂÉc‘todª7’îz’ŽtMòŽžùÛ½pÞŒ�òþ¥ÖÁ寲߬)YA72só›ãócsÏf7†g^¤_Ä&Öc“ë_O®L<ï[O!©Õtbe"±2“Z›K¬¥GVƲ}}óÑ®ùÖ(²ØY¸Ó1}£m¢©mòV[úVëhkópsk¢½mìѧmÑ\ø£·î]¶ôd>EïÕR:½^ÇaÑÛ {Rb „+ãåJÛ¶+ûž=…-et³R�¢bñ¢Í>5ë $ŸÑ±@×:f 6Ê¡ã–ÿR]æ¿QÜgÿz�ãc¯Ù9vî=¼—÷´ Á· G¨ª´ˆRU!ŠÒ€Úˆ¡F ?´¡á§ŠDjš4m“V MK„eì]¯ñ k{}ìz½‡%@„ÁðôygL¡Ò£Ñìø;Þ]ûóýÌó¶ö´Bã‡ÕDŸ&ÐÄîÄ8ÜÛçF™!“÷šmx?IÐ`›Ž&êj°K -uÊy Sôw(]²¯Sò´Ëؾ=‚Ö‚§s]µó5VŽå½}‡^>qâGÇŽÅ÷tÖ³®:Fµ»|u¯KKŠZ+'':CøA³¸WÐPÅÃ׈™]ÅÎûɱp¸JçÁ§žäˆçf8GL úÙ˜‡'³¨`Þ›ˆpìíÉŠö"Q{aD¼6D±8lbrD7Þ”:˜y‚NnœÖã»ô(„oå¼õŒ†ØÄ ƒŸb;˜wpODòµ˜œK¤k¾—'NAï’"N.ìpmŒÇb×k,‚•Ux]ò׊-ÖÛû“S»û~qüß}üïÌD©8V,\«Ì§óÓ©¥™ÁEÔ•ñÔòäH1ƒ¯§éáÂ0h¿Zº4Zù*SéGÆ«CÓ7G²·ÇomÜ1 ¿c@^]{PáùF¶º1[Þ˜Y}0Y¼?U\ŸZ]¿^¼?SXÏ#K÷йÛùùÛ«à|þN>{{iòæØXud¤r áéêWJë_ùëWË(ýóòBÿå…Ë…á/®_:ýá_Z~ürãžc\¨¯ÆîüþΆz'çeÆÝáKþPö·7M¬”ÔæÇw¶lß²cÇN‹TT˜7•Æ«°¡@ºrp·ÛçMäp8æMpNOômÆ(*D8q¾Oþ?äÄvÏfŒÆ¢†(À[òwÈþ@.1Ìâe'LÈ%z¾´É^Ò88á;mŠ…•�9ÿìâ—>ùäõÓožÿàG_yÆ&Aw¼GïsN1Ây% ¹K‹Jî+ð/®³ªvÖ‡sˆÝIƒpàm@®£µ�rV$›]OÊ Ý›M€×âdl9ÂÐö‰jÜB©½ÈävSï4ÆÒ0Kƒ!8‡~‰$ÌáQSàjÍŒ¹¹�>ç±5,ˆrFô×9´:‡jå<Ü‹½IÑ× ԱSâÆ§¢¢B›„{[qÛS¤¨C9ØÃ…X>€HzXöDxOÄ"x¶³W¨CMö·Ù{äõ³>¿š_œ(Ç+óCK“©å™Ü„ ùðÊ(µñ•t*ŸJåÓé|zòrÿX¥b-uãöhîîTåá-#kåH±DÉQ6®™42Ey8ƒÞ@ -÷s‹÷fsw‘Ùor×of'Ö`ò±Ñrz¤44RÂ1ZI, ^.¤ûW†¯,góc—f§Î}þ§ƒ¯þ6Ð{<ØvŒmÜ_kwl«o¨³ó¬è]îØ~^‰YY¿¤Å1¬ý`ÛŽ-Ûj¶Õ6ØXÁ)%½Šv¹Ù¦†Yo\ -´ùÏëÉ>Cà‡**É5#Jô�GÑbûurø>T©G -tQ9 ÷�u5Ü#IÝ&Ûx©†ºä�á Ε dÞ!úÛä`§Lwu™c©æïÁ¹g·[wMi`Äz‡ëÔÛïœ}ÿü«§NtÚ÷æ»ïüú½ßXxµS GDe˜6î”bøÿbrÄExG·±>††MÀ–½-.pëILD8Ú¸FÙt¸YWôÍ6Γ®AxÔÄx³êØ;‰ê(À¦CÇÀ¼ÑC~‡¢‹Fÿ'CÝj”UŸšÜil,¨ºljœ¶¶U¶óT·œØ¤nÂÛEÇöŒã—à¹âkEdtl79ʸÂVAµ¹4;ç³:=6{€q†!*Šqßݰ°š•s3ZÄ—èÒ㽬o—§¥ïg¿zïËk“7nÞ]ÍfVgSù©ÜµÁʼn¡¥©t!3\Ȥéåtj13DÓè•ÑÕT¦82Q»qózîÎ|þÛByýë¥ZZ¯”ÖWV‘¹Õ§O•!ÓÊ du#‹¬¬/,;·pw 1 ŸX¯^ËT‡ÁùÕò0’.Žæ‡úWò«åi@þÑÀ¥£gÞxî¥ÓꞣþÝG¾}&äµ6ޕ܆Z{ð´¼ÔTkQ¿·uÛÖ;kVTo›'Ô#úÚíR3£GÄ@‹ÖÔ ÈÑFLÎÉáÉÍ–¢Ä0o>yôyJ¤Wä Úä9w›SB„:À–üíbc;™Ü ätW°G trÉÛ.êg°Á¡çv^ö†Î_øð÷}|ü—¯µíï>yæ÷?¼ û#ŒìE�Ïœ‚gS’•bvm9*`¹ÉÊúìºÕIÃ&iœX*Íðžèm¼O+Âç-‚Þb²mrnÖ¼A¯SŠlu“pô"ÖɵÄ$\2Çä¦CV‘Ãõ‘£Qi®2Kë#†ö›¨lkQ+çÃëޡ;Å�žD ]…Qšx£¢€puH¥Y�Ï#/¥°•ó78}g£•m´p²…Sl¬œs|DpÅ!²èl>†õÙx7§yoÂm—ÂN|ñPW¬÷èÿ5]½9^É¥–¦®Ã§' ÈGÓÏB¾0šÎdJéñrfúë‰ÙÿdîæŠëÅÕõ5#U#e¤ô Oy8_~˜+od+²ÕG³Õdzkç‘ÊãY¤ô0·rvýüÞÂü7‹Ù[ó3ksÓks“Õ¹‰rv¼<7^š+β#•¹áò\ª¸ð©ÌÉsn?òF¸÷çúî—üû¹Æ]µVy[-_ca9Ù«…ÚO‹õòRÈÁi[wؾ»eÕqÎ Ô‹šèbÜ6 âkU£]ÞÄADKöéDø!7i¼Ì«±Jt?±–'둽òDÝ8ÒùSÂÁp‡îþäˆlBè�íX#¢¢‡zt”%T§¼œØ^§Y㵉ÁóÓWNüñ³‹§Î¾ýîùs>ýôä™3A“#Jc³Ý€i¥Óa\M’ÞŒRjcýuvw=4Ža“y uß.ü)�6Aî&Â9tr”ríi'ÇKˆš1z¸Ó˜4M›„› ÂqÒ†Éù¤wºBÓŘQ{h³`1ÈuÔæf—ogBʼnKIžÿ2]n?m¤wþzP“lXØžñØã9xfì™ñÙÆ›SB€ˆ²+¶©Tõ ^T»joö¢ZUURWêJU/i/Ú‹JU+U•ªl,ÀŒm|Æ` &÷}¿Ez5¾(ãÁ<ßû=¿8Ú»Ã"Z¯S¹¤ˆ `8% ·!{ǰ}VŠ -Ø Þ*haÔ+6¥›Bx‘ŒŒ`uˆ”Ãkg5§+„ØAí³Ù5ŠÑíœ_Tã¢Þ§Sb Ÿ÷õIñq6xõg¿úÝLvw¾°ñ8›þjsþñÖÂãÍ4òdk‘œo=û*óõ£ùÇ™™ùüâbñùóÊ‹—ÕLfo+X*¶ªF*ÈîI‰ätÇȶKí—e3g땳õòn^îžfÐöÛG›[‡ÙÌþá¼N²RÏ<¯m¤«ÙåJf©”]ÜÍÌU³³ÕÌÖÓøÛÉŸ|–úðÏàGêðÔ¾›N-ÙMI—:ÝŒËrJˆXí@~Åâúî…î—»º,4¶¶7ЯÇ&yu˜’Œ'ŇÕĸ?yO뻣 ŸzÓää½·À¹D87!Ÿä†œœ˜ \ ¹‰™ÀIà!ÄÀ•𹫜C~N8n°®¹´@î‰N{ׯ -Ú͆-v?Ãúd`ôØœ -«øî~ôÃßüéùò¯¿þüs9vyŒ[ÃàfÐrÒ·B”“€œb]6¥{„Õƒ‰ -ԚЅ«jT·Y㦫˜{ÞirƒpƒØœNðÆö!„»£o;ÜHÄ$œÔ¾1‡ØGˆW�`R¹çb°‚Wñˆ½“c{zñž6é}‹( -XŸKǘ€ùà#xÐîŽP4€7¥tZ¤.›LŽ*ÖO9}VF£œí’—fgUÊî³Ñ:§ì~Šñ1,¾¥°¬÷zŸL)áAolXœ’ããÉ;Óÿš_Ù~ñ,÷bfgùÉöÂLnõ)ÉÒ²3?“›{²¹ø8»ðtkv¡¸¼\Z1 ߨhÈË' ’V©´ö+'ûÕ“ÉiÉÈŽ‘íwR@ʧ…Rö^Èå·v7÷™½ -I£¶Q¯nÔËkµÒZµ°VÍ/TгÅÜÃGééOßwïÓàøÇ QKÝW#Wq&ZÏÅNç{ݧèý*åÓN/Ãé;»¿}á½Ë]Œ•qê/Šiq”ñ$)TDpHŠMhÉ©ÀÀ´Úw_I Éa,wd´:ä¤÷¨FK(Ê„76é!›r‚–C(ä1È9ÁÛoò@ª9m1!|ø}×^¿¦„ǽ½“yAv*IÊtpQÊ®³\ØÎú`ÔV—ÖãðrjÔåЂÏ)‡92õâ°{NB8ª¯Ï&.ØeUPqDÅa¤<ã.RžIÄ¥&MEáÔ nHŸó&ø÷$Þ8ù¹‡›!–"“aÓü,"熺 «M̆-ÇìDÅñ¡¨è˜9Þ:e²Îu¢Æ7Áþê3ÍÜØ}}®.J±0+§ œäØ(p>„^ŽÙ]þ+6¹Ë*uöˆ¸ËÙÕíԗωyÄdXbT‹]ê¡%‹C¡X/ÍùY j¿âµ~OpH‹Žøz¯‰‘59®ÜúâËÏå²s¹Ì\ai¶°4WXŸË¯ÍîÌåÓ³;Ë϶Ó3[Ëó¹çéÒúóÒúj%³^ÛÜj˕Ó&ɉ‰·yý¬b¤PojíÜ;)"Õv±ÎOJÅoŠ;G•Üayë ¾¹_Ûl66÷‘Zv¯šÙ+!«õÿ®ü⋇~šøÄ3òS£oïB;ÑvÎÈ/uÛ¯_TlLÈÉû¬vù;/#]VŽuopÔß;éÒ‡ìJ¿CO¹c£ÞÄm=uÏŸšÖxúÑäxàmé-ähï^@~SŽŽóæ„Í0†VCTnÈdÀ5;Ü,jä-ä¼>dÖ8¯òAQäøcZü6ž&Gymˆâv49í£'Dqcx´‹Zð[9»<Q^yCCwˆæ‚’žáPe �K½À»ËŠáKÇÖ`È 5 '¢Âk)Nàˆ®€ög�È$ÌNg�3Á›ˆÐÛa`““™“‡“¡Ò˜ ¡ˆ ¢ñOhu²ˆº&–B“bö„pF G™C³ªNÕaŠ{XwÄÛ…q¶#„À6“ØÕ÷{ÄŽnÁô|'†{ë´;Èý6@CÎi…„‘mÅæÄqæµót¾(%0È•à'4¨œþ” ŽL=øø³§ÙµÅâöünz±²º°›A¾.šY™G -«óù•Å‹•j„¿¬mf÷rùÃÝÚI½qzhä¸qrÜhµêV£u\o7Û¯š§¯šíF³]o¶+FÊHýô qzPoï!•ÓF©U+5G{;‡¹ýWÛM\vš¹ýFnY*×þü^ÿÑo#w©ßü±{俯D§®$Ãb’R.õô�r^õñÜ cO8½£›ýÖÅßë¸le<²žðŦ¼¡[ -ñ𠜸¡&?ÐSú’ß×ú§½ý˜:Ñä·åø9ÞDÂc²ááèp.ÇÄ�De?*ÄÆ‰‡KolÁ -œÜ›Ôx�‹#äCnß É?æ‰Njñ;Bð:« óÚ r”¹ ÆiµŽ€ƒ÷8|r¸ûá3œ2 ªÃ¬”pˆ}ð—œà¤¸�D¥Žì.‹�8ø€So§'Îz.”'!œ@Îëƒ,)ó”9rºÞípÓRÐáfØH„•à‰s7-E ¢‚{¢è¤«{Í ÒMÂc„ãŠÇ -ÍËq.è)ò¯& [,½Áìp…†•éN1È@Â91‚н³[D{[(ÐëÁ¥®†|b¢dù�‹ çC¥©ˆÍ²àƒª¹Ü'Ùx7%H´ÛçTBøMÉ<"'Dm@ÔRBŒ$n>ˆNÿýÑÿV*å¥ÊJºö"]ÙF–Ë…¥R~©¼±TZ_*¯!éRf±³ÑÈe›ùü«B¹Ui¾®7ÏŽIÚ=äôdïù!·_íŸ5ŒÔö_×^W‘FûÉY©¶÷Ê'õÝãÿ3]f¿mäÿX@%MsØñŒgì¹o{f|Ä÷‘¤Mœ¶IÛ¬{m¬`÷DÑ"ñ°‡„xä!xà ‰7ð°B+mJµlϤ¹l'¾’øÚÞøþÆiAúÊrëøHüù}çóm‚óíΉÇùñvûäE·µÝÁÿìouöþøÉ§ï}ôÓLõGîÕûö•÷¹üM@®&®ÏÑó4›‘"Öù¹¹ ?%šv8T@Þ<w~ëkçÎÏÎ0|ÔN.º™›Jd5)rvYœ_Òó« <Zº-¼Íß}C¸š^ÓÒWÕÔÕ3ð×có2J„Köæ*ì…Ø¸Ç6ÀF$o`‚ðñäCîÝ·”ͽŒXékVz5KA -WJé §+¼0ÈÃb’bFž÷ ÞK!9Èà - ψzS`)EÙÌÃK§üŠŸÖÑl€\*pƒHîux‘ 9ÿÚUàá \Â%œ=^íÕ8 —<ÈÍ<ï‘ïY -Á׋1ó�Õëp2!!*´ˆ± {!#—÷DÀŸA®ÈA8]áÒäØPúYÆ:ï“àä¼éŠ]ÁÀ”ÄO`ÚAsƯ�òÙ€êh€S…Yc‚êïð8Ë‚ƒûx„ÓT‚f#xbPPFÑúŪ.£:AO:C 'èY^JG -+7¾må×ùÛß<¬|ZÿçfãáƒÆÖƒÆöƒúÞfmw³ö3p³þèAýñÃú³'½çݽãý½Þ~ctØ~Õl†^F^†-’A«?hö{A¿=<EZÃnsÐmùaç¨?@ÚƒV«ß<4ýún¯³Óëì÷zÛNÛnœtwŽ;½ÓÏ{Ã÷ëýúÏ¿ñ“ø•o¹•w\UËl�Ï]™eä@Xãg6 ^˜QDØDüÁYöÜÄÄ—&ƒsbØXˆªfr•7Kε»(gÖŒâ†/Þuò$fámè -\E%®²¦‚óùË2VdrUCHo¯(Î2¢Ç*fâŠæ."¢,Á&f¾d$+ª]ÒÝ.©äb]–�¹³ÌÛËp{»°Í¬c¨†”+g$-G‡]n)âbd…8…K°'5hðâ�C±Kœž¥Pì€ _–•‡žQBl* ÍÐ.ý,¾w%Ár묽I¬²h•%Œ\DÌ’` à¼(šqlæzŽÉ*ÈLãLáŽ�Þ§�̃|ðn‰Šxûå/ëYIÍ%ǃÄÿá$Yœ8^I‡…Š^ù{®¢ºø$9ò1¬^ˆ•4Åéç}¬Ÿ‘XÑ ~"B)<j_¶i΀iNû…)?3'ÎÑÅšž{;Æb<{gyÓÛ3ÀšPtè76!rã‹“\^rqìà@i¢óAÀùÃrœ‰f¬âêÊÍ聯ïÝúðgœ<il=®?ÿìpyØ|Š|ÖØF×vG'[ƒ^Ö¯7úèð£ã—í3ȇ£³Œ!'éÿäÇà|ys0<�òæÿ ïwINNöNñÃýývs§ÛÙ;=þGíðwù[õû¿JÝøw*ߌ–îè™ -V!%„“m-Mû4ANãøórbŽ¢�ù[“Ì,k {cŪ‡—EgAM\T³×ÌâÛ€Ü,Þ‰foG²·0cµìu•4ù:!<E W<ÂÁ¹êé7ÞÑÜ -ު΢„] Q‰U$"ç—´ø2 çpB@B˱:e)V1ÒëÑü h<Y Ô&VHp¨Pð çr4ê˜pÍ]Pí2è"e«¤ðÑz˜‘’>62Ei>Öb—Žáf¤Ïü¿`„îeœïKg!œZœ#àMnUxÑpŽsäÍF9G6éᢙáqˆM„3X F†‡‡9NN±|œDDÿ“'{ÓÊr|�9º(yŠOSü¤?äµdñr!¿8ƒQÏPâ´x>J¦íxú bq¥‹v8¹‡7! 7‚¼ÂC¢M"Ø,§D`8cȉÅI1¹ÉØÅkËÕï ¹»ïÿõEóéáöVk÷óÖò¯öò¨¹ƒ<=ÜGžµ¶wN÷ëCŒÊ£æð¨ý²}òo ;DÚCóÑuòÏÖ°ï„÷Z£’3ÔGàÅ~Ôï4úíY¬§µ~¯ÖG»ÝîÁéÉÁÿyX;úýßÜûñ/²ÕƯ~Ͼôusñn¤pKM]‡k±•Z˜ô‡CbdŽQü”)È)NŸÅòÍ}ebòËS™ß@�!,BŽ-ió+Zþ†YªÈw"™›Vº -±:Ǻ•ù+€!'* -Ž‘·Ÿ,ô9W%v A£ÌUæh” ´Ü^œ5yÕÎG2WaA9»øÞ9 ³+Ôq‡áã4£Å§eegÁH,«î’»ˆ¾eä,¯©»eóOS´–ÆøÂdÓRp]ÉÊ Q"'°#r!Žä¿0®trÜ¢`¾oÉa5Ò`ÑÐŒŒ×áèù<Þ:ä .ôr=Cö©IÉèC¢î(óÌÜÈà!ò(^DL2á ÇÁO¢äå(Þ’“f%w* ŸŸåæX=,Ùœì -jLPp‹øieÊ']˜äá¬JèkÂ]>Ã9ž‹˜$!’�«Óœ¶Ã’ƒ[<+Hކ‰Ôy{<U89Ϋ¸¾ÄBvÎ]\/¯¿·vï£RýÃæ³íƒíýgCäéñÎÓîÎóÎþóÎÁ‹VÙ=Þ¯õG£fsÔê|Ñ>~uÜ{tgF/íÑÐËà äíÑ)Òy<È=9t°Ckƒ ¯÷‡»ÝãÖË—‡ÃÁãöÉŸ>Ù¼óáÏ/½{?uýƒÄÚ}ké¥pSÏÜkdñ9—�ù¹é`3¨F‡l@.(I:™œõuâÂD@Õ‹ñò-È0Ìy¹žª… «\µŠwŒÂíhö8W ágƒp„oïV!¦u ÷ä+cÈŽ‹Bо<†Bމ¶D+‘âÈE·bf®rô<£d|!—æâ¢Q‰Iò4\…ñ®õÀOWœEà¹ÅH e‹šáxMÉÌÍ…íI¿<Më•°’ä!zÆ+Gòòÿ’]&¿mœgÿ -Ç‘E‰’¸söá9C‡›DŠ«Dí’-[‹§µ[NPÛ‘�EÑ¢—"ͱ½½µ—ÞŠè±—Þ‹¦(z(Ò$ð&Q÷¡$ßú¼ßH¶�1¤ò÷>ßïÅ=©:B¨›¿9\œãm9è.h´£áÈ�ùø0$*s.á.²twE•áTðmxxOÑá¢kãøðB&ĥüíŠ=ò!äfUÅ'1J!ÙöÕ«“œgFŠHT—pc* Œ{9Ï”8åW}¡˜?Œ_0x£A8K!-7A8š<Ä'ñË9#Ä›°”°`ïL¼Â’`¯µÞ@WäzqI+.•׸ºÿØÚúà×þÛóÞÁ·í_wÿõŸ}ÕöM÷ò¬ÓB@8¶ÅÖèèèô¸}zÒ9ïôαr²ÆÒ�{Ä gÏ©ÆûQâ`í@×!3¯œòr؉uÞ<kwNÎ^3t¾êõþþuëþϾXþÑ/æ÷?Ío>¶–õÛñÊ®–¿.Û°â%ÙlL‡å÷&¾°âõˆˆo¯ j¹™°þ¾7xÅã÷)y»¶m×ïè³7ôÜ*üY¶ã³k‰ÊŽQÛM”÷ãó{ÉâŽ9·Ã¿®»MÈsr•e5³D;fºIœãøHê.äà6FMÞÄm€\ ¢ðã6X‰UÙ6ÚŒeד¥›Éü¨K™éV”P§R„p8ëÅH±"ºb¯¤-»ÑË’Q¥JgS-ø•ŒHJ\bûfEJUÅdMTVƒ‚M!Y™ s„Ç ‚Z¦ŠvWÑ22ÇjWžvÞâáVÔ°§åTÉRÇòàÝ.¡®Á3žçÑáé‡Ó3‹#€&—ª¨4ï51‘õóñ±©0l<1Q˨ û)óú¹k“¡kÞДO÷‡ÍKE1/« -Ȩt@Îü0'é6ŽðÆãÂwðꡨ Â9všSËvDJój6Y]×f›€|y÷qéÎßþîƒctìËa—â XáÒƒ6räÚíÓNç¬Û?ë Îûó> gœ\Î[—x_¦ÏÒcé:Ã>¥ üÀé¿ràü ?ç‡C§åŒ¾uœÿ´Ž>ÿß*w4ïÿ<{ýÇöêÇñú}³~;QÛW³›RzǬ¦Ÿ‹]Núø°‡ãIÚ¬Ëzê• ¿ÇÇ)öbaq/UÙÓ -×õ,A®f—së¹Ê×çQã;æì-í&r"ܦäqÂõÌ -Õ8ŒºBL6YÛ79êW«ÔœèÕEH8jÜ,ÝT“•dxËIÂcAíkr3˰ŽyÕ‚¢4é?f–02\¢¢g–¹eΩ…© 6>-ƒpÐÎÃä¾’Y–SºD„×eZäÄ9]ijR ‚ܬ -p•KÈ¡(—À”`/n±_* -u8Y -¬†–MXJŽáøzwÝNÑ4 ‡“}éEÌ…�WIá8[ôrH2=~ñ½‰ ö&&áYQÉØI_tl2@„È„“.á .•Š:\°¨Àá×´i -Pàb -e¼}a}&¤ùBš«(vÕ¨áÚ8^NeÎÇ×¥$æ’Õ £¼VhÞ]ÝÒ¸÷äÓßüFq<êŒú”ÓÒµ‘§{âôNð€Þ='Â]ÈPÅC"öð2—9|Ü@ÁƒV¿Ût_8}ä¥3| {ö(ó~éÑ_ÿùeéƒGµ{Os×?µ7žÚKôʇfmO/m«öº’^‹¥öJXJ %Ƽᰘb9^Œª¶Ç'_ñòa5cÕvíÆ>¶TåoQåj¹£¸¯ìÄË9kò[Æì¶>»Å²©64&äZ~!©®—H¿ÑØxÆ9¤,«¡RÉ7A3áº` É.줉j|[ϯãÜôGâþ0SK¥ÄGçQÊZˆÄJx!&…ü?»‚á“8âÙ嘵 ês3Ó3-Mµˆh j.%°ÙU@¸d-PÒ2‹ÛäÔê,ô1øÖRÜ/B -ÃXä�›{K8º%^r-åL®æ±ÚDµ‚�LJÇýJ>J–b…£égcNµ€cEáV‰%+˜‹É€|ÅŸæ"’!ky¬KàÐë“Ç&BãÞðT@òGbÁj‘†cØïv8¾.ùE\¼ÙviÐúá:®Œp#Äît=MaÆÂ±vÍ(&J«™ÚþÊÞ“åŸ}ü«ßžŒ�s÷Ø"'£c¤ít:N§ëôºN¿;êõFýÁé`x6t(Îè̹€|xÉöÅŸÂ{4`Ø»ƒ@Ï´=òçÃþ‹á�9ê#C@Þrœ·}þEaï£Ê÷?±7ŸšËÌÆ½X {â-¥°¥e7µÜ¦l44k)ª˜>îª'¨G%^ŠÈÖøŒ4PãÙzqí^ªº£n(ù-!ÙÀ nÑäúüM}þ‡–§Š;.äÂ)ëˆNœ¯½ü"鋸æL%™ª»}ÂÉÉ“ >öÔðVÓœÝL•¶!í8[§ƒ±é€Úo¬3*2ôX-rꇊCQV5r¸ŠVN·Pì|¼‘³×¦•k^FŠsJÖQã°wìwUÙª‰Ö‚�·)×ß@ί3±™²å rf^ˆ -$œ˜¥�rÔ5§ÑQó\¬€ÞáüŸÕ¸€ýT΢Àƒ‘®QÞÆ~ÅÉ¢à=Ó˜»š ͆D{l*zÅĺ$Ç3‚‚291-½ï‰Ž¡Ûý"ž§M*E±0û.Þ@À“³�ZÖá.ÀIêp.u‘á°â3ÂÂî§aÁÕñ¨b§M5· d…æ‡Ð•µ~²÷Ù/y÷|Ð>!³6Ò;íõÎúýÓAÿtˆë�lŸ;£×£S–³×£WÃÞ;é²|÷ñÛAh ±~¶_8½çÃîóå°ßö£Áó^ç/ÿøwáÖí¹ÛŸäwe7žêõ‡fõn|þŽVØTsëzfCµVb悞jŠZÚ¿7æ› «]-Y ˆ)O@ *³vùF~ùöÂ]Ô¸˜Ù`5NÇg×õgºRÚ5ç¶HE|îM““« óc¹Ä‚dͦ×õ&ÃMÞ ÚÓ‹r²&$*¬6˜*, ÛÂzª¸…6áhÜë“ @ÃÂîÉÇP¡ó¼^‘Ù8üŸîrëm"½Ãø'X• °ÄñiÆã9zNžÏøÛñ)¶s"$èvw) Vh¡Ò¶•v[©Zõ¦·½ém¿BÕP©÷½ªZÊYH‰ãØ¡ÔçÿŽd‘Š…‘œˆüÞçý=™ü*:ß®ÞLšKvi]qi{¢l±4gf¥DÚI¤]I/ÉXšÙºê,ÉÌÀÓn'%·¬Ð:èˆnK„½x¡·4ÓPnœ…É mœÑÖ8ã™ì%MN~.[5¼ñ†Šò0Ĺ“XÆz¡…˜™IÞe6»(BÚÑü -~$gI͵¯™”í«Â—±”šØ§9Œ¦ù¸téÊÂGs\$¦3–/eS2°ô%�œÀŸº€7z{‚7`&óQe>ª¢ä'2Ãg)¤4oÑ#ÚÑç \"-W¬Š[\Vü†Vh—ºŸ-ßz²þä«öý/÷ÑØóŒÞ"Ç'¬´OŽ‘áhˆœŒOÑx4NOG/߇|‚ôò Žìíïí=;~È¿¼E¾'Èž¾ùöàõ/ÿgõfåã/s[Íöc{ù»ÈÈ•üjºâôT4y¶“Ö<à=s=¹Ài€\äèLÞ�„ÁÒV¾{Ïï|Š&—‚ p}š|®bÕïL‡ç9äÆÈ5¨BÐ#Ès• ä]Úä'í3ÈVKJhÂY�F6n×Á9<$.£ÉÌ\TÆ/K3qÝTdÌ7£†Í%@®çW,|ßüªSÝ’ýžâ÷|ç(FRj|6aÄGÊ@rʪµÂ5·A~¤6krH‹Ö8ñ‡©äLÈÃ2Ç^˜@^›ø‰Y!Ç&D… ×€w A“fƒðìE$QI0ÈA; plqØ5Õmh~›7+óIefŽ‹Y1S�o .\º½:ËQ‡3ŒY{r„s"dqCÈ™Ÿ¢$R‡ê0Âõ)áö„pŠÃM9Ç·…®’qkVДý†Yé[7oþì×Û?ÿÍþ�²=Œß!ÃÓCäd||2ž€=d¹9Bý<8¼ˆñËÁ˜ÉEÈŸçÅÑòüè�¯¿¼<>xq¼‡<þú¿×ï< -6~RÚzê>²[MLÎê]£¼T¿ŸqW»«š-Ý^F ÄP’1%ÊÀFµQÑ㵂]Úôj·üÎgÁò=¼%å7ÂAG—ÖŒêŽU¿W1hxÞ´J›fù†É ׋ëø}=:6N„û€œ4fæxÝ63ó–BÀÔhrRU¢0Qò]#¿jú¯-¨EŒÍù¸Ih)Å׬ŠlVeâj‰'oKÙŽ‰9PX³*›HÚi¥uUÔ5§ægæäËóJ,í&å@± E(ΗFr‚Ÿ`wå\Õ8È[R9ÑÞi“ÛTàv#$"Û¢w;{sfã„7ØÎ”Ó:EäzI�áRÀ ^‚wâ€\�E¤dã \´kš×ÔÜæ‚à]‰$£‚ªàu½„/»¾ }pyþÃk±HBާ4NÀ0x1Ïáå,Ká´+TàŽ ã¡ÛH\›[Pæ"ÊB,ÃØvÎBxc¤è}žb×.jrÅášS“¼š[[Í-í46òO¾úÝ«·ûÇïÀîÓÓc$¬ëñéé˜þ…N˜‡ŸÍÏóü ɼeyýb°7ýAþr¸·;Üÿ×ðèþ“R[+oÿ4·öy¶÷Ðn=P?1Ê·3Å[ðU…ìôdk™ Ï.sb6ÆëœéU°øÌz\ö3¹¦]Þ4‹^ëÓ|÷~¦²&´hf˜¶U^7k;“&_ܱʛÈK¹1…œ‡lç:ðö»2ó)áˆßÅeÂ1?e«•t#´ÜigüžYX5ü®hÖ“¢ÈQãñVC^1ËTz4ñiöÞ1ëF‘¾¯[¿b5ä /™‹¢¹x ¢2'Ïs‡H�r,;ÕÅ - }R<v®‹æ?Ó‰o‹…ðÆGNÒ‚–fƒvšŸ0ðiÛa¥ãÅ‹„ÞLÂuÌR¼Xá‰4#œƒ{œè§Ô¢¨W@8‰ŠÛ@0c¯'ÌyNR³.z‘„ù£+üÌõøBRI¦ ^²RR^ -)D.€pN¨t!cIôpŒ·r‘š<ÊÀ‰iÑ„‡„ópwB8O„s%„œŒ>J®dM¿IûÅ:µ•ò'_ßþÅ7»û¯‡ÿ~rdt -ÖC¨Ïøž4ùîà ûœá}¸K“õùy¦N>8|Îð~EóêòêòÝhïùxÿo{_|ó[¹´™_yPè=ε‚C³zÇÀ6,ÜÄôƒ©ªvW2ÚŠÞD“ãÿ·X”·Rj fÛB¦Îie»´’ñ×5oÕoß+öðÛ’¿F¬]«´žlX5Lλ¡®Ø•M:%@¾aךÎ\Eõá¬Ãõ€ §&‡œSˆ(Éirtµb¡™é®êÙþ‰™_äºÓ´b2eã÷r-ª$DG$K©ÀÞÁl¦–’[q·õ†SÝF‹n6%d›š]ŽöÌlz.‘I*y0†ö¦vÚ`[õñãõt¸×U¼žšë«æAør¦(rXãtúpÑ4hÆìrëò4žD8ƒœu8_d—Ó \;ÜM€pÔ¸˜ã!ç¨q«šÎÖ$wÉ0"j1Þ$³¢{§ÈÉîl\½ô÷á5>.XìÁÏSJ>%<'å¢K.â=ÙCØÃÒ4Ì~2!K‰%-š–èmjo£€A¼=w -’¢ÔqcÒ‘‘<-[Õœªl•5¿ž,ç–n·6?ßxúõ§¿Ú;|3| ÿ‹¼ jñÑød|ŠŒ/üM³{<`9b9ܽùq˜·ì•ðSG/XÏ¿"ßög'Äù_þùmis˨íýûAç‘Ó¸ÂÍÚ£8=©˜t¦)iŒÙá%w.¦.pJCµÛ¼²ˆ_¨UèKÙžâôÝ¥þC³zK -r=߳ˀüÞЪÝ5ÙðdMN„‡u -m É9…œØºïA®ºòÒ•¦ê4Ø,ð¶hµáêAÏ*®êA_1«I)�áÑDãF¦³`á84ˆ4MÛ1‹70 -°üÆ«¶°ªøÝ”Ý•9áʼMÙ©LQuê \q›Dx®K“¢ç!äTãôSM 'c™B.e'cSqÎ!§ê&¼ë,ÿr£Âìå|×Ëo[ið¿�1ê´iê$¾Ÿûýîsޝ±Û¹9i®mI/3P «Y ¶l˜KF,bfÅ i Ú$½Åvœ¶€xÞï8i2ÓR½²âÄu£ú÷=ßó²~.G9tfÎÏR~’«‚¡‰ôŠèrÑkhãz5•µqy)N™Ó‚o¿s•„§‹V^¤Ây%rÆ;Ä€"!=ðÆ–ŠÁgÊ«!ËpczVJ¥•×^rŸZ{“lŽý>,Ì- ï†Ü3|$OUvêV¥gWƒÖÅoo~ïGw>úÉÑøxôòäòÂͤ_@~òùÍ‘?>eóìÜÐOÿ9`Ž ‡O?üýxÿŸþ>]ªzûµþwâö¯~ßkß2kÛfyˈ7¡ˆJÅì Ú‚LÈ‘äþUóœ%c›³€¼ cxo.*^ÂËK8&»J|Pʪ]]wkàm³×ë7ïëÎb|M§B¾‚C¡±ŸLøÚ¹ê÷$Ÿ*±BNI®Þ¦ê¶ñìŒf´N¼çx?—ÓÒÚy¬¬T㜢ÕðvO×œÆ £²åÎïzó7dê*}ÞYÜN–Ó/OçSY•SôÕo£lS' ûgÃ|U+`Ô`‚§LI»¶ØhãídeÀù’ì6jÒ)ïÖYWÈsƒgu…Æ ä¬½T‹j¹ ”r“†@ûfQñMüˆ³ãÁ‚àÓÒšK3iK±±Æsœ3•æ.¥rsESQ³^A?©ð -¶×Bu“ËY!Î -n†‡p;G1ŽgÂçH8nê|Ñ)`µÄŽYpEŸãKŒ7¢›†R›hÇ2Kû¬àRÌ*bœ7ÊŠS7ã$yÐÚ]ÜùÖÚ‡}ÿãŸNˆõ‹ñ1¯ÆÇÖÅã/1oIòùàòѳ‹¼“lg3òçGÃ'ÇOž|~|ð×Á¿~øñϦLßjÜ{*Üê{nT·t*Õ×)BÝ‹zGÑ;¦³œãÜ+)1•5eЧµüú†äv8½äè*a÷}«±«U6¬ò -j!G]ií9ÛpŽ$¿ˆ|Mû:ŽÉ)r3^9nœ"W<B®àZAÝ5I¸brÝïðx§ Õ!<ù¹¼žÉ(øÄ%«F•'ÝéŠî’Uï›Z¼á·nêåëFe~‡<O¥Š3)ÃYªSÊ¡xä~a}‚\K†9WY‘#äøõPZX’#ÆäTWÈ3¶†6ÞsÈÞ,ÙpáKÈQÅJŒå1Ëy(*d‰/qXÕ² פ -ú-5ê9jUªàÌflQòèRJüʕٌ sª›—l ï©”ye‚¼HÈ=瀜w³¬¥pJ Èçò$|jFÀÊ™Å-�á„Üc3ÉpÎ3äô”ýÇc‹'·*©>”:!w²ßæWPWzÛô¾ñƒòë§ÃÁ¦Ï#ÿ_ä/^ì‡oœGƒÁfÈæhðèùÑáðåþÑÉÁðáããý¿ýûøþ±¾w/§YNóž¿pßiÞ±{NcGÖ´¨/ã^F7 ä Q«ÊZǰ—3‚qe–»–ó$«-m;\µ‚EAkäÍ®ôç׿/Þ³ê»8&ZeSÇa©nÙó7ÜÖ-§yÓªï˜Õm³º…,µ¢5+^3£¾QZ5J+FH£—–Íp±|Ê»—Œêw5¯-;¬Ó:-Á^,<íèÁ’]êYAW6ªœfŠÎl΄ók=§Ux:’‰BŽæÐ“+ëZmC¯íjÕ°±gGÛºÛUÙ-ÏòÆ;S|†ó`V‹–µh§@Öt²»¦¯â4Å«r´"…(-Äý -C_ûäœ5þ,Æé¤½Ià‘ÞÌ6ñ6ë¨(hœQãMÆÛ¨¢¥ˆØ=5,†!–Ç¢P¡¬�“AW ñz–‘¦-áÁðrpå_‚d_šæ§feÔHN‰½Â«eɯUðXXQAÿü,ï'U¼(ºÑÕ’ ¨ßW°Œ¤õtÞJ¶KZNãšM@;æéä8oò}Šñ€žò¾¬W g^ÒÊ‚™^ÓŽ1Áâ^çÖ‡+ï?øä7¿žÃ—/0¯Ž_bØÆ9žÀ>÷çLûÛOH/ -G†G‡ƒÑ£çã'£Wþd|øÙèÙoÿüG¾“–t w[ï¹Q½iT6yØ—ýe….ܶŒÀÑ* ò4®õYn:ëÊV[÷\9ž·ºJ¸äQï®Yß1oŒQÛž Ÿ'äFuÂÊ&Ûñ:œá*lŸ9ÿòŹâ6‡„Ãl´Û8}xécgláÿ¶(é‚=—·`u®àp8˜nKu:äÜí⟠á-wZ{ny×6€\wºœQz7ÍO§u´V$¿ê-àBÑ y?Až¸õÑm0r´,†K -lo&œÖÏ®’¬Ÿ@Μ³®Â"ÝJOúÉr.AnLó˜TbZ… —ä$@â©´˜·ê’Û2ü.FÇÁQ+¨3µ(Ù39ùê¬2“5p(€'%.¢Þ+å<õp q^àœª…[PˆúlVe=\Mç¬LÁž ¿ <™7!gåOB€œÑ캨Œ›Þ¼vƒúªßûÚÒíï.Ýýú§úme<½ ùõóO߆ü`ôðôýáðp4zølôôä?ã§ãg9þôW¿Ì«nV¶ÜnÜu›·õÊ.J2>_”OÙ_ÂÇD—,v"•ëÖ2úÞ»3ÅTÎÓÜž¯Y¥^«ój-oõÒ5Ô•;€MÂÙ#Àòæ-<&EÂõò&xÛåuaΓsâÍÀŸ«âšÏ„Ó…‚Þ‚ ,l…üÈ(-éèØÚ~<î\γ¼‡àhõ[P€ã/áÊÐê[z}[«í¸·pSqV ·kz½TQÿjª“",}€ª—5VTÐRô2C‘p#¢f¥Q’/‹¥‹Îx+l$†œÅ8Qgõ›öMñ´'„üTø¹žóQÌR$¡K‡y-æÌªä4¿áv0ªÙ(Š¥©”˜åHøåk…tÑÎè§ÆE%æ¨ÛT_cÅûÀ91�rxó²?—Ó.O¯ÍÊé¼ áùsz߈žOOw9®QŨÉz圗ÍoiÇÿÚÕ¶I“4ñËxÞß_<cÏx¿Ä/qœ8ÉfÓ6í&Ý¥”UÅRbÅ¡HHHœ¸ræÂ‘œ@ñr\±»‚î¦/¢4u·øþž§.!hÙèבëÌ8cûó|ŸÏ1®˜@®û-qÍïÝèí¾ßÛ»ýû¿=�äÇLJÿòÿø9Íöx†lNñpðŽÇ_ìcþôÇ»ßýNVq -:œ~î]×+Û(ƒjÐWüÉ[>yI~þRnA¸‡3N^ªpJœ·º^cm‚<@?Þˆq»v… g1NI¾’äú8ÉYt3Â=Æ6;Ê„kCõšääˆDĸ×Ñq&”تc;FŒg8QÈAˆdÄ0d×pfз¢VÝÂXõ³vÕ6e{޲çf¹©¬Œ¤U%ìh°q• _ÕÃé -3–ä€U.õÄ”ðrå,Èí&Óï:8g3à= ¹À ‡Šc+ɉˆñ"yç¢{‚ð¼RæôŠh×™órx9g#ÆçsŸÍÈœjQa—“$Ç$ç앑ᜠ÷’·×§fÌ|ÖXÈSŒç…³O wÇ23i,>FT#@.`QJšU…®�r7^ ×nv®¿·qûk¿ûä³á³§£/ùÛ“„§œ'¨§†Ïö!-‡ÏG÷Ž>98øù¯S\]ç”RA-ñu3¾(VË&vd45oYt»ä*vS†.2'×ÌåŒ`›Ê -z#¬oÛÁª ±ˆçN¯ÔÙ«®~›pòêö äÄ9Žr‚œ7áäá`Lx?‰q¨3¼SÈ‘á^1žÒîÔÁ9¹ŠQí% -y¯ƒ{“Œ*6÷¼€¯ÌšYÐ r)ÀÉ’×ÁàZÃG™]³"ù›úâ¶×Ú…–ëÅU½Ø·ƒÎ\Î9?ËçT_Mþ"n#ZÓ*‹—TÖ018ù*~‹ä§Ê9žÄUØbL\f½O -&8gí2±”tØ3±@u!y&ÇÛA˜Ãr‘ÕiP -o—¡^Å Wí:ò¡==§Ì,¨Ó—噌RP(Ãø°Æ WC2V`±Fä>m -¢Èå±jP9ó⌀Á2Éœg'ÜRµdÜÒL@NÈ“0…pÜg BŽá$Ÿ · ò íUûÑàæ•;;߸ûÛî#ÉŸèßðsC~6Û/ Ÿ<áÑÑÞòpøœz|ü‡?¾sr%+auÊua^Ù‚Wëø½.®Ì’üò¬h}i*£Øm@®9ÝœçE‚\,®Åý[••/û·Ý ä‰[)áÛ¬r2Èã´u¦÷“<׊D8\%Ié“!Ô™“3W©Ëp0é¶£.¨C"…NŽÓܦè¶E¯ƒkM¬ ’5@nÖ¯r$¹êö¬Ò@µç. -³¼)9±QîÓßÅrˆ×u¨x¼aÀá+F´A«´»+9X–üIEéž.¹KiñÄçÆlœ7kd8üD#ª o-æ´8ur çéAÄ%®‚ÈÅÛ ˆ. 'µ¶ë„·‡oJæ"¼AÂ/Ί€œ“aEÔU²qàd¸Î*§\¦¾ ¼¥®J‡9Á›ž/\*`/È€·ƒ”(ˆA&ï&§¨OþRW^Ípܤ „ G@'× ×ü¥ >(õ÷�ùÍ»üyÿÉ‹çÇHò/ -ùÁ{"äÓçÐ0|ðô§¿øec{oÞ*ç°'Še#ºfÆ;²6NÚ•œŽhw@¸ˆäTc¦+Íì-ð&’\±ZpÅ\Ê -`¬ÌË5ܬ¯¿[î¾]\ä×�9lܪ]u×,&*4ù¦mšà¼¼FC J«‰¨�rµˆ8]Öá*Ëa@Ѷê4©xb[¡nˆ„§rðÅåFÁÍä홌>—3ñýj^“w;bq‹†¯}šêwi×mÞ@÷4K+Hø…‚óúŒT0"Ío’`¡!ºã µ²®Å›Fõ Nâ3ä}Õï«AOñ{²ß•ª'ç$Ù¥$*.¬ŒxæpŸr^«rjÌ©ˆYÔL¤w…WITRÂi|–çäÏœÁOw ##Ãd#S@[Ô)‡g¥ÎÂ3ˆ)²q‚œT<‘ÄxþCSJÚ(ðF†é™y —ƒpà–'ÐÆŒ9ð€áƒüË0g`ólÚù""1.abAÑ6(fÈu·¦Rc·wÞûê÷>|:BŒŽÎ„|4}~ÈO‰:=ùèp¸?|úht¸ÿìèïO~õ—wï~ßm¦· …¼©¥mÙߢ†$f¼’Óä"öYôJŸOÈu³w™ÓÏOçD£ix=Ùhæ„([%6â7››w‚öž×¼ž$9¤Åiì¸Í ÈQ9SÈ&ÂÆByžBŽGJ“‡»mÙia—†YS]²j l'¿ôżŒÏ6àP©Ø†›@.šU@Âå`0[å~¹Q»,¿'ü_…“·^›ÐRE»j”Z‰P†WÖåpM¥0ß”A>+žÉ+¨Hr¿ÂP=æ<‘ðÇÝŠLÅAx -9û4äé,uAòá)äÈs¼5,•ÊH‹Ì‡e>t÷|á’pîõì¥y•W‚Þ‘Ì -\%!Q3AxÖKH&ƒl—KYÞ›]Ð^»ÈÍÌ+9žœÅ8ˆ%’b 9O!ÏNBžâŽÓ -RYÆû‚¼ÄU�9KØ ëñÆ•›ßúú½}4|q4|öâl]±ŸSÝCÌ8½Ob<áü`rþ³Ã~:|²?<ü냇ïÿäg[ß–‚æÅ‚ÅñaAŒS+mÉp€Ò -Êšd-‰V[0[’ÈQ(*XšÑSåÙœ†$亷,¨µ,f9_Tboéxõv±µk'Í®vÕXܶׯº’BÂ0q€5µ–ë3!/#Ïé´a®¸Ä9F¥#úcK±ì, -Ó]^¯€¼"@²ôá;ó9s&cäÄ"–‰¿"À탮êCλXMîҞ׺©ÇW”ð ;ìͼéyEÐËf {G›n)(áš‚ce]EžGŒvb;Y&+ªßS°vÐ.‹TÆŠB.N¦7’Ûߘp9¥¶óÄ6¡NÿU¢Ø–CNsb žª8¹ --Û¢U)‹ˆqlaI‡5ª¤4¢;—ÕÏ_È 0fx''¸kšd)j$B,qrgªaúF#œƒç©9yê’0sYÉ’¥PÓä5‚Z3°_ºÊXWXÓt“�gËŽ›i-Hz,jt„,_”ЍE*BÃ[Ѳ_Dƒ··ÞýÞ7ðãû/þEª‚$0“ƒò³”åÿ…üÁñ¿õùõÏ/O>|Ü~øˆ{Z©Mt–†¹³¨Š(‘«ƒ¹0‘[ÞZx¹Œ²ž€¸’†ž‹®‰§š–ƒ¢ª5°$×Ô±7wO�&r`cÀÐ!X†*TOäÆ$$rMu3o` -" ¿m‰ˆ´CumÃôÍÝ% e”õµmõ,<¬¼%r`-C×Dì*ªëÙ�S¸.°¡b¬ml`ÛC^Å@RN[@DبVÒ0UÑ4õ1u@]N ã@l«€Ó¶-0³†ªžš®µ²–¥¬°³©)!)§ n¥`IäJ”&rkH"7²õ¶t –ä9õ%^üýÿëÇ·_ÀÎ')‰ À�’̵ˆ -endstream endobj 23 0 obj <</Intent 31 0 R/Name(Layer 1)/Type/OCG/Usage 32 0 R>> endobj 31 0 obj [/View/Design] endobj 32 0 obj <</CreatorInfo<</Creator(Adobe Illustrator 25.2)/Subtype/Artwork>>>> endobj 21 0 obj <</BaseFont/USHSZE+MyriadPro-Bold/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 33 0 R/LastChar 111/Subtype/Type1/Type/Font/Widths[202 0 0 0 0 0 0 0 0 0 0 0 0 0 260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 411 0 0 0 0 0 0 0 0 540 548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 528 0 0 0 0 0 0 0 0 0 577]>> endobj 22 0 obj <</BaseFont/MBGWRU+MyriadPro-Regular/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 34 0 R/LastChar 84/Subtype/Type1/Type/Font/Widths[212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 612 0 0 666 0 0 0 652 239 0 0 472 0 658 0 0 0 0 0 497]>> endobj 34 0 obj <</Ascent 952/CapHeight 674/CharSet(/space/A/D/H/I/L/N/T)/Descent -250/Flags 32/FontBBox[-157 -250 1126 952]/FontFamily(Myriad Pro)/FontFile3 35 0 R/FontName/MBGWRU+MyriadPro-Regular/FontStretch/Normal/FontWeight 400/ItalicAngle 0/StemV 88/Type/FontDescriptor/XHeight 484>> endobj 35 0 obj <</Filter/FlateDecode/Length 738/Subtype/Type1C>>stream -H‰|PmHSQ¾Çyï*冮kÚb¬„J75[ D²Â¨Ô$û ˆlzon97¹›3û„e-íC\ £úÑ6ˆFI F”QͲf£ 6,£Aï™G¡{'A¿:?Þçýxž÷=ˆIOcByµ[wÜ»}m—l·Šõ²«x¯ÔÒá°ÊjÑ@ôˆä¦“•™-¥}³³³5,<] -ï³î%‡²™4„b_·¹Ú•Ñ›—Z,eE*–§pS.+))Ia9®]Mnèr{¤67ÞélvÉí.Ùê‘D#®r8pJÂeÉ-É^5¹°¶»±d÷Ø$[•b‹]™—%{d«(µYåVìR+ÿÐcÿ±Âv'V´ð~§]e %éÆV§hRT\)—fW‡Ó#Û%·ÑTݰ¯«]›±(c”‡˜f ³–YÇ3&f#³Xù@¦–©c®1?Q.2¢íÈîUøFÈÌRpõˆÆ—Nz’õs=ôѧ„~¦9ŠécT2wE;ÇIÅPIΑQA¨ÊxþnÀ¶×0>éë̾Mžé&IØ„·ÔÆ**'“f¶€£]ófvŠ;ôZx YÝô`ظ¿¨—š¯7¾¤rùx÷8yAÑ8Éø¢‰ö -gŽö<×Ãò_Á±±ü±çÁ)H[ÈöaÏÓú²;4K_]Ó}ú@~|·péfðâ°j¦ -é†óùtWá*Zgo½p±ÃÀO(F¢êT„!–ÐD“faÞ‡Äh$‘4o !ƒ–§ÓoÒ¬¶ýíIšµ<öMÉ’1AÃäG9ÇÇ|À½äÅoåêè'øþIwÊr ¬Õ9 ýÜÇ3Ÿ }‚[‡+mɃãô;«øXhˆÓÝ(èµô—ÎoˆoÅò¨¾±EófŽ·¼dæ‚£ ÍIhz7w¶ -¬ÊONøÁä¼zËÏQÉ?yYk45f.öef¼Z’È�Û2þ0�à`m' -endstream endobj 33 0 obj <</Ascent 989/CapHeight 674/CharSet(/space/period/J/S/T/e/o)/Descent -250/Flags 32/FontBBox[-163 -250 1256 989]/FontFamily(Myriad Pro)/FontFile3 36 0 R/FontName/USHSZE+MyriadPro-Bold/FontStretch/Normal/FontWeight 700/ItalicAngle 0/StemV 152/Type/FontDescriptor/XHeight 489>> endobj 36 0 obj <</Filter/FlateDecode/Length 764/Subtype/Type1C>>stream -H‰|PYLQ}.€ÔV´ƒ ÕÎsE¥e7.5¸€[µ¦‚ȇ¤0Sh„œV"ÆhTШÁ5ÁÅh‚A%JŒÆÄˆãòqG¾Ö¿|'÷œ“{ÎÍÃHƒ0ÆIÞ•Þâ©î:%à<Šì\*W -‡×lX³êµ)&Ž. ÍSô£¿·à‘^&öÿjŸˆb0~;²L®f‹å!’¹hQ–#‚9Q\à YQÌ!¹‚\*o]0$VÉ*©LVªeÅ…4’[YI¢A¢ˆAQ©‰ˆÏ! ¡ -Q!>f–ؾ" -$¤ø±Ê§l%rÄù‡úÿSEaY¤@ -D˜7ÄÄ ñIB:K‘£-eòv)¤Ä`Zzžwc]µHAô#ö0² T”ƒæ£<äAqìóCjÇÂÝuMaíK3œÖ5鵯_ž±F#4ÓÇuÁ1Œ)¡8ˆ±£±cÆ-Ñ\”q£ÖÃE&af3m7C¾øzîáõ›zË;ýBAá ¡‡7“z˜¤õÖb(‡ŽA37½LZSU}äh}'µ:îí»fƒ9#Ïa#¯¹¨#ÖÜÞ�‰ÚHÄ÷! fB†îÖ%®¦óMí° Ü?ƒá“÷M¸Ëç\OßI¾v¹c` {Çîö«`1œ*óž\b£Ù©Ù4vîôÿNºô%—ø¥«×¶µ•ÚÍm5Ú°b(§Š’ÀÉèZ°Ž VXe4·4€aôç×oø -Ì‚|˜¦Ó ˆ;ÔÚ|ö|2Œ_šE].:•N ÎO©°xàiË™°½ö‡aw©oï&ÛrwGß~þàOîöáóûm/Nºý¼ùI=`èÄ23a3dê KkähæŒÙ,,bœ0&ä÷¬/%åÇ ˆ¼˜»4[ôxVWô}xuáõoÞ£j»T˜«ªê9ÕHýê ˤ*¤E¥8& «ñö¶ÒS|“)ôãÀ‘ð½å¸É[¬Ú î��¦ïmš -endstream endobj 26 0 obj <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>> endobj 7 0 obj <</LastModified(D:20210427145924+02'00')/Private 14 0 R>> endobj 14 0 obj <</AIMetaData 15 0 R/AIPrivateData1 16 0 R/AIPrivateData2 17 0 R/AIPrivateData3 18 0 R/AIPrivateData4 19 0 R/ContainerVersion 12/CreatorVersion 25/NumBlock 4/RoundtripStreamType 2/RoundtripVersion 24>> endobj 15 0 obj <</Length 1135>>stream -%!PS-Adobe-3.0 -%%Creator: Adobe Illustrator(R) 24.0 -%%AI8_CreatorVersion: 25.2.1 -%%For: (thuny) () -%%Title: (JoeSquare.jpg) -%%CreationDate: 4/27/2021 2:59 PM -%%Canvassize: 16383 -%%BoundingBox: 587 320 969 678 -%%HiResBoundingBox: 587.5 320 968.5 677.000000005178 -%%DocumentProcessColors: Cyan Magenta Yellow Black -%AI5_FileFormat 14.0 -%AI12_BuildNumber: 236 -%AI3_ColorUsage: Color -%AI7_ImageSettings: 0 -%%RGBProcessColor: 0 0 0 ([Registration]) -%AI3_Cropmarks: 0 0 1920 1080 -%AI3_TemplateBox: 959.5 540.5 959.5 540.5 -%AI3_TileBox: 548.28000831604 251.339996337891 1371.7200012207 828.660003662109 -%AI3_DocumentPreview: None -%AI5_ArtSize: 14400 14400 -%AI5_RulerUnits: 6 -%AI24_LargeCanvasScale: 1 -%AI9_ColorModel: 1 -%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 -%AI5_TargetResolution: 800 -%AI5_NumLayers: 1 -%AI9_OpenToView: -310 1188 1 2143 1277 26 0 0 2016 108 0 0 0 1 1 0 1 1 0 1 -%AI5_OpenViewLayers: 7 -%%PageOrigin:0 0 -%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 -%AI9_Flatten: 1 -%AI12_CMSettings: 00.MS -%%EndComments - -endstream endobj 16 0 obj <</Length 65536>>stream -%AI24_ZStandard_Data(µ/ý�X´7¾K‡VPPÆTó3ÌÌÌÌ̬:£‘p8¶mÛ¶mÛ¶mHx0���������ÀJÚ´X£¤íÄÙ&ÃJ(=ì†l*2ĆÃ(����T¢���HiÆ!HæÍÂìvœ`Ž2pÍgløw¯ÊqæKˆ"çmïz£:ŠŠªØûarÄzX`ÅÞ‹+‹öÉzXxA‚ Ò3qgqm)XˆdX9,xÜÏÙ5x<'~QFÉ/::ÌGþ×Üo~‡ö>Ëöƒïøð2{7—»Ý]p‘y/9¾>^’ÂKŽoÇÇ1ì½Ûí¶÷6—ÃñåãÄD§£¨èÀ•ÝåÝã)»ËñšÛ$®¹k®öƒ½1ö`oŒïÝÙßA>’gŸ×òÚ&¯mf·»³ßqö÷ÛcoÑ%5Äw#Éñ¡!¾7|^}÷uxõýNW›Äëöº½ny_çÔQTD©÷-ú iè-ÌðAÓPŽ(Õið†¾Œ(^„BÓ¼gKǯì¯äÏgKÇóþJŽ¢?Ì}âïô‰¿úÚ$îœN²“ìü²äßgÉ¿9Æy‹Ì‘V½¼EæNŸG‚p·È<xÎûà™¸;éƒg_¼bX€K6òvðœ7ÅÍì:x&²sðôBÇ/|`"Sgçà5¾ì)»KÜ·^²4…Ä%wi¡í.?¸M.q·\²tŒ€Œ=ppÉÈÑç§¹RѹQUòÓ\©Â1ݵ™e ÉvÉÂÆQ§Û,iqJ²C¸cAVŒ!ĬßoHy$eŽ}Cûýhþ|æ…¿ÂeÉÓÖŒê-dÞyÉ·Ýs;~*é6Ñ´îeÿŠÔQTˆ¹¿°Šk`„\©cæ·0/üîO½Îb`„œs’Oã‚D8Ì/~Î`¯ÃýiÕ(Vå‡EÒªü°`ž‰;^KùÃÛRþ°à -¡ É3qg±BA,t,¾#ˆ÷D bAöó,”?Ÿ!VeÎ\³€ñõðzO…fk¯º|†ñ£…®#"ÇîõøóÐ’]È÷¤ÇK޽[džìñ’>XÅ‹;î–»åúà&/9öÁ>˜ùÁãŽïÞ›q.ÙÈuå’<éóȸ$éô‰»ív÷Ñ{›ÛmSHÉQ¶M!‘ÝewÙ]v·‰¾Ðñd{{¡ãÉÞ>fwÙ݆†£Û]úØã›½1¾Ùã{Ímj·»Ž¯ó^g·»^ËkymÖ¢zôÀ“Ò£žô™G< röw^Ëk›ÄúÚôØ[ö{oÙoÞÞ²ß{Ë~«ð’éj3]m^·Éð뼓Jîï뼓;¯¾ß>ëõ×»ÓÕ&1bq2,F×QŠ -\—-F×ÃlÑ·q2,ú¢kŒ]¶è‹®›Bb¯ Å‹)ÃqÊføÚP¼Mkpü†>hÓMC38†>¤U÷AÓ:Š -¤Ï#ןÅå_ÉQܲ7Æ7¯mwϲ¿2Åj‹¾gK‡ÇÏQ|¶4…Ķ¿òlùÉþJžTÙß½’£¸óÁM§ÏIÆd¯5ëÕ÷ÛIÖ(þº‹Ì3Š¿“lQüÛâ-2_êâÛIn -‰:ŠŠ_ŽßÚ’\[²‘kK6rNØ7…D«ISGQñaÜK6r¶·Ùf)ÙÈÿàyù‘3[xSÜôyä®dÇ—{Ó¸—ý÷ÛÈÔ]x/ô!†¹GQÑÎÁLŸGîvÍ*LAækö°7-á@~p/ðñ½d±*÷rOcÍmA”Ý¥F´¹þàjtLO†E®/Šl¯äKŽiÉF¾Ñö>…gâni¢Á«îwÿÁ]ú<rçAì.q^rÜ{y#Me‰ó(g¿=´{Ë~§«M"¸ÄܻبuK¢4:’áSnõè’£¸SªàÙüÏ~à:Š -ŸÉO?tKbîÜÈÐq¥JSHôÀPîåžN¹—{HŸGîr¶ñè#úI†+æXu: ôFZuãuQ%îN<Ú^çÓø:ïj¶)$Z4‰;¥Ï#w:Š -ªÏ#wÀ£~’áó'IäÇòƒè»‹yrÛÏÊ·¤w/~¸;=¾wÒ—÷J<ÚýGµd#Ïða™ÙåR¥ÜŸ>5›ètÎ` -ÆI3$£éåê(*¾JêO‡R%‰2ožÎ¼ð3®¿•ŽZ¥ÈÑQú044Ä9°ôu×_‡ ºIö™~—»ÒaÉÀ™zÜÌ[GQ¿ížd,õñ¶¿¾ooKz÷†:8íqU’C¢3è÷x>b•«ÅðAª%ùEo-Rƒþòâèw€KÌ=Œ Œ¯óV^7r1³»e&7þž±ÚÜ•m Ž¢{Ý•W莡DöIü¬Ä–¤w 'F6óèãQ‹{n!ýí¹OEçC‹ðÓ^ ŽÿÌÜ|\§;ÎwÊÔ_É¥¹ÿ³z€$×k’Ž5±§{ =:J¾í¾÷µ Ñyp¿í¾§ÜX±ðÓÞcß÷ÒÈ“'2/é{ljÑwâ-éû"Õ‚C+>AÑ]<[6Ê+÷x7¹ø™ÔíÎù¸(É·º–íUñXÉAtkHu…{ÜÏ <;MÍ{¾/ݲ¥‚ì–^¿¥l¥‚tø:JZ˜Ç)H’ô~8¥ HsŸâ”‚QH’Z)q©¢g5B¤ ·ô#ÇS¨AȰ:ŽF/üÝF›h¤zC¢þ® Üí¤+wôÂ÷1 ÏèÈÿ<Y¢˜-4ž")D<øÿ@犉H¯^—¹†øÆ3˜"!j°óÂÏ5Ä·2©³ø`2/|EFÕ×qâÆ¿ë>o½ÝC»Ò,w#ˆì{Ÿn—Uƒ}ŸkˆïçÉ¿½ÐRïª -è«`H¥Ù¢Ý’hèY'w2,vÍ}›©!¾[4¤" xöÛî{ÐçÈ.Ûñƒÿ•|Äy´øXr…|×ï}£†øf†`t-xRëJö{ž“ƒ¸‘©Ó[£ôž3¬ß¾DC|{Óm–Ž“ ¯£¨ØýTPÚ}Ñ‚¤ù_è¸ô¦¢X8ƒ! -KEEÒ?ªôFö‰÷fn5vÕô ï_¹u$ÊmÙ„Ú5Y¹]”ÿèõê(*<ÀE”ã…EÛQ4úÖÚ;ŠnöšYŒ¿ÇÓQTð¸TƒÉ×6†4¸ÝÐÞIEêìRGŠÞëÿ±‹£]è…ïïÃëÝ¡ò;&½g£¹÷˜†œ`œE|¶ó¸T‘ÞÆ”óÜ]jÏÒk—‹‘®E4Ä÷ÔÂ(Rô`ž}E…GFuí÷=#yß ¶?š·Ž¢âªíu#>ó·:W˜÷ -÷7Òk¯!Ä¥yë(*VTŠ:üÛî{ ‘ Ÿã‚„çªð?§Ž¢Â·rô}!ê0S«Ó`éõÿ ÔQT0IXVøŸ†øÞ%§%?^š¯ô\EÅ|ôÀÅèÄ×nlTCô–î–~nAšÙŒæ£¨ø×ª#D‰‚eÞÔ«HFˆ˜y¡£¨˜zÜÌ{Ëý-¹:G2ýØð=†ùÅOGQÑÅ«½÷{]3j‘R3Xx,Ï!E¤yÒ®ô]%WC|£›@â®e„ü5ƒ~§aÑ$îÚ$þ½Ò—C¬%j\C|kœy–\û3ƒ>Çõ×»Ÿ)Ýëô½/ÍJ}¼?(õñt;hõèlŽï•î3/’ñè}´’Á8?Ežë-ȵwm1žuÀê7ïmh´d8…Äc÷è#;’@ëǯƒ[Ò»ufäßa>›;,€bï‡Å’Eûa;,®¼ðÎ"±x²h?,~}ßaQ±–ìríÚ¨mCÃ8 -‘…—÷jðϘ–’½¦x Æ¥¿G?ññ£¨p²àã[—-Ù…|Äøö¡ˆðÌ/IJ:$%$è"}S?÷'ÚòÆnâ´øæ=à×y'Uè¯p‰»ìnÒ»Õ"G<\r,aê(*°\fŠòNéöKí/…gòPHœA¢/Œ¡ÔõÇ\BìûçQ;4:Ók0¾íZ\k)~Å(–i~Ú‹’|àÌ“å7_oññí1õWrE…Oò÷ŒÛ_ËLCœÇhÊÑÙÛ^$Q–;&ÿq<žL¿Hp‹ÝTëľ×QT$w¯ó&~MŠ¿´$?ZƒN´±Ï0†ñÿ;“ëeÞk°§=}ùÍÑÕ^G¾[o™¾ÞÔ_Éýß’„™Å²˜-ºÍq²çÞøÌè¸óá ÉOGQaÒ‘´�&«_熉»uû¹’äXsøBÊEeŠR8®IÈ~ÏhÝ‘(Ë’&ö+týï¬wEè×ygp…ùµ—qbÄSÒÖãù":íUÓ¡ñ¹ååGEZœŸoçºèÍ•ëäøá’ð !>Ç}¹÷X©—X1œç¦p¬DþØ¢oäÄ7<!ùåÓ]ïöýåâ®7ÝõîX[܉|ÄṄw%0ø|&¯Ç^n˜£¨øav,Ž?#å__“wßKV›]øé>Ý]ô«¾îhse«¯ÉŸ©¬räFÌk=¹äÕüô§·Oxðq'ëégžïi¾/‡y5? 9÷üËßÓ|ÏüÉjsV?Ì÷áãžÖ©;Ú<þÕÏÜOšÇæ_½‹Ÿ?´YWƒÓí2vÿõ~WïM»ûÙ¼?>w²^µ"X3 -6Fï›;ÚŒæÒs¯Oû¼[_v³¼£ü¾ÎT¿ðJüÜëÓ´¹Ç"qs4Fï›^¦²ŠãÏcHŒXÍ'{]¬ÖÿkN…ÃŒæ«æßß•øz÷ص¹û»ÒËTVsüyä©_xõYÝÎùæ1ŸÛýv«•êgÎ×såpÛÏ…ÍèõZÏým>FGçtsnëèuŽÿsâ}WçÚ|LÏç>Ì9µY'“Õæß,Þsj>§ÖÑë\›Ù}?›ã1•ÕœZÏùznG›Ç9µž#«Í.ºŸSïå—œŸËíå?·÷zn÷÷2–çÇê'˜‡¢Ñ|x'ëâžßý~wÙ{˜o¹Éj½G£u\£ÁkóÙçù–ûÆ^«ËcÎü«¹ç1‚›àfç_6+sÇܯ6ãýºß]̽2Ήwµy¼+Ëå(’{ ~ãÂ<(âBþöèp¿^ß`¾eGëaŸ'îÁmŸ÷«Ç7/ÍËABB„xHrùÌ!›VŸCÞµ™—‹ù4nF‡ykÞf÷cÂèuØG›ž¸Çü~Þ]v4Ï_·Å½®6ƒuò®æùë0ŽæùëuXÝÿj>Ìóû]¬—}ž¿æaÂkž·†Q«õæÃ<Äq\DD( -}9Oȯ{ô-ôõµžþÍà²Ï¹Oä¾ïÜÇ Ñ»˜O‹×ü¯_¯Ãý®&›ý]Ìó-·˜‡þýõýû;YO›yýz- É…B¡H/÷Á<0ß’‡u4˜×£yâ>ü«wsÏç"¿ùó-!.ã]æut¿»ð<q–éùòÚŒóÄ}¸ÿï^›Ç»ÚŒïâœÇÕæ¬¯ÅûŽF†yåî·yã1/Þw4˜wN“×ü¸_£Å¼_=æ÷ß\~Y·}4XWïaž¿6ÿj½ça|¿Žÿ»Ïó×>ÏïÅ}Oæa€¿»¨ù0o ³—>&æ¥Ã½žÙçÕæ¯Î ÉÜÚŒNâW™ë‰ˆÕºÚ,Í=¹Åj=÷«w³Xku¹ÖÕ×ß×¥ã~¯¢wsõΟǟ§örâ]ÜóáÝÚË”Ãæ2ÊŽ6ù¾*ÞÁé¥ù××i>ÉTVyó¯[wܾ⾿÷ë4ŸôûýßÓz¯WŸÇ3ÿ·¹ç‘#7â›Ñ:šóÌk±ˆ¯§Åú:Äǯ}t;mösý¾Ö×9aPäÆ}?5Þ¯™lÎEB‚~ofÂìbõÞ“"¸/˜Ësa(ù}³’¬6¿ìfþ_ÉêãÖ™ÿx—»?›\Ñè=é È_ЩæeÌ=ïÌsÀ_PDÈÃq‘‘Ü׿“hôžÄ÷f Äó;\óØŸP$—ñ -ƒÀ°¾6iþã]úÃóý‡Ù±¹Ý¥Ç×|5·“õ6YKsÿîï}•™S®¤Ûfñ>Uá «Íeֵ߬=Ï£™»‹ù×Ñ;¤L6[ý¿Æüf´löÍÚ¼K÷¨ÿï¾ÜÑ`ýïù5̲÷‡ÍJŽÜȯ6÷ë~wás»K¿û{¿¾qÝŒÖsæ_‡ðfòÞç`vô:͇sk3:³ÿg¾ÿý¿Í‡Õ:Zç\@ú\¿s7þ<Þ¸Ÿ›{²¾öÕzÿç„Ïcîsy0ÿåÀ¿½þÛ&·œûÛü9Ì«Ï{OÎṞGó᜞w48·ÿ:š÷͹Ž?95oþus¿ÿ¾nÍ•ý}š>@›[ÿñ.C~³:ë›û&ž;ê{\ó}RÆü<ú‚¾]̇Íêl/×ç¬Çjž»s¡ò™Íúrß.âë`ܹoa8öý@„ø Ù…!yxϽ>ÑÑk߬ïxGïW\Í›³ÏW<½[9r^Eů6óÕ"’Ë}¹UÜë<øïþ³ÿ¯ht›ù<ž9ÄBý×Åú¿§_ÆþîÛüÿÇ»4Íÿ?æyd/‡—±ù–Éæ½Œ‰¹sLŽÖwk/ä‰a3ÚÇ_Æ>þï׿꿮ÜÑë´î]ð4ÿûí°ËpGƒus¯»àâýæÑj^ýAý÷k¯»àfpZWûë˜ÿW?{¹|o£u—]Ì«Éjsÿ_{¹Ž¿×]¼¾ZƒC½÷b´¹Öûþø‘ëð÷¿ 6÷ÿ¯ƒìb^NÃpäFv1O•N·1½®æÍØ<Ìõ¼:Š -ýוB±zéýå¿ü÷ÍRd•¢"\¥¨ ¨Ù‚«ûÿïh½*V/½Â‘ÜxWör#=Š -ñ6‡çpŠ -ë6wWˆs÷ŠJnš»ñÜKϵäî4wSTÄls7EÅq›»sxˆÞB\øÃo!ïÎ C€Â 0ÿ…„÷/øû…�q‘ü'Ä…"!¼;þ„?‘ž‹"¼›¢Âš»)*ôm¿)*Lr÷Ž^§Í×EÅGnOëÔ^®cåG·õñ®Tá ¨æÔ/¼:Ú£¨ðwtÌýû£D¬^zéý÷c®;:lþ{½šöÍhœŽ¹î.f©/Vïèðõï,ÿzUmrÍuìk½|͉Õm~æ÷ßܾæú]¬6Ë¿^Eó<ÍóØ\Ùo÷È\Ø\^ë=ÙŒFëÉí¿«utõW›ui¯«u´6KËá_¹öüo/sê~ÿ=çbþÃûÚï÷êšGï.êeºçÇ»’#בÛ{ÍìX›uG®ƒ¬6‡õ›ãÈuüá½l’ï2æžÿû–ƒ¢‚«Ÿë6ß7Õfr]õ×Ô_mî«jžêÝ×1X±zY‘‚íõT¼¹!YmóaõÒëÛÓmë…K,EEÌÓîQT´{í^›ïíb³‹YÌó=Š -žW÷Êÿnî™{fóÞ£¨Ø{ûîíº®ëºÞÓ{>,Vëé~'÷Ô=_Æö¸Ùl6Û+û:Ú7éŠ׿ÝN›ôLLLLzÔ^ù_>Ÿ½çs¹ìQT,{Ë^²·<öÈjs<ÇEű—ñœ?Fëå]Í÷úýïõ6{Wó½`ÝûzZÜój¾GQ¡£ÑfñVïaqÏÄsítoÿÛa}ßûòßëys¿¯Û>ÿò÷ü¶ÚœöÛèu¢‚¬6÷=5߇õtO¼÷{ßSïåuL¹÷ój´6“yt/Ás»Ú¬6§÷±¸Yóá^/‚STô:X½ŸùÜ Ás1aõÞ÷ípï‚çö°¾ö{9ßìïýns{B ž3ûþŽþyqoçýEŹ×Ó»XïÿÞ.F›ÿôÞ+ûºX½÷þnƒÿ2ÙÜSTüã üá¹¥Iïïh´¹Mî©ù^_{bµî·ùòßïëÌŽ§ÛáÞî¡Áâ~'“uq¢Â7ûk3½ƒÅjsϣǽÝ×Á·Ïñ}{ÙæxnwÑ{r/D˜ÛÑdµÙß¾Íî }*ëö¿_É<šï«j3y÷õžNóI±z©ÓQT\§¼ûž&½9®Þÿ_G3½Âü‡xˆˆP˜ï\ˆãwÌå"bsßôŠ<÷Pm&›{“¬Wu:Š -‘—ݬUïk<xã¹üÎCòœˆHŽç|?<Ïá¹`Çs7îÑòXõ¾6ñ -ý~Ñ¥é65ø·Ñ¼¿[ÿÜëX/×ÑLô.æ§B<7ÜÑzøº“{]êý幡ÿ›ÕÙ~G·÷ýû]ÿþèîjžš¾ìf—]xãyHˆï¾ï^0æDî<ÇïûÎEx¸ˆÏá ˆÏ" -}>Ìs¿;÷ïûæ¼àˆ6y÷˜ò„@áþëèuzÇz}ÁÏݹ÷Ͻž^ó}ÇŠš7›É»U…ãÎ ‘Mknè“Õæÿ߯;YO?½"¹áNÖý¬×÷<ê(*B|ynØïàt›*F›ÛHoŽ?xî×Ó=ÏÜÑf¦ø<Šwñ¾S{Ý&ïÖNGQ!FóH¾¯Šus3Í ý_Í3Ïa̽ðhôÎÍé¿z'ëÓœZIæ†~Ï£ù¤ïïa¾¯þê=ÝóJxóDDBr@^Èów«Ù©ÓQTEBrÂaîÎ}9‘ 07„á‘dµY¬nóHŽ¢Âô…à¹á.cö}ÝEO«9!p˜çðüÎ{"yï—î¿®Tóæòº…·÷z›}Ýy(Gn¸£3V§£¨èàÈuĨÛåŸ#7ìy¦NGQór0Ï Õ¼Ùïw7ø<êt7ï—ç:¬=ÿëýï·Ñèg.7ìù_ßû¤NGQ‘»y>Ì‹ ת….5qR6¦‚,iðÚðÕƒa'BÕ‹*4ƒ$mÏk¦ZSµŠa±šgÝ´dÝœµpZ¬jÊT2-T4d(#4µ'Ü#y¼A.ñÇ;ò³Rä- -y‘Dºé¼D:3›ÔO¨ž)ÅnNõÌ)¶2Š?6‹Læ$”ÚYå/©ú%UïÜ‚1 »Ùšýt׆À ’ö8&0\’Þ�IÅ(›æcB–ÓäŠ9JG–ZFˆ@b¬¸ -PF%$Ç;Ò#!2“ÔȦuÒ‰TB3ÖT©öõ*FeËÆû¥óõÒénÙ¤XÉPͤLɤDÅ`™~$Þ‰7qbK—ÔL¥–e’Y™tn2©§Qí«˜+ -Ð÷lh¬v„vkúPÁLÀ¢±°uƒÁKgCXŽ0›^7¾h0pýªÌqN-žÆmHZ/éÓß\ZK›|(—¬TLv*füÕ3U”ÁKÉÕ´,m\Dø’€‚ÐÐÁ� °Á² 6˜ÀÃÔbm�"Þ0â�$â@"n�$(@ ˜€Ã(àð� -44 ��ˆ€BˆK€o0!&€YP0‘–Sak÷d–0%¾ 5ÖÀ…Î�¦Þ 6Öðå€Un�…íZ-RS}ÈË ò2ˆ<äч<:Ð1Zì´¦nÖζêFò~ù,p …„á,)ÃÙ’4&lGÌv.€ñd[KÀZ)#bZÕ~§Ÿ‰u3íâaZÕ ©^„K<0ˆÜÛùâ4+":á-TM¯ö´·D!LiCZ”7+qY -D°:ñ` -L&(‘`p$‚íHÛѶ#lG"ÖŽD¬X#öóÁlGCØáŠw 5vkò¢i¿€¶`A*^>^1¡ŸÓLÜÔ΃)Ÿ WAª„&XùD ≋Êy0¥Š&NJ¦ÁP-¢^C¾„4xuK -QVôAì'×˪ÿAÔw(¶“ݲ9±ŠI‘za©š KÁìT2{LøÉ¥,%cž’é.±¯Bå䂯Q§[ú:“ÌÊ£™DV‰™Icfš™„n:¥Tmé•‹ëåiõ/¥ÖÊ(u‰™$i|tB#¥ÖL+Ê%cvÓ]#ú28Ã-4…á”ÂpJ^8$·!íÚ4Ì&9Õ0µŒí?–Ü忤×Îú`¸>›•à84&)j12‹È#Dc%“š*õW©\¶X3,^9+\7Z*˜mULÊÕŒJÕW*fûôbUê¥EèhѹúÔO™øæÒy™dF"™•Jg¨SoBõb‚5“õÊY!£‘×ÒoNíT1°r4|ítëaæÂ¬'„YP µh9ÂüXë -Uýªt”wì'úô;“xêS[;%£’9 éPÀBâ–ÔAL -„™‰4*nZ <›à‚Æ$ÀàÕÀ„/*ŒI ᬂh€X€ˆ¶€3�p0ñ �%â@bNX@��D�ÈÀ€ 0,`‚ -ÀÂ" € à›�F|@–ŠD¤ÝLÐ"?€‚æ#¶aæ2BÍq6Öðµgðj‰“ú¦!¥$õÓ;S¨Ì*oºÁŠç–¢âÌA<7Ô]™ûå~¾\ðÎÝåmžù幕0D…¢‚ºÍ!›Ö=lvÙ•=ŠŠæ6wçºÝ^ÿu½ÛõÉis·6£Áíu·»ÿf¼¿t»ý>öb™N/XG«÷³ÞGs³Ûõ»Ýn×ïw?Ûí“C6EÅþ²ÍÝ^EÅHöïÞ;×{sÜò™•N·½¿?.¹›¢B-Íuà9Š -°4wçn`îÎy.˜ã9¡Þï1ºT¬^zuDœ âÄ™ê4²…»EæÏæ…÷BÇ?’Íò É/„lâ·”(ŽâÙ讄˜s¬‰»á‡¹§ñoͽ'I{%ÿ¨&Ç÷Š…q#ßà¹{Ë~o8/Ç„¯¯Çîç–ôRx_ç2ïé¿wµÓ%“ÙÜ)“\í—yò[w?òTǯ�‰;.qw¯�‰»Û¤C÷’¡½GŒ,Â¥îŠÎCR€-猳òëK1³äßüN饄½)@â.$=²Ì(@Þç‘; -¸ãQp q×±&în” -¸ë%O”9JX¤¨ÌX×ÈÒ^Éq,¸»«â”¥9£}=’ƒ)+Í=£ú‘%Ò¦³#G&¯Ï¨R:W:Š -2´Ž‹9HÜü@:òŒÞëôeOð q|ÃxïHÜá% aœŸ~E2Â'@⎷#ƒO€ÄÏZtâëà™¸Ã©@âÎÇq3œ8š*þ‘›¸Ž¢âƒ -æÈ6=¨@â΃lâääºÝEX>pEHx'Ýé¿°#ZÞøÀog ìñ’ÀÞÝ«l‘ùúy¡ã"@œÇñ÷îžä¡«_¯zÊÂ-éݼ$(Íý_”¬'Ôç1…ÇÒ/u)Ã"–i¶û>¹”�{÷÷ò$ÿÈsØ;}=EÞëñz :ŠŠÞ®÷uV=zÉhóÂÇÉ?¾Î×QT”{&E½Ý7<¯óÆïŽÞJGGÇׂD×ãÙÉb†Eœ’ìÐQT€}½ŠÇnk¢Òî^}åNýÁÝXéøý^Ÿ×_ái·ÈüƒÇÒÄ?”:Ž«Œhø@FºKœãë¼ÑMó±ºÝö€ûÍl‰Nಘ‘Ü-Í~®½8&/˜<ÐÈq’áª$›xGQÅzÔ•ôd¼R5|Ä'x‡÷ýzÚ;Y¡~ó(ÔÈ6n‰Å“.¯Z²‘'³M|£#$?¢œÍYc™¸Q5bˆ˜½gÑÆ¥¹”—·9:ÌÇ×.WBš'æ£ïy;ò\H=úŒú0z/A»¢ò£hŒŠ¨”wE¥nt@fŠ’½£Ó‹o.õ³x›ríU‡@ãzÙ›âèwz¨è|שùX¢>Ñw_•¥ý\I^5ÒH^/Žd</ö¼×š›øúI¶ö¤ãqÕXÔqÿ¢xb\²°päÿÑ#z—èLö½gòbuv„¢â#ç RTm|õHÔQT€s¬††Ž¢‚EGQ±Ë5ðnw‰Ÿ û£o<íuü€é½e¿“<`3D%ŒU†Ñ{føtÏè÷è+Éþû,!àAŽq¹WM'Çw2Kãà-x½•"æ^”d©á+Iñ-s¢•Ì‘ßyq—´&›x’Ä·ÌEÎ%ùr6÷¤+(ß\GQ]Ždø˜ Nü#LÜùº%9ޝÁ¸_æw½iw‰7·$,ù7?Çån-":ŠŠè…Ž;±æ£hï_ç"Íýßv‡Ñ³ryʽÜóµ¹ÄÝ“J²ÌÌd¿"Q4|Ë £ï£HB=ú”F ôÞ/t\Û!Dú|Á¼åø{·‡•Ì‘°7Ƹŋ?¯¾ßÕvé{"I–yðß"s¢%©nŒDofËøVI7…Äß{â$ÑðùB|¾’äy‡û:òâ®:¦Bï!>Ìð™øT¼¹Qå¼ßPŸGŠ9ÖÄ%õè+JÏ;¼'²¡ô‡@sχnKœ-":ŠŠòƾkvü€Ö '¸ëñ8î ›bá‘7CtNÜÒCú”Ϫ¹ñÐð Wz _Ò*ãy//î”,Ò&n$“?ppKSHô»¾úLÜÝÊîïÛLâŽ7"’Æ›Åëp|Ç(ßœ$yÞáÀé…ŽM†¸ÈƒÚ#±âA^Ãgdb˜{Þõ™/Á¸·ëkUÈ1ßζ9ÿ6‰øÜÄ…8F‡Ãª«¤„q<×–läBÃÜëpbhù ÒgTYƒñ °wçJó6D9RÜ3<4|O9âô¥$‡Mè Eé!}yï<zà_kщE€æ^ðøuÞG'ŽÙxâ(ÜbŠx¨#=p Ô—7/€b§7÷ØÝH ¤˜äBo öp|;·I0®£¨Xú¾ÖžÅ8Æ£Àµ8W¯S”yö¾ð}_)pD/*ó™g-žû3ïÐMp|y«tä-¹z7ý“޼o)zsŒ.‘Úû&Ç"Ç ÜØ‘³Öý™ƒDuZcz»¶öªæhÕUÑ¡%&Ù&nA²ã\¦ï|ÑÂW¨Û¯™¡ßkßù>J9šxÆÏlíi5V¸fúÎCŽ|ÇŠw!^}]¢[—w¼´Fu—Néȱ`õQ,ãžþ3^ŸÔž G—ÙkãY‹Q¦èüˆ±=QR:–”´Æ[Y -µO ,7Çíe4î¦KhÊ•º·GNÊ>çñ£„ƒ]#°w¡+IiSo+·Þ]Qù[€9p`/æ•€€ˆd„ñ|½Û‘Á¸‡ŽŒ“dyÿω÷ˆ}n-âÒçÍqöŒNÞpÝü‘›ø¥¹ãÈ6/¤Mü¬d#›8Û׫xè(*0BÎæ…?3@ð^ ™'ÂÄÑ*>*‰~Vê(*>vÒÜgÔ%?p_øw¨ïœ£¼ñßF–ñÝfy?éøþàâà ¯¾ßÙ–ÞŠŽ¢Âí@ö[ ÿgaÑþKò’/ˆÎC}{¿o»ÿZè|ÆuðœrBÎYš¿ïªp‘ý²Ç[l/v“޷󳉈§Të0„Âߥj‹¾/ I†o§61÷z.[K~˜{Ë,ÑÜãà– ñæ–‰÷aWÈ‘OAHø¦Ç¯ï}iÕ÷9~‹h0¬âç~dYfX°ß)†Zùë{æð×÷^&KK{ìzX‹Ciîÿ†K¯ß¢£¨HÙûŠH9ùï¸É0Ùw€\¥>^‡Š…9ɱÁÖ{·ˆôÛî[tô‘©£¨ð@Ÿ½Ì£ˆï¢£¨Ø -¡ ý†==^ètaüDYÜóißkø.¤¿=g39š¸ôrí[B:ri[:4^œu:Š -íyÛ»7¾}ßAôA,®ÌüÃâRI˜<^xg=wÒˆÅuٱȑTfþaä…wF^xg!L¡vX„ü<ß2¯F=¢wÖbg>žÃ Лœd±ö4V4Â¸Ž¢¢“FfGyhÌwêü˜õJ×:ŠŠ.òƒ×•{l®uCküöØjãyùÕ—:Š -ŸŽ¢Â$b1rq²CY³?,ni–}6î´Zóñ?ZDo5I¯Œÿ;1?>7,Ž>ãoeÚóYð裨hQ¤¸HÒZ•¦3ØDEEU¤Ø÷>Ù£:,ö½Ž¢b×*3´Y¢SGQ‘>:¼_GQA2^ù™)ÊáùÚ‘Ÿ˜üv>6‹ôo£0÷übgáȉ8?íý¨!{Žý5|Ù´mDYáulŸ{<—4›Ê®2#:¢£¨H®ð:C„§ìª7ÎÈdrm¡Ñ>áà8#Íûrh´J‡!^fÚ$jGŠ»¡õ1â+¿—‰BÂã)s”Œ5ÙÃBGQ‚¨A6þ\GQAõó¾ÿ¿ÞmVþ8ZÉôÍé§òØ;²¸¹ê\vY’Ø£W™ô »ìåИ‘‘\áuMâF®í<ä‘Üqb@W’bk†Ib™×œúEfü}ÏhRÕÛÊ0h^é—#kìØHý†8(e½ÔQTÜYþãîŠJ&õ$|4Þë#•‹DYæ7™ôùÎw•…¹óaGÂåãCÇ6BY’`\šÁžö0BT ÷T ͯ?êÂs¬‰Oœ‹ÌsEEÏËìÝKo–x¢£¨ðËâ”%oC×—R«“-R¶h_ç^¸ô(Z챜bÞ-}Œ´F•¸ãõ8®¿žî;, -»ÞðW_‚•Ißc1Vê(*N”ýѧ£¨àöNÞÈÞnh½Óœ4²™Ý%ÞÁ-éÝ»’ê~MÂÊ\=u`uÉ8Ù<¥·Ü1zxÃùïÚ]â½ZWî9Ù<f‘ÄxÁѾ¡!*O%GËöø•ÌcÕ©Vš¤”ô½R³ú'ceÆO‰=JIÈ&G燗Y6 ù.-°¿—ù,‰j»Ö¿A€G\=‚äâ♸³¸yáE÷D bAD›;,X@‚ H‹$3ÿèàHÙY@ÅÞæ½³0r¤P7z ¹UùÑ._;rå:Ég•èü˜.By¹.êS-ÌÄòÑJí]{½”ðÎ×¢ÌlÑï‰;¢8;¾{.¸S)q*sé–hîíÀ%æ ñÊ-éÝiœøÝ9ïp_/däë¼G¶ÒæÈ–¥‰E²EŸKýæ>0ôâ@èýËóân(ÅÇ÷˜eãC2QîåÓçÓ !sDïžÙãztb‘U#µgµÿds¿›L~ÚÓ3NŒÒ#4†¤÷Ûƒ„Åû+ù~<“Nq×£‰Ãu¡‰;KsGõ(iöî"ôæI Ê;¹þÀyQ qWŒ‚O"‡‘¸Ö%?pèW}àlâOÜqDÄÛéw)<–&Îc3|F'¸»µ[dÞEAùp‰;bK†ß ½›7v—xǸÁRTøÕ³Ï²Eæçmïæ«ÀŽàÑß�[„8ÝÝ$ª¥)#:Š -,ï^"!ÏXíÑH色äàMV†[ks%¹l‹1”Û™¢l'u!ıGOÆAv-C£3›Ñ‘7“Íý~®×Ó^ºçÇ¡TdÕ¨£¨@bÜÛèѹÕ.w!+@â¸kBoß«áC -uÓ/sz¢!vx0µ?ð×ò÷n¶µd#ÏŸþ÷n#ÞÄo–?ÌÛþAŒ iÂ)'Ç,ûHHú¬cO¿yT¥ÃËôú,XrEØ'>¥ÅÌr«œ{Ûsﱞbpïöé`> -‰9¸wã*àÞÝñ”‚ñ{îeÁ_ç bÖ:ËîÈŸO'³ûPbñ-·w[”ˆŸJì¾ad6ƒÂ“ ´#øwIõ…Ž¥'Ûfˆš<Ô Ñ{J”à÷+åöî4OC|ï0¾Îƒƒ¸ÛaÄï|ö|*ÕžG¶Ú»3Ø[dþ<zà=“jïîM.t<(Íý_\bî!÷î÷Àø:ïfµw{ÕÞݶÈ}¸µÙ»Û-þJÞñuÞ»î™{|hˆoÞ³Ù»uÉ&‹GI“79’G2|½'±w³)È$I,Ifè»b‡QøëÎ{%zô¥|úx?½[È>‡—ÿ0;þIÇ ÃHÜíØã'¸óØ[8¼ú~÷x÷ý§…>ÞŹw³µ@âŽH&àÁi¾dê(*zéˆÑëeön¼§›“#xÒÏPîåÞ.ײõÞÝc°=,œÛ釅Øw±(•T^xgA½8ÙY@7z FcLJE/¨Ì°Pj7z ?*I‡…Ưc’Á8uma>^“f)®6I‚ñßÊbím”<øåèãÙÀãµ_·eé_wâ=ãÖa±Ì£Å—ú[´- *É!QGQ!¶£1ÚäáÞå*åvÇó©2Ö…49|¾¾×øE¼ì2JÈôje›L5–í‘`†ñÛfcøÄz×*5=tø·Ýë(*Ö'á£Ð+Mãã›Z$9úÚ[Žñí'ÆÞØÜïäŸöÌ"UèýÔÀ§ø‰™y¾wÒ·NÍ&ºÞй·�y2/|殻ėÝݹQ†ì$'Ä*» C±Ááõ»Aõþr f¯Wg±)ZŒê¾¡sˆä:dVGQ1µØ!Vy²Ç¹ÆðUþa»jð~²rôû jßw°|oÕã{«AžÞ{ËûWîèÙdåV‚‹(wt½Ù¸T{—ÕÚ[nÉÞÈ¢÷º1r½y¾Çô§¨Ho¤ˆô¶¶?š÷2ŠdÞÆ¥yûÖÔå½QŽfwƾ„¸CÑ#»éu˜[œ\yæ=ܰø‰¨uÜ•,™— Q–}xçåÕk~4¡¢|àxº#ßhËǤ‘ŸöXp!Û˜´PŽo¢I²‰{¥iޝõãçeöîû'åý¤ã›ëãò¶[šc8æŽ9†ã{»åq?ò{z¡_èÓýx³»M"»Ëî¢l/ðñîßkîš»æj·ÜîOšt—<öÆøÖe=:°Û¦¸ó©¯Mõµym¯mã×y'õýÖ÷Û«§«MޝóNú,N†Å¨.ºî(‰®ñlÑç‹®=,N†Å¶1„-ÌðAÓPa†Å‹ÐôFÛ½ˆâŬɳ¥XöWòŽò³eãbÉQTû+ù“öWˆ¿3wæÄûAÜáØÜIö‰/òóåøÝkê–KžqoòyÎkT•|¾QÍ•*J¶F5WªðU¢z‡n3CªÒî¯ïG†$CŒîÏlªP—Ûjp—w©FË3ï<Íýõ=FHz„dÇÿížã‚dDZÞþüÝÐï… Í/˼{bæ…¿åþxG85 ìªÃ“ Љ3HEëÖW q·‹öÉd˜‡LB±!Σ±_¦(¹"E¬/öýÆÔùºÐ´QGQq57ñ‹êµW•–«F‹ówhLf¨tä½—X>NS„@ã®#þê)èÝ"sï™ë(*xIìóÁM/9¾“½7¹1Ýõî$Êš‹‚¢±_èøø_àÉöÆøƒ½1^s›Úm‡v«}v—xÒÇmòÚÜçÛý×f·Ù¬¶yåÑe‹¾è:ªË}>‹“aôdXŒ®£'ÃâN—-úþê°²…m(MC…Ðô>̈âÐôÅÅ0Ú;3ÊþJNön‘¹O´æ>ñ×ÜéËqm>½Ðqé…Îçà%Ë’e¹þà—,K–¥Iwé[²|py^÷'½GŽ8O©ò1rôÀ•*Õäðè§5ªi(¨;{Û½E‰ÉÅŽa"nƒh€àÙ\ãùaAÒ÷ÙŒ®FÈðnê`mכּÉ\îoíbô(©YôÈÎj< ZtÛ!lgÐÇí›ÍhѼðY¼#>u†I>_³ ¯YÐv¬ÇÚ…ó´Šy^Å<±b¢Z3Q¬˜åÔlâ‹JèâQKIQyDh<Ú‰E-Ì&vÓÉO.P.Ù.îWÐW¬ˆ-I_cÒÙ–ÂšÒ zTj7¦o˜Š—N÷k‡…ë&kÆ;õÂ"åÖªwျnX²fPª^¬PýÊG¡zQ‘zQ‘ziÑÒ‘YSz`µ”!Ìj[¬p£2Á É[ 4ža5´ÔœÂkC)b:]2ݬ|Ö.[À–“²5“µz©^õT*Þhò øx¸!=*A!0’ ý¤jO±`®Z4X®š®V ÍÊJ̵i==jYþèG®1'åxÃ]î¬HÂU¡16)ÍmêQ¤\ºV3(W4V©)SßDR7‡ÎÌ –¦O9¹#FîèIð2HÌÚCa¥Ñx©ÔÒdBG¡ú(Tï”òŸT?´ÊZ嵂¡fÑ\¿t¶d>+kE^¶£îZMå,ˆ«6ÄMÒžUÅz¤_;Ñ«šl˜Oú ê…‚Vކ° b7¼l.xÙdèÂÙð•ÓÁëfWM,šV1žb<ýLÀJêfâ¬Ë²|‘`ë"Á¦"MêƒYU4«d-ðFu‚T 5%:¬ù|hÓÑpf†À~³Âª91»‚‚O17R™;x¾:«.æd7SÕp‰r´M8Ú&¿µI®žöÐÓZÚKKïôôfOy|„âþtÄå:âr=ö„£Gi50¨5pM -eD831Í…t€£ D�|8{�ƒ˜´ˆ³"áÖôá,i™O„«™µ%4£™6&·¦þ¬HܵӚ¡BýÑ&64ªLR3›~kNzIF‚V‡³'m[%x™ˆk@™¸ˆÃBàIšQ1[7¬^â¤ü7§3ÒøŒ¨ûųÝÂÙvåp¿v²_:Ö.©I×Í XvŒ'+¶cÒe#½ŠqNµ—NëcšXd&"ÎM§žéä'—x¦ÓO½¢árù°„ œ!yÓ”¾kJ`LèO<\T˜,¨ëÅ£Ò•ÃÆ£é¬hÙèU1Þ)˜¯UŒX«æ»U³‚%ƒRõrò¯P¾vÊ%ËÔk›ü½ªÆÅ¬hA©#]U"Ö®H´M!ÐEbM‰DZˆ2œ ]0ªÌ ”¼g?Ö-—ÍŠ˜ÙKXwk&kåbò§T<•ŠO&ƒ>)"?+Ä¢°Q©E锎V¹P±b®Z4W-”+UL -wêEå›$¡ŸCcãN—¤FKR£-Ö (uºÐ´_Ð(KkìÓÏ‚ÉVÉœDµIüÒý,JK‘ÖÕ#¶T 2G…Z¢Hg)ÒYi4f"‘—IfæRôi }Z7£ú¨•Ku«û…ƒ"ÆÓ=ÒÛŽöKc8§® ü¶ÄÒvÔe+RY+Ú¦ eÍ~ªb=Ô0žiÖÍ–,HÝ ª=!ë&˜Í¯]3¶d*dÕ`àÂáÐu³‹ÃUL*šR9¬’:„E•HÛ"±æ•€Ù a%x•hë"Á–U‚+·à¶€³ZàMÊ› FÔv6¤ñpPcc Ãeaמ¢aE¨™©Ú1nT.\¨.T˜©® Í`G3ØÑå¡ -QÞ9ÊCGAÎPý@?AøçÍ– -ÿ“âÌö¤ÉçVÍœA áŒfX031áìD…²ÚÀ°€g`k ‚׬L8ˆÑ–äáŒHƒØÎ„,Nlµ$7§vƒ§tÚ‘îÕ£‚…sB3…úO?2I½lúQ¼zÔ b$h aS±v5âM` -@[ WpX$ÜœD¨)y(Ê�æc¡+‡BÍªÞ väõâA¹¢¹ZÉ\dL°dN²f¨[5Y±”³ ”³ ²ž¯jÖŒô*æ9ÕV6ñG%4ÑÈ|D:3ØÌ&¶r‰o6õQ),ž¯ nY‹Ù‘7 ̶T^KÚÓŽº];+^;+]9_0žsØrWE£¶šAWÁðX3h¬™«˜0ÕËS¿]Zo™ÖV#4IÝ…‚Aƒý¼¨)åÄQi3â0väa¬ˆƒ˜O°\?*4‹ZÐõë¦)ÅŽZµ±Z2(]5)\4(Y1Z+,U:¥vFJûÈ+,Ò‹Käc”ZIÅfb¹8µ`¢[3Ѭ©ÕUª-…ò¡Mi&RY$.èo´@”‘”dþÚ¥Feë’Û´¾>õZ©öUÊ…ÚÄ~¡ŸEèéѺšÔŸ$ù&Fl©‘Zz¤–2ñR&ž©Ô²L2+‘ÌK$s´i=ubK¥Ú&U0V,šì– ŒGG*¿1¥DHã¢ÊqPe8(±§/ƒ$.ÚP–ìçä‹ç䋇jUà ûI»=ý¬l,xÑPડ°ECa«¦‚ÖÍ®[8´p.`á\À*ÂÐ¥ÔAÌJDZmb¸™)�§¶�„³ˆ‘p+ñ–€ƒ±qbÄ…)çu¢A—‰·* ´J@J@‚‰8Ÿ r:¬•ã°²aEI)!Òçaш¹n´Ÿ¿³Ã_n°‘½3£oîÒÎ4s×âü8?w-O³“‡†‚´8ï–§ÈÚdøc§>d¯O÷* ‚ g\0càÂÙ‰ -h -X ñ@íD³0„)0ÁK] -D *ñöb ©ƒ™°¸dÞ ØjJmMíOj5¤pØ—‹çj%cå²\b#‘ÒÉ¥>%HÝöôˇÂ×Q4+nZ8�S�‚¼xÀ•�UnO#ÔŒ< móÑ�¶sKÕÿæÔ¢fëQñÒÙnÙXµj°\7Ú1žo›‘—¨›6¤ã1á²1Ù¢9ᲩjÑH«^ŽJ裲©eÙ´f6±™MlçÓ•rÉZå¨tý¨”yÓŽtµ$°ÙÊׂ”–/¯œ/ØZ¬§ì¥³Î²YcÕ¤bx¬4ÖL‹UŒ˜ -†å©Ï"¡E-U¢«zËô“·vÖcC0kK"d-ÕC!«‡BÖM, Ui¸¦H+¦½z1.µ$ÒÒ©ÞŠõ²Õ’ánͤhɤdÉP¯ú¥“¹˜$6&í%I;Qi|„J7|&–‹3&ª%Õ’1Á’‘V½H¡|'ßL2/‘ÊÊ#r 7¸Ãò¤¼P¤²‰Òù„)}bkŸúëSŸ…ú«O>4)í$:GÔT$6õhM-ZSÖÓ#~zÄSØ&O>´Ií\B3“Z–I-Ó§¾ÕžR¹X±fPºpTÂxÍ‚ÄkGd7&sƒ¦r§Ým Ì@ ܦäeCJA#ÂŽùœ€ñP¹r¤Z7N¨l×ι©£¢¡ÀKFBÍ-›\8ºp0lá`ÐâÙÀåãLɃ˜S3«iY°™)�·Á„¶$œ™ppvîìD\ÙÌ€0Ö�±|)à +_Tcà–² Ðà4Á†¤,è$à€fD¡+ì *û¥£tb#Äß•+N3Ýø¡?„‡îÒÍ]Ëóãüôhqv”› ç燹 B^ûjÉŠ -S›,6„"Eƒ6A1*€˜@v‚B׸/p`#â²N@È:¡ -V ÄI%à I›³]3²ØnOã4¤–¶%tƒ§]-i%Hì«ecR³lêHjfS[˵@Ý%3+ÃÒµ+t10e\s`׉8«L‘`ÐBméš‘‡² a;´p$\µÝšü¶¥²™lA7ŒGl‡;¶à›&$~[R9â’ù „-°jÕ˜`ÉX³fªW1Ç#³±¨Œ<2;™x¨Û¹ÄCú«ÕŒ·ë‡\vTfc"³1×”ÄjI`² .®/‹—ΊWN:¬G-ÖÓÖÂé¯j`®ff²j\®hú)t”KÙÉ_IâSŽÐV£sôg‡µp§b¾\;é´#¾m©k‚ƒriðÔ?€ò@‘á–XÔ„LÀl”UþÈ’™dɬ|J?©úªU«£Õ’¹^½D±|gÕZ)¥6:™GšÊƨôñª?^õF¬öQË™õr¼rQVµ•T?3ÊO:‘J-Æ#2‰Ñ>R$‡DáâÑ8¹d†6¥¥Oü ToêQ¿5ê§:±¡JéçP‹I_Mê©F<ÕhmrÄ–"§Ik“¨ß$ê>›LiçR:ê´¶J¹`©b¶Z7\.œ•/žp™ºm‰ ņ“â<¡ßœZÚ˜ÈlKb5$ïQ—LHûµ€ŠeŠQ2õK%6uJ,&Ä¿=½<°‚‰€3!k¦ÂVΰb8¸r4tùx�óñ�Ƥaì‰C5/ Ô˜Ðö€…¶*¬-0¡Ím\X{àÚ"ÈÐA†60°=pA!Þ "dpØŠ ƒV¤ ÐtâÁP´]1 ØmG^/éù(”RÚ‚ìX7j¤/QÝïÔP?7øç†ZŠÑâô(;7öeˆYjì³Æ—.¹jÇ[ÅÃBÅSÁ†0(lˆã -Ñ€+D¯¶<¸I…p³*‡¥�.(P€Sú ´a,‡ÂÖ'…VS -—‘ÕZÜšvµ¤nжkÁ«†J³lêHꦓËÖËgí&ES¡«ˆÃÓ[ -@ƒàÚÐ� a‚ -^@°JÀÁT N"Ö˜B¤!8#ê@ö£¬C ª™RkJ峡/™O7Œg+ÆÃ‚ä]3êž mÇz´`<Z¯ëV5kæªE…ê•IçeúÄŽ:õϦµÕJæ;ö“^kòH±Tã¨Ò¢Î žZØ’v3¢/–/–/ï—Œ ÆÓÖÂñ¯jh´nf´lÚU2k¨¶ùé/±»Hj¤ôIÑ9ú³+}ÄV¦žkE#ó)— µ ×ÔiG-lGç6$ïÚЖlt+Ƶ&‘‰MççT/µjO§úéT_¥ú«TË—fýЬŸIÅ¡ÎÇ)µ2«ÍÜz9f¹ µ^’Y/F«6rÊ7F±“Në#“ÚˆT&GŠÄ$Eb’£½iŒT*+™ÎÒ'Þ$ŠmòO ØÖ(;Õ>ò¥K<”èLEâ«Hl“#v5©?IòM–ú“¦¿Õ®Jµ§Q=Ô‰‡6ñS¨K³Åªárát¿vô1 rZQÚ‰ ņ“Z;€R;ˆJ7€B;€:7x3`«mÃ|¨W5I&6ñ(]$:'‘ø“(–¯Ÿ4[Ó«š]7¾t8€ålø²¹ esAK'׎.¦bPθH¸-�¡ín`ph€@‡¸�x€£Àà*ø�WÁ‡¸ ->Ä àÛ�D¼ @Z È$à°A†2XIp -Q@P:áVD¢¬§C¥çJ…n"}A)÷‚,¯ÆêCýø©ìè†ZÊÁKAÎÑù)<S‰l,2†E,…Ó•Êa¡ÚÑ:!ÁŠ”6§ iNÒš4œ=m@còÀ5âÍêÄ&8!ðFÄÁl'˜,2Û’—Œ(æ³ZQCê¦eÁ~¦Y8Ó«™'L’©/"¥Lm®—ÿ6ucáëȃšS‰\L“ Ð(à0Á/$\ˆ£B N#Ø”B¨!y8+ê@FÄal®¶f"Tù˜ÆhD_±•1Ÿï™ÐÊÑÊYQJ˜ŠÏJØ‚”®œï—÷Jæ -åc£Ú(T0X)—•̸,ÈoàTá -g‚–.š -Z1®^"T¹ÄEù œt1–¯î—ÎJÏøkg÷Òakᨯjp¼vh¶pÚS1¼ÓßÂÔ‘Ô)Eg•"ô‰ÑYDê¬0‰Êѧþ¤ -&«EƒÂeó[àãY)óñšeÉxL¼l”W?‰Z¨D.yB;~(–‹sŠÍŒâŸT¾Ôª Õz™v͘€Ñ<µ^ŠR¼qjÜzq~Í·^Ž\0H¢Õ_ŒZ“4¥‰Jè’¤óˆÐ> -‹…‡Eã‘$3‘ |R'¡ÖЩ>JõS¥|)»åc«^®T/Ô§¾ª´®*±O’Ø'Jýué·*ù&K½Õ©}"år2åBú£Pì¨ÓšõkfR¶nº^:_1ŸñÑ™-iíÖä;ˆjÇMµã¦b$`ÁD¸‚™3!ë`Å;ˆ£m»xœOÑè<ò3."'‰ÐÒ¦öJWOº© ¡ -fÌ„+—U1ªf$XÝP¸Ò± µ„aLꃚ—‰¸2(¨=€a ‚ntp�*'€q '€pˆˆ«`„„” P�â -PŽ�$Ü*Á€itH›ÀÃ@Û�<œ@ƒ—®p;"¦SAŠ|¶cR¡Ê"I:ÈŠÇ‚-Nʆ6Ã広Âë<¶Ù£$ýr¬¢³m²ùVõX•ˆ“Á éBY’2¤ -bBq[GÂŽ4œ5h›2g¥�¦mDÊp,tõžt3#®W5ÇD+ö³%²zõ8©h¢U1N)ä»Äè¬Dbgµvؤp.€!}Ps*Ñ`k a`0À†³�l‹à‚°x`•�œ”‰7¨˜F¬!}@3òPfä¡,hC°Z1qR綤ýŒè{&V#Z9#êš©ŒýpÃ|¼c>,b=zØ‚½ìçÛ…óí‡ñ„ÁvX¸pÈeA?ÜÓ)œ Z:¸p2xÝ`誱 5CKFBU*2ÑŠ×Îvˆۅ£kÙèZ6<– ºjæÆkgFëæŸŠY?µÏMÿ‰çµl‡ÌU£ót¨R³-ú€•Hç¦RúÔK¡|l•ŒöŠÅ‡¶Sý²fÅ ©ú'4ISñ ͤêŸWm'Uß”bG«þ)ÖKt¦ -VcÑvÉ«ØFª5RË…ÙsÜ‚9rÁµ^Jªü'uPÉ,4"‰Æ!>_Ÿ/,$ÚG’ÌF'µ2ŠÍœò¥UtÊŸBõÓ¨ÞJ墽’A¹’ÉVÁp§bP¢`´N.Z'Ó‹UéŸ&«Lþ‰”KUª-ê¡OkhÓz -åc«d¸Z6+_<úبe IÍ€Éw�õ¡*F•̄,™ Y1´`&`ùªÖpRä5¥•0 m—³©'}vâ9t¦:¹t¹xÂdCã3£ñY‘9í¨í�jf•Î-Ÿ _T!ضLÀ™=PAm &àÀ`‚ ðá�F4�ˆ€Àˆh�(a�$(À„˜ˆ+�‰Ñ`�#Ü@â�%à`"Âp€m�AV…®@5 v4FÂR˜ì†‰µ2‰FààÒØ¨”>*¥Jl$Sß:yÄÙ-'9c'Îøˆ¿"Á¬HíP™ˆc -ÑÖ3Ák/Zm6'T>¼–:¬U™ˆ»:Á‰ƒ£g7ºÔjL*cBÖ,%ÕÌ’jª•S û¡v-HJÅ(§^Q1‰™‹BèêÍZÍiç‚Ø6¨´àõ€± 2ŒM á+[H RàÁÔ 8¨<™hÀT‚A’ˆ5¤iG ÒŠ<˜ qÛÁàEáŠoðÔ¶$fK¯!uËŠ¸bBÞ1!ÝŒ¨\&ÔrVä«õiEì² ÞLÈeí¨vÄŸ¹0X¢0µ€‚ÖÏ. ^>¼`àÒ©e#¡ŠæÁšAÒŠ×δ -FJõrzÑZÅìW4b«™6—ŽŸu³®¢QOɤ¥dÈLþ–èŒ "O‹ÌÏ ŸÁ -wº%Bà"‘X©dn2¡Më)”ors¢5ÅzaRùH©uñ)]tBŸÒ̪þ‰Õ^RõI)~Yå;±\¢[3U°lωXΓK¦©ÃäŠYnÁ$·^Z.G«¿Dj]²t)ÚE~t`Kpç;äÄ$Bd¤#¯Œò›Tíh•‹SÊ—BõU*”¬™”-›.×Í -Îwg«F…jF…jFEj&ÛäRUb[›þj”O}êŸMê&ÚɤŽBõ'T0Y,•°,d?a³¡=¨e-iÝàé‚Õ…,™ Y3´f(hÁHÀòã¦Ø¢ÎmLa3"ï™Ð‰–MIô €‰AdgÒšúä‚bUÃÍÂaÙÒ)“ ÑÄIùdèBò0öT"‹`P8€µ -:¬ CÚÔ�Ðk€h€·` €o„x«@„”˜`€"À ��&&@ - h B¸ €24 h Âh#�4 -6lM AJ·^/ž°f;J+¿¤ªÍüº1ùZ€-ʦ™Œ U§hŠB-Y 4öç¼Ü7”¥FýÕI¦ DÛ2\8qX첤q×O{Í)ç k©ÃpS%,…`3âp¦ƒ&Îj…lè$+')ƒŒ‚YZÕP¿P»xR1ɨvщMb„þìÂ㦒o;Ê©ð¥ôí‰D¬¸ �Á…0 0x=Pa‹Q&@!ÐàÉDƒ' œL¼5!àÆT¢©D’ˆ4"f=Âp*lõqSêOd7&1Ò6,(ëåÃ2&´§!¥Õz·&¸'·¥˜¶$—5£J5œb4É8xš05ó@ÊÇÂVP¯Ÿ `?¾z2tí\غ‘`%ÕÇ=…É~¨V1Ï(¿ -õc©`v+2–M{+çßÊé¯lØU4ë*³“Ë–è\]Ž‘™>`|+’“"² +ôa!Fû2 ÝTJ7¡ØP)?µNF‘R¼JMlj1>¡›U~4Ë…IÕ'£x¦Õ/å’©‚Ý`ÉxTÖ‚ºmC(j?Y´“2(X ÓKæ˜åBœbÐÂ#rôÅuR@lP|6*!9,"=à‘ ñÈQ˱‰_JùMª¶SÊoFõS©ÿŠ£ÂuÃò•ãýÒñ~éxµnX²lVªjºU4Ý)“Ku©·2ùÔ'v”‰g*—I-Ì¥4ôi]zÁ^ͤ€ñ¬ˆùèdAa³¡rÚ‘ÚÉåA•Ì„,š -[7ºp2|ÕXàz™€õ"᪛:·1…׎¾hCØ,£ÑyÄGŒ$:G™|iÓo•ŠÁNɬhå¤Õv(`}s"‘F¥€ØÄ"°p� ipH›`CÊÈpÁµ�€`« Œ` € *Ñ@�# „„˜`€$ -X�Øð€ 6<`‚ ˜`ƒ&Àà€((`8 ð†€bÈ€Á¢e8°vJ\µŸ+Û -œÒ·Óa*¡ŠÛ¶¤âÕ“,RWyÈU2“gìì)7ƒÒO"Ø „¬8+tš’ÊU7+‡|fÄÓ@kiƒÔ‡6'kJÔŒ4”-Рƃ!lÌ ÅËGI%S|r1JÁ<·t¦]<Jª™£”ˉ2ã=a ŽNjùbõÈ8¸º@–ÔAMjÄÛU´Ðå@$XxÀ„ÀÛR ·$”J¸)!à¦TÂM©¥F°@óñP¦ƒáË`Å;ˆ"¿9}Õ´^?Y¯0 ±Ù‘߯$'µó`J'NŠJç çi*çNœTb®³XúLi½æÄfó�Æ „-—·*¶ÚÓ¹,iåjô¨_ -¥“Ej§Ò/¥¢±níL¹t Y7Ì,ç4l'*ÆãÓIjÕ«^†P=ÉRšd)]<j)™‰EedZå;©\U.I«—äU[‰å"Ý¢¹ŠíxψÆmJm¸©™ YAÀŒ8”U`ÀeâšÚð�çÀ8F¸1@" d%2ˆ‰¸€"njƒÛЄ°5©ª«R[ÊôG—üdï|jOÅ<±h¢Y5']:(c?_´¢²ºÁS¹m‰¼¦¤—q¿~¶^>Z°®˜èIUcœ’6µ‡Kk’¦~)åK³d´\5Y-š¯/ØÎMHý¦dv$f@”¢æ“5ÓÉvј`½(£xâ’9zDž&™U’ZT’ZRšÐÝ'õWŠOõÞ)¶^å_³üjÕZÅS§ÖV*%æËeãݪ!kÝœ¿xfÐŽ~Pe�;Z !ŒfCX¯²-¯¨h׎Ïè¼[ÀÒ -‘ÈC¥ 8òú‚¾!Ea!R™Ø”>B±Oë"R x¸³ò«ÙúhPBn¸Áo‘ˆ\T:—Ð%Mé§4‰SºäIM¢d)û‚¼9Pè$ -í%Hd£’ÉÔ¢tJ3ŸÔN)¶´ª}¢%ƒí²éŽéhDâµ$ñZ’˜m‰Ì iìö´3hú®%©˜eÇzLºr¦^6&a8V³•7"Y3´z2„…HãZ€B[HdX@Á�àðÁè°€ *(À - `ÀL¨àÃ�$)À`&CW{ÂÌ…˜]6ÄŒ@J 퇄ڈ² `þ¬³(1ƒ¥p›Òíè'Õ"¡jåsbkʺQÑ|¤c8È,"ÝcÆd†*òG¡1'Õ”¯•N9ŒÈ_sj¿MÁÀYÍHØâÙ@Ö£¡lç‚ØÌ-—·ªŸÁTúl‰e˧ʳ4Z7“z¨”ŒUKgº¥ó¼²Q^Ñ,±jš]8а¦ŽK¦dªlâG”ÐĦµrI½lZ;ŸØÔª«ÎLÚeãÜšqrÉ8¹dL¼n´e=aµ#ó[+› -\EÈ<œM}h»ñ&FbšÞ�瀌@+Ñ!,„…®¨8¼A]`óyÐsæ¤2eS=ê¡J}tÉ_.õQ)©ÕÌs*ŠE#ղɂ-P9 -«!•ݘÎoNæ6¦±šRøÌ(hûåcÝâÁvõh U6E©’'—'ŸÄ©G>ŸU/Ú”.›¯ðXyèÜväMûIÛÉšé œñ`»hªY0Ì)¶±é="K‘Ê]¥³·IÝ}âW¢Ö`*¿c¹X¯úhÔ¹ÉÔâl:KŸÔ'S}ÊÌJÖÌ8ËÆÌ•óBF´ó4Ah‚VÍ„¬ -[/¸~ -Yúƒ)·&©O’ú£çÛ -“Ê$LèàÑþ‰ÂC$2ÉÒÙè¤FBõG(6R)]RD. üèBn>“½c°>È/qh'9*“ ™‡J-#Kç!Óy¤ =L*‡‰}AßÈú…¾"A_#±QɬtJ;¥z*Œ•‹ÛU³2ô5ÒÑŒt4#= I¼¦^[ÒÕ’¼jGÛ1 “/é–M´‹† -vƒ=ãÑ$ÉXȪÉÀe$B-ªdlp;� Á†H¢€h@�>8 � A40¼ Z˜ ˆB`í¥BV[‚Õ‹…Z6Ât@”!°æ3"mDÙ ‡°Ÿ–ùÍé«väM3BùòIÊŠ|-€‚éDÁt”_5Æ-™¢•t:ã;(0R‘? -ìÒ™ë ×%«G猩(.«Bב„¯%eT!Ü¢F4@Ò€&Taç ‹ÆÍŠÆ -æŠÅjzÄv¥N.Z,œ«Ö‰´J&Zô’‰rá<µjS.Ç'ßèÔG¡ÚÖ+ð×2Y:¨oSb;hR»)…Õˆ¼gAÙ²ëXÎVlÁÊYPSG•CÁËgÙˆ5&mQ!D‰p«·•€„°2AÀ!l\` -ÁIƒ›Ñ4 b0lRg/"ì“Ì©.õO¦žùÔSd¤X3Ϫ'UÌTËf+ö³rFô=#§Ù”ÆlJb5$Íh+¤ë™nå˜tíXÇ~šX6H*$LÒ -Yårœb'«þèÕKôê¥Æ³"¶@L´›ífAfµ"´ÚíÈÌÀH7óA鲩Z½˜D±§N|jÍú»S~wªg©òÁY._.˜oW6«‡>™‹IûQ‰|ljI>¡™SliÖ¶«&ëe.ûA»!ùqOlMç7¦´§–Pf¸'1[“ž¦¤õòiBÁÔÄ#5›˜„12“µ—ÔH§õÊgJµ—Qr)M,*Â@™ìæ"“ æ¨}ô‘!1 Ñ><*$µ“Z†J瑤qÐ(ú‡¾!Cß!oHKH‹ˆÐ—i?6¡—Pü“ªMÕ’9é²9é²ÙŠõ¤ý¨©uˆXΊVΊTʈPÈ‚ª];Ñ-¨V Ô«f -†srÆã}€c!+§˜Ó‰Y¸Fˆ·˜Ð°€60@ àCÀÁh`@À@\@#@ˆ®.ü,À æÃúÁT•O!«§U£,ÇЈ4Ÿg:Æj2x©'T‰Ý–¶iCÙ³ ¬XUë†I£”rANµ‘SÿqÊ?Jõ%K-@!ð‡‹IÇ/ YKƒ>õù’Îpmˆ‚ܪ˜*€)UcÂ@&õm+U<€ñEÂÁ‘´ž _;¸v*|…·~L˜\žFk(Óµ²9Á²¡VÍD©bœR.Ǩv‹Æ‰Es”rA>ùO+™nXÏXíèê¦Vφ®ž ]6´^$L0™,´ qÓ|TÊ~XÒ†ÎmMþƒª`BКF0x"á6E¢Ôˆ7ª ªF8À"A«„-°DPxâÐàhšÏ0YüXRøª§Êä2EêŸLý“©wBýT+™èULL•+§k6äM+b1úž‰ÕŽÄjHb5$¯J˜Ö‹gº¥cÒµ3õâYZÑ0±hœZ6Q¯›¨”kæ¹½rYF±O®b²[5ºXYÍˆí€ f•Ì…ª -R0ªÚ¤øM;ÛÐÊ×ö -Æ«%CÓi Ã!{ÕŒ»fÆ]3à¯ÝK›åG¡Ì$Eà‘"}äHLT"ÐÎ*ÿDKƺ5ÓýÊ—ýшÆgCú™8̆nC³5y϶`@'Y:Ò*gŒÒÉ?.“Mëã’ÙÄ+ŸzfÔï¤rZÁ8©^”Lê⑹$&ñÑIrº"4Ú_Ì(ƒÚlIx‡Ba¢ñÈzd M²T"íÁ"p‘.2ô ú‡¾B"}X.*•“Oê¦Zåb¢5cõº¹~åhÁxPÂlÅ|¶b>\1 ®Ð6HösÒÅ#źjÕH·n¦`8Ô°“²®ÛM®"Ê¢x°UA†5„x;€‰ p�ƒè � 8(@‚ˆàB€CÀ‰7”À†« àŒ0ë)`í˜ÈoNé¸)B•̯e?"Ðz@˜át“¹°…Ž0%f°´M–ýT»rO¿ðè<’”&iR—4ñ%O|É“:„(샒¡nrôÑ`O%Â`/ÙçK6錉ê—W³¬g]ÔÆFÀ±-`!L -`'(p% AÊ" -bCˆ6”ùgL,W:W&—ªS{kU£µš±JÁ˜Dµ£M½‘‰ý¬’¡fÝ<©b Q/(];k6%˜8) -YEÀ˜<Œ1y 3ò „«FB•Ì)ôƒ¥ñ›ÑžV4V3Z³=½ÀYñL�Ò`†ÔAm)D›Ó7&mHÔˆ6œe0û¹@&t-ÈÚ0™¶+ *-¦ôÍêAª‘*ùP$6SIÝ\âR~´Ê¥IåK³`N¸tRÊ‚ÄmJ;ƒ%ñÒΖ4fS -§}ÑŠºdAZ±Ÿj—t뺅³Ô²YfÕœ|é\Áv¬d<'d;Ò±›h˜Í³kiõ“Į̂ßÖ£vc¢0•C«ç‚VÏ-[8 ¾|<xÙT¨J·‰ËzÊf>鵡6¢5¡^í‡7[°Rv“6ƒåjK©ÒÉ"1‰OwÄgY$F*™™Oi%U¿¬ò—X/Ð.lX -Ï>æS.j› ½ Á 5õbGç® ²–×*gë$3Eê¡E|”é2ýЧ¶4ê%:cr5c‚E‚q6“Hh¤Ð^²àK¼QÎhƒ0× ÌU„¥ÈÃR.‰IçãRšØ¤6:‹M-%K呤]xéA"}h&A—$M-˨µ“êZ½H³dª]7W0,ØN6ŒGÖ“[€õâ±víTµr¨X8Ò¬›§Í3‹&Êu#»‘†áD~X9˜5Að`Š‚ -bx0#€ˆ0g€ÐÀ4ð@40@cøÐ5A'â†B¤-démJݳ"5$1ÛÒ˜AÛÁÔŒ…® b;Âl0tÁH¸2Ç=…Û’®g@Ò0¦”K¨üóуB{IQ¹xd6™K„v•Žvµ# ý`S‡–ÃE¶·H—-ƒ©-cdؾ:°‰pK;1á gl@ƒ€C׉ X#à–8¤5uXcѦó@«eŒ(eÊ+ýºÉVÍœD½LŸ|§?r”fJÁT·p¢V4R).Øß &N*èW‘†/%aN ÌžL¬5•Hò�¦s!ËEƒÕšTºAúÉw“‚‰³Ú‘àõslÙ‡4%kIÔ„2”-˜ðe§5óvõ’V£fÕ“=•·ŠÂW?^ªY§¤¶TÉ“G襒ú9õ?§~eÔšº%“R&nK:ÇEã¢ÌoN- œÌnL`4#•1 ±Ÿ-P•+§‰Uü¢9VÉ8¹p²c=Z²žkÙ‚ª˜ÎŒ -V#³yvÍ ›ø¦ÔÏòµ`ÝÀéf®¡`F ÆvFˆñ -¦£Af‚T·¤f#*›ṵ̀ѴÁ¸µÙ‚ô´2›-XŒUËw*™‡TDv¸G¢°1©lL",™G–ZˆRë¤UÛd‹&+¶3&û1Ÿ¹œÁ¨ýdIüQPYËgeêæšÔ~ñÏ"ºäK›ÚS)êTÌ´Jæ$˦šU¥‚:õK¥tRhLÂÃBbÃÊdƒ0׫–¸³2. ‘‰Ig"“úøÄ6:‹M-D¦2‰ÒxäH,4…K’v¤ÓyÅ?«ÚR,˜(VŒ4K†ºUsâ•sÛÁ†ñdÁ\½tªZ8Ò«ç”3 -ÆY5Ó¤’i^É<³h ^R±ìÚZ‚N‰²&D`‚—À�°Amnx�‰ Ð&�gx°b@‚‰·Ÿe6¶ÂnLÙ0ŸlØ—L¨K6Ô%# -“©Ý `\ÉDÈz‰`Ånf ´‚6ýÊ9V½™øPçaùùèA °(,²ÀÛ³ÙÞ3Ú -¦‚°©Ã¶v¤5þÚ¤WkBÙcÚÂ<0ûà†–€„6.¼EðÁíe`Øõͪ„ƒ¨lCº^ÌŠÊW7c+šóVøjfEʪ7I:C›ÖÒ§ÞÄJ&*åRµªéŠýømO0¨Œ&x-a ³Úp¦õË„¯à¢F°)q(Kú0V´á‹ÇBÖMªS1¦^$TÁL¨š¹ e£¡kYޱ˜]þ«ò[“¸M©ÛF”5ë¡nÕ0§þ¦›É´v*ñL$uÓHýLZ3øfÒúôŒŠÉvñŒÑ”ÌjLbN;§ýíiüöÔ€‰¼–ôJáÚ9áÂqJ¹$¥þåT›åcÁtTÀp¿x¬^9']8&^7Ò-jÖŒµË&Kõrå·tíÈ´) E¸jâ&åŒ*ÄÙÓˆµ¦iG!Έ<ålðš©€•†cŸ…ׄÊoH-qJã7#µnÙÎ5ìæÄ«Æ«=úâ9(A /ÉP8øã þèÅ"r“‰7¡zaéÊÙÛdAÿÚ«‡|…3®²OÍ„¡`X–ü”¢tŠQ:åHíeò½T2૚-–MJÖ͉–´*Æ å“ÐF 1 ¸XÓigCØ&!laÌ Ñ…dAŠ’ŒL'—Êʧtò)]\2›ÎÈ'uJmlB“$™I’ZˆKh%{)å?«\¤X1Ò¬iVukæ¤Ë†J¶ *ݺ9ÉÊ¡ZÕ8^œM.Í((•ÌS‹FÊuóüª‰‚ÝLËrNÔœ@á„(K:á–tâM«]Ps`YÊ�A,XH˜R�Žˆ„Z¯uƒ¨1ÚVì‡{FÔ]Sò2hRQcÊ’]ÊPÈVÖœtR+mMX2"§×ÎñjÕßLiQø£g%H³ ÎlCjT€4)?-î‚Ýù&<”cåXK‘m”ã¯ñQHþ-˜†3´ÌB¼‰}pñ–vb‚›D�¢ ÎÐÐUB‰Y&â¤H´a�«Y[Rw-@séôb>å®°•ÌVê7I:;—ÔO&Õ~BýR)•°ŸžÍi•Ò1¨h[ ؼF¼)ð�LT¸9HK1F¤Ák§VΫ—T~”ÿ@Š åC ò#P±%T©ã¤tµ#•1 “°è sê76©“IidRzi„Nµ$‡Z–Eè$º‰´~:¹<\¢S3ܰ±Òn†äMKúª)élKbMgL-mLà2¡V‹¦ÕVJý̪—'•KLgEÌG%¬û¥cí™rÙ<±b U.S¬˜”,mŒ:ÌǦ“-(dU!аH¬A‘`{¡–4"í(ÄÙa6¶Öžv5¢½ˆìv´»ékA)f<Ú0“®(–ËÔÊ7&=*ùÎöÇ£äéŠôxG‚ÂO'vµ -†¥+G<æÃ—ñeAÿPæÓ¢µ#¦ªOÍèP0Þ¦_i2ÔÂ-B§ñ,K=‹TŒnEÃͺQÙʱnáH«d˜N=RI2—,�kV„0(Âßì«C™«g[Ò£’ÒHû1iŒtB#ÐÊ(µJ„R'ŸÔG§´± tâ—Q=SÊwV¹D¯`¤Y2T™*WÍõ'+¶CíÊfÙ˜\Ù˜`Ý`µvT‚ôµ$1&°¦ï›J›6íÛöÃm0¤~0¥3⬩¸' p=0A«[ ÀqˆËJ�ËD¦lDÆf$`ùoPç6¦3Óø”9ÕB•þöÔ]kJI[ÊŽIµ|N¼„N¼„¤\’S4A'¸Äƒ$µtwº9(@˜ìï{Ãh{/Ù»}íýÖ >Ú±–r¬¥=µØc¿vèk‹0*d"¬˜pVâXc!¨)PÁAH�"�"Ò Ø�fB‚V¶N@˜"Á–¤aŒÇT{ŒÈ‚A+Z“•¹rVªb®LüsI eâ›Nýêo:µ¹`=k6' -\IÈ @¬qxûB�NŒc HÐR�® -·%gC¼p$XÙ@ ¢¡pECáÊ•v[2·%íiE»šÑxíhg^;‚ñL³j¢[3M,e”_dJ“ÎF¤3Òèl,2…ÊÆ!³‘¨e™Ä7~&“’IÒÇŠô±"•2£•³#¯Z’ζÔ )Ýàéܦ¤Òµs’ECŠ™V½T¯d°W1]/ð˜.Ö“¶ƒÒuSÕšRµ¡PýTêgѲQ¹šY‡ýܼ9MЂê@f"-‹›T‰¶(lL%Ö”H¤ù„ËÑÐÕGˆ³ÛŠv6"p×lÁ -ÙNJÎuKfZõK§ÖM§!ÐJÏæÚ³Éæ9Û–¢ -åW`T¸n¾aZÆ~Îd?ê°´øÊ†E -fÊ…ËÔ£ ¥¯Df+Ð+T楻Jë.”Ë—JFËÆË•£ÝÂ1¡Šq6±™Kk&Ñ™¸ L¬Y‰IÑ -]°Cšl1'…¤§‹ÒFâãÑ8É„V6¡“PjeÔš9Õ;«þ&Õ¿”ê“P}ª_JýЫ*—Mõ+ǦƒãÁŽñXÃt¦b<Ò0ž)WŽTëFËÅÓjikjGÀšÑðeÃ!ŒæŒ®ô„(2ÜùÒy‚S…«aJ¬9`€•€[Ö‰·.o\¸e‘h»ÁÆôÁŒè‚N„+U7²x4xåt0s‘ …Ž»:Ç]±0Òš)MÅŒ ^BJ¬"ÕM ÔËïˆù ø€A~¼:)5ZŽlÈýùÖû„·®öÖ&7»Ê‘v‚ôÓŽ5”×6ñD—lH;[BÓ];AÔˆ@&®lDÜšâ�ðn‚(‘Á†°$p€ •@T5¥ d?¬dÐÚeB3jHí´"µ˜Xˆ+ÕŽ6¡Mkç“ßtê—L~vKGÆtS+)Yˆµ.oa Ä‘90Á‚ -^DÐZ ÊÄZ0›T1ž\â¢^H8Û”ÀfBß1 ÝLH7R!Êzí<«b˜R.M,æÕËRÊ/2¥‹G-%Ff#Q™8D. -‘‰Bd#Qs‰Ýlú•JìgÌÌÇ6ô#Z9;ú¦)}×”ô¶%ô›Ó:Nª‹úŠýh»r°\7V-kMö*%‹ÆÆó [¶£å²¡bÅ8¥|è{:ÕîbѤXɤ½Ð´1 A¸jÒf" kĦJ´5™`["¡æbGWjÌVNÒÑ€¾g=^³¯Ù‚.ÙŽÖ«¦Šõ2¥b?¡Ò#BÞ{ßhóœˆ7™t–JýU+®–M×+g÷ÚÙ½vÌ\9d›°M÷©½]b[‹Î&@»´',Ýùšô„³CæzËÔ¯D¹pfV´n²Y6Ô)˜§SÏ\Z3‰ÎűñÆ[BÓ-Ò¤g¸Å•äâK’(ŒD'•ÊÌ'5ó‰WF•QkeÔ: Å#ŸÖI(6sêwV½˜tÝ`Åx¶f?Û3 .Jš (K¶€:¶ -¦Í²©zí€ÓŽÒpR2ºn8ŒÙp»ñ0fBŒæCX›CûBÕÃTŸ -f‚Ì+ž\AÄ @œ]!Ààë„.ܰH´UHSòP–ÄaŒèÙ‘ˆ3£iH&Öt<œÝl “áPÖ¾�v`Õe{ª’!%¯xH hB”Ú¿#¨¬‘£¢‘£Â±£rQ“Õˆ¹jÄX¾5gWAxêGz -¢žöÖT>úÁžrðO^»ZÒÆ]²Ã.2GGkÀšÎNP#ñ j',ÄM�Ž‚pˆ@‹@CØ ['`!àÀéšÒ2ŸW1iJ¿Y‘ÌšÒ›ÒºlHÌ¥Ó¥’‘:õP¦5ª\â•K}õÊæœ¶43A+iƒÙ“ˆ¶ ¾N<({€ÂYÀÀ¥@” ¶£c9®dDý žüNiK-kGß±¯X—¨¤ÓµÙX‚1dDff@0@Ó� -³á6Ê€G<(XDP22"’I£0,ÅXŠâ(¢ ŠÄ˜rÊ™ �4�øÛzÛ {F -�øò§¯uÇØãèæöKÀŸûB#U?73ô‡ ìÇÍü5žÎ¼¿Óï"»ü*•ßfÕËÓóoŠÎ%~v¯ð"¼Ý¯®±õO¸²3º´ñxß ],üÏ¥ß˘Í[WLða”uôð«C„‡—ü±·pK[u›š¤ZŒfbç%â¶7Ö[¼(DœØ}`„Àwì^ÎÌY»"¾ª[&ÉKËåÖtw³Ñ©ûÞ>.4^ iJ3Ú¼ðF›òO[sèÏ|Ò;/—´×ôn™mä³é( à k²¦4sëº$i $4¥'عÒÐOÇ<Bý¬Ip[ì“gìZ ‚âEwO/Ó'šXbÎÛOä³…An–Lê;Ÿ& -ÏVü'ÉP >¢žR¿,0I}@VÃ\I˧7eîÄ ¹s}« -.ˆÇ\ç¢\Gæð‚¬H¢tÓ¥_åÙ>•—G$ÜñÛ+¡JpµJ°H -w&tE±éƒ¤PPgë@ƒ%>q^£PÆUn²´º¿¬5GóVÒ§UR”€g:kxZ²®íÕŠ6„Y‹`§®6´E0ÄFY˜VO]‘}bìð‰ Ú¤ Zg©6l+sð%ÕßÿQÅ仕™Œêxú¼Ÿ¹dM³v¶6t›KM„Dî.:rEÖðV²Œ«[…ÐôÎWZYuàJ?]@Æz×rÉѰPzäÍ%Ä8ÉOÖ’õ -ë˜-iY1F‹ÜjŒj`ÆÃ¨«Ó=ŒÌu˜–N0fÜf¤hŽXg…ú\#v8ÓDQŸB�èíÔU9:ºV$±mŒkS�01Eyø ‰‰ºW,¦|umŠ%)’îB/6žÂÈãm̬€;…ƒðs—'.¶ñ}‘NXˆkua‰Ñ#té!G®ÔÉÚ'u°o6Ø —ÞAØb�êÅGÄD¥viR˜é?±ÞŠ!ô9<ᣌóÿ†ŽÈô’v8à�ÑíU<0GðýCÖ+º?‹R¦%ž$ —Z<ep‘ŸÅžø õVëjô“d{ü¯r¦d]ìüA¿TÛO¿=Bø® w^°üÐèõTD¯º£ºðVen5)""TÊB°‡gàÔ°'œÀÊØòô2fTX”¥guYyQù³(Å“t%.p_ö§P—Z%ZöCˆ`amÅÁô -•Ê”¥÷®ä¤3ÿÂ,oMÿ¿S —÷]Ã@kw -?ç$}=ŽøÅ‚*í¼Nêÿ wá )©qXA1N\¼gD>Ðò<*‘é¿ÊEðuÆž”"°‘Q5Í©ø])ýQÑ€ÅýèºÒB+Ë‹ÞØMÔ‰da”#9£@ôÔòõ¨XÓ‘tôä -D+L6è%ýd¢áE¹({š‘r SEüûÉÿCwÖÁ³EP;ý#PýŠŠ£èËÿŸÏMÍJÄgW-ª.þœ}dW×+‹þ"T²Q—Ãl¤ä#Bl‡“!7M5bTÌɹù÷*qQ‰1Ĩû7ÃHËÛþ±°w·B‚IJ0÷,†!HÓHëÖH‚ÔPô”1ŒrAÆÒ" âªDƒš$íç§(`Ò±qä5,p[¼Š÷³G¬-uùÀ‘êãHmàU޽aX§‹s#ðwj$£Màõ$'Õ‘ŸF6$z$@b8äCRd÷ˆ0ÎhÍÑv´KôˆÁMü;Ü#‰àºsè¿Ý#…H2bè‘ Ý# -ÖÈäFˆ„1„¹Gä`§žÔ€«£¢óµn.í%úú8¡‘M€Ú<²À—º ¥AR¦Ð–²5 ì¼?nk^GCq/zˆÍ@/_\Ÿ™‹€NÉ}D,¨é -á÷; ÅQx*HsB�wfÖ+Óq0”Ún_0Äöh X:#.f‚74³Š<Ììúâ8:ïâ_¹XÁInâ"߉9Ýè [B ÌÍ$ÝñST1÷ -½oÙr‹ÅqÿÛìQÚªÄüŠ%;d½:Û_ë#,ô+Ü ™+;¼¼z¹` -ÑOì°kXÚ, [ŠÊ AZ ð¨ö~µªÜÏ4æYûÙ7©‹,Ä{à´n’Úê ©È·¦§‘æ™Ñ?ÄÚO씈zÑ<ùÉ[=}VóV"g_r¨õë‘B2Ð_Gp¢í¾ÉYüaß"€Ú�ç`{"«@Ÿ”¯gRòÈþ·Ý¶ð¹`„¾l[bcÖv‚àL¤Ãv¿Öµ ®õîžûåõ -XI³XtùPšû„†tþ:Q@ -mtôócàU�ÝÉH=‹L!Ǽ–œØ[Í`ޤˆk?CWJè"”ZÐLzýŒ÷³OhD4s׎‹•ØÓ`ÃD¶#‡òºšá€¦Ü_,Ó8fÍRÜ‘mý/úS‚@!^VÖ[la¼Ì<_©zî?N6DHxö)ÚIPÉo -#F7QÑ"Aó—»JÁJÓáŸUýCP‘Ÿú«;j9¢øHyù‹Í^$;B£[*D¢Nñu”ÁuWö[¯8oÐôÌ—!|Ò³HB=Ò1ß62UQ®^4À|7åyé>êÇ=£ˆHV·|“좖õ»„ˆÒ^ Ü(ý�ŒŠ™„ì6ÈI”RÔ&×Û¸“Þ“>|‰gÒ/\þ~ÐS(§,GSó2B)S8aW«!¦ „Í*ÿ«0ÿ§±ã'_dæ$œók™²¹*uô4ª(幘í3¼÷®Uò† ïä–ܲ|hB³c¾†Ñ ŠD©'ëáô9Lh‡žˆUoĶ8ö"b§*ö>©ñL g^‹˜©¤E§8*r‚âBu~ÐÆ€jÀ]doǶÁ9q¢f¿ï8!Ê„¾3ÖÈÎvÐá6ŠJ7ƒ†É„½Í¶ÐÔÃcëW�‚Åk«wà “ÖšWð#ÔŒžÀÿ¯o¶(°µ[O„®¸N …£øýl],ÀØšQÄWmÚ%ý»OcQýmÖݓԈM>ï3>`(תr¤“Áë°wýêy@iÏÅq‘k¶ÓGW(Ä…K}îÚgJã–ŽêvÂ.A“»µ·$bÉ'[?< -´â«�ÿÀ¦¶®Ír¥mXãž+±;M6js£?ÿk;H‡ØWø -D™p*Ža¨±‰k6©¢Ç >x4jÏ1At”楬,ÕöϤ†ï`”',AÚP]7jŸÜ(2¢åÍxÄæy™`ÞD’æRMh\d†GæïLù“F-Äÿs �ö̵øßꃫÅþ k�ZÉ[RÕÀ–¬X ×pÂõÝ)ŽZfCŽ0¼EÑ>"€>Pð7õØÏ¾"ÅÀ¬¡ @·Ò2ýï*Ýè#SÎèC�\ðµ¨K+)JHhQÍh/G/2m—˜Xxb®®Öw<}HB³Uáð³VÓ#õ‡ñj4ù—¢“©¼¼»¬ÂušjÃ(mÕPFÔuVqÓ>˜é€üb’UwX+è5Q×+TÝgŸ7o\AÈ`jÿaʲžÕJµ³ëÊbŸ©Zór[7�Ïûžx”OÅeE -Îâ(ÞÛûŸËj¬É#¥bê¦xìD¡jª 8»´y*RJ‰rá+Aö|&}jqðÚp"~gz>Moõ>€Ž$&.êr¢ƒáÎJ¢úꢜÉEiÝ®úŽ£Ïâè–‹«¢ng‚žÑä|.N>bý(ëš²¢ýN.jïmþÅÞ`káUd¿4þܦ]DËËë»Ø.ôw’BDÕ»ÈÈI‘O¿=ª:ï’—_ûmCÿ“U›_åèÎçŸ3Óo>qJÒi;ñTz‹ïÝ5ÅDÀîRP’ŽÌn£ì/" -hº%}D¨€z,špúÕkLì!S‹ÊéÁ)ëŒ%š§GívË <t2BdÇ‹ã@,mÁ2§ìc_ÃQF>ʧ.@ÏJ”ÐÕ3õx<Á‘8Þ²Mÿ‘E€9€`}g?D¨'¿Uîæi'V1¿‰J^i<‰xf?"i›Ž+n~53P“1>¥v6¢ž’ü”Ÿ¤»tÖî´@¯lGi#¾æ‰¸ÄÒŠ’¯|’¸¢#�6¡÷™ía@:ßÑ`%Ka,íÞÎÌÙRüd:صñc)K2…ø�PV½XöŒOff/˜iÛZ_;E)ð?"?´Éš¿çØe¤ÝU d5r¸„Ÿûñ¥[–RØ|mhM6t^›]ÿmØy(Qjû‘, †¾¿î–ìña$•>ÝÖÙá稡f"_Ü63™ÿæ° ÎQÅà))ÖGGò˜bÌè®ô@èölh½{%ì™<«ïiK6m# %íÆ®÷jçFÚÃ5LÙé^é§0 þfÒF7' ]7|%•à¶e§œË¨_ƒ¿&°Â/�ÏÆ®‚—BN!Hé’" o¯¤†öw%,%À™&ª»ù#Л#?ŸdØ£F¾ºÍtúÝ÷¦_þâIãkàG£†+pâ‹ì ±ÕˆCâq)çø®cót—E"]¥~UïVTÝ5ͽ$ QÓá[®sôù¶À÷CöOê®ËÏ$|~¶cªËþ'< 1XêMe¼R$—šZn”=R,¡[¬}úMR©®7_“ERpUTéÒ’Mp-ÞÙ¨ç|ñ*8:Þ¦±ÆÄάß(ùg¡b´¶Õ€{ÔŠÍÉhËN!”§'š"³òµÂåvX6‰‚O¸ê¨Õ@j}À8‘™{83V|×ñB ªÅðé‰7 ûË¿h@ÌòfýN áX_ѤBk¬;(5púÙoÓ“åÕ‰¹WeJøT;E[A•X!¡\³! ¹ÏÚÕ{ùpO]\XO.%`ý™S)õ«÷Æ=cýi§(LãÉv×&2kmædØŠ2%–lÙõ{“Ë® ¸ÎF}ë_}¬ÈÊVïso(ãÞfYå 5*zAt¯Lï„Ø—*j³–ÚRs41 -”H›µN%: …žé}¹û8‡fsü1º"ÚElÂÏÛÉ:‡ü…S¸9˜ßA¡ˆÂãªi3f¾‡5@ÔøîpÜMª¯¦ÍTlGÏu¤ä%Ô7¢/@îà•ž¯·à_ËïÔ/3ÄâSµôgçøÇXùHÖÏ*Zr‘÷FºÖ(w™`lEuŒ[€.a«hž %¨ùî@Aˆ÷Ÿpœ¤‡QóJ0‹B+æ+XˆÈrû®°ÑN.Á1¡Â=‰Í,~%GE%ô…«X8߀8„žûcÜÌ!Ïö§kÔZŠŽùÍûSÇx´jÏ4;¾¿ähŽžÏ«¼ùJPÝY -1ɬˆ1–c™ã¶5ñÖ&ÐÊkIÑÍpè²Ýú.Y—Ñù§ñŠŒŒFã×Õ?k!ˆÔÒMÈy/Ú#ã4ÄPn±¤êSÂÈØC¥M±¤zp |óìè¸Ó$˜¾ àäû’ЧaT ‚Mç7,©"ðY¥pÌc9©!쿤ÄXUv[¸&3&yI¥#̺q*ëš%µtG™žšÄ( |Š7“¶×,©À–™ØŠKÅXŸäÞ‘—¦¦ý%wô†Ç5í~Gh–&»HãïuŽ~ßIBô)áÿ}NfÌ�ôóx÷Î\6d©SŸ‚Œº;–¥COSÓ¦pëší “\÷"Óe'c£²¥:ô�¿4…ñm–\&gN äÂýÖ‘’ÉÈnG`M5R†.ÐßÌÜR/)f³î.BÈ¢ t2ÞÝœ¡†?€¡mRKÈàH,ˆysO:€€¿A^à{ZAùÃ@½ ª]r?•!îX€œª‰h+¦ „^á<ûd¦E ¹µŸÐ šHl3¥î×5[‰íd‹¥nk¿7÷èáº/8.HER¶s×4ê¢ÄÂæågÃUvô(•d²ç Iù´âÅÜZaåXç§)zšTøísçµâ ¨áĤDÑ…WM’·˜TH™¦IH¤IqžP7I±vî•€„K”ÀJ`M~¬5Ò¤3zsõaS…<½È,‹ZÊ“#1)GßÒ"‡×Ѥ -,Þå’Ì–æÈ˜´1¡ÝMíwncgÓ~ô. uÏègþ{”i`aó·ÜÀ[ÁKçu¯µT“¯¶ -‚w=ØêOTd:Äþ9Øù›¸¨5êSwüö u—@S„¯p©摼ôÌôXi¦±b¶öBÙ䃄˜Ê ¦êÂ|xw%/—ŽLm®sAWºÇº/võ-W^›ÊãíçÌœe®Æk -Ú!ØFòoTÝhV#DU=ž[ûwtõZM R§‘ŽZâ¤Zi -¥çK3[jžæÝVåéœ!¤`é†Ê;L!Á&<&³…˜�ÎW¤õ#Jퟆ ³å6K×ev(ȲepRzYAŠ`�”Å4Á�9ˆ`sUåˆòm‹ %¬yÖOô¢ËeÊÔ‡wËÂ&¶ºYÛcôø·�»‹R{Gö(„RñÖQäòHĹë_uº íKmÔî–kåc”£Öâ4<éS%ÜÜçÁ80UyȱîÒ�Þ›Ó[+vL’ª²Œ«äúº:öÝZíR»=©tsR¡ÂÈá4r> ÉÄr‹ÍO—§íÂÑñºœ«;Ï.X1wyÌâX°µïô_¾BþTõQ È`0ð©]/ØT‡m”Ð6« †Þà’˜Üèù -ºTxV%l\gû¸}½÷£¹0Psªvqè¤ 7ä#j!äÕÍÀÿ"V‚LÏL¤„J0Í¥oì¿ÿÍÉ!ùi7o:”Þ…H -JJÂóNJ€/Ve<=åº%5S7'8c°µÐì:K9QìëTÐ^¸ðÈ[¿ºF;Ä<Šz˜ÔƒcyºFàÉ›QDaõøhF9wºô;ÁZ·)£hÇTÝx-—s?‰êÜ{Ø#6Áéï”Òz³ªa—ÂÛ(öèŸùÍ9>£ã^W\=Æ®HDî—~êßJM"J÷Ã/Y›ˆâm=!n<L¾dPú…`µ!Š{‚ÿ‰¨D ‚é‰(R‡øÆËÈf~bó7¯ê!Þ©ƒ³yˆû“DÑ„˜„« �Ç4™60œÝh‚PûžË„öiÆ™çÂ^È¡C¬Ãè!íNœfyÙiSæ‡Øò%IšwÊ8±ê:S|LK”¶>!6Vƒ?ª*R>q6¾ö¹~¥q0ƒæÓ§q—섟’"Ä-ë±�=įRazžØÎmé7Ñ`™ß°„ØèÈ‹áC\ŽÁi&rÓ3«BpšXÖ$S{=~b+œ ,Ó¸rˆûÒ -»ìnÀ,/•Ò¸jçÅ´››Wa”mìú¢h¨q¾Î \<«_EcB|d»M«~Ä3”¹íï“ÂDq …ô©ÒÉ’0•Ñhò« bT[¿”—›=^ -Ækí·é‹¿Ëޢʊ鋛pG”ÙiØ8¦.—ÒàA-^Á—Ä€++ÍE9ýS+ñ^´¶1 }Jƒ‚^òkwSù/8;Ê„[ÉØÄhû…rf·áÁÞá·»¼:j![Tjèy’”yPÓ†‘?I65ÿä3Ê"W[Ã’Q˹�DK×j礘èÒDysó9>íÓû"0LpWayÚYzÜܰC2Ün7¹/{ÄØ±âPK} œ¬Šv pM5Ëö@FÔ`ΙÂU8lîP"Áû}©©ìÅ7z§PõS!)g…޸͊û‘âXœrlxº,`u2¶5ÝúEÌ¢kXÚÊF‡U•—ïëÆ&¬6²Œ/¾=ÃÞɾtF‰¥±5G7p‡~ñÇJÒ#ý?%ÄY©žÄ®r>ëJ½¨ÈM�ÿƒAA¯Ïh×ÿÖ|Bô&L5Œº8ð´áíª©Ë15_ñ[Ü(Z ਧ üê^(np×Ï�U´ÌáÒùbyÆ©†ÿ?gËŒ&xÕ.(„‰nõ–·ðÇ𪳅žÁ¾¢®‚…ì-ï6k€j¹8$»Fág0K(LÏ"ykd«°¦É iöPå‡ÒµÔå;[ÝxH)½d"u9ÞÏí–’%Ò4Ÿªþ‰çö.éó¡0 ÔVªáu”qÚ‚H§€CȬV™›Ä£BZÇÛ'~¤È±#zäÙf?¼âZ 4'’ÔÈí¶~?f€ƒ+½8(ÝH‹îˆñ¹Ô -÷jÔžuêÌØxS å”9Zµ¶nên*a[ã¸#íжŽ@ÑÃ•Š“C¹ËZ’9Ý;p þ~òÖ5:P÷I>÷|ŒØuÍå¢ Îd§ÈïØhA‘÷\&¯Õ{Êãœø&û^ú²Zw_ƒer€×˜¶˜ÐÕlbÊì'më8ý<¡¾&CÐfX^¿ÎtŸ¤¿:«LªÃŠÅ(È3Èy“‘F;ž€y}œÂ|Ám^ZZ´p -œ&þœóº×)=”Úõã„åâ3) -Ïëé'Ø -’5`ƒ±…ª~‚€nñÚ0F”;b8êÁèØ`r E7‘¨æ vz…ALÅ•�´ßà¬fÞöµó…"ë,½ÁãEÕSƒºØ`Ëv|Eû§ØàLëÿ†ÑGÞ`ÙüãY’ðfỘ^êÒÙà®-ç VÑfÕ°Á¾B”iû³Á”L¨ët=@bpØà†b™ä½ÁÆÉ,‘,üA˜Q6ì½þãÂ.¾B:’l¿…iC2Cþ`JQ˜/«âG¬òïcË€KåxËÛ‘¯ œ"ŠâîÄÆyÔÿ©¬d¯¹X9Rñ€™ô¯ ®æÆs‚Þðce¿ð0iPd÷8_P9�¢n¼•ÈS²QÑ $üjÀ–•‡L=—ÜÇp¢Wø–QT"&Méý˜X^Þá½>ÑØ½«&]+ù¨Ä†õ;œX•LhÒ¼RŒ¬ó+lξH*µŠ%Š”ÏZŽNÑtâ¾eHïFÏ;NjúÜ+åmV8!Vù¿™Mº0ûœåðÛá¥Íœ£Ã|A£ÞÒ/_ï‘öK»H4…è�|VÊwØãÄs[Wò0ÒšOUrgŒ:4N/â -¥ðrèÙ–ìr»û45-QåR‘šÍ† 1pt½¦¿cÁ³=¯¶�ŽúT' -.@¡¯HWÅÁ[Žæ×àò”9`œŒ„ú›%ø+êOU‚ïÞøTTAéê¤ÿB€c1æà"—üœ›“`Òq%¨çfœo¢»öé °Ú×Ê3=†Õój8‚•mµ�«±©’Üj–hæÔu -‚,+€ËVižÒÃŒŠ4ómLö@C€ÉPϬ±dcªË¾ þ@ÁªÆN®W¢Êä«©©ãŒ¦¥Ãq³¥£Kéå¹uÎ>Åûÿ’Ñ z«ok1E©±zêÁß8Õén€sf92ΨÅõůä„F!læ+i²Hé„!™_n³²^xÎË|Ô\–ÇÀÉ;h_C—¨ -Ú¥Ü(ˆx–ŠYO[VÍ#4( oçûK#ÒVê+ÅX§°/fy-}îß.Ûu~Úì»8à¢Àä%N¿I;Ó'ëùyPÚÅ\ál&PÇT‡ÙéŒÁf'›¦7ÐI?=Fd÷\9Îåõ-Òô[r6]Û¢Œ(UpúÕ¼ü7§¤]WÍ¡ãÛy¥Öóg”‘`Ì_ê“íBª ô)¶®¶H‰FL¼Ý½ -k¸”,KÿHè-Mó‚ë<ËꦱÃ9óŒã¼„dÐ24h–Åa¯ü!l}¡SºurÜî”ñ+)ö—ˆ©ìSˆ_€mÇMé’¤vÆ!Ü…½ÇòÁpÈ70Ü“";=yM ]j°•Ë]å†s ò3ú—àŽ»µßQÄ¿…wªë²|Pá®ýmÈFÔë×û_ìÕ]ñlïǾ§p¶' Û´ëíRQÒ/¦àÌw´0:‹5¼†u†‚‡4¤ MÕñVrÛê.R1ëÓ ÒD¶Ú3« ¹ãhjvm¯z¶Õ'ØP·Bƒ¹×»]ËÔ4ù(ˆ{HQ -ú…˜ÔÈ1>ª“kÆÑŠHö 7”AÚ÷+ºŽŒM¯ò½¾—žKé/è!Gy«p0O1‘¬,J-ô=^úR’ÑɹnL;¢tÉèan&¶$ [æÍ7sË6Ð\ÇáË“xí``QfЪ¬=_ÛZßQúÚŠ¾D8îì,zš“\`P¬Å[ú -e1V‹‘çóvÏ÷YŒGú"œ“<~jé9(z饫÷ߘÐu*•¸Rµ5á pn†é!3Oþ±nh)³$(p€6¯¬g@m ÚduÆ(sW1@²’µ»p*>nE:m õQ—&Z�]Ùž -#Î90öN–S–x¾&²h†™BuØz²VŽ™Íé$d6•9“Cs‡£M¬ýd”î2TÆË;7ljUš¹¸Â–~EÂ6eŸ,[®ûŠ«þ‰xd@«•«JÔÖs|HËl¢½Hl2e8À¸áá]P(•*ƒåÍá‚ïˆ`áÞË ÌcFNV>°¶ŒJÅðú—«áý¶Œ†Œçä×’Œ/…6½L™OÆ—b'õ,Ö ÛÍÏñ3Ð[–ö³ÀºIPƒÝæ%ÛöJ¢Áà˜å˜Áï¡Ö!*‘Ÿ”Úe% TÙÅØÚ‰6g%)á”O©gÝ*QéßÜ‚èà~c¨iÀÂÉDïÜÉØb6Е‰.Ö&-®Úlg¡Q2¥M"¬j,ŒüÐ&iüPÐv§ÞMP¤QÓ)èAxB}ý쥰ë{ˆélH³˜‰ˆšVp>õíNÓ)!Ù×½¾'ÛÜBìPÄ ÅL×—iψf×·)Y]DêÈg„J .××®TëðúZ€Ë7á€À¼PÔõ½ó -áy{Àwêûi‰”`ZKU†Å&™†[ßþ—¸%Z SøÔ‰®èNe= 8¾köÚ‚#6 ÞÀÏ੉õKV²Œù` u4%ÀKÆX&ÎîãàÐO(1ji›rmŽ< -Ï‹ze̦ÂG¢K›3ûÅÍ1ÁQùA:c}œs¦>½ Á¡Ý³45ÉÃåÄ—Ìp‹‘µ¨‘Ë—v|„Ì}TÞWž:üñX £Bk£gÂ9¶î÷Dyu¦Þ¥ïàßaÛ(¡ç½˜ `X_¿À.’ÀSy…”‹Kd~órŸâ‘/C{±ÐóJ\â•Ixc’…Í5%?Wš!Ÿ”tIY»JYMŸà6Z0°0Áì]AÛÆ~ždE1bÎ># ¾·ü¦^PlêŽ •§ø[Îyž_4<Ù¾³^Ѹ®î|Ú{'ÜÎÓ$ðLatõg¨@l#NTVœV)Ó¸ÎzÇú„*.ëïB]Ž8œ<;4Áœ†sÇ4‡D°\Ÿpú—¾(Êh/pýFï$Êî wœ´èÎÁC†å·k”¨kiµätî´‰Œ‹W3ûW¶ -úí“Ò>“â…2+èßCÄã‡0øŠrž©0¢©DÑ‚ ’|O7Û€ KPÃpq[·|\6G!V‘8Lù·Ç©÷UÛ˜Ó0ÌŸíz§óŽëÖÛ©<DÊn¼HêµÓO¤Î„ØcgPwJŒð[,úU—qU¬ˆ_9}4LO–ãÃYÕ§ñ¢€"Z ™ £Ø£T‚E¦È? ¸ ØÙIL@/Šóçz9Éœ.®Ôls”XšSC’·Z)©Æàkã(Š l3H4ˆšóí0Ðþ{),5™-ƒlù¸jêjÕØG‹Ðƒì‚±N±ÞY.¯ )"j#Õxžâ¡É³øXó”ä -}YM¯À2¯t ¿ÔÅ\"®:~°óg¿Ìfœ‡¯ˆ¢ßüßÒTÌf\½Y¯ejÔ2‹œKoÔD-÷R*17†;ÖI¹(_#’�[ÊÀçr¤CâŸ2Ô^†`75eùŽ/y|nmÁ4ÚÎIE$€Í¨ÖÑa¢øSü°>¥ä„sùX -ƹ)ˆ•Ðq¥È4ÆiC7âAK='ÊÓ²1“Hd¤ÿáÍK0»»q¤¨ú@ÇX·YÀÃÔLéÏ«BÎjëÛ*÷"q¬Y½‡Ã8Þ¹-’–c„±u0kæ½\Áóæ“ï³ã"×àáð±6½2Íë‘Ö]pß*ŸøÑ:{ì¾ï,)<2¹Vü¼5ãF¡ -c‰³¶~¿¥f¢]# -qeøm(yö둈ÅòÃŒ¶3:4È®«Š[òñôð7ì£|II«‡<*´ï*hT…qƒ†Cdï»j;‘Hogm`V^é6àÂÑÔüõEÓþYj'Põ[Kx× -]^øOƒ@tm?çòëè¼—¡˜Õ¡ýZÁª¨¬CðJκDZ ö£ ŸïA {bqƒÙ“œ€[½fþdÕŒ˜žP»|v ïM ÅöáËê«ð yBÃÍ;ÄÊ/r¡=1ÿú^ZSÈOá]ç¯'Á½©äád›}ô8ŒX€¼'?”œ³º“òöh7‹«(# žõ¢‘AŸ–6ÈЗ‡Gþ+›Fä¯ÉÒÆÈmÀ¸¤=®Ž\PÔÄkGÚƒŒœ8.¿€€GÎ7¤®pkŒÀÆå˜ßý-TªÀ ‘§Á[)þÛ*€ø™^ÇpTü Öà-ƒpF ßtäùi«K·ûè\”8&PôàøU¶ßX¢Ñ;7ƒH•ð=$D8+lTèÂ0f\ù²É0 ;¥a@Ý”~o›ðþ¨3žV2ˆê8ø£&7¸W¤×‘šVJÕy_c…ºâÞ¸jÓµ¶¶rî»}9÷Þ3ë‚ -G‡~± ‡ÚÀ‹±¼$Ü7ybNs¸äÐp¢˜²Á[¶Ú®{áàq%'[‘@ìª.”šSÎpÌõ’ÓÌá¾õp^^½Ž¯–)`üÙØVŽ&0“05š¶‡Fï2À$:[Ñm±D=·ðÉÇî@ ³õ‡,™â[HÐpDçJ¾Œ0rŽÒ3Õý[k»–89s0\ô‰‚‡AãˆBØ`]Xçÿ²dþ^AU�’ú™˜¸€iŨ68?]#düãB„Ö[ïily)õ¯¢Ïó,›âÓõSkGåB‘—œ%–Úr±t˜¹dh©R‡/þ5HÌuEïŒlÄØ!qpu‰|�hÎ*U†bþ×jD�o1cZîõäS8€¾çÛ»‡¥õ …n‘‡QÇβ£lZ|¨ÖùZ@Ù üÖrý}·*ûÝpãqj‡a;aÐHª¶ÆœiÛ¹K8a(ß‘Rë™�,Z‡¯ˆÁÝ>¾ù?È…†©^÷¾Xh&~;”±m¶V*0¨ge£ÈÂ—Ðøüº/Åtf¤“ѹ|JN8¹:en‡ÈæEñ2’+hª;ì9#CZáAúèjqðÃò’…w'‹ºÔÍ¿¶GÇœÔð}èÓ&hD´OlfüvR -ŸñÑH&ºfuð&€ŒÎqÀ�¸ZÞ -‘2÷šPN/ ßûÜ¡o_¯R?©êw¿èa?¬07 ð² Ü· þx#v r›7—Ÿo ,u0Jè^îÎöû³©ú}˜A.”ÄU[šbٙ΅q~f -5-©Ð»jüFomHìPë¢p&OážÉÈ»~ÄÙ½§Ë.çï9¡É -ê2`”i•V¾ÓqCtÉZ’¤‰;~¥B¨_ê ~Icíöœgÿe¢y ‚-?7`#ݯ±Ì½ÏbŒqqlJšr±ùà´Ã]ÔO«®à³yU›Š±ÃÁ~æý°#§§¥ÁG$œ—“} Yzý¹£-u0à…G‘ÝŒ§Ê -PÊáÔêfcÜß3>�å›®(7–zŽÏÔËéð§±¢÷´EkÉ.s”Ûbe{«c} -Cj5Óå1©‰ûÙe}ÇÀbKf‰ÊüâG0JD¬Ð Ÿšx0 -BúU‹:t674؆Cèq›ÇÁYEÚSj¨ÇXú¼Ð:=Ÿ[Åæ@UbË -Ó JŠçŠ8><T”Á«�iE§‘¬[PSê)÷wnÑsöþa00NŽ.dqÑyh2.…ÞéÖ‹ÝÓ#®ÂÕÔÚ^t¾jÔ1~ƒŠ×œ2##·?±4߯D²…OXF!‚6vÝyŸâ«Ak¡˜RÎ'_ã‰�#íºƒHÄî3Õ@„ƨãÐï\ž f_üä·Ž ÆÈúF5|O´‰Ò"Î7•{~ÆsŒHbð¥U† -–Ye_Ùv\ÃqLyaLݪFPá1 IWðÀʆŸçRÊÓr„³x×ôÅ5Rþ/ª{AÅTp3žž ™Ç±Ðråh -›¶’kÀ>Z=æå1phò«¬$d*3…5xDæ@ðc+‚LnP+HwTý-�ù& -N™¢ÌÓd8’&˜5.Iaë×y—;ä»ÞöWJÎSµ6zÃ:IŠ i« -•žÍ¨¤·‹@¡²r•ÍKi/Ç’âšðŽÊO<N”s*Û+òžSù4VUr OF„÷œÓžŸŠO…¥9¨Â‰./É`ïä©}lŽ©ˆÜ( S!¨G€³ž”>c0wv§O#!7`, ’º˜àáñ"qÜCbí™5H@B&>5ˆƒm‡Cê¼ QÅFtößÀÖ8ŒBdÖ�®áƤF;Æ/9\¡ƒ¿½ð™Ë«S§r[8;˜½v -“TmßPQ/¥ð½ïP¥@’× 5<‡\ð-óÖ)bпÚÉŒX„žLÜiäOÔõ¶!óû¦,ÊÆ3î+ÐNªÍ`®‡Ä;Å3§ø3jÈÂÛÇ|¬±âõy¾àØ¡9º4A„úàŶ0³È_°l[41¯Pëýã·MDh¸^~13™IŒ·ça¼õfÈ7´½¦eÎü·ò<@nׂy¥Zî úìê×äüžRÄmˆ³$*ã$ ‡#=ϤFµ¹v—Û 7ßB!dG#ìq^{æð(Ûr²©´—K,x.§òl«n£[½TbF®€eÒØ›SçóF2ƒfvèœÚ8‡ÂX~ßÔL½¼›_ï):ê¹ý¸}'´U}5€ÇÅh•œ™_ijŒ7‘v&$©ta¨îyãº~½œ@Èý±…Óæ¶¿\ä±^.U/…ÜßõÚhQ»ììK #³ÒŸfÒª&÷µÍàJ4GEl£„QD(ÂD¼lÈe‹)yiŸ¨Z*²ËöZq’£ðO°0®ÈGضÔ'(MØå•¯ž™§µ·è•cÂìÏ#‹è¤Õ!)É“ÉYGßaÄãƒÿŒõâO$2™t«ïG/=kb¤{â»ÙIìÝqԖ˹lµ°*’DÂæ -rÝ8é^~¾m“]vøãhðá¶” ëFÊàƒì9š�í!ÑD¥ºû{ -:ðIg3ºqsq‚·qæÅdff#ÍdÉ<7x¹�e-åQ@¨¯>;¾º°yWZú§d÷ êâí;NmŽ6‰-í³h%úi:/Ÿ\ЖÖ"ÒϬ³Ãz#‘¸…øgóìèo,Å3U‰Ã#ÊJº²ðgšÁŸ¸¡ZŸå‚BÑì$ÊoÝpz>yå¶C ×Äx—CŒÑÛw|[ulyòÙ‹© +(-§9~ ´‘þöæ§OUlKˆÿá^gCÚ¼ xBP-ºKxÖþEt+3h8êßSú'š¡’cP±B-pÊ3Sz{)OµÄ©ˆ_ÍŠ´5�Ú¿åû¾®¬ž¸<U1À0c½³×O—ŸûÑ?ÕâŒýê;5íNô¦è;ê‰%6¢#Õ%ÒÛèÅbˆi‚L€œ¾Ç&k„=uÖg‹AãGF_1 IÒs²vf]Ž(À7¶Sˆ"uêJÔ„&ÂJ±à©°Ú$ ±¾¡‡è³¶iôf¿¬üJ¬ 2´†ùî“äC8Ól<ÈÔ€ÄÒ)n'†!düƒ�9’‹U‘ØþÓ�ø{j´¬1^æ¤�±hUSEK*'i¡(¦¨±×µà|§Ô`_7Ÿ¸ %VˆK¤ÔÎh¶¤Í³ CH3*Êè’ú¾RÒ+Th?PÓÿªõ¸ÐAøÀ²‡žÑžBŽýVïýµœªûÊ///Þ]Äפ1vÀ,¼–eszÀÜØR2�X£cܵgH÷RgL`¨Zà;.ÉŠ3F±]ÎÌÝÓ‰§mjð^Cϳژ³o¾4ñJ«a¤Èž+÷¢$&‹u]X»Ð*чÄþ?ÀºèÄL£º«š³ œrÄS]Ï—�ï^È´½JÁ÷Uõ4òàßÞ>(ŒÍûÿ¹;Gé -ÄpKä¹H 3˜óHø0‘¯µ¯´ÅmÅÒxuÍï±â ú®àþ:ÁÈ zŒîcŸôOKÙvÂXP[Ôæz»ͼvMì"–|ðUj;°OÈTºšŒfkãñÆeÈi]ŒÎÓn97ØíØ€p-Âsœ£uäð÷‚TsšãÅJ¦#žüA$<8]ÖTñÆ0RLÞÏšI1<D®"‚¿8-'ÉÃ(«áè´;®Ë®åõ_lDRa”ï1wâAI’=sÿ$,-ÈÄO~îy}Ò`wùÀ -â{šêM6-Yd‡53ɾ3ÄnÏ,á<†ŠÐ‚ã]>ÐŽæO'}ÏzÑ@Ü$Ý}’f8ƒ¥Õú#¯É¤;Y¤²e–ñ†ù,`YÂH4wᄺ2—ƒÙæ~ó0Úå•+-ˆ.å@ß»Ô]í—ƒæb§ð&eÒ¾: Ô-c߬th¡S¡oÿ.ËüC`N¼ü:ËäE»^æì¼š<¬ö™ùÒ)úl—)—«€^3K ËS:ôµ.Ç,Ä ®Å‡o¦;Þ¼‡ùrB±ÊÑFYý‘k@œ•ð#eY[N¨ò£Íó œ¡2«™œ¼ -hX,þ»tìøÈ:µ2z?¥HÑ/°•b¸zæ(μ›_˜æï/V ãÓU(…QÇqñÿßÝx³Q¯c)73y–5Ê©iüÄ×içS|³uXrUn«ÒMè íѳ‰ú¾Q@Æî‡ølÄSÞ²_„Ù£¬Ë¨ÿ„/eåRöòÚ,›zz 'y(Bõ .y³ÄËQ™øYߥLT8)É6=£Wg¼ìqE],|s½_ΗVnœ«ÏšL(ZôG˜kªhïÅ'‘. -¨hø$ç0%ÚÖö -ÁÚ]ìÀ¾®'`�ËJwÍ»Ô0y FéÛÉmN!bk¾þÞÂò1˜]‘7F cA4ÐsÇ›!ç¢îûG¡xÓ«GØbœ�U”«ëÍ~ºJEöƒ{Ú÷ÈŠUåÎr£RÁñG-ÅÒ-š©ª‘U¥µÄ’{…aƒÊ¸äIËü…ïÈ/’KSLIžÍŠ ÆÆAÝjºëM°!x·u¹í£×¬Õ˜Í+„Áõ�'9„‡ÿX *$m]º_Eg´ûêC€¡Ô‰�§cÓ'ÉÔ •ƨ;ó¾… -!aÉÐÚ$„>ª‹ÔâŠB)Hó±ù]‘<¸8tàŸw4¸>Þf–¿ß}çtâÔÒwIõý*K,/GB^½‰r"Œ‰U”²/ÑêLÝc¡é…%wñGêDwCPx‚Ú‰V(xÅGðˆ"aˆ›ýi³²†;T!÷ˆ€~'Âß?a§§Ènéû;o¹9W–£¨Á®myÎ#…ý¶–êJˆß‚A.X0Ái¬™†®9fôV\KÈšä˜5UGÇÆÙÖ†gºÃ–v¸'x V¦(X]¡`û¢²&ÕãˆÃ‘äÒì#ºh¼lŸßXC{qÞÒhê¬Ïp”©Ê[Ɔ?m§Æ3ÀcàEc—ð$¶4Y°jÔiöÏ�:ŠÖAnL7bÔúÛ¸“DUЇ4Ò&ÍOûAˆ€ðïLP:é‘äRûT°GÄMÆÁ>|›7²Ø”˜aè ´]jtƒ¿*PjÁúÄWxGéVÓ-U¬·Ë뾚ü –Óª?ÌbÛý(—½bò9¨¿u:J9ø¢Ž;´W~Æ_ÌÝ*ö'Å^ûP£å"¦37«þyçF -ˆÿ;5#Ÿ‡µUYVã^*ëþt^?ÿÍçõ“&°·q«ÐÓ{2€¢c�±¿úÃc¦èxG a@Ã¥+¹+ †¬62)÷æ±a½>§6àñûçYui°Œ @è|áBµ`²Eu¼KzS·Š”U'"—%}±œ4\ä Ž¯IØš€E´ŽUÁBlVŠysüäV‘·?Rîˆ$Wç`2¬rk<Ì©�2ôcÌ©5Ó2¶Žéôó;/¼ÛÁiD!ÚŒ_:|jÁÝu$'ø_Ç;;¢èûˆuéÀþ®{ôKC€f‰ªòêNÜnAØkPÅû4V¥É™´4™Bþto¿ú257ö«Ô]üzjB:R:ú‘Uw)âq-MRg}Î#Ýÿ˜+Ñ['uGŒëèßùc“q¥àSÇ5çlüEÕ±eYYÍqc?Û_)&‚ÆX÷½ÿ_ÎJ¢[ÏKÃé2›¨3(§x¹(÷Kšû,ÍÓ®(¬ìrDõFtzXâ ¢Þ‘µµ)`°ïÃÕR•ÚÕÑÓƒïáÂÇ:Äú+ìä—�¶¨BA -m"ÊzãGëþòŽc’eiÎÁÿlT€w6Voq‚L]^U‡@Çbþß̇?B -!7fOL“ÓÇ%X¦l@9¼; ÙZ´6üÀnÌ$–‘¡~}¬z:ë8íÀó¨ûË«¥6çO?æºö1Ú:tûo÷ñ†ÄäÙN°<@PÂ$dÿ€‡Ž)g´a©ÜQƒJ OM©2ߤZ¹È0|§ÄF‡ºÑ‡úeÒu0Ç#~â¨#‚tÕûìJN÷}hZnE>åÑ¥j>.ý)áÌwèÔqaª„6d„éK)Ê¿¯k*J™Â§€�—+ ÆÝˆK ›UÍjä4¯’n,jm3`tæÌQ -ÿ‡U×p,ðtè…®ËuôÈñzÈé¸R¼ðˆ+è’_×4þ!E©«,÷{ÕÏù$8ŠRg5é®>&TªûÍqЮ’Ú“óôùã¿QížOá -\èt¶æŒÿ'ŃŒDC//M+Lë—ö‹Ø©ÿ<¨Ìð‚Ÿ`UDMx<Ny3R}7Z…1p›G‡°T‘º]œÁg£Èn¯Ï}³Ó¶Ñ‰ºÕŒ¶ÏŒ«Ä€¤Á{¤Á|¤Ã|§Å~©ÉÌ„¯Ð†±Òˆ¯Ð†©Ê€ªËƒ§È¢Ã©Ê†·×–¿ßžÏå´×í¼ÜñÂÞòÄâôÈãõÊáôÇàóÆÚð¼Õì¸Ç㤶ғ¦È}¢ÄyÃq—½jS|¨N~§O|¦M€¦Oˆ®W²^”·c™¹hšºi™¹i–·g•¶h•¶h±dˆ«]|¥Vw¡QtžNtžNuŸNtLsJsJo™Em–Bj“=f:cŒ5cŒ5f7j’;l—=l–=ml”=l“=iŽ>bˆ7]‚6\€5\€7_„:b‡<c‰>dŠ<d‹<j“=n—Al–@f;a9^Š6[ˆ5\ˆ5d=cŽ<a‰8`ˆ7o“B†ªYœ½l¥Æu©Æƒ¬È†Ê‡®Ìˆ°ÏŒ®Í‹¤Ä†šº|Œ¯r…§k§e‚¨f~¨Y{¤Vw¢JqDržKt MrœWo™Up™]p™]m–^l”]j’]k’^k”QgMb9d:ošB{¦N~¬P‡¶Yºdޏb‰°b‚©Z¥X€¦Zz¡Q{¢Rz LxJ{œG{œGHƒ¡L‡¤WŽ«^•³g”±f®dc¯e”³j–¶j—¸l‘³d‰«[…©Tƒ§R¤K|¡IzœJx›Hs–FnAs•Ly›Qy˜X}œ\–°{§À‹·ÉŸ¾Ð¦ÉÔ³ÊÕ´ËÒ·Ð×»ÑÙ¿ÑÚ¿ÌÛ¹Ç×´¼Ô¥´ÍžªÉŒ¤Ã‡žÁy—¹r²b†«[¦Pz¡Kv Fv Gw¡CužAtEršBk“@i=k’=l“>l”8p˜<tœ:w =~¦B‚ªF„«I…¬J…¨H‚¥Eƒ¤J†§M…¥RŸLv”InŒAmŠDl‰CpGw•N{™P‰¦]‘¯d•²g”´_‘±]“³_°\Œ«YŠ©Wˆ¥VVEKu:Q|6T€9f‘=~©U•¾bÆi«Ðv±Ö|¿ÞŒÅä’ÇãšÊåœÇà½Ö“¹Ö‘¸ÕµÓ±Ð‰®Î…Í„¬Ìƒ«Ì‚ªË‚¦Ç~¯ÐˆÎ‡§È„ΊµÖ•¼Ü›Éß®Òè·Ùí¿ÛïÀÞñÅßñÆÜïÂÛîÁÖì¹Ì㯼ؙɊ Ãx Âx˜¾lа^t FsŸEx¢Ix¢I~¤MНY”¶b™¼h›»jœ¼k›»l™¹j˜ºl˜ºl‘´fŠ_{¥Uw QužNx¢Rz¤Sw¡PuŸLžJrœHp™Cl•@h‘:f8f7h‘9k•<j•;l•<k”;j’<k’<k?f‹;_„8_ƒ8_ƒ:`„;a‡<bˆ<a‡9_…7eŽ8l”>l–Ag‘<bŽ:^Š6Y†3Wƒ1^‰7]ˆ6]…4cŠ9w›J޲a Áp«È…ʇ°Í‰²Ñ²ÑŽ©Ê‹¡Âƒ•¸|Œ¯r†«i…ªhª\~¨Yx¤KošBk—Do›Ho™Uo˜Tqš^s›_ršbršbr™en•ai’Pb‹HXƒ/T+^‰1k–>x§J€¯R…°Z„¯X…¬^„«\€¦Z}£V~¤U{¢RxžKz M…§QŠ«V«VެW•²e–³fŸ¼qŸ¼p›¹oš¸n”³j•´k˜¸m˜¸m±a†¨Y†ªUˆ¬W„©P£KšHr•Em@t–L~ V}œ\{šZ“¬w¤¾‰¶Èž¿Ñ§Ì×¶ËÖ¶ÊѶÎÔ¹ÍÕ»ÌÕºÆÕ³ÀÏ´Íž®Æ—¥Äˆ¡À„™¼t‘³l†«[¤Ty¡KvžHuŸFw¡Gt@t@užFr›Cj‘>d‹9f8h:k“7rš>vž<x¡>€¨D„¬H…¬J‡®Lˆ«K…§H†§M‰ªP‡§T¡Nw–KnBk‰BpFmŠCoŒEm‹B{™PœR‡¤Z‰©UŠ«V‘±]°]¬ZŒ¬ZЍX[ƒ9T|2Y2k’E„©Z–»l¨È}³Ó‡¾Ù–ÅàÎäªÑçÕç´ÖèµÖç¶Ôå´ÌãÆÝ§ÁÚ ¾×¹Õ•´Ð¬Ëˆ¥Å¬ÌŠÍŠ¬ÌªË‹©ÉŽÍ‘µÔ›¼Ú¢Èâ°Îè¶ÒëºÔí¼Öï½Õî¼Ñë¶Ïé´Æä¨¾ÜŸ®Ñ‹¥Ç ÇwœÃs‹¶`z¥OsŸGt Hw Iz£Lƒ©S³\—ºeš½hž¿l¾k›½l¾mŸÁrœ¿p³eƒ§YsOw Sz£Uy£Tx¡Qx¡Pz¢P{£Qz£NwŸKvžGs›Eo—?l”=l”;j’:i”=j•>k”<h‘:i9j‘:m?m?d†;d…:c…>c…>b…?a„>_ƒ<^ƒ<a‰<gBg‘Cd?_Š<Y„5S~/S0Xƒ4[†7\„6dŒ=|¢T‘·iÁs¢Æx¨Å†©Æ‡ËŠ±ÏµÔ”·Ö–±Ñ”§ÇŠŸÀ„š»³pޱn…«[|£Rqš?r›@sšEt›Fx¡I|¤My¡RwŸPtTršRq›Lj”Fe?]‡7W€.U~,\†*`Š/l—BtŸK{£Q€¨U‚§V€¦T§T¤R{¡L{¡L£O…ªV¯_”´eš¶kœ·m¡½v¢½w¡¼w »v ¼x¢¾z ½x»v›¹q“²jŽ®`‹¬^ˆ«WˆªV‡ªS…©R¤Q|ŸLs–Fp“BxšN‚¤Xƒ¢^{›W‰¤jšµ{°Å–½Ó¤ÊÚ³ËÛµÉÖ´ÆÓ±ÈÔ³ÇÔ²¿Òª²Å¨Ã¸…˜¹z–·xŒ¯h€£\xœPvšMtšJwMy¡OwŸMužGuFs›In•Cg?fŒ>i>i>m”;p—>vž>}¥E„«K‡®N‡®O‡®OŽ®RRŒ«UŠªS†¤VžOw”LqŽFi†AnŒFpGv“Mu“J}›Q„£V…¤Wˆ©Nˆ©OŒ¬R°V’°W®TªRk“Il”JwžP‰¯b›Àq§Ì}´Ôˆ»ÛÈã Îé¦Öì²ÙïµÜî»Ýð¼Þî¾Üí¼Öí¸Ñè²Êã©ÅÞ¤¾Û›ºÖ–²ÑŽªÉ†¥Æƒ§Ç…©ÉŠ«ËŒ«Ë®Í’³Ñ˜·ÖÅßÌæ´Ðê¸Ñê¹Ñê¹ÎçµÇá¬ÃݨºØ›³Ñ•¨Ê„¡Ã}šÁr“ºj„¯Yy¤NsŸGsŸGuŸGy£K„•¸c—ºe™ºgš»hš»j›½lœ¾o—ºk‰_} RpšLužQy¢Tz¤U{¤S{¤T}¥S}¦S|¥Pz¢Nq™An—?n–=k“;h“<i”=j“<i“;k’<m“=n’An‘@g‰>gˆ=e‡Ad†?a„>_‚<_„<`…>a‰<cŒ>cŒ>aŠ=_Š;\‡8Y…6Y…6Yƒ4Y„5]…6i‘B€¦W¶g™½oŸÃu¥Âƒ©Æ‡®ÌŒ²Ð³Ó–̣Ĉ¾‚—ºw’µr‡®]wMr›@z£G¦Q|£N}¥N©R©[¨Yx¡Xq™Qg‘Cj”Fg‘AcŒ=Y‚0]†5`‹/c2|¤R‚«X†«Z‚¨W€¥SzŸLyŸK}£N„©U‹¯[“³dšºk¥Áv«Æ|©Å~©Å~§Â}£¿y¡½y¡½yŸ¼wœ¹u—µm’°hޝaŽ®`‹Z‹Y‹®WŠV‚¥R~¡NvšIr•Ey›Pƒ¥Zƒ£_|›W‡£i”°v£¹Š®Ä•¿Ï©ÈزÉÕ´ÄѰÂÏ®Áζɡ®Á™£¾‹›¶ƒ°rŒn†©b~¡ZzžQyžQwMyŸOz¢Px Nx IvžGt›Io–DiAiAk’@j‘?o–=rš@y¡A¨H‡¯N‹²RŒ³TŒ³T–¶[”´X¯YŒ¬Uˆ¦X Qy—Ot‘IlŠDv“Nw•N|šS}›Q„¢XŠ©\Œ«^®T®S¯U’²X”²Y‘°VT”´i˜¹m¢Àw«Ê€µÐŒ¼×“ÆÝ¤Íä«Õç¹Ùì¾ßîÈáðÊâðÍäñÎäñÎãðÍáñÉÝíÅÕéºÎâ³ÅÞ¦ÀÙ¡µÒ–ªÈ‹Ÿ¿ƒ¡À„¤Ã‹©ÈË•®Ì–°Í˜²Ï™·Ô£¿Ü«Äá¯Äá¯Åã®Âᬻۢ¶ÖªÌŒ¤Ç‡œÃ{—¾vºk‰³d€¬Y{§Tu JtŸItžGx¡K‚¨QаY´]‘µ^”·a–¹c—»f˜¼g–»iµc‚©XwžMrœNvŸRz£U}¦W¨W©X©V¨U}¥P}¤O|¤My JtœDq™An–>i‘9g‘;h’<j“<l”=p•>r–@s”Bq’@mŒAmŒAlŒGjŠEd…Da‚@`ƒBb…DaˆDb‰EgGl”Mo˜KršMsœIr›Hm—@f9^ˆ0e6z¤K·^–Àg™Ãj£Æ|¨Ë‚®Ï²Ó”µÔ ¶Õ¡²Ðž«Ê˜¨ÈŽ¢Á‡½x’³mŒ®`€¢T‡ªX“¶d–¶h‘±c±QŠ®O…¬Kƒ©H}¥Cvž=rœ3i“*j’4fŽ0i>e‹:p–?t›D{ U‚§\ˆ«_ޱe‘³cŒ®_…©T{ŸJxžF~¤L‰®Z’¶b™¹m ÀtªÅ®É…¯É‰°ÊŠ®È‰ªÄ„¥À£¾ »{¹x˜´p”±l’°f‘°eŽ®^]Œ®YЬWƒ¥R¢NxšHt–C{›K„¤U‡¥Y‚ U~™Tªfž·z¥¾Å¶Í—ºÐŸºÑŸ·Î›·Í›ªÅޤ¿ˆ˜¸z“³v‰«g‡©e£[¡X¢V€£W}¢T}¢T|¤T|£S{£OxŸKu›Lq—Hm’Fm’Fn”Em“Dq˜BvœG~¤J‡S´[”¹`–»e—¼fŸ¾kš¹f“±bެ\‰¦\ƒ V{˜Ru’MrL€Y€Yƒ […£[Œªb®c’°f•´[“²Y“±W•³Y–³X“°U’®R³Óˆ·ØŒ¼Û’¾Ü“ÁÜ™ÆážÐæÖí´Úí¿ÝðÂáñÊâñËãñÎåòÏæóÐæóÐæ÷ÎåõÍßóÄØì¼Îç¯È᩺؛¬ÉŸ¾‚½ ¿†§ÆË”®Ì•ʕʔ˚´Ñ µÓ¡²Ð²Ð›°ÎšªÉ¥Ä‹¡Ãƒ›¾~“¹qŽ´l‰³d…¯`€¬Y}ªVv¢LsŸIrœEtžG}£L„«S‹¯X±Z’µ_“¶`“·b“·cµcН]€§Vz Ov Ry¢T|¥V¨Y‚ªZ„¬[„¬YƒªW¨S§R~¦O{¢LvžFs›Cn–>fŽ6f;g‘;k“<n—@ušCv›Dw˜Fu–Cq‘EqEpKoJi‹Id…Da„Cb…D^†Bc‹Gp˜Q{£[~¦Y©\‚«Y¨V©Rx¡Ki“:aŠ2l–=ƒT‘»b“½e¢Å|¨Ë‚ϱғµÔ ´ÓŸ«É˜£Á›º€›º€–·r®iްb±c—¹h¿n¤ÄvŸ¿q˜¼\´Uˆ®M„«I€¨G{£Apš1pš1o˜:w Bo•Dv›K¥N޵^’¶l–»p˜»o›½r›½n–¸h±\‚¦Q{¡I¤LНZ•¹eœ¼p¢Âv«Çƒ¬È„¯É‰²ÌŒ³ÍŽ°ÊŠ«Å†§Á‚£¾~Ÿ»zœ¹u—´p”³h“²h‘±a°`®Yˆ©Tƒ¦R} Lw™Fu—DzšK¡Q‡¥Yˆ¦[›VŠ¥a“pš³w£º…©ÀЍ¿§½Œ¦½Š¦¼Ššµ~’u†¦i„¤f£_„¦b¤[‚¥\…§\…¨\‚§Y¦X¦W¦V}¤Py¡MwNsšJo•Io•Iq–Hp•GtšDz K„ªPŽ´Z—¼cÃj¡Æp£Èq¥ÃpŸ½j—µf‘¯_‹¨^…¢X}šTw”O{˜TЧcˆ¥a‰¦aŒªb“±i”²h–´jš¹`–µ\”³Y•³Y•²W‘®T«PÄÜŸÉá¥ÏåªÐæ«Òæ¯Õé²Ùë¼Ûì½àïÊâñËãñÒãòÒäòÔåóÕæõÖæõÖéõÔéõÔäõËÞîÅÔê·Ïå²ÀÜ£±Í•¤Á‰Ÿ½…Ÿ½‡§ÅŽ®Ë”®Ë”¬É«È©É‘®Î–Í“¨ÈŽ§ÈŠ¦Ç‰ Àœ¿|™¿v”¹pвc„¬]‚YƒZ~ªTx¤NsIpšFn—Ao˜BuœD}¤L†«R‹°VŒ±WŒ±WŒ³ZŒ³Zˆ°Zƒ¬U}§R{¥Py¢Tz£U|¥U§Wƒ«Y‡®\ˆ¯[‡®Z‰°Z„«U€§O{£KwŸGtDn—>f6g‘:h’;l”;r™@zC|ŸE}œG{šDw”Gu’ErKrKnNj‰Id…Hd…HbŠGk“P|£[„«c„ª[…ª[‡¬Uƒ©Rƒ©NƒªOx¢Fh’6`Œ3l˜?{ªR„³[“¾fžÈp¦Î}©Ñ¬Ò‰¨Í„ŸÂz˜»s™ºn›¼q—¶g“²c–´d¡¿o¨Åx®Ë}³Ë†°Èƒ©ÅuŸ»k“³ZŽ®T‡ªM€¤F¤G€¥I„¨RyœG¡QˆªZ¾n¡Ãs©Ç‚¬Ê…«È‚ªÇ§Ä{¢¾u˜¸i]¥Q¤PН\–ºh›½q¢ÃwÊ…°Íˆ°É´Í‘µÏ“²ÌÇŒ©Ãˆ¥Àƒ¢½€¢½|›¶v–³l–³l–´g–´f‘¯^‰¨V†¥R}Iy—C{˜EšGœI‡ M¥S‰¡RŒ¥VŽ©]’a“°h’®gŽh¯j‹®h‰«f‚¦_yUyžTyžU€£X„§\†§Zˆ©\‰ªZˆªZ†«X…©V©T©T~¥K{£Iz¡LwžIr—Hq–Fs˜Hs˜HwœH¤PНZ”¹dÁo¤Èv¨Ë~©Ì©Æ{¥Âwž»r˜µl’®hЧa‚ž[}™U„¡]’®kŽ«g¬h”±jš¸qš¸p›¹qž¼f™·a–³\—´\—²Y’®T«OÍä¨Òé×î³ÙðµÛï¹ÜðºÝïÀÝî¿âñÌãòÍäòÓäóÓåóÕæôÖæõ×çöØçóÒçòÒãóÊÝîÄÕë¸Ðæ³ÂÞ¦µÐ˜¨Æ¢¿‡ ¾ˆ§ÅŽ¬Ê“¬É’ªÇ«ÇªÊ’¬Ì•«Ë‘§Ç¦ÇŠ¤ÅˆŸÃÀ}•»q¶m‡¯`©ZªVªVx¤Np›El—Bj”@i’<j“=p—?xžF‚§Nˆ®T‡¬R‡¬S‡®Vˆ¯W„¬V¨R|¦Q|¦Qy¢Tz£T{¤T~¦VƒªYˆ¯^‹²^‹±]Œ³]„«U}¤Mx HuEs›Bn—>h‘9i“<i“<n–<tœB} F£I K€ŸI|™Lw”GrKrJnNj‰Je†Ie†IfŽKtœYƒªb†e…«\‡]‹°YНX†¬Q„ªP}§Kpš>_‹2]‰0g•=q H©R¹ašÂrÅtžÃ{˜½u’µn‘³l™ºnœ½rš¹jœ»lŸ½mªÈx°Ì·Ô‡´Ì‡¶Î‰³Ï©Åu›»b–¶\’µXޱT†«O‹¯Sˆ¬V‹¯YЬ\žÀp«Í}´Õ…¶Ô¹×’·ÔŽµÒŒ²Ï…¬É¢Âs–¶gƒ§S€¤PŒ°^›¿mŸÀt¢Ãw¬Ê„°Îˆ´Î‘·Ñ•¸Ò–´Î’¯ÉŽ¬Æ‹©Ä‡§Á…¦ÂŸºzš¶o™¶n™·j˜¶i‘°^‡¦T„£PzšGx•B|šFœIšG‚šH†ŸMˆ¡QŒ¥Vª^‘«`Ц_œTz™SX|ŸYxšUt˜Qp”M{ W¤[†ª_‡«`ˆª\‹¬_Š«[ˆªZˆ¬Y†ªX©T¨S~¦L}¤K}¤O{¢MušKr˜Ht™IušJyžKƒ¨T´_™½h Är¦Éx¨Ë~©Ë«È}ªÇ|¦Ãz¡¾u™µo¬f‡¤`‚Ÿ[Чd•±n“°k–³nš¸q¡¿x¢Àx¢¿w£Ák»eš¶_š·_š¶\–±X”®SØé¾ÛìÀÞïÁßðÂßðÁßïÁßïÃßïÃáðÊáñËáñÐâòÑâóÔâôÔãõÖäö×êôÕéòÔåóÌáïÈ×ì»Ñæ´ÂݦµÏ™¥ÂŒž»„›¸‚Ÿ¼†¢¿†¡¾†¤À„¨Å‰©Êˆ¨Ê‡¤Æ Â}Àw™¼s”¹j“¹i’¹e޵aˆ±X„T€ªN{¦ItŸAn™;k•Ai“?i’<i’<n•<sšA{¡F§LƒªNƒ©M‚ªPƒ«P~©Oz¤Kw£Ly¥Ny¢Sy¢Sz¡Q{£S€§T„«Y‡®Yˆ®Y„«T|£LwŸGvžFsœCqšAn˜?k•<l–<k–<p˜<wžB¢F‚¥H…¤K…¤KM|˜Hw“MtKnŒMh†GcƒGd„Gb‹DuV„ª_…«`‰¬Z±_’´]‘³\³[‰¬U€§SuœH`Œ>V‚4U„;X‡>cEtŸW€«[…°_Œ¶]Š´[аWŒ²Yš»kžÀp¡½x£¿z«Ä…³ÌŽ·Î’¹Ï“¾Ñ“¿Ò”¼Ñ—µÊªÄ€¤¾z˜µo©c~›`žbŽ«k•³sŸ¾q¤Ãu³Ò†»ÚŽÃÝ™ÆàœÃÝ™ÁÚ—¾Ø“¹ÒŽ®Ë‚¡¾uˆ«\~¡R‡¬[š¿n¡Ãu£ÅwªÊ€¬Ì‚¸Ò˜»Õ›¼Öœ¹Ó™µÏ–³Í“±Ë¯ÉŽ¬Çˆ§Áƒ£¾y¡¼wž»o›·l“°`‰¦Vƒ M{˜Ey“@™EˆŸI‰ŸJˆGˆFޤN¥O§R©Tˆ¨T~Jq”Bo’@m—El–Dk•Co™H}¥T…\Н^Н^®\°_Ž®Z‹¬XНV‡¬S¨L~§K€¨F¨F¨L¦KyŸJu›Fv›Hw›H{ K†ªV“·eœÀn¢Äx¦È|¨Éƒ§È‚¬É‚ʃɃ§Ä~ºu“¯jЧc†£_¬h˜µp™¶qŸ¼w¢¾x¨Å~ªÇ€©Æ¬Çt¤Àlžºdžºdž¹`š´\˜²VÙê¿ÜíÂàñÃáòÄàñÂÞïÀÞîÂàïÄßïÉàïÉàðÏáñÐáòÓáóÓâôÔãõÕèòÓçðÒãñÊàîÇÕê¸Ì᯻֟®È‘ž¼…–´}‘¯x’°z”±x”±x›·{£À„¢Ã€ŸÀ~š¼w˜ºt—ºp“·m‘¶f’¸h·bŒ³^ˆ±X…®U©Mv¡Dp›=oš<n˜Dl–Bk”>l”>n•<q˜?vœAz E‚¨L€¦J~¦K}¦Kx£JtŸFs Hw£Kx Qw QwŸOwŸNz¡O}¤R€¦Q¦Qz¡Jt›Ds›CvžFužEr›Bp™@n˜?m˜>m—>r™=xŸC€£Fƒ¦I‡¦Mˆ¦N„ P€œM|˜Rx”NnŒMeƒD_C`€Db‹Dx¡Z‡b‡®bޱ_“¶d”¶_’´]³[ޱY‡®[z¡M`Œ>S1Kz0Fu+Lw/[†>g’Ap›K©P…¯V‡®UбX–·h”¶fŽªeƒŸZ‘ªl¢»|Ĉ«Â…¸ÌŽ¯Ã…¥¹ µ{™³oФ`g„=Fc5Q2O:XXv5¡SªÉ|¾ÜÁß“Êä¡Ìç£ÉâŸÆßœÄÞ™¿Ù•´Òˆ§Ä{‘´e}ŸP~¢Q’·fŸÁs¦Èz®Î„¯Ï…ºÓ™½×ÀÙ ¾Øž¼ÖœºÔ›¸Ò—µÏ•°ÊŒÈ‰«Ç‚©Ä¤ÀuŸ¼p—´eŽ«\ƒ M|™Fz”@šFŒ£N’¨S‘¦P¢L¤N“¨RªU§R‚¢Nz™Fr•Cs–Dj”Bm˜Fn˜Gw¡O€¨W‹³b޲a´c±_”µc’²^ޝ[Œ±Xˆ¬S~¦J|¤H©H©GƒªN‚©M|¡LwHwœIwœI{ L‡«W•¸fžÁo£Æy§É}§È‚¦Ç®Ê„°Í†±Í‡«È‚ ¼x”±lŒ©e‰¥a•²mœ¹t ¼w¨Å¨Å~ʃ°Í†®Ë„²Íz¨Äq¡½g »f ºa›¶]š´XÙï¾ÛñÀÞòÆàóÇáòÊàòÉÝñÇÜïÆ×ïÂÔì¿ÓíÁÕðÃÖïÊÙòÌÜóÔÜóÔÝòÌÞóÍÝöÇØñÂÌé°Âযђš¼}‡ªl{ž`{ža‚¥h„¦hˆªm‘³s”¶v’·n’·n¶g²dаZ‰¯YбS‹²T‹²QбP†®M©H{£Ex BvžCuBu?q™:p™:r›<pš=n˜;n˜@m—?q›HqœHq›Ip›IošFošFqœErFw¡Nx¡Nx¡Lx¡Lx¡Jz¢K}¤N¦P{¢Mz¡Ly JxžIuDt›Bsœ?sœ?rœ=pš;t›<y A€£I„§N‰§X‡¦W‚ŸSQ|›Nw—JmJd„A`€Jc‚MfKuŸY²j´m“²g™·mœµj›´i˜±f˜±f•²h†£Ya…:Uy.Ir&Dn"Bj%Lt/]ChŒNr^t‘`lƒ_[rODU?BS=:H<-;/%1,(4/1=<9EC8?5>E;9?8/5.385=C@;@?165(.,&,*&.',4-/:-ITGŒz¦³¢¹Ù–½ÝšÉå®Çã¬ÅݬÇß®ÀØœ¯Ç‹˜³d…¡R}E‡§O–ºe¦Êu©Î€©Î¶Ñ–·Ò˜»Ö’½Ø”À×ÀØÁÕ¤ÁÕ£½Òš¼Ð™ºÏ™¸Í—²É‘Ä‹¡¼s•°f„¢O|™F„žFˆ¢J”©J–«L™ªJ—¨G™«M›O•R©N„¥M}žEsšCt›Cr—CxJ¥Q†ªV‹Y±^•µc˜¸f˜¸f—·d”¶a’´_Œ±U…ªN~¦D|£Bƒ©F‡¬Jˆ¬NŠ®O†¨Q€¢K¢M¢M€¡J‡¨Q•·d ÂnŸÁw£Å{©Ë†¬Î‰²Í¯ÊŒ¶ÎŽ®Ç†¥¼zœ´qާdާd—³qœ·u¢¿~¦Ã‚ªÆ…°Ì‹·Ò‘ºÔ“´Ðƒ®É}§Ãt¤Àp£Àl¢¿k¡¾gØî¾Úð¿ÝðÄÞñÅàñÉßðÈÛïÅÙíÃÎæ¹Çß²Åà³ÌæºÎçÁÍçÁÑéÉÕìÍÚïÉÖìÅÓì¼Ïè¹Ç嬾ܢ©Ê‹’³uv˜ZjOlRy›_€¢e„¦h†§h‚¤d¤\¦]ƒ¨Zƒ¨Zƒ©Rƒ©R„«M…¬N‡¯M†Lƒ«I§F}¥G}¥G}¥I|¤Iz¢CwŸ@uŸ@t>n˜<k•8g’9d6e<g’>i”Bj”Bi”?i”?k–?n˜AsItžJv Jw Kx¡Jy¢K|£M}¤Nz¡Lz Ly JxŸJwŸEvžEvžBvŸBuž@r›=t›;wž?} Gƒ¥Lˆ§Xˆ¦WžRPz™Ls“Fk‹Gf†Cd„Ne…ObŒGn™Sˆ®f”ºrž¼rŸ½sž·lž¸m ¹nš³h“°f„¢WiŽCTx-Eo#Gp$Hp+El'Ei+Cg)B_.;X'3J')@"4$5$2'!/$ -( ,(+)('&-#$+!!(! ' !'$ %"!&%%+*'.,'.+"*#%'2%(3&)6$MYH{›Y‘±n—³|µÑšÊâ±Éá°ÀØœ±ÉŸ»l„ŸQx˜@¡IŠY”¸cŸÄvÒ„³Î”µÐ•¸Ó»Ö“ÀלÃÚŸÈÛªËÞËߨÈÜ¥ÄÙ£ÀÕŸ¹Ð˜´Ê’«Æ|¢½sŒ©W{™F…žFŒ¦N”©J–ªLœL™ªIœ®Ož°Q—°U“¬Q‰ªQ‚£JxŸGxŸGyJ€¥Q‰Y±]‘²_”µb˜¸f›»hœ¼i›»i˜ºd”µ`‹°T„©M§E¦E„ªGНM±R´UްXˆªS‰ªV‰ªU…§P‡¨Q²^›½j Âx¥Ç}©Ë†©Ë†³Î°Ë·Ð²ÊЧ¿|›³pŒ¥bާd–²p ¼z¦Ã‚§ÄƒªÆ…±ÍŒ¹Ó’»Ö•¸Ó‡³ÎÉy«Çw«Çt«Çs©Æo×ëÆØíÇÙïÃÚïÃÙðÁØïÀÒìÁÎè½ÄâÀ·Õ³®Î¯³Ó´¹Úµ¾ßºÄå¸Èé»ÎèºÊä¶Çå¯Æã®½Þ¡®Ï’•¹y€£ckŽP_ƒD_‚EiŒOq“Uw˜ZyšZv—Wq–OušRzŸR~£V€¦Q‚§R„ªM†¬N†¬K†¬K‡L‡L‡O†¬N‚¨M}¤I{¢Gz¡Ex EuœAm–=i“9f;b‹7aŠ;eŽ?h’Ei“Fh’Dh’Dk”Dm—Go˜EqšGtHvŸIw Hx¡Iz¢J{¢Ky¡Lz¡Lz¡Ny Mx Kx Kw¡Ix¡Jv¡IsEsœ?už@zŸC~¤H„¥Q‚£O|›Jz™Ht•@mŽ9hŠ8h‹8i‹@iŒAk•:o™>¤Sµd¥Â{«ÈªÂ|ªÁ|«Ây¨¿vœµqšUn‰T\wAJf>A]5;L>/@2)8-'6+$/(' "!" " " !#!&(&,/,.2..1-(.(*0*(-*$)%"'%!%$$$ %% %$(-,$+'&-)"+#'%0%"-"5AAVbbfw`q‚k°È•ÂÚ¦º×®Ë„™ºgŸLu—>|žE…¦R‘²]œ¼q¥Åz¬Ê}¯Í¶Òˆ¼ØŽÂÚœÆÞ Íá¯Òæ´Õè¹ÑäµÍà³ÈÛ¯ÀÔ§¹Î¡²É”¬ÃŽ˜³f€›N‡ŸL¨U•¨M–©NŸ¯Qž®O¡²U¢´Wœ³Z˜¯VŽWˆ§R€¤O£O‚§O‰¯W’¶_•¹b–¹b—¹cš»e›¼gœ¼f›¼f˜ºa‘´Z‡¬N‚§H¨Eƒ«G‡®JµQ”¸^–»a”·c²^±_ޝ]Š«[„¥T…§T‘³`ŸÁp©Ì{Ï…¬Î„µÑ‹±Í‡·ÒŠ³Í†¨Áyš³k§_ªb™¶o¢¿y¥Ä¦Å€Ê‡³Ð¸Ó’½×–»Ö·Ò‹³Î…±Ì„±Ì¯Ë®É{Ïä¾ÑæÀÓè¼Óè½Óê»ÒéºËåºÆàµ»Ù·©Ç¤–¶—’³”¾™¬Î¨¶×ªµÖ©½×©½×¨»Ø£¶Ôž¨ÉŒ•¶y¤du˜XlQc‡I`ƒFa„Gc„Fg‰JnOq’RkIn“Lt™LyŸR~£N€¦Q„ªM‡P‡L‰¯NŒ²Q³R´VŒ²U†R§L~¥I{£Gx Drš?9g‘<bŒ8_‰:bŒ=eBeBdŽ@d?f?h‘Ak•Bn—DqšEsGužFvŸGwŸHx Iz¡M{¢N{£O{¢¡Ly¢Kx¡Jx¢JuŸGvŸAv BzŸC|¡E~ŸKz›Hv–Ds“An:l7k;m=nEn‘Fi“8oš>|¡P‹¯_Ÿ¼v¨Å~®Å€±Éƒ©Àwžµl‘ªf€™Tl‡RTo9;W/1M%'8+/!+ !0%#.'*#"(%$+'#! $"!#!! ! # !$ !$ %*%!&!$ #($%)(#" " '#%,("+#&$ * ++ ,-/@)VgPiN©ÁµÒ‹¬ÉƒŒY{›HzœB€¢I‚£O‰ªV”³iœ¼q¤Âv«È|¶Ñ‡¿Û‘ÆÝ Éá£Îâ°Òæ´ÖéºÒå¶Ïâ¶Ëß²ÃØ«¼Ñ¤µÌ—¯Å‘¡¼o‰¤W‹¢O§T–©N—ªO °R£³T¥¶Y§¸\ ·^›²Y‘¯ZŒ«U…©U…ªU‹±Y‘¶_˜¼dš¾fš½fš¼f›¼g›¼gš»e™ºd”·]°V„ªK‚§H„«Hˆ¯L‹²M•»Wš¾eœÀgš¼h–¸d–·e“´a±`„¥T}ŸL†¨U—ºh§Êx®Ð†¯Ñ‡´ÐŠ±Í†´Î†¯É‚§Àx¶m‘¬c‘¬cœ¹r¡¾w¡¿{¦Ä±Î‹µÒ·Ò½×–ÀÚ”½Ø‘¼ÖŽ»Õ¹Ô‰·Ò‡¶ÑƒÀ×¶ÃÚ¹ÄÞ²Æß´Äâ¯Ä⯻ޯµØª£Ê¦·“{¥ƒuž}¨|¹Œ›Ä‹œÅŒ¦ÇŒ¦ÇŒ¢Å†š½~Œ±o~£avœYu›Xm’RjOh‹MdˆIaƒC`‚Ce†EiŠIbˆBdŠDiŽCo”Ht™ExI¤Hƒ¨Lˆ¬M‹¯PŒ°QTޱU°VŠT€¥M|¡IvœEp–>j‘;i;fŽ=a‰8`ˆ>A_‡A^†@_‡@`ˆ@a‰Ag?i’Al•An—Bp™AqšBsœDtFy¡N{£P{£Tz¢Sy¢Uy¢Ux¢Uw Sv¢Rt Pu Fu FwŸBx CxœGs—Bq’BmŽ?mŽ:p’>t—?u˜@v™Bw›Dvž:x¡<‚¥O³^Ÿ»u¢¾x¥¼z¥¼z¢¶u˜¬k”¥sˆ™giv`N\F4>B'15$*)%$!%%%)*'(+&'*('+)(,-+/.,0.,.+)+%$$ &))$'' ! !!"'&"&%%+).42'/,$"!"&#&*6%)5(45NZ\“«ˆ•Љ¨cu•Pu—D€¡N„£N„£NªUš·a¢Ào«Éw·ÒŽÀÚ—ÆÝ¥Êá©Ïã³ÑåµÖè¾Òä»Ðâ¶Íà³ÆÛ©ÀÕ£¹Îž²Æ—¦¿{•i¥YŒ£V—ªT™¬VŸ°T¥¶[¤·\©»`¤»eŸµ_•²`\‹¬]®^’¸]•»a™¾e›ÀfÀhžÁiŸÁiŸÀh¿dš¼a”·XŒ°P†«G…«Gˆ¯HŒ³LµP™À[ŸÂr ÄsžÀr›¼o›¼n—¸j•µnŠ©c O¢Q³W Ãg¨Êy¬Í|®Í{Ëy®Êy©Æt¥Áp »j•²b¬\—¶iž¾pŸ¿u£Ãy°ÍˆµÓŽ¸Ò‘¼×•¾Ù—¾Ù—¿Ú˜ÀÛ˜ÀÚ—¾Ø–¾×•µË«¸Ï®ºÓ¨¹Ò§¶Ô¡´ÒŸªÍŸ£Æ˜´‘¦‚r›zpšxtžr|¦yˆ±x¸–·|–·|‘´uŠn‚§eyž\tšXvœZq–Vo”TlQh‹Le‡Hc…EaƒA`@Z9[€:_…9e‹?l‘=q–BzŸC€¥I…©JˆMŠ®O‰Nˆ«Oˆ¬P‡«Q…¨O|¡JwœDq—@m“<h:h9e=a‰9bŠ@`ˆ>]…?\„=\„=\„>]…=^…=aŠ9cŒ:f:h‘<k”<m–?q™Bs›D|¤UUz£Vy¢Uw¡TtŸEsžDu@vŸAw›Fr–An@mŽ>p’>x™E|ŸG|ŸG} I£L„¬Hƒ«GŠX˜»f¢¾x¤Àz¬Ã¬Ã§»zž²qŽŸlj{I7E/&4 *- *-*//',,&*+%)*%&)&'*)(,('+)'*(&*(%((&(('''%%#" %(("&& !%$$*(&,*196-42#%)&'+"'2)-9%13*+9P.bzWs’NoJw˜E~ŸL K K‰¦P”²\¡¿n¬Ëy¸Ó¾Ø•ÃÚ¡Êá¨ÑåµÓç·Öè¾Óå»Ðã¶Ìß²ÆÛ©Ã×¥¼Ñ¢µÊš¨À|œ´p”ª^Œ¢V˜«U›WŸ°T¦·\£µ[ª¼a§¾h£¹c™¶d”±`±a‘²b“¹^•»`˜½cš¿ežÁh¡Ãk£Äl¢Äk¡Ãi¿d•¸Y°QˆIˆ®JбJŒ³L·RÄ_¤Çw£Çw Âu¿q¾p¯i…¦U¢R‹¯S™¼`¡Âq¥Æu§Ås¨Çu©Æt¦Âq¤Ào¡¼k—³dŽª[®a›ºm Àv¢Âx«É„´ÒºÔ“¼Ö•½Ø–½Ø–¿Ú˜ÂÝšÃÝ›ÃÝšÂÜš¤Àš¨Ãž©Çš§Å˜¡ÅžÁ‹“¼‚Œµ{y§mqŸemœancsžaw£fªj‡¯o‹²kŒ³l‰°i…fƒªc|¤]vWuWxŸ[uœXo”RjMjŽKgŠH`ƒ@[}:Ty4Uz5[€5b‡<iŽ;o”AyœC£Iƒ¥IˆªNŒR‹¬QŠ«S‹¬TŠªU‡§R„§S| KvšEq•@k‘=i;gŽ?eŒ=a‰?^†<Z<X:X:X;Y€:Y€:[ƒ5]…7aŠ7e;i’<n–Ar›FuIy¢S|¤U|¤\{£[y¡^y¢^x¡_už]u¡XsŸVrŸHqFrœ@tžAu›Ho•CmFp’Iw™L}ŸR€£P‚¤Q„¦Q‡ªT„¨R°[š»g¢Äo¡¾t¢¿u©¾‹ž´€†”|]kS:B=)0+%*)(-,)-)*/+*1$(/"&-"#)$$ #!" !! #""&&"&%#" "$#&('#&%"%'$&/352/9'$. "#)++ &'*01 *2*3<AOM[jgu‹d|’jz—J|™Lƒ£C°P™¹a©Éq¸Ó‘»Ö”¿×žÈß§Ðå²Òç´Ôæ½Ôæ½ÒåµÌ߯ÆÛ¢ÄÙ ¿Ò¤¶Ê›¨Àƒš³u•¬f¦`–¬[˜®]²Z¢·_¢¹a¨¿g¦Àl ºg˜¶h•³d‘²f’´g’·`”¹b—»f˜½hœ¿k Ân¢Än¢Än¡Äg¿c•¹U±NНG‹°H³H´I‘¸X Çf¨Ê„§Èƒ¢ÃŸ¿{¾w–¶p”±u”²vŒ¬_„¤W‹®M—¹Yž¾j¡Ám¢Âi¥Ål¦Äm¤Âk¢¾iœ¹d•³_ެXŒZ’³`™ºk¡ÂsªÉ²Ð‰¸Ô‘ºÖ“½Ù”¼Ø”¾Ù—ÃÞ›Çâ¢Èã£Çࣔ°‹™µ›¹Œ™·Š“·³}…¯t~§mt¢hqŸdococu¡d~©m†®n…n‰°i‹²k‡¯hƒ«dƒªc~¦_y Zy¡[|¢^{¡]v›Xq–Sp”QkŽK`‚?Wz7Ot/Qv1W|2_„:gŒ9m’?vš@} Gƒ¥H‡ªM‹¬Q‹QޝW“´\–·a•¶a•¹d‹¯Z¥PxHn”@igŽ?b‰@W~9V}87V}7X€2[ƒ5_ˆ6e;j“=p™CužIx¡M{£U~¦W~¦^|£[y¢^y¡^wŸ^t[sŸHqžGrœ@sAs™Fm“Ao‘Hw™O T‚£Wƒ¥R†¨UЬW¯Z²]—»e Âm¤Åq£Àvž»q‡œiVk85C+1?'193)1+.21*/.(,((-)#+$+&-"&,!#( "'"%!"!#! "%%#%!*(2)&0!##$%!'(-6?!*3,*7FCUlDlƒ[|™KœN}=…¥E®W¤Äl·Ò»Ö”¾ÖÆÞ¥Îã°Ïä±Òä»Õç¾Ôè¸Íá±ÆÛ£ÄÙ¡¿Ó—°r–®h“«e–[˜®\ž´\ ¶]§½eªÁi¥¿lž¸e–µf”²“´h’¸a•ºc˜¼g™jŸÁm¢Äm¢ÄnŸÂe›¾a”¸‹±H³K¶K¶L‘·W¡ÈgªÌ‡ªÌ‡¦Çƒ£Ä¡Â{šºs”²v˜µz°c†¦Y‹M•¸W›¼hž¾j¢Âi¤Äk¥Âl¤ÁkŸ¼g˜´_“²]¯[°]ˆªWްa¡Ât®Ì„°Ï‡µÐŽºÕ’·Ó¶Ñ¸Ó¿Ú—Æá¡Êä¤È⥅¦{Œ‚°zˆ«u…«f‚¨dz¦Vv¡Rr NrŸMs Px¥T„ª^‹±e²i²iµiвfˆ°e‹³hŒ´j„¬b{£Yx Vz¢X€§^xŸVu›Sq—Pa‡@X}8V{6Sy2Sx2W|1_„9hŒ:m‘?v˜A|ŸH¡Hƒ¤LŠ©S°Z–µdœºi ¾p£Às¡Âqž¿o”¶c‡©W| Ls—Cj?hŽ=c‰=^…9Z€7X~6W~6V}5V}4V}4W2Z‚5`ˆ8fŽ>m•BršGvžMx Oz¡W|£Y|£a|£a{¢fxŸbuœbvžduž\sœ[rœJp›IrœAp›@n•Aj‘=n’Dw›N} P¤SЬU°YޱX’µ\™¹eš»g©Å†¨Ä…“¨ˆo„cDSJ*91,69.7:/57*03(,(%)%"%!!%' $&#%#%!$&#&(%()&)* $$ $$#!"!%!#'$&'"$%#$!()&-09&(1'/7Yair†jyq}›V|›V„¦H”¶X¨Å{²Ï…¾Ø—ºÕ”ÇÞ¥ÈߦÍá¶Ïã¹Ñå¸Íà³ÆÛ§Ãפ¼Ï¥³ÅœŸº”¯tŒ§dŽ©e”¯a—²dš¶a¹d ½h¡¾iž½lš¸g’³f±c³g’µiµf’·g”·k—ºn¿tŸÁv¡Âs¤Åv¢Ål›¾e”·V³R³M³NµN’¶P–¹d¢Åp®Ì’±Ð–®Ì’ªÈަĆ¢Àƒžº†œ¸„–´mf¯T•µZœºjŸ½m¤Ãn¥Äo¦Äq¡¿l˜µd’¯^®[Z‘´_‹Y‡ªX”·e§Æ|Ì‚±ÍŠ¸Ô‘²Ð†°Í„²Ï‡ºÖÂÞšÆâžÆá¢¢w‡¨}ˆªu„¦q§c€§b~©Y~©Y}«X|ªW~ªZƒ¯_Ž´h”ºn™»q˜ºp”¼p’ºn¸m’ºo‘¹oˆ°f~¦\z¢YwžUvTs™Qo–Mf‹EZ€9V{6Sx3Pu/Ty3\‚6dŠ>j=m‘?r•=v™B¢I‚¤Kˆ¨R‘±[›ºi£Áp¦Äv¦Äw Áq Áp›½j“µc‰Z| Mn”ChŽ=fŒ@bˆ<]ƒ;Z8Y€7W~6V}4V~4Z‚5^†9c‹;i‘An—Ds›Hvž{¢X~¥[}¤b|£a|£fz¡ex fy¡gx¡_w ^u NsžLrBoš?l“?gŽ:lCyP¤T„§VŒ®W²[‘´[–¹`š»gž¿k’®orPKa@-C"(7/-<3(25)25)/1%+.&*&'*'')"$'!%'#% "!! "&!%$" ! $$ "#!#$ #%./2;#+3'/BV:oƒg‡¥`|›V~ŸAŒPž»q©Æ|®Éˆ»Õ”ÀØŸÇÞ¥ÉݲËßµÎá´ÊÞ°ÄØ¥¿Ô ·Ê À–˜´y’r¨eŽ©e“¯a˜³e›¶bœ¸cžºfžºfš¹h—µd±dޝa°dޱe޲c²c²e”·kœ¾s¡Ãx¢Ät£Åu¡Ãjœ¿f—»Z“¶U´N³N’¶P•ºS›¾i¥Ès°Î”µÓ™´Ò˜¯Í“«É‹¨Æˆ¨Ã¢¾Šš¸q•³l˜¸\½b ¾o ¾n£Ân¤Ãn¥Ãp¡¾l—´c\¬Z‹«XŒ¯Z³^³a”·e¢Âw¬Ë±Ì‰³Î‹´Ñ‡±Î…°Í†µÑŠ¼Ø•ÃÞ›Äß €£p„§t†ªh„¨f†¬Xˆ®ZŒ´W’¹\“ºa¸^‘·c•»gž¿n¡Ãr¤Áp¢ÀnœÀuœÀu›¿u›¿u—¼r‹±f€§Z}¤VvžNn—Gp™Ij“D[„8U~2U~6S|4]ƒ9c‰?jBn“Fp”Bq•Cu˜Cy›F L„¥Q®_›ºk¤Ây¨Å}§Ã€¤Á} ¾t ¾tž¾pœ¼o•¸g‡ªXušHn’@j@g=b‰:`‡8]„5Z‚3Y0Y0^‡7b‹:h>m•Cq™FtœIxŸPz¡R|¢Z¥]}£b{ `{¡e|¢f|¢g}£h¤f£e}¤Vy RuDo—?i9d‹4i9wG„©NНS޲U޲U‘´Z•¸^”¬x—¯z]pU':'33+77)38'06%-($,'#*!("&"#($$%."#,%%*$$)#"'!!&# !! !!"&%)"%$"! #!").%#(!-&:G@euy}’‡¥b“±n ½€«ÈŠ²Í’¹Ô™¶Ï™ÁÚ¤ÄÚ®ÅÛ®ÆÛÁÖ¨»Ðš¶Ë•ÃŒ£¸–²v“°t®kj’±e•´i–¶f–¶e›»kš»j˜ºk•¶h³e°cŒ°bŒ°c‹®e‹®e¯k”¶r›»{ž¿~ À|¡Á|ž¿q¾qœ½h˜¹d•¶_•¶_š»eŸÁj¨Å®Ë‡¶ÐŸ»Ö¥ºÕ¤´Îž®É–¬Ç“¯É™©Ã“£¾ »|¢¿q¥Ât¦Á|¥À{¤Áz£Àx¢¾yœ¸s‘h‹§b‰¨]ˆ¨\ˆ¬Y”¸eš¾kš¾k¡Áu¨É}®Ê†¯Ë†°Î„°Î„¯Ìƒ¯ÍƒµÒ‹¾Û”Àݘ†ªwˆ¬y‹¯m±o“¸d—¼iœÃg¢ÉmŸÇmÄkÂo¡Ær¨ÊxªËzªÈv¨Æt¡Åz¤Ç}¤È~£Ç}œÁwŽ´i‚©\¦Xx¡Qo—Gp™IgAY‚6V3X€8\…=o•Ks™OxPxPxœJxœJ{H|žI LŠ«Wš¹j¥ÄuªÇªÇ¨Å¨Ä¤Âx¡Àuž¾pž¾qš½kŒ¯^{ Nt™Fm”Ck‘Ah@f>cŠ;`ˆ8_†6_‡6b‹:fŽ>k”Ao˜Es›HvžKy Q|£T{¡Y}£[{ `yŸ^|¢f‚¨l„«p‡r‰®p‰o†_¨Zz¢JršBj‘:d‹4fŒ6q—@†«PµZ±T±T“¶\”·]Œ¤o\t?1C)(; (54%11'16$-2%-(%-'%,")"'#"&#!"+ )""# $ #" "" !""&'%#%$"!!! #) '!'4-9IMTdit“O•´p©Æ‰²Ï’¸Ó˜¹Ô™¾×¡ÀÙ£ÃÙÁ׫¿Õ¦ºÏ¡´Ê”±Æª¿ˆ¡¶˜´x–³v”²o“±n“²g”³g”´d•µe¾m¾nœ¾o™»l”·i³fޱdޱd‰¬c‹®e‘³o—¹t˜¹x™ºy½xŸ¿zž¿rŸÀržÀj¾i¿g¡Âk¨Ês¯ÐyµÒ޷սצÁÛª¾Ø¨¶Ð ±Ì˜°Ë—²Ì›¯É™É‰¬ÈˆÊ|Ê|®Éƒ®É„¨Å~¤ÁzŸ»v–²m‹§b†¢\†¦Zˆ¨\†ªX´a›¿l¡År¥Åy¦Ç{¬Èƒ¯Ë‡°Î„²Ð†°Í„«Èʃ·Ô¼Ù•´kµm•·l›½r¦ÅvªÊzÌy°Ð}ªËx¨Év§Éx¬Î}±Ò„²Ó…±Ð…¯Îƒ®Ì†±ÏŠ²Ñ‹¯Îˆ¥Æ}•·mˆ¬\„©Y|¥OtGl—@_Š4Wƒ3Wƒ2Y…;g“I{¡T€¦Y†«[ˆ^‰Z‡«Y…¨T‚¥Qˆ¨X’²bŸ¾v©È®Ë‹°Í²Î“´Ð•±Í‹¬È†¦Ä}¥Ã| Ás’´f¥TzžMs™Fq—Dn–Bm”Aj’=g:fŽ7fŽ7dŽ7h’:m—>qšBtFw I{¢Q~¥S}¢X~¤Z}¡^~£_‡¬jµt•»y™¾|œ»yšºx–¹k²e†«V|¡Lp•Ah9d‰5i;‚¦R´`ްd“µi“±rž^PZY2=<-60+5/#+!$+!(-$%* %($%($%'($&'"%(!$' #&"%! %%),,0((' $*)-3%+09?DUoTsŒqœt¯Ê¢¸Ò¥¹Ô§¿ØÄÞ²ÄÛ°Áؿթ»Ñ¥¸Î™¶Ì—±É„¨À{›·x—³u•²o–³p”´k’±h“´h—¸lžÀt Áu Âv¿s˜ºm“µh‘³d‘³d‰¬d‰d²q—¹x™¹›» ¿…¢Á‡£Â¡À ¿z¡À{§Ä¯Ì‰·Ô•¼ÙšÂÚ¦ÄܧÇÞ³ÉàµÄÛ³»Óª·Ð¤¸Ñ¥·Ð ·Ð ¸Ò™¹Óš»Ô—»Ô—ºÒ™¹Ñ˜®É’¨ÃŒ¡»†—±{‰¤l„Ÿg„£a‡¦d„¨YŠ®_–»h¢Çt¨É|¨É{«Èƒ¯Ë†³Ï¶Ò²Ï‹©Æ‚¦Ã|«É‚²Ñ‡“¸p—»sžÀu¦È}²Ò‚µÕ…µÔµÕ‚±Ò~¯Ð}¯Ñ€³Õ„·ØŠ·×Š¶ÕŠµÔ‰¶ÔŽºØ’¹Ø’´ÒŒ§É˜¹p‹¯_ˆ\ªSz¢Lg’<Y….Y†5\ˆ7bŽDv¢X†¬_‰¯bŽ´d“¸h•ºg”¹f“¶b‘´`”´dš»k¥Ä{°Ï†¸Õ•¼Ù™½Ùž½ÙžºÖ”¸Ó‘²ÏˆË„¦Çy˜¹l‰[ƒ§U|¢PyŸMuœIršFo˜Bm•@l”=k”<h’:j•=o˜@rœCužGx¡J|£R¦T‚§]§]€¥a†«g’·u›À Ń£È‡§Ç…¥Åƒ¡Ãu›½o‘¶a„©TtšFiŽ:d‰5b‡3s—C‡«W‘²g“µix—XHg(-77&0/"+%$%"""!"!""%!#&"%(#&)),$&)""% #((,--,*)( $*#(- &+'.3;T9vt‚v{–o´Ï¢ÁܯÅÞ³Èá¶Êá¶ÇÞ³ÆÜ°ÄÚ®ÂØ£¿ÕŸ·ÏŠÅ€ ¼~š·x—µq˜¶r—¶m•´k–·k›¼p¡Âv£Äx¤Æz¢Äx¿r˜ºm•·h”¶gŒ¯gˆ¬c±pš¼{ À†¦ÆŒ¬Ë‘¬Ë«Ê‰¨Ç†¥Ä§Æ¯ÍйהÁÞŸÄá¢Ìä¯Îå±Ðç¼Ïæ»Èß·¿×®¼Ô©½Öª¾×§¾×¦¾ØŸ¿Ù¡ÄÞ¡Çà£ÄÜ£¿×ž³Î—®É’§ÁŒ·‚ªr†¡i„¤a†¥c‡«\‹¯a—¼i£ÈuªË~¬Í€®Ê…«Ç‚¯Ì‰´Ð´Ñ®Ê†¥Ã|¢¿x¡ÀwšÀa¢ÇiÌ~µÔ†¿Ø˜ÁÚ›ÀØ—¿Ø—º×‹¹Ö‰·Ù‡»ÜŠ»Ý”¹Û’¸Ø›·Ø›¿Ø—ÂÛš¿Ú—¸ÓªÉ€œ»r‘´b³a†¯U~¦Le‘7[‡-^Œ9c‘>oR°dµf¶f’¸f•ºi–»g—»g›½jžÁnœ½o¡ÂtªÉ„¶Ô¿Ü¡Äá¦ÃàªÁݨÃÝ¡ÃÝ¡¼Ù—³ÐލÇ}›»q³c°`ˆ®[ƒ¨U{¢MvHr›Bp˜@n—=o˜=m˜:n™;q›>sž@v Ey£H}¤P¦R„©\‚§Zƒ§_Œ±iš¿x¢Ç€¤É¦ËƒË‚«É€¨Èx¤Ätœ¾mް_zœPkAeˆ@^9d…Cu–Tœmp^G`E7#*!! #!'"! !##!%$& $##"! - - $%#'(&*. $(%'* ('#)($3K?]uiƒž{z•qn‰`¹Ô«Éã¾ÑêÅÐèÃÍåÀÍâÁËàÀÉÞ·ÄØ²¹Ñ“Ҥ¾~Ÿºy›·s›·sš¹q›¹qœ¼sŸ¿v¤Å|¦Ç~¨É¨È~¤ÄwŸ¿rœ¼lšºj‘µk޲h˜ºy¦È‡Í–³Óœ¸Ö¢¶Ô ´Òš±Î—®Ë’¯Ì“·ÒžÁܨÈá³ÊãµÓç½ÖêÀØíÅ×ëÃÏäÀÇܸÂÙ²ÂÙ²ÂÛªÄݬÄܨÃܧÆÞ¬Êâ°Èß®ÂÙ¨·Ñ¥²Ë Å›£¼‘“ˆ¢t„¢f„£g‹¯c±f˜¾k¥Ëx®Ï°Ñ„±Íˆ¬È‚®ÉŽ¯Ê±Í°ÌŽ¨Æ»w–¶kŸÅfªÐq·Öˆ¾ÞÇà Èá¢ÇàŸÇàŸ¿Ü¾ÛŽ½ßÁâÁ㚿ᘾޡ¿ß¢ÄÞœÆàžÂÞšºÕ’®Ì„¡Àw˜»i˜»iˆ±W~§Me‘7_Œ2d’?j˜Ey¨\‡¶j–½m–½m™¿m›Àoš¿k™¾jŸÁn¥Èu¡Ât¥Åx¬Ë†µÔ¾Û Åâ§Éå°Êæ±ÌæªÍç«Ä៶ҦÆ{šºp“¶f”·g‘·d‰¯\¦QxŸJs›Cp™@o˜=o˜>pœ>qœ>r@tŸAw Fz£I}¤P¦R¦Y¤W¦^³lŸÄ}¦Ë„¦Ëƒ¨Í…Ë‚¬ÊªÊz©Éy£Åt•·f~¡UmDeˆ?`ƒ:^>e‡Ea~O?].!: 5#* '$!%"! ""''),,.1#"1%,D7k†cLgCB^4¤¿•¿Ø³ÎçÃÔìÇÑéÄÑæÅÐåÄÍâ»Çܵ¼Ô–¯Ç‰ »zž¸wš¶r™µq›¹rŸ¾v¢Ây£Ãz¦Æ}§È©Ê€©Ê€¨Çz£ÃvŸ¿oœ¼l–ºp—ºp¥Æ†´Ö•¸Ø¡ºÚ¤¾Ü¨»Ú¥ºØ ·ÕµÒ™¶Ó𽨤ÆáÌå·Îç¹Õé¿ÙíÃÜñÉÜðÈÕêÆÏäÀÊáºÉà¹ÄݬÉá±Éâ®ÅÞ©ÅܪÈà®Éß®ÅÜ«ºÓ§´Î¢¯È¥¾“•¯€‰¢tƒ¢fƒ¡eŠ®b‰b•ºh§Ìz°Ò„²Ó†´Ñ‹±Îˆ´Ï”°Ëɋɋ§Å€ž¼w˜¸m«Ê…µÔÃÝŸÈã¤ÎäªÏæ¬Ïå«Íã¨Æß ÅÞŸÃßÅáŸÆâ£Æâ£Çá¦Çâ§Ç߯Èà°Æà©¿Ù¢³ÒªÉ†¢ÄvžÀr“¹d§So˜Bi’<i”?tŸJ†±_”¿mš¼tŸÁyÁtÁušÀpšÀo¡Èv¢ÉwœÀr¦Ê|°ÏŠ´Ó¾ØÅߥÌâ®Îä°Îç´Êâ°ÄÞ¦ºÔœ©Å…¹y˜·q˜·p–·l‘²gƒ¦W{žOzžJt™Ep–>wEx›>}¡Cx=yž>}£B|£B|¤F{¢ExŸGxŸH‚¨V’¸fŸÄu¦Ë}©Î¨Ì~²Ì‚°Ë«ÌwªËv¥Éu˜½i€£ZkŽEiƒQa{I]nKPa><BD,24)0"$*$(( $$ ! ! $&%465;@C-25!'% %$7<;jzq;LCWu_ž¼¦¤Æ¨ÃæÇÍéÍÐìÏ×ëÑÓæÍÒã¿Î༾ӟµÊ–¹~ž»š¶}—³z›ºvŸ¾z¢Ã{¨É§Êˆ§Êˆ©Ë¨Ê~ªÉr§Æo¦Ào£½l½g§Çq²Ï‹º×“ÁÙ«Æß°ÈÞ¹ÆÝ·ÅܲÃÙ°¿Õ¦¾Ô¥ÆÛÎâ´Óæ¼Öé¿ÙéÁÞíÆÞîËÞîÌÚìÊÕçÅÑç¼Ìã¸Éã«Éã«Åà¤ÄÞ¢Çà«Èà«ÅܰÃÚ®¹Ó¢¹Ó¢±Ê¥¦¿š—¯Š¢ƒ‡¡u† t‡¥b«i˜µi£Át°Ë‡¹ÔºÓœ·Ðš·Í›²É–²Ë”¬ÅޤÁ‚¢¿€›»v±Ð‹»Ú•Çâ£Ìç¨ÑçÒé¯Òè®Ðæ¬Ìå¦Ëä¥Éå£Éå£Éå¦Èä¥Éã©ÊåªÌå´ÍæµËæ®Å਼ڗ´Ò«Î€§Ê|Äo´_}¦Pw Jv¡LªUŽºgšÅsžÀw£Å|¡Åx ÄxžÄsÃr ÇužÅs™½p¦Ê|±ÐŒ´Ó޼֛ÂÜ¡ÆÜ©ÆÜ©Èà®ÆÞ¬ÁÛ£¹Ó›É‰ ¼|˜·p—¶p—¸m•¶kЬ]¤U£OzŸKu›CxžF| B} Cwœ<zŸ?{¢AxŸ>z¡Dz¢D|£K{¢Kƒ©X“¹h Åv§Ì}ªÎ€©Í®É®É~«Ëw«Ëw¦Ëw›Àl…§_q“K\vDA[)/?(9(.1$*,"(" #(*:?B9@F(/5$)().-):1 1(DbL‰¦‘—¹›¬Ï°ËçËÑíÑÎáÈ×ëÑÏá½Ðâ¾ÈÞª±Æ’¢¿ƒš·{“®v‘tš¸u¢Á} Âz Áz¦È†¦È†¨Ê~¨Ê~ªÉr©Èp©Ãr§Áp£Ãm®Îw¹Ö’ÀܘÃÜ®Çß±ÉߺÉߺÈßµÈÞµÄÚ«ÃÙªÊß±Ðå·Ôç¼Õ龨çÀÝìÅÜìÊÜìÊ×êÈÒåÃÏåºÊá¶Èâ«ÈáªÄߣÃÞ¢Çà«ÉâÆÝ°ÂÙ¬»Õ¤·Ñ¡Æ¡¡º••ŽŒ¤…‰£w‡¡uŽ«i•²pºn£ÁuÉ…·Ó¼Ôž»Ó·Í›±È•°É’¬ÅŽ¥Âƒ£¿œ¼w·Ö–ÀßŸËæ«Îé®Óé²Õë´Öì³Ôê±Óë®ÑêÏê«ÎéªÍç«Íæ«Ïç°Ñé²Óê»Ôê¼Ñê¶Íå²Å᥿۞·×‘³Ó©Ì€œ¿sµfаaˆ°a¶g™Âs¡Ê{¤Æ~¨Ê‚¥É|¢ÇzŸÇtžÆsÅq—¿k–½l Çv®Ñ‰·Ú’¿Ý ¿Ý ÁܦÆàªÂݨÃݨ½Ù ·Ó™®Ì¡¾–µr–µr—¸r•¶p‹®d¤Z£T|¡QyŸKz L¥H{ŸBvœ<z @y ?v<{£D~¦H©O§M†Y”»gŸÆs¦Ìz©Î|¨Î|®Í|¯Í|¬Î¬Î¤È‘µnt’cZxJ>T/-D%0) +$$! $.-0<=0<=%1')43,B4Si[{œ‰šº§¨Ê³³Õ¾ÈäÅÃß¿Ëå¸Çà³ÀÜ¥³Ð™¼”³x’±o¯m–¶r¢Á}£Ã¤Ä‚¥Æ‚¥Æ‚¦Æ§Ç©Èx©ÇxªÇo©Æn¦Åq±Ð|½Ú–ÃàœÅÞ®ÆÞ¯È߸Éà¹Ëá¸Íã¹Ëá²Éß°ÎãµÓèºÔé¾Ô龨èÂÜìÇÛìÈÛìÈÕéÄÏã¾Ëâ¶ÇÞ²Åß©Åß©ÃÝ£ÂÝ¢Æß¨Éâ«Åܪ½Õ¢¸Òœ´Ï˜ªÄ—œ¶‰‘©„‹¤~ФxФx™´zž¹£½}¥¿¬Ä‹¶Î•¾Ô¤ÀÖ¦µË›¯Å•¬ÄªÂŽ§Â‡¤¿…¼|¼Û›Äã£ÍèÏê¯Óé²Õì´×í´Öì³Ôì¯ÒêÏéªÎè©Îç¬ÏéÓë´Öî·ØîÀ×îÀÕíºÑê¶Ìè«Ç㦿ߙ»Û•¯Ó‡¦É}žÃt›Ár˜Àq›Ãt Éz¤Í~ªÌ„«Î…§Ì¢ÇzžÆtœÄq•¾iµa‹²a™Ào«Î†·Ú’ÀÞ¡ÁߢÂܧÄÞ©ÁÛ¦Âݨ»×ž´Ð–Ê‹Ÿ½~”³p–µr™ºt”µoˆ«a€£Y~£S}¢R|¢N¥Qƒ§J{ŸBx>{ Ay ?z¡@©J…N…Sƒ«Qˆ¯[”»fžÄr¥Ëy©Î|¨Î|¯Î}ªÈw©Ë|«Í~’µnf‰CFd6;Y+E\79P+1<5#.'# ! ##"""! #"! '234?A39E'"-,3%-C5UvbkŒy‰«”ƒ¥Ž™µ–¤¿ ¥¾’»Õ¨¸Õž±Î—¡À…˜¶{–µsŽlŽi›»w¢Â€¨È†¤Å£Ä¤Ä|¥Å}¨Æw¨Æw©Åm§Äl¤Ãn¯Îy¼Ù•ÄáÇß°Çß°È߸ÊáºÍã¹Ïå¼ÎäµËâ³Ïä¶Òè¹Ôè½Ô龨èÃÜìÇÛìÈÚëÈÓçÂËߺÆÝ±ÂÚÃݧÃݨÄÞ¤ÄÞ¤Çà©Êã«ÄÜ©ºÒŸ²Í—°Ë•ªÄ—š´ˆ¦€Š£}¦z’¬€ »¡¼ƒ£¾~¥À€ªÃ‰²Ë‘»Ñ¡Á×§·Ìœ¯Å•¨ÀŒ§¿‹¥Á†¡½‚š¹x¿Þ¥Åä¬Íè²Íè²Ðç³Óê¶Öë¶ÕëµÓê±Ðç®Íå¬Íå¬Ïæ±Òé´×ì»Ûï¾ÝñÇÝðÆÚïÂ×ì¿Óê¸Îæ´ÈâªÃÞ¥¹×™³Ñ’®Î‹¬Ì‰¨Ë„¨Ë„¨Ìƒ¨Ìƒ«Ï†«Ï†§Î€¡Èy›Åp•¿jˆ´[}©Pu K‰´_Æy©Ñ…µÙ˜¼ßžºÛ¡´Öœ»Ù ½Û¢·Öš°Î“ªÉ‹½~”´t–·w—¹w±o…©cƒ§aƒ¨\€¦Y€¦Uƒ©Xƒ¨K~£F~¤D~¤D}¥CƒªH‡¯O‡°P†®Sƒ«Q†®X޶`˜¾k¡Èu§Î{§Îz¨ÌxÑ}©ÏzšÀk‰¯dzŸTj‰OZy?TiB@U.6>:)1-&+")-$''4%%2!##!#""$""$#!" - ! &%&..088/:=#/1 '*4;E_oYsƒ<_kOr~awƒ£˜“°‹—µ•¶¡Â™¹…¬x†¨d¡]ƒ¤a”µr ¿~¤Äƒ¦Å}¤Ä|¤Â}¥Ã}§Å{¦Ä{¤Äf¡Âc¡Àl«ÊvºÖ‘ÅáËä±Ìå²ÍäºÎå»Îå¹ÐçºÍå´Éá°Êâ±Ìã³Îå·ÐçºÕçÁÙëÅØìÄØëÃÐæºÇݱÂÛ«¿Ø¨ÁÛ§ÁÛ¨ÅߨÇá«ÊãªÌå¬Ç় -endstream endobj 17 0 obj <</Length 65536>>stream -Õ›°ÌÈŒ¨Â˜³~Œ¦y¦y’«€µŠ¤¼Ž ¸Š¡¸ˆ¥¼Œ«À’°Å—·Ê ¾Ñ§½Ð¦´È§½Ž¢¸Š¡º†›µ”±xÀߦÆå¬Ìç±Ëæ°Îå°Ñç³Ôê´Ôê´Ôë²Ñè°Ïç®Ðè¯Óêµ×í¸Ûï¾ÝòÁßóÈÞòÈÜñÄÙîÁÕí»Òé·Ìæ®ÇâªÂࡽۜ¸Ù–µÖ“°ÓŒ®ÑŠ¬Ð‡©Ì„©Í„¨Ìƒ¦Í~ Æx—ÀlŒ¶az¦MnšBi”?tŸJ‡¯cœÅx®Ò‘²Ö•±Ò™²Ó™³Ñ˜µÓš²Ñ•®Ì‘¨Ç‰½~•¶v—·wްn†¨f¥_„¨b„ª]¦Z¦T‚¨W…©L„©K…«Kƒ©I…¬J‹³QгSˆ°P…S„¬R…Wˆ°Z¶c›Ân¡ÇtžÅr§Ëw£ÇsžÄo—½h…ª_kEVu<Kj0CX1(=%-*$,)$)%*!$$1%$2!#" "! -!(' '& ((,348CF6BD:?@INO1;B$**DTPjz:]iBeqCcY0PFHe@n‹f¢m kƒ¢nŸk|žZ}Ÿ[†¦c“´qž½}Ÿ¾}¥Å|¤Ã{£Á{£Á|¥Ãy¤Âx¡Âcž¿` ¾k§ÆrµÑÃß›Ìå³ÏèµÐç½Ñè¾ÐçºÐæºËã²ÇÞ®ÅܬÄÜ«ÇÞ°Ìã¶Óå¿×éÃÖêÂÖêÂÎ幯ܰÃÛ«ÁÙ©¾Ø¤½×£ÂÜ¥ÇáªÊãªÌå¬É⨿װ˧†¡»†“®y‹¤w§z“¬ ¸£»ž¶ˆžµ…¤ºŠª¿‘®Â•²Å›µÉŸºÎ£´È£¹Š›±ƒ™³•¯{‘®u»Ú¨ÁàÇã°Çâ°Êâ®Íå²Òè´ÓéµÔë¶ÓêµÔê¹×í»ÛîÁÝðÃàðÈâòÊáòËàòËßñÊÜîÇÙìÄÖêÁÐç»Íä·Ê䲯ßÀݤ¼ÙŸ¶Õ•´Ó“±ÑΉ§Í‚£É¡ÉzšÂr޹c€¬Vlš@b6_5_6k—Gƒ¯`™Â}ŸÈƒ£Ê‹ªÑ“¨ÉŽ§È¦ÈŠ¤Åˆ¿€”·xޱq°p‚¥d|Ÿ^zŸX|¡[}£U|¢T}¥Q€§S…¬M†¬N‡®M„¬KвP’ºW޶WµVŒ´[޵]µb³`µf–¼m–»n³e‰°\Œ´`‰³W}§Kp–Dg;g‡=e…<GV?$3"'%+"&)#)+%&%."!+"#" ! !! #$'+ 1%4(5'7)8+8+4(0$,!+ ) (&$"! - - - ('+1/4.>@4DF;<D=>F!"1 .'<O5J]Ln„XzMj|"?Q&<?6LP5KAUkah…cs‘nu–c}k†§hŒ®n™ºošºp¡Àq¡Àp¡¾t¡½t ¾rŸ¾qœÀa›¿`Ÿ¾i¤Ão°Í…¿Û”Éã«Íæ®Ïç·Ñè¹Ðè¸ÎæµÈá®ÄÝ©ÀÙ¦½Ö£ÀÚ©Éâ±Ðå»Ôè¾ÓéºÒéºËä°ÃܨÂݧÁܧ½Ø¤¸ÓŸ¼Ö¢ÃÞ©Çà¨Êã«È᥿؜²Î‘¨Ã†£¾…–±x§uލu’«¡ºŽ¡·ŸµŽŸ´¢¶¨¼“À—®Á–À”°Âœ°ÂœŸ³‹–«‚“«~ަyŒ§v¶Õ¢¼Û¨ÂÞ¬ÃÞ¬Çß«Ìä°Òè³ÓéµÑè³ÓêµÖí»Úð¾ÞñÄÞòÅáòÉãóËáóÌâóÌàòËÞðÉÛïÆÙìÄÔê¾Ñè»Ïè¶Êã±Äà§¾Û¢¸×—·Ö–´Õ‘±Ò§Ì‚ Æ|Åv”¼m‡²\x¤Nd’8^‹1T‚+W….[‡8f’C~§a’»ušÁƒ›Â„¡Â‡¾ƒ›½€™º}‘´uЬm„§g¤d}¡`y[v›Uv›Tu›MyŸQ§S‚ªV†N†¬N…KƒªIŒ´R•½[’ºZ•¼]—¾e›ÂjœÂp—½k•ºk–¼m´f€¥X|£O}¤Pw¡Epš>s™GwžLv–LjŠA8G0+$*!(.%$& '*$%$. ( %,$5+!9/%>2&B6*G;.J>1I</H;.G:-H;.G;.D7*=2%8- :1&8/$4.$3-#1-$/+"+( )%'(#$ "$#'#24.>@78@&'/"*/A*?QY|‘z²t‘¢/L^-CG!7;&<2,B8IfDYwT\|Jh‰Vx™Z£c”µk˜¸nœ»kœ»lºpœ¹p›¹m›¹mš¾_›¾`Ÿ¾j£Âm®Êƒ»ØÆß§Êã«ÍäµÏç·Ïç·Ì䳯߬ÃÜ©¿Ø¥ºÔ¡¾Ø¦Èâ±Ïã¹Ñæ¼Ïæ·Îå¶Æà«¿Ø¤¿Ú¤ÀÚ¥ÀÛ§·ÒžºÔ ÁܧÆß§ÉâªÈ᤿؜¸Ó–¯Ë®É¡½ƒ”®|ªw“¬€¥½’Ÿ¶ ·¡µ¡µ§º‘À—¿”§º§¹“¬¾˜ž²‰”¨Ž¦z‡Ÿs„ŸnªË—´Õ¡º×¡¹×¡ÄÞ¥Êä¬Ìå¬Íå¬Ïç±Ñé´Öë½ÚðÁàñÊáóÌãòÐäòÐâòÎãóÏãóÐàñÎÝïÌÛîËÙíÈ×ìÇÐè½Íå¹Åᬾ٥¸×™ºÙ›·Ø•±ÑŽ£Ë È|—Áq¹i}ªUmšEi—?c’:Y‡1Z‰3]Š:aŽ>i“KuŸX„jŽ·t“·z“·z´t‡¬l¦e¤b~£`|¡^zŸZyŸZwTs™PsšJy P©S…X„«O…Q„«M†®Oˆ°Q”»\™ÀeÃiŸÃq ÅrŸÂx¡Äz£Å€ Â}“µr¡^pšFq›GpšDq›Er—Ds™E{”aOh5&,3'.4*,-*+-++,''' " " ! )2$F-N5%[9#eB,pJ-rM/tO,zT2[5]7|W5yT3{V4|W6xT3tP/sP/sQ0qQ1oN.jL-fH)_B%X<S8R7A5<05*0%+!+ '" -("3C=:;E&'1&*.4/?EKguf‚~•µh€ `mŠ*G#,6$-7*A5CZMSnYa{gw˜b‰ªt”¸c˜¼fž½e½e›¸f˜µb—·a˜¸c—»bš½ež¿i¢Ãm§Åz´Ò†¼Ö™Äß¡ÆÞ©Çà«Éâ®ÈàÅÞªÀÚ¥ºÕ¡ºÔ ÁÛ©Éä±Ñç¹Ðæ¸Ìä°ÃÛ§¸Ó™¶Ò˜¹Ö›»Ø¼Ù¡¾Û£»× ¿Ú¤Åà§Çâ©ÇᦾطӖ²Í‘¬Ç¤¿…—±}§s©|™³…œ´‹›³Šœ³Š ¶§½¬Á“«Áލ¾‹£µŽ¥·‘œ°ˆ£{†s…œq~™lŸÀ‹ªË—±Ï˜²Ï™ºÔœÁÛ£Èà§Íå¬Íä¯Ðç²Õë½ÛñÂáòÌãôÎæôÒæôÒäôÐäôÐãóÐáòÏßñÎÞðÍÚïÉØìÇÍå¹ÉáµÁݨ¼Ø£¹Øš»Úœ¸Ù–±ÑŽ¤Ì€žÆz’»k‰²bz¦Qo›FmœDj˜@]Œ6^Œ6aŽ?f“Dk•Nn™QuŸ\|¥c…©l†ªm…©j¥f~£a}¢a|¢_{ ]wœWvœWvœSwTz¡Q¦V‚ªUƒ«V„¬O‡®R‡®Pˆ¯Q‡®O”»\ Æk§Îs¡Æs¥Êx§Ê€«Î„¬Î‰ªÌ‡ ±n{¥QsIuŸIq›FzŸLtšF_xEB[(,3:*17+,.*+-))*""#%#/-&E7-UG=oUEz`PˆfOŠhRŽiLhJjG’mJ’nHlFˆcAŽiGŽjHˆcB‡bAkJ‘nNŠgF‹jJ‰iI†hI„fG~bDwZ=oT7kQ4UI2PD-J>+C8$;1"8.3*-%(#! #$.55?63B/-;,3)8?0LZC_mXoWoŽamŠ%B&",+.E9SmYfl¢l’³}™¼gœ¿jž½e½e›¸e—µb–¶`–¶a–ºa›¾f Àk¥Æp«É~´Ò‡·Ñ”¼×™¿×¢ÃܦÅݪÆÞ«Æß«ÄÝ©¾Ø¤½×£ÃÝ«Ëæ³Ñç¹Ïå·Êã¯ÁÚ¦¶Ñ—´Ï•µÒ—µÒ—º×ž¼Ù¡¼Ø¡ÀÛ¥Åß§Æá¨Éâ§ÂÜ¡ºÕ™µÐ”®Ê¥Á‡˜³~Œ¦r‰¢tŒ¦x—¯†—®†˜¯†œ²‰¢¸Š§½©¾‹¨½Š¦¸’¦¸‘𮆋Ÿw‚™n€—m}—j”¸yÁ‚¤Å‚§È…²Ïˆ·ÕŽ½Ù”ÃßšÆà£Ëå¨Óê¹Úñ¿àóËâôÍäóÑäóÑåõÒäôÑâóÑáòÐàóÑßñÏÙïÉÕëÅÍæºÅß³½Ú¥¹×¡¹Ú›»Ý·Ú•®ÑŒ£Ì~™ÃtŠ´d€ªZv¡OqœJržLo›Ih”Ce‘@f‘Dk–Io˜Oo˜OtœV{¢\¥e§g¨e¦b}¤]{¢\z YwžWu›Tu›UwV{ Y~¤Y€§[ƒª[…¬]„¬Z…[…Y‡®Z…«V”ºe£Çv«Ï~ªË‚±Ò‰¶Õ“¸×–¶Õ˜³Ñ•Ê ½ƒ‡¯ewŸUwRz U{žGu˜AgzZ=O/)-,%)($$&%$'$$ #%')<#I0`B#sU6‡`@‘jJoM¡sQ¤sN¥tO¤tM£tL¤yN¨}R¥}Q¡zN uL¢wN£xO¡vM uL¤yP¦{R¢xO wOŸvMžvOžwO›uO•oIhC‰d>|]=xX9qR6jK/_D*Z?%R<$M7A38*&" - "(%##,-63+51*>BBVZ?UnVk…ANc&2H"$+,<QRWlmžx™¸‘žÄnžÄnŸÁbžÀb»aš¸^™¸^˜·]˜ºfžÀl¢Äp¦Èt¬Ë€´Óˆ¶Ò’ºÖ–½ÖŸÂÛ¤ÁÙ§ÄܪÈà¯Èà¯ÂܬÀÚªÅß°Ìæ¸Ðæ¹Îå·Êâ°ÂÛ©¸Ô›·Ò™¶Ô•³Ò“·Ö”¹Ø—»Ú™ÀßžÃà¢Äá£Æâ§ÂÝ¢¼Øš·Ô–°Í’¨Ä‰›·ªsƒŸl›h‹¦u¨v«w•¯{œ¶~¡»ƒ¤½ƒ£½‚¥º‹£¸‰˜®Œ¢sƒ›k~—f{–e’¶w’¶w‘²o•¶r¤Â{Ë„³ÏŠ¸Ô¿ÚœÆá¤Ðè¶Øï¾ßñÊàóÌãñÏâñÏäôÑãóÐáòÐáñÏßñÏÝïÍÖìÆÑçÂÌæ¹ÂÛ¯¸Ö ¸Õ ºÛœ»Ý´Ø’ªÍˆ›Ävºkƒ®^z¥Ut Nt Nt¡NqžKn›Jl˜Gl—JpšMtTw W|¤^©c§g„ªj…¬iƒªf¦`|£]z¡ZyŸXyŸY|¢[¥]¥]}¤X~¤Y…«\Œ³d‹³a‡¯^†®Z‰°\‰¯Z—½h£Çu§Ëy±Ò‰¹Ú½Ü›¾ÝœºØœ¶Ô˜³Ð–©ÆŒ—Àu‚«`z¡V{¢WyœEvšBewW*<"'& %$!!##"%$$ !$)$,$0'?5)OE9hO1t[=‰jK–wX£|[¥~^¬~\®€]µ„_¸‡b¸‰a·ˆ`´‰_µŠ_²Š^¯ˆ\«€X©~U‚Y²‡^¯…\ªV©~U«€WªY¨W¦~W§€X¦€Z¢|VœwQ˜sMnNˆhIƒdG}^BtX?pT;hR;dN6SE0I;'51!*% - -"".BF8MfOd~FRh%2G&($%(<>FZ\iˆb‚¢{‘·a˜¾h¡Âd Âc ¾cŸ½b½b›»a›½i¡Ão¥Çs¨Êv¬Ë€¶ÕŠºÖ–¿Û›¿Ø¡ÁÚ£¿×¤ÂÚ§ÅÞÆß®ÃܬÁÚ«ÄÞ°ÊäµÍä¶Íã¶Êã±ÄÝ«¼ØŸºÕœ·Ö—³Ñ’Í‹®ÍŒµÓ“¾ÝœÄá¤Èå§Éå©Ãߣº×™·Ô–±Í’©Æ‹ž»„‘v„ m|—dšiƒžlФp‘¬xš´|Ÿ¹ ºŸ¹~ž³„±‚—}‘§xŠ¢ršiz”d޵e‡®^~£N£N²Y ÂiÍx·×‚ÀÞ”ÇåœÑë±Öñ·ÜñÄßóÆãóÍãóÍãòÐãóÐáóÐàñÎÜðÌØìÈÑéÀÌä»Ã௹֥±Ó˜´Õ›¶Û—´Ú–ªÑˆžÆ|¹iˆ³b‚¬]{¦Wx£Uz¥Wz£Wv TtœRuSxžUz¡W~£Z¦]‚§_‚¦^~¦a©dƒ¬c‚ªa§\}¥Z}¥[~¥\ƒ©c…«fˆk†«i‚¦g‚¦fˆ«k޲r‘¸w޵tŒ±m³o³k›¾w¥Æ€ªË„·Õ”½ÛšÁÝ¡ÂÞ¢¿Ú¡½ØŸ¼ÖŸ´Î—ŸÃˆŒ±v¢]x›V„¡`sO=I5(#'$(%$$#$%!"!""## $,2$>(A,O4cG-{\>‰jL¡qD¨xK°S´†W´‡Y¶‰Z¸Ž`¼‘dº“f¼•iº–m¸“j³‘k±i®Ži¬Œg©‡bŠf²j³k°g°g±g¯‹e²Žh¯‹e‰d®ŠeŠe©†a¤]¡~ZžxS˜rM”mIjEŒfBŠd@„c?€_;qX7eL,N@&@2+' - -&+91.FS2JWASe1B '$(#'/6FW^^{ft‘|ˆg•ºs Ãb Äb¢Áb¢Àb¢Àj ¾hž¿j¢Ãn¥Éy§Ë{¬Í„·×¼Ø›¿Û½Ö£¾×¤½Ô§¾Õ§¿Ö¬ÁØ®ÀذÀذÃÛ´Çà¹ËàºÌá»Ëâ¸Åܳ¼×¤¹Ô¡³Ò‘¬Ë‹¥Ç{¢Äw«Î¹ÜÃã›Çè Å䤾ܜ¸Ö“µÓ°Í¨Æˆž¼‚’°v„£i{š`w–Y{š]‚¡aŠªj”³s™¸xš¸z˜¶x—¯s•q’«p’«p©n… e{—]ƒªZ¨X| K{ŸJŠ«R™»bªÊt·×‚Ãá˜ÊèŸÒì³Õï¶ÚîÁÝñÄáòËãóÍâòÐãóÑâóÑßñÎÚîÉÔèÄÌä»Çß¶¼Ù¨´Ñ ¯Ñ–³Õš±×“ªÐŒÅ{’¹pŒ¶f‰´cˆ³d‚^~©[€ª\~¨\{¥Y}¥[¨]‚¨_¨_ƒ©`…«b…©a‚¦^§b©c©`~¦^|¤Y|¤Y¦\©_‹±lŒ²m²pŒ±o‹¯o‹¯o‹¯o‹®o’¹x“ºy‘·r¶r‘µn›¿w§È²ÓŒ¾ÛšÂàžÅà¤Æá¥ÄߦÃÞ¥ÄÞ¦¼ÖŸ ʼn•º~~¡\{žY|˜XMj)+'#'&*&& "! !&($''#!',$;-;-G1XB.uY?ŠoTš{]Ÿ€b´„W¸‰[½Ž`¿b¾‘cÀ“dÁ—iÅšlÜo›o¾šq½˜o»™s»šs¸˜sµ•p´‘m·”p¹–q¶“n³jµ’l¹”o¶’l´j³Ži²Ži²Ži±iŠe¨…b¦ƒ_©‚]¢|WžwS›tP—qN•pLoKkH€gGv]<_Q7QC*:6'*& - -� (!(6.'?L=UbDVh?Qc"$&*(,)0>NURoZkˆs‡¬fš¿y Äb¢Æe¦Äf¥Äf¥Ãm¤Âl¡Ál¢Ãn£Æw§ÊzΆ¸Ù‘»Øš½Ùœ¼Õ¢¿Ø¤¼Ó¦»Ò¥»Ò©¾Õ¬ÀذÂÚ²ÄݶÈà¹Ëß¹ÌàºÊá¸ÆÝ³½Ø¥¸Ó ®ÍŒ£Ã‚•·k²e¿p¯Ñƒ»Û”ÃãœÂ᡼ۛ¸×“µÓ¯Í¨Æˆž¼‚‘°v„£i|šav–Yy™[ž^†¥e®n•´t˜¶x—µwš±v–®r’«p“«p‘¬qФj‚žc{¤GªMƒªH¨F‰®H’·QÀ_¨Ëj¶Ö„¿ßÉæ¥ÎëªÔë¸Øï½ÞðÅàòÇáñÏâòÐàòÏÝïËÖëÅÏå¾Åß³ÀÚ³Òž®Í™«Ð‘®Ò”§ÏˆÅ~‘¼pеh޹g޹g‘¼mŠ´eƒb…¯d…e…e‹±k‹±kŒ±jŒ°iŒ¯g‹®fŠc‰«b…®d‚¬b©\|¥Y{¤V~¦Xƒª_‡®c‘·t’·t‘´z³x’´•·‚“´Ž¯}µ‚•»‡“·~’¶~•·zžÀƒªÉŠºÙšÇâ¥Êå¨Ëå«Ìå¬ÊâªÉá©Èà©ÁÙ¡ÏŸÁ£ay›YViW!4"!&%*'%2)'4(&%" $'%'"%(#% ,&7(=/ J2R:$nK,‡dEŸsL§|T´„W½Œ`½–t¼–t¹—r¹˜r·›qºžu»¤w¾§yÀ©{¾§y¿£x¾¢v x xœv¿™t½xº™tº™sº™s¸•o¶“m¹”nº•o¸’k¸’l¹“l¹“l·‘k³g°‹e°Šd«‹a¥…[£W¢U¡zPžxMœvK™sH’oH‹hA{`AoU6XF3C2- # - -#/#*66ObOh{7P`2JZ%#*2!&'&+,*..=@;VMXsjyf“·€ Åb¥Êg©Èj§Æg¦Ãs¦Âr¢Ãj£Ãj Ãx£Æ{©Ê…µÖ‘º×œ¼Ùž¼Õ¤¿×§½Óª»Ñ©¼ÑÀÕ±ÃÙ·ÅÛ¹ÆÝ½Èà¿ËÞ¿ÊÞ¿ÈÝ»ÃØ¶ºÔ¨³Í ¤Äƒ•µtxœHs—C„©P™¾e¦Éy²Õ…¸Ø”¸Ø”µÕ‹±Ð‡«Ë‰¦Æ„¼€¯r¢dyš\v˜Ty›V} Xƒ¦^‹i’´p—·y˜¹{Ÿ¹tœ¶p–±l”¯k“¯kªf‡¤b{¤Hƒ¬P†K‚©G…ªDˆGޱP–¹W Án¬Í{¼Ù˜Æã¢Ðç´×í»ÞðÅßñÆàðÎàðÎÞðÌÚìÉÓèÂÌá»ÁÛ¯»Õ¨«Ê•§Æ’¦ÊŒ§ËžÇ•½v޹lŒ¶jŽºh¼i•Àq¸h†°dŠ´h´m·p’¸r’¸r”¸r•¹s”·o²i‹®dŠc†¯e‚«a}¦Z{¤X~¦Xƒ¬^‹²g·l–¼x—½y•¹~’¶{•·‚𼇛¼Š—¸…’·ƒ˜¾Š•¹€•¹¿¥Ç‰¯Î¿ÞŸÊæ©Íé¬Îè®Ïè®ÌåÊã«ÊâªÂÚ¢³Ô¢›¼‹ƒ¤bgˆF3F5("'!'-(&3(&3&## %$'/%(# # /)!3-%@2$OA2[C-nV?ŽlL ~^²‡_ºgÅ•iÉ™mÃ{œz¿žxÁŸzÀ¥{§}À©{À¨{¾§yÀ¨zè|ç|Ƥ|Å£{Æ zÄŸy¾žy¼œw¾w¿žx¿œv¿œv¿›t½˜q¾™r¾™r¿™r½—qº”n¶j´Žhµi¬Œc§ˆ^¨…[¦„Z¥T¢|Q¡zOžwM˜vN•rK‰oP€fGgUBN=*3'& -$/%+71J];Tg*CR8Qa(%- %'"'('+#25<WM^ypušbˆ¬užÃa¥ÊhªÉk¦Åf¤Áq¤Àq¡Âi¡Âi¡Äy Äx¤Å€±Ò¹Õ›¼ÙžºÒ¢ºÒ¢¼Òª»Ñ¨¼ÑÀÖ²ÃÙ¸ÄÛ¹ÅÜ»ÇÞ½ÊÞ¿ÈÛ¼ÃÙ·½Ó±´Î¡«Å˜—·v…¤cj;e‰5v›B‡¬Rޱa™¼l¡Á}¥Å¯Ï†ªÊ¦Åƒ£Ã›º~¬p~Ÿaw˜Zv˜Sy›W~¡Y„§_‹i“µq™º|œ¼~¢¼wŸ¹t™´p—²m”°mŽ«gˆ¦d¨]…a†¬Y‚©U„ªF†¬HŠ®?±B–¶S¤Ãa¸Ò‹ÉãœÓè¶ÖìºÚîÂÝòÅÞñÊÞðÊÚîÈÕéÃÎæ¾È฼٦³Ð¦È†§Éˆ¥Ë~¢ÈzÅsšÁo•½k’¹h’ºj™Áp–½p޵i´n“¸r—ºy›¾}ÀÀœ¿{›¾y—¼r”¸n‘µh´f‹²b†®^‚©X¦T€¦Tˆ¯\“¸h—»lœ¿x›½v™º˜¸}˜·ˆ½¡¿—ž½•™¼™›¾›žÀ˜ŸÁ™¤Ä–ªËœ·Õ£ÀÝ«ÍçµÎè¶ÏçµÎæ³Îå±Íä°Êà«ÅܦµÕ£Ã‹„¤iZ{?(/- !(#* $%*$%*$ %!"!"*!")#$-(B-M8%^=gF(‰d>™uN©…[°Œb³’h»špÁ¡y£z£yäzĦ|Ƨ~Æ©€Æ¨€Ä§€Ã¦È«„È«…Ǫ„Ũç€Â¦À¥|¾¢zÁ¢~À¡}Á¡}¢~¢{¿Ÿy¾v¾v¾v½œv¼›w»›vºšw·—t²’r¯n²’k®h¬ˆf©„c§‚c¦b¢‚^¡]Ÿ~Vœ{S–sO‘nJ|aFcH-C5 2$ - !##%!2=CT_.@O.@O%1".$*28%.3%.3=QEl€sŒ«ƒ‘°ˆš¿`¤Éj§Åa«Èe¨Åg¥ÂdœÀhŸÃkžÁp›¾n¡Áƒ¬ÌŽ²Ï¡µÒ¤¹Ó©ºÕ«½Ô²¾Õ³ÁÔ¾Å×ÁÈ×ÄÆÕÂÇÖ¼ÌÛÁÈÛÂÃÖ½½Ò°µË¨Ç•¡»‰‰§fx–Ui‹=nBzG†©TޱX”·^—º`–¹_˜ºfœ¾kŸÀvœ½r‘±p„¤bx™Wq’Qu—P{Vƒ£[‡¨_Žh–µpº{Ÿ¼}£½x¡»vœ·p™´n˜´j”±g‘¯b†®bˆ¯d‡ZƒªV†«G‡H‹¯A³Dš¹W¥Åb·ÑŠÆà™Ïå³Ôê¸ÙíÀÜðÃÝðÉÜîÈÖëÅÑæÀËãºÄܳ¶ÓŸ«È•¥Æ…¦È†¤Ê}¢È{ŸÇuÅs›Âq˜ÀošÂq›Ãs˜¿s”»o–¼uœÁ{ Ä‚¢Æ„¥È‡¥È‡¥È„¤Ç‚ ÅzœÀv—¼n•ºl޵eˆ¯`ƒªX¥T‚¨V³a—¼mš¾oš½v›½v›¼š»€›»‹¢Á’¦Å¤Ã›ÀŸÂŸ¢Å¥ÇŸ«Ë²Ò¤¼Ú¨Âà®Ìæ´ÍçµÏç´Îæ´Ðæ²Ïæ²ÌãÈÞ¨¹Ø ¡Á‰®r[{@&-+#"#* $"#("#(!""$+ ','72)K6#WB/uU7mO£~X®‰c·“iº—l¼›q¡wǧɩǨ~Ǩ~ǩȪ€É«ƒÉ¬„ɬ„È«„Ɇʇɬ†Ç«„ƪ‚Å©‚èÁ¥}£¢~ã~ãã|À z¿žx¿žwÀŸx¿žx¿žz¿žy½{»›x·˜wµ•tµ–o²’k±Œj®‰h¬‡hª…f¤„_¡]£‚Z¢YyV–sO‚gLmR6M@*:, -#% " 0<:KV9KZ*<K$0%0$'05/9= *.1D8Zna€ xš¹‘ŸÄe¤Éj®ÌhªÈd¦Ãe£Àb›¿g—»c™¼k—»jŸ¿‚ªÊ°ÍŸ²Ï¡µÐ¦·Ñ¨»Ò°¾Õ³ÃÖÀÇÙÄÊÙÆÅÔÁÂÑ·ÂжÁÔº¿Ñ¸¹Î¬¯Ä¢£½‹•¯~ƒ¡`v•Tq’Ep’Dx›F…¨SޱX’µ\”·]“¶\•·d˜¹fš»q™ºo°n¢`t•TmŽMw™R~ŸY†¦^Šªb®i—¶qŸ¼}£À¥¿{£½x¸r›µoš¶l—³i“±d‡¬f‡¬f…ª^„¨\†«P†«P‰®J޳N›½c¥Çm´ÑÀÝœÉá³Ïç¹ÔêÁ×íÃÜïÆÙíÄÔé¾Ïä¹Èá±ÁÙ©³Ð•©Æ‹§È§É‚¦Ê|¥É{¤Éz¤Éz£È{¢ÇzŸÅ€›À|™½|™¾|žÁƒ¥ÈŠªÌªÌ®Ð‘¯Ð’¯Ò®Ñ‹ªÏ¥É|ŸÅrœÁo•ºq´j‡¬a‚¦\…©^’¶kÀxžÁy™»{›½}½‰œ¼ˆž¼”¦Äœ«Ç§©Å¤¢Ã¡¥Å£ªÉ¢®Î§¶Ô¦¼Ú¬ÃÞÆá°Ìå³Îç´Ðç³Ðç´Òé³Óé³ÏæË᩺۟¤ÅŠ˜¹{_€B185&-*#*###$&"#% !!!"!)">.I9'cH/|aH™uU©…eµ‘kº–p¾œtÀŸvÁ¢{Ƨ€É¬†Ë®ˆÊ®‡Ê†É‡É‡ÊˆË®‰Ë¯‹Ë¯‹Ë¯ŒË¯ŒÊ®‹ÉŠÉ¬ˆÈ«‡Æª…ĨƒÃ¦‚Ã¥‚ååä~Á¢|À¡zÀ zÀ zÀ {À |À |¿Ÿ}½{»œ{º›z¸šsµ–p´o²l°Œl®‰j§‡c¤„`£ƒ[£ƒ[Ÿ|X—tQ…iMtY=WH1A2&##()"()$2;)8ADTa<LX+6?",$-'/-5;#+0'91DVNc€d—´˜¢Çs Äq«Êi¥Äd£Âc ¿_™¿h’¸a“¹a’¸`š¼u¥Ç€«Ê’®Í•³ÏµÒ ·Ï§»Ô«ÃÖ¼ÇÚÀÇ×ÃÂÒ½¼Ê²·Æ®¸É´¸Êµ´Èª©¾ ›´‡Ž§z‚Ÿa{™[v—Kq“Fv™Cƒ§Q±W‘¶[“·[’·Z–¹c™¼fœ¾q—¹lˆ©fw˜UoOoOy™UŸ[†¥_‰©bެi–³pŸ»}¤À‚¨¿†¥¼„Ÿ¸|¶z¸v›¶s—´k‡¬f‡¬f‡«_‡¬`‰®Tˆ¬R‹¯K‘¶QžÀf§Êo´Ñ½Ú™ÅݯËãµÑç½Óé¿ØìÃ×êÁÒç½Ìâ·Åݾק´Ñ—®Ë«Í†«Ì…¨Í~¨Ì}¨Ì}¨Í}§Ì¦Ë~ Æ™¿z™¾|žÃ‚¤Ç‰«Î‘²Ô˜²Ó˜µ×˜¶Øš·Ú”¶Ø“³×Š®Ò…¨Í{¤ÉwŸÄz™½tµjˆ¬bˆa“¸lžÁy Ã{›½}¾~¼ˆ›»‡»“¦Ã›ªÇ¦§Ä£¤Ä¢¨È¦®Î§´Ô¼ÚÁß²Æá°Æâ±Ëä±Íæ³Ðç³Ñè´Óé³Óé³Îå¬Éß§·ØœÎ’ŸÀ‚kŒNBIG*1. $#%' !#!'!4.L<*_O=ƒhO‚i°m²o»—q¾št xƤ|ǩʫ„Ë®‰Í°ŠÏ²‹Î²‹Í±‹Í°ŠÌ°‹Í°‹Í±Í±Í±ŽÍ°Ì°ŒË¯‹Ê®ŠÉ¬ˆÇ«†Æ©…Æ©…ƨ…ƨƒÅ§‚Ħ€Ã¤~ã}£|Á¡{¡|¢~Á¡}¿Ÿ}¾ž|½}½}º›u·˜r·’q´o²Žo±Œm«‹g©‰e¥…^¤ƒ\ }YšwSˆmQy^B]N7F7 +(!!"")/0*9B-6;KWAQ]<GP"-6#*3%.#+0&.3#4-:KDEbF{™}¢Æs¢Æs¤Âb¢Á`¢Áa›º[–¼e‘·`¶]²Z‘³lš¼u¡À‰¨Ç°Í›´ÑŸ³Ë¢·Ð§ÀÓ¹ÂÖ¼Áѽ½Í¸¸Ç¯³Âª°Á²Ã®Â¤¦»™²…ާz‡¥gƒ by›Nu–JwšE¥OŠ®T´Y’·Z‘¶Y–¹b–¹c—¹l‘³f‚£`t•Rq‘Qu•U{œXŸ[„¤]‡§a«h–³pž»|£¿¨¿‡¥½„¡º} ¹}¡½zŸ»x›¸o¯q°q‘°o°o°dŒ¬a±[”¸cžÂt§Ì}±Ò™·×ž¾Ø¯Äß¶Íä¾ÑçÁÕé¿Ôé¿Ðæ¸Éß±ÀÚ¡ºÔ›µÓŽ´Ñ°Ñ‚®Ï€«Î|«Í|ªÌªÌ~©Ë¨Ê£Ç€Áz èˉ¯Ï”µÕš¼Ú¤½Ú¥¿Ü§ÁÞ©ÁߦÀÞ¥½ÝžºÙš´Õ’°Ð«Í†¦È¿x’µm¯h“µnœ¾zžÀ}ž¿ƒ½‚œºŠ™·‡›·’£¾š¨Â¥¦À£¦Ã£¬É©´Ñ¬º×²ÁܲÅàµÈá²Çá²Éá°Ëä²Îæ²Ïç³Ðè¯Îæ®Éá¥ÃÛŸ²Õ“²Ô“¦Ç†|]FMI &#! "%#=(Q;!oT8ŒqU§…g±qº–tÁ{ÁŸ{Ä£~Ç©„ˈ˰ŒÌ±Ì²Í³‘ϵ’ε’δ’δ’γ’γ’γ“γ“ϳ“β“ͱ‘ͱ‘̯ʮȬ‹ÇªŠÇ¬‰Ç¬ˆÆª†Å©…ħ‚æ‚Ã¥€Ã¥€Â£~ãã€Á¢¿ ~¾ž}½ž~½ž~ºx¹›v»—v¸”t¶‘r´p¯k®Žk®Žh©‰b¥ƒ`¡\tW€dFeS:M<#,) " "!#"#(#)0<D@MU>FK%-2"-$/$*#)((/=<2K@Wpe´o¤ÇƒŸÀcŸÀc¿\”¶T·_Œ´\Œ³Y†R†«^²e—¸x ‚ªÉ®Í”¯É›³ÍŸ¼Ñ²¾Ó´»Ë¶·È³¶Å±²Á¾¨¾©¨»ž¥¸››³‡¨}‹§k…¢f~ŸT|œR| J£Nƒ¨M‰®SŒ²SаQ²X‰®Tˆ«[ˆ¬[„¦a|žYx˜Xx™Yž]€Ÿ^„¢_ˆ¦d‘mš¶v£¾€¦Á„¦¿¥¾€¡»{¢¼|¤À{¢¾yž¼s“³u•µw–¶u•´s’³gޝc³^—»e Åv©Î±Ò™´Õ›ºÔ«ÂܳÌã½ÐçÁÔè¾Óç½ÎäµÆÜ¼Öž¸Ñ™¶Ô·Õ±Òƒ®Ï«Í|«Í|«ÍªÌ~¨Ê€§É€¢Æ¢Æ¨Êˆ±Ó‘¸Ø¼Ü¡ÂߪÄâ¬Çä¯Éæ±Éç®Çå¬Åä¦Â⣽ޛ¸Ù–³Õ®Ð‰¥È€›¾v’´m‘´l—¹uš¼xž¾ƒ›»€˜¶‡–´„—²Ž¹”£½¡¤¾¡§Ä¤®Ë«·Ô¯¼Ù´ÂݳÅà¶Çá²Çá²Çß®Êâ±Íå±Íå±Ìä«Éá©ÄÜ ¾Öš±Ó’±Ó’¬ÍŒ¢b:@=#""$"*&P; nY?tX¤‰m¶”v¹˜yÁ{Æ¢€Æ¥€Ê¨„Ì®ˆÎ°‹Í²ŽÎ³Ï´’ϵ’δ‘ε’ϵ“ж“е”ϵ“Ï´”Ï´”ѵ•д”ϳ“ϳ“β’̰ʮÉÉ®‹É®ŠÈ¬ˆÅ©†Å¨ƒÄ§ƒÅ§‚Ħã㣀Á¡~¿Ÿ~½ž|¼}¼}¼žy¼ŸzÀœ{¾šy»–w·“t²“o±’n³”mf©‡d¦„a”x[„gJhV=N<#,( !!!&&/*6>18=&-2' +$*#'&,+&?4HaVr•Q™¼x½`›»^–¸V’´QŒ³[вYбVƒªO‚§Z‰`’´tœ½}¥Ã‹¨ÆŽÇ™¯É›¹Í¯»Ï±¶Æ±²Â³Â®°¾«¾©¾©¦ºœ¥¹›œ´‰§|ЦjƒŸc U U¢M£M€¦J†«P‰¯Q†N†«Q…ªP‡ªYŠ]ˆªd£]{›[x˜X~\ž]‚ ^ˆ¦d’®nœ¸w¤¿¨Ã†¦¿¥¾€¢¼{¢¼|¤À{£¿zŸ¼t¢»‚¥¾…§¿‡¥¼…Ÿ¹{™³u•´l˜¸o ĩ͈°Òž²Õ ¹ÕÁݵËâ¼Íä¾Ïå¾Íâ¼Çß°ÁÙª»Ö™¹Ó–¸ÖŒºØ´Ô‚±Ñ~®Ï|®Ï|®Î̪ɩȀ§Æƒ¬Ëˆ´Ò•½ÚÆà«Èâ®ËãµÏæ¹Ñç¼Óé¾Óê¼ÑèºÎè´Ìå±Åà¨ÀÚ£ºÚ“²Ò‹ªËƒ¢Ã{—¹r’´m“µq”¶sšº€–¶{•²‚“±“ˆ–°Œž¶˜¢ºœ©Ä¥°Ë¬¸Ó°½Ø´ÁܳÄß¶Æß³ÄÞ²ÂܬÅ߯ÇâÆà¬ÃߤÀÛ¡»Ø˜·Ó”±Ô¯Ò‹©ÉŒk‹M',("% +"G>-qV7”xYª‹l±“t¼š{á‚Ǧ…Å£ƒÆ¨†É«‰Ê°Ë±Ì³’϶”з–϶•̶”Í·•η–η–϶•ε”δ”δ”ϳ”β“β“ϳ“β“ͱ’̰˰ɰɰNJ·č…Ä©…Ũ„ħƒÂ¤Â¤Â£Á¢€¿ ¾Ÿ~½ž}¼}¼ |¼ |À}¿›{½˜y»–wµ–s´•r²”oi¬Šg¨†d˜z\ŠlNoZ?R=!0+ $ #!)-%)*('#&*#'$.1),#9:LabfˆO†©o–¹]‘´X´M޲K‡°Tˆ°U†U§P¦Wˆ^‘´nš½w£Ã„¥Å†©Ä¨Ä±ÈŸ´Ë¢®Á£«¾ ½¥«»£¬¿®ÁŸ§¼”§»“œµ¥rˆ¤e‚Ÿ_ U~žS~¢M¥P„ªPаV´W‹³Vˆ®TаV±_²_‰«d‚¤]}\{šY~œ]€Ÿ_†¢b‹§h“®o›¶w¤¾€©Ä†§Á€¦À¡½z¡¼y¡¾x ½v¼s²Ë’¶Ï—¹Ð™µÌ•lj¤½™¹q˜¸pžÂ}¨Ì‡±Óž´×¢¼×¯ÃÞ¶Êá»ÊàºÊà¹ÆÜµÁØ©½Ô¥»Õ˜ºÕ˜ºØŽ»ÙŽ·×…´Ô±Ñ±Ò±Ñ„®Î«Ê‚ªÉ¬ËˆµÔ‘¾ÛžÆä§Ðê¶Òì·Óê½ÖîÀÕëÀ×îÃ×ïÁÖí¿Óì¹ÏéµÈã«ÂÝ¥»Ü”²Ò‹ªËƒ¤Æ~›½v“µn‘³o‘³p–¶|’²w’¯‘®~©„ª…˜°’Ÿ·™¨Ä¥¯Ê«¶Ò®»Ö³¿Ú±ÂÝ´ÄÞ±Âܯ½×§ÀÚªÂܨ¿Ú¥¼×¹ÔšµÒ“²Ï±Ô¯Ò‹¡ÁƒLl.90\TCˆmN¥‰j´–wº›|á‚Ç¥†Ì«ŠÍ¬‹Ê¬ŠÍ°ŽÎ³‘δ’з•Óº˜Óº™Ñ·–й—к˜Ñº˜Ð¹—Ï·–ε•δ”δ”̱‘˰̰‘Ͳ’β“ͱ‘̰̰‘ʱŽÉ°È®‹Äª‡Ä¨…Ä©…Ũ…ħ„Ħ‚Ä¥‚ä‚䣂À¢¿ €¾Ÿ¼ |»Ÿ{¾›{½™y½˜y¼—x¸™u·˜u³•o±“m°l¬Šha’tWxcHWB'2-"% "$$!$(#'#-0%/345EZ[s•\¡h”·[°T²JНH€©M„Qƒ©R~¥N€¥U‡¬\²l™¼v¢Âƒ¥Å†¥ÁŒ¢¾ˆ©Á˜®Åœ©¼ž¦¸š©º¡¨¸ ©¼šÀ§¼“¦»“𲉢n‡£cƒŸ_¡V|R}¡L„¨SаVµ[’º]’º]Ž´Y³X‹°]‹¯]Ьe‡©bƒ¢bž]‚ `…¤dŒ¨h¬l•°q›¶w¤¿¬Æ‰©Ã‚§Á€¢½zŸ»xŸ¼vž»tœ»qÄסÌß©Ñá¯Òâ°ÊÛ¥¿Ðš¤½}Ÿ¸wœ¾|£Ä‚©Ì–±Óž¸Ôª»×ÁدÃÙ±ÂÙ¶½Ô±ºÓ¦¼Õ¨¿ÛŸÀÛŸ½Û’»Ø¶Ô†´Ó„²Ñƒ±Ð‚°Ð†°Ð†°Ïˆ¯Î‡µÎžºÓ£ÄÚ¯Ìâ·ÓçÁ×êÄÚëÈÛìÉßðÊàòËßóÄÜïÀÖíµÒé°Ëä¤ÅÞŸ¼Ü™µÔ‘¬Í‰¡Á~™»x•·t¯pЬm°y‹«tЦx‹§yˆ |‚švŒ¢„Ÿ´–¨Ã¡¬Ç¥²Ì§·Ñ¬»Õ¬½×®½Ø«¼×ª¹Ô¥µÑ¡¶Ó¸Õ µÔ—±Ð“¯Ð®ÏŒ²ÕвՋ‘z2O *'VH2naKž‡l±š¾¤ŠÃ¨ŽÆªÈ«‘˯“Ë®’ʰ‘̲“ζ•и—Ѹ—Ѹ—Ñ·–Ñ·–л˜Ïº˜Ðº˜Ï¹—ε”˳‘ͳ‘ϵ“˰˯ŽË¯ŽÌ°Í±Í²‘̱˯ŽÇ¯Ç¯ŒÇ®‹Ç®‹Ç¬‰Æ¬‰ÇªˆÆª‡Ç©‡Å§…Ã¥‚Á£Á£Á£Á£‚À£º |»¡}À}¿|Àœ|Àœ|»y¹›x¶šu³—r³’qŒk£ƒe˜y[}dGbI,;2$($"$&&(*+26)04$7;CVZq’[…§p‹®RŠR‹¯E†«A„«L„«K†¬P¦I‚¨N‰¯U‹°\‘µbš¼p¿s¼v¼v¡½}¤¿¥½‡§¿ˆª¿‘©¾©À†¨¿†¤½€œµx“®lˆ£aU†£[‚£TŸQ¢O‡ªW²\µ^¸_“ºb´^³\޳b’¶e“´k®f‡¦c„£`†¤dŒ©i«l‘n—²s™´u¸z¦Á‚§Â‰§Â‰¤Àƒ¹}™·t™·ušºqÆÚ£Îâ«Ôä²Úê¸×è³Ó㮼Ք ¹xœ½{ Á¤Æ‘ªÌ—²Î£´Ñ¦ºÐ§ºÑ¨ºÑ®¹Ð®¹Ò¦¼Õ¨ÀÛŸÁÜ ¾Ü”¼Ú‘¸×ˆ·Ö‡µÔ†³Ò„±Ñ‡±Ð†±Ï‰±Ð‰¸Ñ¡¼Õ¥ÃÚ¯Ëâ¶ÓçÁØëÅÛíÉÜîÊàòËáòÌßóÄÜðÁØï¶Ôë²Íæ¦Çß ½Ü™µÔ‘¬Ì‰ Á}—¹v’´q‰«l†¨iŠ©r…¥mƒŸrƒŸq€˜t|”p‡œš¯‘¡»™¥¿«Å °Ê¥´Î¥µÐ§µÐ£´Î¢±Ìșʕ°Í˜®Í‘̮ό¯Ð³Ö‹¦É~y•b&B# 74)^P:‚t^©’wº¢ˆÄªÇ¬’Ê’Ë®“α•Ͱ”˱’ͳ”η–и—и–Ѹ—Ó¹˜Õ»™Ñ¼™Ð»˜Ï¹—Í·•̳‘ɱʰ̲‘̰̰̰̰˯ʯŽÉ®ÈŒÈ°Ç¯Ç®‹Ç®‹ÈŠÇ¬‰Ç«ˆÆª‡Æ¨…Ħ„¤‚Á£Á£Á¢À¢¿¡€»¡}»¡}Àž}¿œ{¿›{¿›{º›x¸švµ˜t²•q³’q¯Žl¦‡i~`ƒjMiP3@8),# #!#")-'.2 37<PSfˆQ|žg…¨L†©M‡¬B‚§=€§H§G„ªN…«O‡¬S‹°W޲_޲_²f“µi–µo–µnšµuœ¸xž¶ ¸‚¤¹Š£¸Š£º¢¹€ž¶z•q§f…Ÿ^}šRžV‚£T Q£O†ªW‹±Z³\¶^“ºa‘¶`¶_’¶f•¹h–·n‘²jŒ«h‡§d‹¨hl’®o”±q™´u™´ušµw »|¡¼ƒ£¾…¡½€œ¸{˜¶s˜¶s˜¸pËÞ¨Ò䮨äµÜè¹ßê¸ãî¼Ùë®®Á„¡¿}¢Á¡Ä‹¦É¬Ê›¯Íž³ËŸ³ËŸµÏ«¸Ò®»Ö©¼×«¾Ú¢¾Û£¼Ù™¸Ö–¶Ô’¶Ô’´Ó‘²Ñ¯ÏŽ¯Î¯ÏŽ±Ð¹Ò¦»Õ¨ÂرÉ߸ÒåÃØëÉÜíÍÝîÎâóÐâòÏßòÆÜïÃØï¸ÕìµÍæ¨Æà¡ºÚš±Ñ‘¨Éˆ¾}”·w²r‡ªm…¨k‚¢k h›l~šk}“lzi…˜v•¨†žµŒ¡¹¦¾’ªÂ–®Æ˜°Èš°É™¯È˜§Ã¡¼ŠŸ½„¥ÂЍɇ«Ì‹ÐˆÑ‰¯Ð…¤ÆzwŽj*B/+IE4n\E›‰r²¢¿¯œÆ²ŸÇ³ŸÊ³œÊ³Íµ›Ì´šË´–Ͷ˜Î·–Í·–͵“͵“Ñ·•Óº˜Ñ»™Ð»˜Ð¹–η•Í´‘˲Ͳϴ‘̯̰ͰŽÌ°Ê®ŒÉ‹È¬ŠÇ¬ŠÈ¯Ç®ŒÆ¬ŠÆ¬ŠÇ¬ŠÇ¬‰ÆªˆÅ¨†Å¨†Ä§„Ã¥ƒÂ¥ƒÂ¥‚Á¤‚À£¿¢€»£~»£~ÀŸ}¿{À›z¿›y¹›x¸šv´˜u±–s³“s°p¬‹m¤ƒfpStX:I<*4'""&+00?QPbƒHyš_‚¤Jƒ¦K†¨A‚¤=¥D¤C~¤=„ªC†¬DаH“¸U“¸TޱV²W‹¬TЬSŽ®V’²Y–³aš·ež¸p¸pœ¸iš¶h–²cŒ¨Y‡£Uƒ Q|šK|šK~ŸN}M¡P†©W‰®[Н\Œ²_‘·d“·i•¹k˜»n™¼oš»r˜¸o“±k¬ei’¯k“¯n•±p—´s—³r–²r˜µtš¸v»y½xš¹t•·m•¶m•¸kÍàªÒä®Úç·Ùå¶Üçµâí¼àó¶¿Ò•¥Ä‚¦Ä‚£Æ¦È«ÉšË³ËŸ³ËŸµÏ«¹Ó¯¼×ª»Ö©»×Ÿ»×Ÿ¸Ö•´Ñ‘²ÐŽ²ÐŽ±ÏŽ¯ÍŒÌ‹Ì‹®Î°ÏµÎ¢¸Ñ¥¾ÕÅÛ´Îá¿ÔçÅÚêËÜìÍàñÎàðÍÝðÃÙìÀÖìµÒé²Êä¥ÄÝŸ¶Ö•ÍŒ¤Å…›¼{“¶uŒ¯oƒ¦i¤f}f}žf›k~šk•n{’k‚•s ~–®„š²ˆµŠ ¸Œ¤¼Ž§À’¨Â’¨Á’ »‰”¯|‹©q®u˜¹w Á€¤Ç¤È€¦Ç|’³hYpL284#[WF†t]›„½šÇ·¤Ë¸¤Ë¸¤Î·¡Í¶ Ϸ͵›Í¶˜Î·™Í·–̶•Ë´’Ë´’ϵ“Ѹ–ι—θ–η”̵“̲˱̰ŽÍ±Ë®‹Ë¯ŒÌ¯Ì¯Ë¯Ê®ŒÉ®ŒÉ®ŒÉ°ŽÇ®ŒÆ¬ŠÆ¬ŠÇ¬ŠÇ¬‰Æ©‡Ä§…Ũ†Å§…ħ„ħ„ħ„æƒÁ¤¿£€»£»£ÁŸ}¿ž|ÀœzÀ›zºœy¹›xµšw²—t´”u²’r®p¨‡i’vX{^AOA09, !&0/@RRiŠO e…¨M…¨MˆªC…§@…©H„¨G~¤=¦@§?‡E’¸T—¼Y“¶[޲VŒUŠ«SŒ¬S¯W“°^–´b™³k–±i—³d•±c‘_‡£U„ R„¡S}œLy˜Hy™IzšJ~¡O†©WˆZ‰®[Œ²^‘·d˜»m›¿qžÁuŸÁu ÀwŸ¿vš¹s”³l“°m“°l“¯n”°o•±p”±p”±p–²r˜¶tœºx¼wš¹t•·m•¶m•¸kÊàªÎäÝê¼Úçºáéºãì½Þí±Ïߢ§Å¨Æ‚£È‹¤ÉŒ¦É–©Ë™¯Ì±ÎŸ²Ï¥µÒ¨¶Ô¤µÒ¢µÒ¶Óž´Òœ°Î˜®Ë˜®Ë˜¬Ê˜ªÈ—¨È•©È•©Ê”«Ì–Ëœ°ÎŸ·Ò©¾Ù¯ÇÞ»ÍãÁÓçÈÖêÊØìÉØìÉÕìÁÒé¾Îé²Êå¯Ã᣾۲Պ¨ËžÂv”¹l‹±e‚©]yŸUwžSzžX| Z^~œ]™a~–^”a…™eŽ¡m’¥q•©t—«vš¯yž³}ž´~³}–®wˆ h|˜Z}™Z‚¡Z‹«d’µg–¸j•µj†¦[NaL,#!A=&njS¥z½§’¿²¥Çº¬ËºªÌ»«Ðº¦Î¸¤Ï·žÍµœÎ·˜Î·™Í¸–Í·•Í·”η•и–Òº˜Ñ¹™Ñ¹™Ñ¸˜Ï¶–ϳ’ͱ̯ŽË®ŒÌ®ŒÌ®ŒÌ®Í¯Ì°ŽÍ°Ì°Ë°Ì²Ê°É®ŒÉ®‹Ê®ŒÉ‹È«‰Æ©‡Æ¨†Å¨…ħ„ħ„çƒÂ¦‚À¤€¾£~¹¢}¹£}ÀŸ|¾zÀ›yÀ›y»zºœy¶›z³˜vµ•w²“u¯qªˆk˜y[ƒdF[I4E3'" - -% '/(;LFr“S‡¨hVŒ¬U®M«J¬M‹ªK‰C†©?…ª=ˆ@Œ°I”¸P•·[±U°VŒ®SޝP’³T–¶[š¹^š·h—´d•´Z“²X®V…¤L‚ K…£N~Jw–Cy™H{šJ P†¨Xˆ¬[‰\޳b–»jŸÀ{£Ä¦Æ€¥Æ¦Å|¥Å|¢Àwœ»q—´m•²k”²m•²m”±n“±n”²p•³p—¹jš½n›¾n˜»k”¹f”¹f”»gÌâ«ÍãÚç¹Ûè»äì½åí¾Ûë®×竦Ā§Å£Ç‹£Ç‹£Å“¥Ç•¬Éš¯Ì±Î£²Ï¤²Ï °Îž°Î™±Ï™°Í—®Ë•¬É–¬É–ªÈ–¨Æ•¦Æ’¦Å’¦Ç‘§È’«Èš®ÌµÐ¦»Ö¬ÃÙ·Èß¼ÎãÃÑåÆÑåÂÒæÃÐç»Íä¸ÉäÅિܞ¹Ö™Ð…žÁv´h„©]|£WxŸSuœQxŸT|ŸY~¢\€ž_~œ]‚™a€—_€“`€“`ƒ–bˆ›g‹Ÿj kŽ£m‘¦p¦p£m™a{“[w“Uy•Wy™R~V…§YŠ_Ž®cw–L9L7&'"$HC,{v`´ž‰¿©”Á´¦È»Ì»«Í¼¬Ñ¼¨Î¹¥Ð¸ŸÎ¶Ï¹šÏ¹šÏ¹˜Ï¹—Ϲ–Ϲ–ѹ—Òº˜ÒºšÒºšÓ¹™Ñ¸˜Ñµ•Ï´“α̮ΰŽÍ¯Ì¯Í¯Ì°ŽÍ°Ì°Ì°Ì²Ê°ŽÊ¯É®ŒÊ®ŒÊ®ŒÉ¬ŠÈ«‰È«ˆÇª‡Æ©†Å¨…Ĩ„çƒÁ¥¿¤¸¡|¹¢|¿ž{¾y¿›x¿›x»zºy¶œz³™wµ•x²“u¯pªˆlœ}_ŠkMdR=N<'-($ -!&$-&8ICr“R‰ªi‘±Z‘²[–´S“±P’±R®OޱG‰C‰®A‰@†ªB±I•·Z“µY‘³X±W“´U—¸Y›º`ž½bž»l›¸h–¶[”³Y‘°W‡¦N‚¡K†¤O€ŸLw–D}œL}L€¢R†§W‡«ZŠ®]’·fœÁp¤Æ¨É„ªË„©Êƒ©É€©È§Å|¢Áw›¸q—µm–´o–´o”±n”±n”²p“±o˜ºkš½nš¾m˜»k•ºg–»h–½iÈâ¬Ëå¯Ôâ¶Úé¼âê¼äì¾Þí±×檤Â}¥Ã~ŸÅ‡žÄ†œÂŽÃ£Ä”¦Æ—«Ê™«Ê™¬Ë—«Ê—ªÉ•©Ç“§Å•¦Ä”¦Ãš§Ã›¦Ã¤Âœ¡À˜ À—¡Â•£Ä—¦Æ£¨È¥Ê«²Ï¯¹Ó¶¾Ø»ÄÛ¾ÆÞÀÇߺÇߺÅàÂݪ½Þ›¹Ú—±Õ‰ªÎ‚šÁfŒ³W€¨Ly¡Ev Dv¡Dv¡E|§K}¤L¨Q…¥S¢P„žRƒQ—O•L‘V…•Y‡—[†–Z†—[ˆ™^†™^ƒ–[xŽQxQ{”R€™W~œPR„¥R‰©W‹©`m‹A.>3%)$'NJ/ƒd³‰¼¥’¶ªÈ¼°Í»Î½®Ó¼©Ð¹¥Ò¹ŸÑ¸žÑºšÒº›Ñ»™Ðº˜Î¹—ι–к˜Ñ»™Ñ·šÒ¸›Ò·™Ðµ—Ñ´•г”ϰ‘Í®ŽÏ¯Ï¯Î¯Í®ŽË®ŽÌ®Ì¯Í°‘˯ʯʮŒÊ®ŒË®ŒË®ŒÊ‹Ê¬ŠË‹É¬‰Ç«‡Æ©†Å©„ĨƒÂ§Á¦€º¤~º¥~Á |¿ŸzÀœyÀœy»žz»žz·|´šy¶–y²“v¯Œp«ˆl b‘pSnYBYD-6/%+% !$"%-#:J@lŒH‡§c“²^–´`œ·\šµZ›·Z™´X“´O‘²LްGŒ®F‹K²P–¶b™¹ešºhšºh¾e ÀgŸ¾iŸ¾hžºq›·nšº]–·Y”´Y‹«P†¤N‰¨Q†¤Q~J‚¡Q‚¢Q…¦W‹¬]°a‘´dš¾n¥Éx¬Ëͯ΋®Î‹®Í„̃¬ÊªÈ|¡¾tš¸n—µn—´n”²n•³o–µq”³o˜»rš½tš¾r™½q˜½m™¿ošÁmÄÝ§Ìæ°ÓâµßîÁáé¼ãë¾àï³ÑढÀ{¢À{›Âƒ™À‚˜½‰˜½‰½ŽŸÀ¢Á£Â‘¥Ä¦Å‘¥Ã¢Á¡¾¡¾ ½”¢¿–¢Àš¡¾˜¼”œ¼“ž¿’¡Â•¢ÂŸ¢Ã ¦Ã¤ªÇ§±Ë®¶Ð³»Òµ½Ô¶ÁÙ³¿Ø²¼×¤¸Ô ´Ô’¯Ð¥É}Áu…¬Q}¤Hz£F|¥H}§J{¦Iw¢Fz¥I}¤LƒªRˆ¨V„¥S†¡T„žR‚˜O~“KS‘U€T}Q|Q~T}U{ŽS}“VzSy“Q~—U}›O€žR…¦S‰ªWŸVa€6&6+'"!+&)TP5‰…k°™…¼¥‘Ä·«Ê½±Í¼Ï¾¯Ô½©Ðº¦ÒºŸÒ¹ŸÐ¹™Òº›Ñ¼šÑ»™Ïº—к˜Ò¼›Õ¿×¾ ×½ Ö»Ô¹›Ô·˜Ó¶—Ò³”а‘ήϯί̎ʬÊ˯ͱ‘ʯ˯˯˯̯ŽÌ¯ŽÌ¯Ì¯Ë®‹É¬ŠÇª‡Å©…Ĩ„çƒÁ¦À¥€½§¾¨Ä£Á¡}ž{žz½Ÿ|¼Ÿ{¹Ÿ~µ›z·—{²“v¯‹p«ˆl¡c”sUr]F`K4=6,2,""%$ !*.%7H>g‡C„¥`“²^—¶bž¹^ž¹^¢½a¢½aœ½Xš»V“´L²J•·U–¸W–¶bšºfšºhœ¼j£Ãk¦Çn¦Åp¦Åp§Ãz¦Ây¾`™º\—¸\¯TЍRŽV«X‡¥R…¥T‡¦VŒ]“´e–¹iš½m¢Çv¬Ñ€³Ò”³Ó•´Ô‘´Ó³Ò‰±Ñˆ±Ï„°Îƒ§Å{»q˜¶o—´n•³n˜¶qš¹u˜·sš¼sœ¾uœÀt›¿s›ÁqžÃsžÅqÊá®Éà®ÏÝ±ØæºØé¼×è»ÞþŬ̔—¾{˜À|š½zœ¿{žÀƒ˜º}Ž·~‘¹”º‡”»ˆ•¼‡•¼‡•¼‰•¼‰•º”¹–¹š”·˜“³œ”µ—¶ ˜¸¢›º¡œ¼£Ÿ¾¬ž½«ž½«ž½¬¡¿®¤Â²ªÈ³¯Ì¸±Ï®°Í¬±Ï—®Ì”«Ëx¥Æsœ¾Y‘²N¨A€§?¦C€§D¦G}¤E~¤F€¦Hƒ§J‡¬NŒ¬TŠªR‰¤U… Q‚šS~•O|‘SyŽQyLyŽKxŽFyH|“J|’J~–O{’L|•N€™RšNP…£P…£P„¤PTt .90# -/2ZV>‡ƒk…¼¬”Æ·ªÎ¿²ÑÁ°ÐÀ¯Í¼¥Ê¹¢Ð¼ Ѿ¢Ï¹šÒ¼Ò»›Ð¹™Õ¼žÏ¶˜ÔºžÔºÓ»¦×¾ªØ¿¨Ô»¤Ó¸žÔ¹žÒµ™Ì¯“Í®’̮͑̑‘˯’̰’ʱ’ʱ’ΰ‹Î°‹ÉŠÇªˆÇ¬ÉÈ®’É®“Ǭ’È®”§ŒÃ¨Ã§ŠÄ¨‹¿£…çˆÆ¦‚㺡~¿¦ƒ¸§†º¨‡¶£†¶¤†½¢ˆ¹ž„¸—{´“w«‰h‹j¢ƒ^”uP}dImT:QB1?0,)#&" )"3@8Xu;‡¤i•µk”µk ¼ižºg¢¸d§½i£¿h¨Ãm »h˜³aœ·k¸kšµnŸ¹rŸ¹v¤¾{ªÃ‚¯È‡³ËŠ²Ê‰±É‡´ËЬÅ{¦¿uœ·d”°\ެP‘°S–·\‹«P‰¨X\”³mŸ½x¨Æ„«Êˆ°ÎŒ·Õ“ºÕ ¼×¢½ØŸ½×ž½Ø™¼×™·Ô²ÏŠªÉ¢Áw™ºm—¸k—ºl—ºl—¼m™¾o›ÁpžÄr¡Æt¡Æu¢Æu£Çv¥ÈwÆÝªÄÛ¨ÏݰÖä¸Üí¿çøÊÆæœ¼„·s’¹v•¸t˜»wš¼”·y†¯w„t…«x†¬y‡®zб|Œ³€³€Œ±†‹°…‡ª‹ˆ«ŒŒ¬•‘²›–¶ ™¹¢›º¡œ¼£œ¼©›»¨š¹¨™¸§˜¶¦™·¦œº¦ ½©¦Ã¢¥Â¡¦Å£Á‰ž¿l™ºg”µQ‹H…Eƒ«C‚©F„«GƒªK¨I¨J‚©K‡¬N‹¯R¯WT‹¦W‡¢Sƒ›T~–O~’U{R{MzMyG{‘I}”K|“K~•O|”M|•O˜Q~šM€œOƒ Nƒ¡N{›Gbƒ/BMC!," ! #-/3VQ:‡‚k° ˆÂ²šÉºÐÁ´Ï¿®Ë»ªÎ¼¦Ï½¦Ò¾¢Ï»ŸÒ¼Í·˜Ô¼Ì´•Ï·˜Õ¼žÑ·šØ¾¡Ö½¨×¾©Ù¿¨Ø¿¨Ù¾£Ø½£Ö¸Î±•Ѳ•б”ΰ“ͯ’̰“ͱ“˳”˳”вгŽÎ±Í°ŽÌ°’˯‘Ǭ‘Æ«Á§¿¤ŠÅªÂ§ŒÁ¦‰Ä©ŒÈ¬Ž»Ÿ€¾z쩆´›x²¡€´£‚¼ªŒ¶¤‡·‚¹Ÿ„»š~³’u³‘p©‡f¢ƒ]œ|WŠqVx_E[L;E6%-*$'# ',:2[x>ˆ¥k•¶l’³i›·d›¶d µb ¶b¢¾g©Än¥ÀmŸºg¡¼o£¾r¢¼v£¾w¥¿}¬Æƒ³Ì‹¸Ñ¼Ô“¹Ñ·Î·Ï²Ë®Ç}¥Àmœ¸d•³W˜·Zœ¼b±V¯^—·fŸ¾x§Æ€°ÎŒµÓ’ºØ–¾ÝšÃÞ¨Äß©ÄߦÄߦÄà¡Äß¡¿Ü—ºÖ‘¯Î„¨Ç} Átž¿rœÀqœ¿qš¿p›¿qžÃr¡Çu¥Êx¦Ëz§Ëz¨Ì{©Ì{ÃߥÁÝ£ÍáÔè³Öë¶Óé´ Á„Œ®p‰°kŒ´n‘´p”·s–º{‘µu©nv esœhsœgtgvŸix¡ny¡nyŸvxžuwš€{„„£•¬•±¨™µ«›·¸®š·«™¶ª—´©”±¦‘®¢«Ÿ¬œ’®•±“•²“˜µ€•³~‘±b¯`ޝOŠ«KŠLˆ«J‡ªMˆ¬Nˆ«R†ªQ†©Q†©RЬVޝY’¯_]ާ`‰¢[„š[–V|’TzQyKyKyF|’I~•L}”K}“N•P~•R}•R˜R™T›Q‚œS†¤Uk‰:=H;' ! "##122YQ:ކp·¢‘Ʋ ɽ´Ê¾µÍÀ´ÍÀ´Èº¨É»©Î¿¨Æ· Ä´™Ì¼¡É¹ÆµšÈ¶œÎ½¢Ð¾¥Í»¢Ò¾¨Ð¼¦ÔÀ¨Ö«ÖÁ©×ª×ªѽ¤Ðº¡Î¸ŸÍ¶šÌ´™Í´•ε•е“ж“Ê´œÉ³›È±™Ç°˜Ç¯—Æ®–Æ–Æ–Æ®–ë”Ô¾©¾«’º§Ž¹¨Žµ¤Š¶¢“¯›Œ§•§–‚¥”z¤”z«˜x³Ÿ€¿¤„ºŸ¸—w´“t¶‘t¬‡j¬‡k¥€d™}^†jKjXBQ?)3,"*# *#4A;Zw>€dޝf²h—µa—µaŸ·a ¸b¢»g«Ão¬Ät¦¾n£¼r¨Àv¨À}¦½z¨À°Ç‰·Î’¼Ò–¿Õ™½Ó—¹Ï’¸Í‘µÍŠ³Ëˆ¬Æ{¤¿s›¸e ¾j¢Áp—µd—µo¢Àz«ÇŒ±Í’¸ÔžÀÛ¥ÄߪÇâÌå´Íå´Ìå±Ìå±Íæ¯Ìå®Èâ¦ÂÜ ¸Ô“²Í«É„¨Æ¦Å~£Ã| Áy Áy¡Äv¥ÈzªÍ~ϯЂ¯Ð‚®ÏÄঽٟÂ×¢ÉÝ¨ÂØ£¤¹„‚¤f„¥hƒªe‡®iŒ°k޲m³t‹¯ox¢gk•ZfŽZdYdWeŽXg\h]jgl‘iq“zv˜€žˆ§™£•²¨™µ«›·˜¶©–´¨”±¦’¯£« Œ©©˜ª™Œ©Š©‹‘®yx__±QޝO‹®M‰K‰¬OŠP‰S‡«RˆªS‰¬UŠ«U®Y’°_’°_’«d§_‰Ÿ_„šZ•W|’Sz‘LzLyF{’H~”K}“J|’M€–Q}•R|“P˜R€™S™O›Qy—Hfƒ59D7' " #%%%566`XB˜y»§•İžË¿¶É½´Ë¾²Ï¶̾¬Æ¸¦Äµ»¬”¾®“ƶ›À¯”˺žÊ¸žÇµ›Í»¢Ï½¤ÔÀªÓ¿©ÙÅ®ÜȱÙĬ×ëÙĬÖÁ©Ó½¤Ò¼£ÑºžÏ¸Ñ·˜Ð·˜Ñ·”Ñ·”Í·ŸÉ´›È±™Æ¯—ŕŕǯ—Ȱ˜Ã«“Ĭ”¾©Àª‘»¨¸¥Œ«š€§–|œ‰z›‡x|h‡vb~nS†v\z[“€a°–u·|·–vº™z´r®‰l®ˆl‡kž‚dqRvdN`N8;5+,& - - .'=JD`}Dz—^‡©_²h–´`®Z˜°Z›³^ ¹d©Âm®Æv§ÀoŸ¸n¤¼s¨¿|£»x©À‚±ÈŠ·Í‘»Ñ•ÀÕ™ÀÕ™¼Ñ•¹Î’³Ìˆ²Ë‡®É}¨Ãw ½j§Åq§Æuœ»jŸ½wªÈ‚²Ï”¸Ô™¿Ú¥Æá«Êå°Íè³ÒëºÓëºÒë·Òë·Òë´Ñê³Îè«Êä¨ÃÞž½Ø˜µÓŽ±ÏŠÍ†«Ë„¨É§È€¤Èy¨Ë}Ђ±Ô…³Ô†²Ô†±Ò„½àŸ°Ó“©Çˆ©Ç‰œºzƒ ayX€£_€¦]ƒ©a‡«c†ªbƒ©d¥anšXaŒJW…@W…@X†?[ˆB]ŠE`ŒHeVi“[p”nvšt€žŠ‡¦‘Ž©“¢˜°§š²ªš²«—°©•¦“¬¤’«¢‘© ‘©›‘ª›’«‘ª“®“®~’®h’®h“±\‘¯Y‘XW¬Z¬ZŒª[ЍY‹¨]Ž«`Žªc’®f—°o™²qš¯v–«r‘¤qŒŸl‡žb˜]~•S{’Pz‘I{’J~“L|’J|‘O”R~’U~‘T•Y–Y€•W‚—YƒXw‘LHTA!,""!"&#*(":92l_I¡•¨ʰ¥Ì»¯ÖŹϾ®Ê¹ªÅ´ ¬š†ŸŽu«™©˜}´£ˆ¼«¾‘¾’ɹžÊº ÑÁ¨Ò¿ Ó¿¡ÚîßDzÜ÷ÚÁµÖ´Կ²ÍÀªÍ¿©Ë¿¤Ê¾£Í»£Ìº¡Ï¶£Îµ¢Ò³›Î°—Í®”ˬ’Ȩɪʬ“É«‘ǓƬ“¾«’±…”‡p˜Šs”Št…|fxv[kjNicKgaIukVsiTtgTnaNxkTŸ’{©š}¨˜|«—v©•s¤h§k§†b˜wSˆpTw_CPD38,$! - *%6D>Tq9k‰PyœR‡ª`±[¯Y™´\œ¸_Ÿ¶c§¾kÄu§¾oœ³l ·o¦¼|£ºz¨¾ƒ°Æ‹µË“¹Ï—¿ÔÁÖŸ¼Ð™¶Ë”±Ë‰°ÊˆÉ€«Ç~¢Àq¬É{ªÈ|¡¿s©Å…±Î¹ÔŸ¿Ú¥Æß±Ëä¶Ðç¼ÔìÀÙîÄÚïÅÚïÄÙîÄÙîÂ×ìÀÕë¼ÓéºÏæ³ÉàÁÙ¢»Ô·Ñ–´Ï”³Î‘²ÎÌ…¯Ï‡´Ò‹·ÕŽ¸ÕŽ¶ÓŒ´ÐŠ¸Ûš«Î ¾“°r~›\€^|Ÿ[‚¥a‚¨`„ªa‡«c„¨`}£_yŸ[k—T^ŠHP~9Q:T‚;X…?Z‡C]ŠFdUi“[p”nw›u ‹‡¦‘§œ‘« –®¦˜°¨š³¬˜°©–¯§•®¦”¤“«¢“¬“¬•®”“¬‘”¯”¯”°j”±j”²]’°Z“°Z’¯Y‘®[¬Z‹©[‰§YŒ©^b”¯h–²j›´sž·v µ|œ²y˜«x”§t¤i†b€˜V|”R{’J}”L€–N”M|N}‘O}‘T~’U€•X€•X€•V—X˜Tj„@;G4$! "# !&"&*'-,%<:4uiS¦šƒÆ¬¢Ó¸®Ë»¯Ôķп°± ‘‘€lŽ}i‹zap^FnR“‚gœ‹p¢‘v§–|´£ˆÁ°—ƵœÑ½ŸÒ¿ Ö¿ªØÀ«ØÀ³×¾²Ó¾±Ó¿±ÎÁ«ÎÁ«ÍÁ¦ÌÀ¥Ï½¥Í»¢Îµ¢Ì³ в™Ë”ɪ‘ǨƦŒÊ«‘˓ŧ¶œ‚£‰pŽ{bxdLgYBeW@cZDVM6US8^\Ad^F\V>\Q=bXDqdQxlXtgPl_Hˆy\¡’u«˜v¨”r¯˜s©’l«‹g €\•}aˆpTbWEE:((& $.<6Nl3i‡Nu˜N|ŸU…¦P‰©T”¯V“®V´a¢¹f¨¿p¥¼nœ³kœ³l¡¸x¢¹x£ºÃˆ³É‘·Ì•½Ò›ÀÕžºÎ—²Ç¯É‡Ç…¬È«Ç~¡¿pªÈy§Åy¡¿t®ËŠ·Ô“ÀÚ¦Æà«Ëä¶ÏèºÓë¿ØðÄÜòÇÝóÈÞóÈÝòÈÜñÅÛðÄÚïÁÙïÀÖíºÐçµÈàªÁÚ£¼Ö›ºÔ™¸Ô–¸Ó–³ÒŠ´ÔŒ¸ÖºØ‘º×¶Ó³Ï‰¬Ò”›Áƒ´r}¢`p•NzŸX€¥Y†«`‰`‰`‹®cˆ¬`€¦[|¢WqœPeDSƒ3Sƒ2U…1Xˆ4Z‰6]Œ8cFi”Ls˜c{Ÿk†¤ƒ‹©ˆ‘¨••¬™›¯¢ž²¥¢³ª¢³©¡³© ²¨ž°¤›¡›œ®žœ®•˜«’˜¬ƒ™¬„™®tš¯u›±j˜®h™g—«f•©f“¨e‘¦f¥f“¨m˜rœ±{²| ³„£¶†¤¶£´‹Ÿ¯Šœ¬‡“©y‹¡q„šb~•\|“Q~•S‚—T–S}QzO}ŽU“Y’Z€‘Y“Y‚”[•[m„JJV>(4 % "!# $&%('(+*1/ B?1‡ya±¢ŠÌ±§Ø½³Ë¸¸°¦š‘…Œƒw‡ovm^d[J[SAbZHi`NbZIpiXsl]kdU‡t˜’…¼¥šÈ±¦É¹¬Ê¹¬È»¬Ä¸¨Çµ¥Í»«Ø»«Ø»«Û¹§Ú¸¥Õ·¡Ò´žÊ´›È±˜Ï°–ʪ‘ŧÁ¤Œ»¢½£±žŒ¡|}o`aTEKC6KC6TPDNK?BA566*>9*GB3VL?f\O_RFZMAZOAi^Pe^KibOkbKkaK—„l¯œ„±”}¬x²i«ˆb¢…e—zZ{hP^L47/!( -"+82Dc)cƒIm“Gq—K| H„¨P‘°V“²Wš³^›µ` ºi¡»jš´k•¯f•¯m—±o›µz§Á…ǰʑ¶Ï˜ºÓœµÎ—®Ç¨Æ¥Ä|¦Æz§Æzšºk¢ÂrŸ¾rž¾q¯ÌŠ½Ú—Èâ¬Ëå¯Ïæ¹Ôê½ÙîÄÜñÈáòÎáòÏáòÐáòÐàñÏßðÎßðÎÞïÍÝïËÙêÆÒä¼ËÞµÆÚÃÖªÀÕ¥¿Ó¤¹Ò˜»Ô™¾×œÁÙŸÁØž½Ôš¹Ï•¡Çˆ…«lw›Zm’PvšSt™Rƒ©]‰®cŠ®a‰aŒ¯d‹®b‚©^~¥ZtŸTi”IZŠ:Xˆ7W‡3Y‰5[Š7^:eHk–Nwœg~£nˆ¦†ŒªŠ’©–—®›ž³¦¢·©¦·§¸®¨º¯§¸®£µ¨Ÿ±¤ž° ²¢ ²™œ®•›®†›¯†œ°v±wž³m›±kš®i˜¬f•ªg•©f”©i•ªj™®sž³x µ µ¢¶†¥¸ˆ§¸¦¸¥µ£³Ž³ƒ“©y‰ g‚˜`~•S–T‚—T–S}Rx‹M|T“Z€‘Y~X€’Y“Z•[t‹QTaI(4 % "%'"%'&)((*)2/!GD6—‰p»”Ï´ªØ¼²¿¶¬–Žƒ†}qˆ€s{rcum]xo^h_MbZH_WEPI8:3"5.:4%TNAf`Sˆpe¤‚µ¤—½ ¾²¢º®ž¾¬œÈ¶¦Ö¹¨Õ¸¨Øµ£Ö´¡Ñ³Í°šÆ¯–ÔŦŒÁ¢ˆ¾¡‰ºœ…®•€¦Œx‹wfnZIN@2C5&B;.NF9A=1C@4DD8A@4D?0MH9\SF[RE^QE\OC_UF`UGkdQ^WDcZCe\EuaI™†ny²–~µ’m±Ži¨‹j€`ˆu]o\DC;--% -"%2,Gf,e„Jm’Fp–JyE~¡JŒ«P“²X™³]˜²\š´cž¸g™³i©`ФbŒ¦d’¬pž¸|¥¾†¦Àˆ¬ÅŽ±Ë”¯È’ªÃŒ¤Â{¡¿x£Ãw¥Äx–¶f½mšºm¼p¯Ë‰ÁÞœÎè²Ïé²Òè»×îÀÜñÈßóÊãôÑâôÐâóÑâóÑâóÒâóÑáòÐáòÐâóÏßðÌÙìÃÓå½Íá´ÉݰÅÚªÃר¼Õš½ÖœÂÚ ÆÞ¤ÇÞ¤ÂÙ ¾Ô›‚¤qzjs›\t›]tžSv T§Uа_ް_¯^ްaŒ®_…©Zƒ§X}£Rr˜GcŽC`‹?_‹9bŽ<d:c:h‘Bm–H|Ÿcƒ¦jŽ©‚’†™— ´ž¦¶¨§·©®¹§°»©±¼©¯º§«¶¢¨³Ÿ§²œ¨³©´š¤¯•£®‹¢Š¡¬~¡¬}¢w¡¬u «vž©s›¦r›¦q›§uªwŸ¢°‚¦´Œ§µ¨¶•ª¸—«¹›ª¸›ª·œ©·› ´•©…¤w‡œo‚–^•]•W‚–X~‘UzQy‹Q|ŽT€’W“X”V‚”W€–^rˆPJY:*9&!# $*-1*,-*+-1/XVB©œ„¿²šÎ·ªÍ¶©´§’šŒx“„oŽ€jŒ}f‡xagW?cS<aQ;TD-L<'Q@,TC2L<+RB2SB3bPEr`U~gR›…o²”u½ŸÂ¡‚ЮԳӲœÐ± Õ¶¥Ì¯™É¬–ǫ¦‰ÁŸÁ ‚¹›€´–{˜iŠr[q]IbN;J7$L9&T?*aL7oW>t\C}bG‡lPŒnOqRŒlQ†fK„eOƒdO€hS†mY~lU}kTwbGvbG„eGqS«‚c¹q²“q³•s®‘q¤‡f’{_|eI\O;6)%" - - *!5D:Qr4iŠLl”Em”FwC{¡G„§K±UŽT‹ªQŠªUŽ®YŽ®aŠª]ƒ£^ Z~Ÿ`„¦fŒq’³w–¸|›¼ŸÀ„ †›¾x•¸r™¼sš½t²f”·k“´k˜¸o°ÌŒÇä£Ðè³Ñé´Õé¾ÝñÆÝîÉâôÏâñÑåôÔåôÖåóÕæôØåò×ãñ×äòØåòØäò×áîÑÛèËÕãÃÑß¿ÏÝ»ÍÛ¹ÉÛ°ÃÕªÆ×¬ËܱÊÚ¯ÈØÉØ®ƒ¥r~¡nx awŸ`v Tv T¥T†¬Z±a°`±c°b‰^‡«\¥TtšIg“GdDd‘>g“Ah”>h”>m–HsœN~¡e‡ªn’‡–±‹œ°š¢¶ ¨¸©¨¸ª¯º©±¼ª²½ª±¼©®¹¥«·£ªµŸªµŸ¬¶œ§²˜¦±Ž¥°¤¯£®€¤°y£®x¢w¡«vŸªvŸªuž«x ¬z¢°‚¥³…©·ª¸‘«¹˜»™»ž»žºŸºŸ¢¶’—«‡“¨{Œ¡s„™aƒ˜_‚–Y•W€“W}S{S}U‘V€’W€“U”V}”\zXQ`A+:!%+.2./1#$&.,kiUµ©‘Ǻ¢Ï¸«Â«ž«ˆlŒ~h‘‚m‰zd‰zc€hŒ|dƒs]‹zdŠyep\p_„tb‡vgxgXyg\WF;v_I€jT”vW¬o·–w¾~Ì«•Ò°šÓ´¢Ö·¦Ê–çÁ¥ˆ½¢„¾œ~´’t¬Žs•w\Žu_‰pZr]JbM:_K9cP>q\G„nZ”{c”{c”y]—|`›}^›~_œ|b›{a–wb‘r]wc˜€lŠw`ˆu^ŠvZ†rW b£…f´‹lº‘rº›yµ—u²•tp¦Žrw[dWDC6#&" (BQG]~@j‹Mr™KwŸPxžDxžD€£G€¢F…¤Kƒ¢I¡Lƒ¢N¢T}žPx™Tw˜Rw™Yx™Yx™]yš^~Ÿd‡¨m±v•·{’µoŒ¯i‹¯e”·nޱeŒ¯c‘²i˜¹pµÒ‘Çã£Îæ±Ðè³Ôè½ÜðÅÝïÊãõÏäòÓæõÕæôÖåóÖæôØåóØäò×åóÙçôÙæôÙäñÔÞìÏÙæÆÔâÂÒß½ÐÝ»ÉÛ°ÃÕªÅ׬ÊܱÊÚ°ÈÙ®ÊÙ¯‹¥€‰¢}¥l|¢iw¤Uv¢T~¤N‚¨R‘¯]‘°^”±e”±e‘°db‰¥Y~›Nr—Ho”En•>p—@p™9p˜8u›@{¢F„¥[®d™²~œµ‚¡³“¥·–ª·¡«¸¡´»¤µ¼¥¶¾¤¶½¤´» ±¸ž°·›¯¶›°¶š¬²–¬°«¯©†¨¬…ª©¬€¨«§ª~¦«~¦«~¥«¦¬€§¯ˆ«²‹®·—°¹˜±» ³½¢²¾¤²½¤°½¢¯¼¡¢µ•™«‹˜«‚’¥|ˆœg…™d„—\€”X•X~’U|Q}‘R~“O~”P€–N‚˜P›X}—TOb8&9#().34-.1'(+0/~}k¸°žÅ½«Å·¨¹¬œŸš‹˜“„‰ƒsƒ|l‡uƒziƒxe“ˆu”†s“…r™‰xŽ|œŒ|“ƒs–…v•„uvXxoRu`FvaGlS’qXz\º—yÁ¤~̯ŠÏ¶Ð·Â§†» ½›‚º™¸‘m±Šg–tV”rS}eMu\EhWGUD4H=1H=1D;0B9.D9-B8,A6)B6)=8 <6@8'E=,H>6NE<YPKbYTqh`pg`ˆ|kq’f£’w±›z¯™x°ž„«™²«•w¡‹l˜‚dwhOJ<#&"$ )<L<Rs0_>bŒ9k”AvžCuBzžC£G}¡G{ŸExGw›Eq–GkAeŒCdŠB_‡Da‰FbŠJdŒKfŽNh‘Qi’Qi’Qm•Vl”Un•T‚©h‡¬i§dЬj“´sµÒ–¿Ü ÈßÎå³Õæ¿ÛìÅÞìÌâðÐåòÓæóÕåòÕåòÕæóØæó×åòØçôÚéôÜéõÝéóÜäîØàéÒÜåÎÙáÊÖßÈÏÛ½ÉÕ·ÉÔ¶ÍØ»ÎØ»ÌÖ¹ÌÕ¸“¬‡©ƒ„ªq§nz§Xw£U}£M€¦PŒªY‘¯^–³g˜µi–´i”²g¬_ˆ¤WyžPušLsšBuœDu>tœ=wžC}£H‡§]°fš³€ž·ƒ£´”¦·—ª¸¡«¸¡·¾§¸¿§·¿¦¶½¤´» ²¹ž±¸±¸œ°¶š²–±‘¬°ª®‡©¬…ª©¬€ª©¬€©€©®©®ƒ©¯ƒª±Š¬³Œ®·—±ºš³½¢µ¿¤´À¦³¿¥°½¢®º ¡³“™¬Œ›®…–©Šži†še„˜]€”X•W’U}‘R~’S”P€–RƒšQ†T„Ÿ\|–TUh>)= #').24)*-$$(:9'Ž{Á¹§ÈÀ®Æ¸©®¡‘˜“„}xizscnhXcZH[SAVK8QF3YK8PB/N>-K;*I9)D4$K:+N=.PG*ZQ4eP6jU;„cJ“sYz\±Žp²•pæʱŠÎµŽÄ©ˆ¾¢»š€µ”z†bœuQoPqO0V=%G/E4$P@/VK?eZNof[sj_|qe„znˆ}pˆ|o†j„~g‚ziyq`jaX]TLND@>402)!0' B6&K?/[J/{jO“~]¦o¯žƒ¶¥‹³ž€²®˜y¨’s„u]K<$($ #3#<L<Vw4aƒ?]†3aŠ8p˜=s›@zžB‚¦J| F{ŸExœFt™Cl‘Bcˆ9Z8W~5Qy6Sz7S{;S{;S{;Rz:Ox8Mv5Ox8Ow8V}<n•T}£`}£`…§eްn³Ï”·Ô˜À×¥ÈÞÑâ»ÙêÃßíÍâðÐäñÒåòÔåòÔäñÔåòÖäñÕåñ×èôÛèôÜêõÝêôÞçòÛäíÖàéÓÝæÏÛäÍÔàÂÍÙ»ËÖ¸ÎÙ»ÏÙ¼ÍÖ¹ËÔ·¤µ™’Œ¯x‡©s|©Xv£R|¢H€¦L‹¦U”¯_œµož·qŸ¶u´s®n™«kˆ§T M|ž@~ŸA~£:~¢:£=‚¦@‹©U’°\œ³x¡¸|¨·‘¬»•°» ±¼¡»Â«»Á«ºÁ§¸¾¥µ¼Ÿ´»ž´ºœµ»œ³¸™°µ–±´“°³’®¯Š¬ˆ®®…„°®†¯„®‚¯¯„¯±…°²†¯³Œ°´±¶–³¹™´¼ µ½¡³¾¡³½ ¯¼œ¬¹™¢´¯ˆŸ±ƒ˜ª|Œ g‡›b„™Z•W€•T~”S}”O}•O~˜K›N„ L‡¢Oƒ¤M¢Ln†L6O%"$".31006""(<<2…©¦Ÿ¸µ®´°¢š–ˆpfYsi\|p`ˆ|mšŠw¨˜…«—€¯œ„±š~®–{¯”w¦‹m¢…f™|]qR‚dDfS9\I/PG4>5"GD7VSFvkZ‚xgªuº …ʧ†Ñ®È©‹À¡ƒ«•|Ÿ‰p€qf\NCK;.<,dRA„ra‡q[‰s^“y_ž„j¨Šl©‹m°nµ•t¸—t¸—t¼‘t¸p´‹l¯‡g©…e¬‡g¦†iœ|_“zfzaNL?70$(),+,/!,5.9B\\Jªª˜¦ž„¥œƒ±¡€«›z‰}`UH++)$5M^Hd‡>dˆ>bŒ5c7eŽ2n—;}¡H{ŸFyžGwœEtšFp–BgB_†9V7Qz3Ku2Lw3Lw6Kw5Kw5Lx6Lx5Kx5Ft5Bp1Lx8Z†Fn˜Ux¡_~£`‡«hËŒ±Ï¼ÓÄÛ¤Óã·ÜìÁæòÎéõÑæòÒçôÔçôÔæóÓåòÓãðÑäðÔèõØéôÛêõÜìôßêòÝçíÜäêÙâçØßäÕÛãÌÔÛÅÏÖ¿Ð×ÁÓÙÃÐÖÀÎÒ¼°À¥¨¸“¶€‰«u{¨Wu¢Q|¡H¥L‹¦V—²aŸ¹s¢»u¤»z¤ºy¥¶v¤¶v•´a‹©V‚£E£Eƒ§?ƒ§?„§A†©CŠ©U’°\´y¥»€®½—´Âœ¹Ä©»ÅªÁȲÀǰ¾Ä«»Â©¹À£·¾¡·½Ÿ·½žµ¹›²·˜´¶•³µ”°±Œ®¯Š¯°†¯¯†³°ˆ±®†¯®ƒ±°…±³‡²´ˆ±µŽ²µŽ³¹˜µ»š´¼ ³»Ÿ±¼ž±»ž®ºš«¸˜£µŽŸ±‹ž±‚•¨yŒŸg‡›b‚—X–W—U€–T~–Q—Q€šMƒP…¡M‡£O…¥O‡§Q|•Z;S""" .31<<Bnntšš®®£¤¡š}zsqm_’޹¯¢¾´§³§˜¸¬¶§“¸©•®—¹¥Ž¿¨Œ¸ …½¢„» ƒ¾¢‚¸œ|°’s§‰i‘e‘~d˜}‡theXEC5NC2`VE‰oT˜~d¨…d°m¦ˆi“tVmW>V@';-!4&UF8ˆxkziƒp_…oY—k±—}´™€ºœ~À¢„ǧ†Å¥ƒÀŸ|¿zÀ•x¼‘t·pµŒm¯Šjˆh§‡k¤„h˜l’zfrjl_W,-/,-01<E(3<>>,¿¿¿¶œ¿¶œ´¤ƒ o‰}`gZ=.,!,PbLc‡=fŠ@bŒ5aŒ5eŽ2l•9xCwœBwœEt™Bn”Ai<bŠ<\„6U~6Qz2It1Lw3Ny8Oz9N{8Mz7Kx5Iu2Ft5Dr3R~=W„Cg‘Or›Yv›Xy[›¹z¨Æ‡¼ÒœÆÜ¦Úê¾âòÇéõÑèôÐéõÖê÷×êö×éõÖçôÖäñÒäðÔèôØêõÛëöÝìôßéòÝçíÜäëÙãèÙáæ×ßçÐ×ßÈÑ×ÁÑØÂÖÛÅÓØÂÏÔ¾ºÄµ¿¨½‡‹«ux¦Qu£O~£H€¥J‘«\¶g¥»z¨¿~°Â‰±Ã‹´¿Šµ¿Š©Áv›³h©R‰¥N‰¨F‰¨FŠ©IŒ«K¨[–±d¥¸…°Ã»ÆªÂͱÊÐÁÍÓÄÍÕÂÊÑ¿ÆÎ·ÂʳÁɾƪ»Â£¸¿ ¶»›´¹™¶¹–µ¸•²³°±Š±±‡°°‡¶±ˆ´¯†²¯ƒ³°„´³…µ´†´¶Œµ·Ž¶º—¸½š·¿Ÿ¶½³¾›²½š®»”ª·‘¢´†Ÿ±ƒ˜«vŽ¡lŠž`†›]€•S€–T˜T˜S˜O€™OKƒ M…¤I…¤J§@¦@x”O=Y)"".3.vv}—yzvoplONQrrtuwl¸º¯Ä½¸¶¯ª¦•¬£›°£•¾°¢ØÅ¯Ç´ŸÄ¬À©ŒÇ¬‰À¥‚å£}ºšr¯g´Œj°ˆg±Œl³ŽnªŽv–{bSG=bULikp]_e;CO*2>'+2).5.--/..5+'KA=ƒtkŠ{sˆsbŠueƒj«‘y» „¼¡„¹¡ƒ»¢…»§‹¹¥‰®ž„©™¦o¦o¦‹i¤Šhª‰d¨ˆb©\§Z«cšoQˆjSŒmVcYIyp_¥® ¢ªœDPDÈÔÈÍͶíî×èÞ¼Ö˪Òɩˢ®šxxd5=4 $*3(9K1\nUo“Fs—Jj”;g‘8l•9l•9q–=u™@u™Fq–Ck@e‹;^…;Z6T}8Qz5P{9Q|:Q}<P|;O|:N{9Jx5Gt1As.Gy3W‡A\ŒEd‘Hh•Lq˜Nm”J‚¢Z™¹q³Ë‹¿×–Ùé´ãô¾éõÇçóÆêöÕê÷ÖéöÕê÷Õê÷ÖçôÒåòÒèõÕêôÙëõÚëóÞéñÜèìÞæëÜæéÞæéÞäêÖÜâÎÔØÅÔØÄÙÜÉÖÙÆÑÓÀ»Å®ºÄ¡ÂŒ‹«uv£Ov¤P¦J¦J˜±b¢»l©¿®Ä„¹Ë“½Ï–ÀÊ•ÀÊ•¶Ïƒ¦¿s•±ZŽªSŒ¬IŒ«I¬L¯O‘«^œ¶iÀºÍšÇÒµÏÚ¾ØÞÏÜâÓÛâÏÖÝÊÐØÁÌÔ½ÊÓ·ÆÎ²ÀǨºÁ£¸½¶»›¸»™·º˜´µ²³Œ³³‰²²‰¸³Š·²‰µ²†¶³†µ´‡¶¶ˆ¶¸Ž¹»‘¶º—º¾›ºÂ¢ºÁ¡¶Áž³¾œ»”¨µž±‚›’¥o‡šd‡œ^†š\~”Q€–S™T˜S™OšP‚ŸL…¡O…¤J…¤J‚§A‚§A~šURn(0=.'"'#4:5sszººÁ¹º¶qrmmmommoqshÇɿž¹«¤Ÿ¡—¨Ÿ—À²¤ÐÂ´ÙÆ±Ã°›À©Œ¶Ÿ‚¸z¯”q¯‘j¬gªŠb¨ˆ`«ƒa«„bª†f¬ˆh§‹sªv†zpSG=JLRBDI%-9$0#*$(/+))-,,.# |rn“„|‘ƒz“~m•€pŸ…m«‘x°•y¶š~¯—y¤Œnœˆl—ƒgˆx^|lR†nP‹rTŠpN‰nL—vQž~X xS›sNžtU˜mOƒeN~_H„{j7.08*2:-9F9ÕâÕÓÔ¼êêÓìáÀéß½åÜ»äÛ»ØÙÅÉʵƒ‹‚7@7$$ #!$JRGs†l‘x€¤WzžPrDrDm–:l•9u™@r–>r—Co”Ai?dŠ:^…;Z7V9T}8X‚@Z…C\ˆG_‹J_ŒJ\‰GU‚@O|9Ew1N€;\ŒFa‘JcGbFsšPl“Ir’Je¦¾~¯Ç†ÍÞ¨Ýí¸èôÆêöÈèôÔèôÓçôÒéöÔëø×éöÔæóÓèõÕéóØêôÙêòÝèðÛèíÞèíÞéìáéìáçíÙßåÑÕÚÆÔÙÅÚÝÊÖÙÆÑÓÀºË¶´Å°¬Ç‰‡¢d‚¤G‚¤Gƒ JŽªU©¸{®¾€½Â“ÅË›ÍϤÏѦÎЦÍÎ¥ÄÍœ½Å•ª»r›¬c‘I“¯K‘²L°J˜µhªÇz·Ê½Ð¢Ï×ÁÙáËÞáÒàãÔáåÙßä×ÚàÒÓÙÊÎÖÁÍÕÁÇд¼Å©½Ä ¸À›»½•º½•»¸‘¹µŽ»´»³»³Žº²¸´‡¹µˆµ·ƒ´·‚³»‡·¿‹´Á‘¶Â“µÄ–µÄ•²Ã®¿‹¨»£¶{œ±i–ªcŽ£^ŠžZˆœ\†šZ—W~“S™U‚›V‚ŸP‚ŸQ‚£Jƒ¥K¦E¤C„¤D„¤DuœIX-;E6!+%)%.3/rzt‡‰r‚‚Yji¢‹|r[Lwed´¢¡¨ž’¢™¤—‰ ’ij¡Ôñӿ¬¦’š†t˜…s~osdU^UKYOEHB;NHAs\H‘zf¦…Z¤ƒX¡„c²•t®ŽŒbCA=@G47>5%.G+?"),..12853…’‡y‹€q’x_“ya§ƒj‰q¬“€’yf^^QZZL;HC;HC1<?'251;@BLQGC7XUIvm^g^Ov[E~cL€fLz`Fh[FaT>ƒugPB4)(6,+95.%èáØìèÌëçÊãí×ÝçÑßãÛáæÞââÛ×Öгµ¢giVFE,42$$&! *!-EUC¦i›±t®`‡¨Z¥C{¡?xŸFvDp›Dn˜Bl˜9j–6d8cŽ7cŒ?\…8X7^‡=c‹@fCk“Ek“Fj’Fm”Hm”JiF^‡Fa‹Il—Nk–Ln™Gk–Do•Oq—Ru˜I¡S“¬k£½|¿Ñ›Ôæ°éõÏèôÎæôÊèõËæôÎåóÍçõÕêøÙê÷ßæôÜéóãéôãêñçèðåéíçéíçêìèéëçéëÞçêÝÞßÓØÙÍÛÜÐØØÍÒÒÄÈÙĽθ°Ë‹¦h¡Dƒ¥H“¯Z¡½h½ÌÃÓ•ÒרÙÞ¯Þà´Ýß´ÜÝ´ÚܳÔܬÎ×§ÃÔŠ¶Ç}¡½Y•±M±K•¶Pž»m¯Ë~¼Ð¢ÃשÕÞÇÝåÏàãÕâå×ãèÛäèÜàæØÚßÑÓÛÇÒÚÆÎÖºÄͰ¿Ç¢»Âž½¿˜½¿˜¾º“»¸‘½¶‘¼µ¾µ½´º¶‰»·Š·¹…µ¸„³»‡¶¾ŠµÁ‘µÂ’³Â”±À’¬¾‰¨¹…¢µzž±u™®f”©a¢]‰Y†šZ…™Yƒ˜Y—W‚›WƒœWžP‚ŸQƒ¤K„¦M‚§F€¤Dƒ¢B‚¡Ar™GQx%7A2'1").**.*dlfJRL<LKXhg¦ŽT=.TBA{ih†}q‡{¡”† ’± °ž°œ‰—ƒpxdR^J8F7(=.e[Q?5+<6/3-&=&O9$zY.|Q§‰h®pµ–”sTR9<C%(/P@4xg[sX„hL7:<(+-842‡ƒ”Š{„vu\sZª†m¥hv]J^E2wwivvhCOJn{v4?B0:=.7<',63'63'5,=5%\A*hM6oT;sX?obLviTsf[M@+*8('6C<3ZSJ[W:pkO¡ª”èòÜçëäìñéëëäëëåÍн¤§”†„l|{b8?:&!$ )$)&!0HWE¤g¨¾—¸j‘²d‰°M„«H~¥L{¢Iv¡Ku It @rž?o™Bm—@i“Ea‹=^‡=dCk”Hm•Js›Mw Rx Ty Ty UvSn—Vp™Xw¡Xu Wu NrKr˜RvœV{žO£Tœ¶u¥¿~ÁÓœÝï¸éôÏéõÏåóÉçôÊæôÎäòÌãñÒæôÔèõÝèõÞèóãéôäëòèêòçìðêìðêíïêìîéêìßéëÞáã×ÜÞÒßßÔÚÛÏÓÔÆØßÇÒÙÁÉÙ£©¹ƒ“©^“ª_®Á~ÁÔÍצÔÞà使êÃèëÇçéÆåèÈåèÇãçÆàäÃØã²ÒݬÉÚ™¿Ð®Ã¢·v²Ä“¿Ñ ÌØºÔàÂáçÖåêÚæèÛèéÜæêÜçìÞæìÜàæÕÙáÌØßËÔÝÁÍÕº¿Æ¤»Â ½Àš¾Á›¿¾—½¼•¿»”¾º“¿¹¾·Ž»¹‰¼¹‰·»ƒµ¹±»‚³½„²¿Š²¿‹¯¿Š«»‡¦¹~¢´z±p™l”«b§^‹¡[†œVƒ˜W‚˜Wƒ™X„šY„œX‚›V€œOžPƒ£L…¦Oƒ¥H€¢E E}œAz›Kd†6@_/)I)4%)5%Ÿ¨šAK=HLSY]d§˜†O@.fSGˆui¢†l®’x²™·ž†©”€˜ƒowi[TF8E?8wqjy{zJKJQY^+27.9A*5=+%8C=[F7s]N¬„fº’t¯™ŽlVK?.P?'‚]:»–t™r´‹d|aU?$8,&upŽxazb•xY—yZšnkR??5.kaZž¡›¢¥ŸHPK&.)%&%&)')86^`ULMC2+#.(8%@, Y>)eJ5o\FwdM‚ohZG4*!B8.~SDzN?kG(Y5;/SH-«©—ù÷åôûííôæ×çվλ§²˜‹•|esf&5' $%"" ,8,wƒw®Á‘¸Ë›¨Ã »w•ºY´S‡¯L…¬J…¬G…¬G‚ªQªP¦S|£OvNm”Ej‘Co–HuœLuœL|£Q…«Z‡]…«\…ª^„ª]©_©_ƒ«^ƒ«^§Sz£Nv™RzžV†¥[„£Z¤º„¹Ï˜Òà²àîÀæîÍëôÓçñØèòØæñÛãî×ßêÙßëÙãîáèòåèñçéòèìóéìóéîòèîòèîñæìïäèíÚçìÙáåÓÝáÏßâÑÚÝÌÓÕÃÜãÊàçÏâò¼Üì¶ÒéžÉß”ÎáÍáÛåµáë»ìðÉñõÎòõÑñôÐðóÓðôÓìñÐíòÑèòÁâí¼ÜîÚì«Ñæ¥ÉÞÈÛ©Ñä²ÜèÊãïÒíòáíòáíîáíïâèìÞéíßèîÝâèØÜãÎÛâÎØáÅÒÚ¿Âɧ½Ä¢¾Â›¿ÃœÁÀ™À¿˜Á½—À¼•Àº‘¿¸»¹‰º¸ˆµ¹‚³·€¯¹€°º®»†»†©¹…¦¶‚¢µ{Ÿ²wš®m–ªi‘¨_ޤ\‰ŸZ„šU—U—U‚™X„šY„XšU~šL€œN‚¢K„¤M£F} B‚¡Ez™>v˜HmŽ>WwGA`09D5<G7¶¿±KUG?CJ[_f©™‡UE3„qe¬™ŽÀ¤Šºž„¤‹s™g„o\wbO]OAI;-QKDnhaŽŽTVU)16!).(0'2:.:4OZTcM>eO@¦~_¸r©“ˆiSH>-_N6ˆeϪ‡Ì£|¼’k‰nbM3&8,'xlgŽxaŽxa”vW‘tU‰p]S;(PF?mc\knh‹Žˆ€‡‚4<7%+,$%$31APNde[TVKLF=E>6K7*O;.Z@+dI4lYCr`IœŽ{hZH1'e[R›pa›pa•qRkL`T9D875#ŽŒzèïáçî௿m}jAK19C*+9,"1#%'%")&")5)|‡{Îá°Òåµ·ÒŽ«Æ‚žÃa˜½[‘¸V‘¸V”»V“ºU¸^¶\‹²^‡¯[¨YyŸQuœNvP{¢R}¤T…¬ZŒ³a³dŒ³c²eŒ±dˆ°f‰°f‡¯b‡°cƒ«W§Sx›S}¡Y‰¨_ˆ§^¥»„ÈݧÝë½ÚèºæïÎìõÔèóÙèóÙçòÛãîØÞé×ÜçÖàëÞåðãéòèêóéìóêìóéîòèîòèíðåìïäçìÚåê×ßãÑÜàÎÝàÏÚÝÌÔÖÅêæÕíéØåçÊäåÈèíËåëÈèíÓìñ×îðàñóãööêøøíøøï÷øïö÷òõ÷òõöèóôæòõãóöäîóÞèíØæíÙêñÜâèØæìÜíðåòõêö÷îôõíóóêóóëìðãìðãêïàåêÛàæÓßæÓÝåÌ×ÞÆÈϰÁɪÀÆ ÀÆ ÀÄš¿Â™¿Á”½¿’¿¾¼¼‹¸»ƒ¶¹‚±º|°¸z¬¹zº{ª»~©º|¤¸y¢¶wŸµq›²m•c¨^Œ¥Z‰¢W…VšR€˜T€˜T™W‚šW„XšU~šN€œPƒ¡M„¡N€ŸG}œDz—Ey–Dw–?t”=m9e•1asF]oBœž‰LO9VS]TP[®¥ŽkcK¦™q¿±‰Ç©†¸›x¨Œj«n¢ˆi˜~^wY“{\•{]“y[ŽqR‹nOoN|\;jH’pM rTžpR“sX›z`¬”h³šn™•ŒTPGJ(„bGȧˆÒ±’£€Ÿzgc>+0'&`WV‘y^’y_˜wO™xPš~`‡kMxc”{f™{`š}b™wV”rQ‡fGyX9rZ6w_;‰fBkGiJ‚^?}^Az\?‡b=‡b>‰mO˜|^¥œ‹`WF<-h®Œnªˆi´–n³”l¡–sŒ^jgHKG)dhSdhS-1$ %;+\L8dK8<#T'l?2mXD‚mZ`]Gtq[ÑÝ·ë÷ÑËÞ¬ºÍ›¨Çz£ÃvžÁp¡Ãs§Åq£ÂnœÀq˜»m•¸j‘´fŒ¯`†¨Z¤R~¡O…©SŒ°Z“·a•¹b“¶c”¸e•¸h’µeŒ³`³a‰®`‰®`‡V…«T¡V‡©^‹§b‹§b§¹ŒÆØ«Øãº×ã¹çîÌìóÑéòÙéóÙèòÜæïÚáêÛßèÙáêáåîåëóììôíîôìîóëïóèïóèðóåïòäêñÚåìÕßäÎÛáËÜáËÛàÊÙÜÇèäÓîêÙçéËåçÉéïÍêðÎïôÚúÿåöøèöøèøøìùùíøùðøùð÷øó÷øóùúëö÷éõøæùûêùþéöûæðöâìòÞîôäðõåó÷ìöùîøùð÷øð÷÷ïööîòöéñõèïôåëðáæíÚæìÙãëÒÝäÌÎÖ·ÆÍ¯ÃÈ£ÁÇ¢ÂÅ›ÁÄšÁÖ¾Á”À¿Ž½½Œ¸»ƒµ¸°¹{¯¸z«¸y«¸y©º|§¸z¢¶wž²t›±m—i‘©_Œ£Zˆ¡V…žT‚šS€˜Q—S€˜T™W‚šW…žYƒœVœP‚žRƒ¡N‚ M~žE|›By•Cz—Dw–?v–?m9i˜4oTk}PŽ‘|KM8b^iLHS©¡‰¹°™Ì¿–Ⱥ’Ì®‹¾¡}µ™w¼¡½£„»¡‚º¡ƒÀ§‰Á§‰¾¤†Â¥†À£ƒ½|µ•t²l¦ƒ`§y[œnPž~c¬‹q®–j·žs†‚y<8/Q/´’wΎѰ’î‹À«ˆÅŸŒwR?1''MDC“{a‘y^—uM¢Y¤ˆjž‚d…p ‡ržf©Œp´“r³‘p©ˆi³’s¦ŽjŸ‡bª‡c¥ƒ_¢~_yZš|_žc¥€\¤[¢…h¬r»²¡VL<PA)£•|´’s·•vµ–oŦ~¸Š´©†©¥‡|xY?C.!%',"&VF2yiT ˆtfS`Spcž‰u©”€š„¨¥Öâ¼æóÌÙì»Åا³Ó†°Ïƒ¬Î~®Ð€²Ð|¬Ëv¥ÈzŸÂt›¾p—ºl’´f°aˆ¬Yƒ¦TŠ®X”¸b›¿h—»e“·d—ºg—ºk’µe³`Ž´b‰¯`…«\†¬V†¬Uƒ¤Y‹¬a©dX¥·ŠÃÕ¨Ôà¶Õá·Úà¿ãêÈçñ×êóÚêôÞçñÛâëÜàéÚâêáäíäìóìíôíîôìîôìðôéñõêòõèñôçíôÞèïØâèÑÝãÍÜáËÜáËÝàËåãÁæäÂåãÈéçÌñïß÷õåõóì÷õîùøóùøóøøóùøóøùöùù÷ùùûùùû÷øõúú÷úùúöö÷öõúùøýûùýù÷üøö÷÷ö÷øøõøøöø÷õøøöøù÷÷÷õ÷ùòöùòõøïòõìíòäìñäéïÜãèÖØßÄÎÕ»ÇϪÄ˧ÁÊš¿È˜¾Ç‘»ÅŽ¹Âˆ·À…²¾~¯»{ª»v©¹t¤¹q£·p¡¹q ·p›µl—±h’¯a¬^‹©Vˆ¥S„ T‚žRšQ}˜O}—Q~˜R€™UšV„žXƒœWƒS„ŸT„ PM}™F{—Dv’Bs@pGsJp‘D~žQ¥£‚ Ÿ}…~jKC0€wYYQ’Šƒ¸°¨×ͼÏŴƲ˜Á’®’À«¿©Œ¼¦‰¾¥…¼£„Á£Ë‹Æ¢~¿›v¼“l´Œe¤xPqI—pG§V»‘tÁ—zº›|À¢ƒqi[90"w\5èг“Òµ•ư’Â˧žz`4,*5-*ƒr]ŠzdwR¢‰d®’l©g®Œj«‰g¯‡d¯†d°‰eªƒ_¦„a‹i°f‰c°„_¦{U¬ƒ\²‰b¥f©i®Œ[±^¬Žl®m¸³¨?9.vaDª•y³—y´™{¹{Ĩ†Â³”»Ž¾´’}rPED++*"%,/!v`F‘{a·’o§‚_²}X±|W¦}Y‹a>”rPÇ¥ƒâãÁûüÚäòÍÑà»ÃܤÂÛ£¼Ö »Ö »Õœ³Í”¯ÍŠ©Ç…¦Ä}¡¿x™¸j•´f’²]¬X°Wšºa Áh›½d–·c™ºf™ºi’³bа\³_‰®c€¥Y‚¨R~¤NzœN¢SŒ©bx”Nš|ÁÔ£Øæ²Õã°ÔݱÙâ¶áëÁçòÈëõÒèòÎáëÒàêÑäìÝèïáîóìïõîñõðñõðóõïóöðóõíòôìðôâìðÞçì×áæÒÝàÊÜßÉÞáÊÜÚ¸ÞܺæåÉíëÐðîÞùøèúøñúùñúùôúùôùùôùùôøøöøøöøøúøøúùùöö÷ô÷÷øúúúúùý÷õú÷öúûùýûúúúùùúú÷ùùö÷÷õùùöúúø÷÷ö÷úóøúóøûòõøïðõèïóæëñÞåëØäëÑÙßÅÏײÉѬÄÍÁÉš¾Ç»Ä¸Á†µ¾„±¼}®¹z©¹t§·r¡¶nŸ´l›³l›³k—²h“dŽ«]Œ©[ЍVЧU„ T‚žRšQ|—N{•O|–P~˜S€™UƒœV‚œVƒS…ŸUƒžOšK{—Cy•Bt@rŽ?pGrIs“F•µhÅÄ£ª©ˆŸ˜…]VC±²©qqh|tlÈÀ¸ÖÌ»ÏŴм¡Ã°•ű•ű–ɳ–Ã¬Â©Š½£„À¡€³•s·”o²j°‡`§~WY²‡^½•lÁ™pÇ€Ê „À¢ƒ¼~YQC80"§‹e˯‰Òµ•α‘ư’Á«È¥‹»—}WOM*" o_J‰yd–~Y¥h³—q±”n¶“q¸•s¸m·Žl¶Žj¶Žj¯j®Œi°f¯Œe´‰d¶‹e»’k¹i±˜q¯–o·•e»™i´–t»œz¥Ÿ”4.#™„g®š}´™{¼¡‚¿£€Ê®Œ¾¯‘ĵ—¹®Œ“‰gML354+- +- kU;œ†l¼—tµm´Y¡mGyO,d;oL+§…dÝÞ¼÷øÖé÷ÒÙçÂÎç¯Îç°Çá«ÄÞ¨ÂÜ£¹Ôš´Ò¯Í‹¬Ë„¦Ä~œ»m˜·i—·b’²]“´[œ½d¢ÃkŸÀgš»gœ½i›¼k”µd†¬Xб]‰®c{ U~¤Mu›DnBo‘C‡£\y•N£rºÍœØæ²Ûéµàé½Öß³Öá¶áìÁèòÏåïÌßèÐàêÑçïáíôæñöïòøñõùôõùôöøòõøòôöïòôíñõãîóáìðÜåéÕÝáÊÛÞÈÞáÊËÒ¡ÔÛªÞâÅëîÑ÷öðùøñ÷õ÷ù÷ùùøøùøøøø÷øø÷øøùøøùù÷üù÷üöù÷öù÷÷øû÷øûø÷þø÷þù÷üù÷üùø÷ùø÷øùõøùõ÷øø÷øøöøüöøüøùû÷øùöøöøù÷øúôõ÷ñïñçéìáèíÚßäÐÙá¿ÌÕ³ÉÖ¢ÂÏ›ºÊ‰ºÉ‰°Ã¯Â~«Ày§¼u¢ºpŸ·m›¶jšµh“±c‘°a®^Œ\ŠY‰¬X‡«T…©S…¢VžRœR}šP{—P|˜P›TœV‚V€šSœR† W‡ T€šMz“Ew‘BqBo?q‹FrŒGv‰G¨»yß¹˜Ò¬‹©£jdPÅé«©XUT¿»ºÖÒÆÓÎÃη ̵ε›Ð¶œÏ±“Æ©‹Ç¦…Ê©ˆÄ¡Âž|À|Àœ|½š}»˜{½›€Ã¡†½¦‡Â¬É¬‘È«¹ª–‡zI/bG6Ä«‚ͳ‹Õµ•ѱ‘ή͌ȧƒ¿Ÿz”q8&A7'‹€qˆh¤œ„³Ÿ{·£€¸—q¹˜r¹˜w¹—wµ˜{µ˜{´š{´›|µ–u´–uº•t»—u»šw¼›x²¢€´¤‚ºžt¹žs´™{Ènj_GC8¶ €¹£ƒ¼£…¾¤‡Ä§ŠÉÉ´›Ç³™Ã®¢Žo`ZB<5+2%3:-bW:›s´šp°–l¯„a£xU‰N4~C(ƒ<¢Z<ÓʬÿøÛëùÕßîÉÕêµÓè³Îå³Ëá¯ÃáªÁߨ¾ØŸ·Ò™²ÎŒ¬Ç†¤Átž»nœºdš¸b˜·]›¹`½ež½eœ¼hœ¼h™ºh“´bƒ«[ƒªZ‚¨c}¢^y Mq™EhŒ=eŠ;r‘Fw—L—VÅ…ÉÝ–äø±æó¾äò¼ãìÃåîÆäìÊßèÆÞåÎäëÕîóèôùîöú÷öú÷÷ùù÷ùù÷øù÷øù÷ø÷÷ø÷÷÷ðóóìðñãååØÞàÉÙÛÄÝßÄÅÌ›ÓÛ©âåÈîòÕúùòûúôøöøù÷ùùøøùøøøø÷øø÷øøùøøùù÷üù÷üöù÷öù÷÷øû÷øûø÷þø÷þù÷üù÷üùø÷ùø÷øùõøùõ÷øø÷øøöøüöøü÷øú÷øù÷ø÷øùøøúõ÷ùóóöëðóèìñÝåê×àèÆÑÙ·ÊÖ£Äлʊ´Äƒ¯Â~À|©¾w¥ºs ¸nœµj—³f•±d«]«]Œ¬\Œ¬\‰¬Y‡©Vƒ¦P€¤MŸS}›O|™O|™O{—O{˜P~šS~™S‚V€›T‚œS† W† TšN{•Gz“Es’DqBk…@m†Av‰G˜«i¬…d¹’qž˜„oiUÅĪÌʰ[WV•‘ÒÍÂÏʿϸ й¢Ó¹ŸÐ¶œÐ³•α“Ό˪‰Ç£Ê§…É¥…Ä €ÂŸ‚Ç¥‡Ê©Ê¨Æ°‘ÄŽË®“ʬ’¸¨›eVI=#–{jͳŠÑ·Õ´”ϯ̫‹Ë«ŠÈ§‚Á |«˜‡gTD,"]RC›’{ž•~²ž{¸£€½œv¼œv¿}á€À£†¾¡„º¡º¡‚¿¡À¢€ÄŸ~Â|ÀŸ|〻«‰½ŠÂ§}Á¦|¶œ~é‹@;0upf¾§‡º£ƒÂ©‹ÃªÉα”Ë·žÈ´›Å±’©•voiQIC+18+3:,g[>¡•x³™o§c½‘o¶ŠhœaGŒQ7ŒD&žV8ùœùðÒêùÔàïÊØí¸×ì·Òé·Îå³ÇåÅã«ÁÜ£¼×ž¸Ô’±Í‹©Æy£Às ¾gœºdš¹_š¹_š¹a—¶^”´`•¶b•¶d‘±`ˆ°`wŸOm“Oq–RwŸLq˜Edˆ9`…6g†;mBy‘P¥e¹Í†Úí§èöÀçõ¿éóÊëôÌêóÑçðÎçîØìóÝóøíöûðùùòööïôôçèéÛßàÊÖØÁØÚ¿ÁМÔã¯æîÕîöÝ÷÷øùøùøõýù÷þø÷üø÷ü÷øü÷øüø÷þø÷þùöýùöýùøöôõø÷ùøöøüöøü÷øøúøùûùùøùøøøøõøøõòôêîðæêò×ÚáÆÍÛ©ÆÔ£½Ï°Â€©Ãy§Áw£¾s »pœ¹l˜µi“²d°aŒ®]‹\‰¬Zˆ«Y…ªVƒ¨T¥Q}£N}›Py—Lx–Lz˜Nz—N{˜O|™Q{˜P€œT›R‚œS…ŸV…žT€™O}•J{“Hs’HoŽDq‰5o‡3qˆ1¤M¸}GµzDrqVvtZÓÊÚдˆ‹‚VXOÀ½ŸÍʬɿªËÁ¬ÏÁ§ÎÀ§Ñ½žÎ»›Ì´Ç®ŠÊ¯‰Ç¬†Äª…Ū†Æ®É°Æ¯‘ìͮ•̬“ÀªŒÄ¯„~m0+kB)Ì£ŠÔ´Ô´‘ѱ—̬’ɪ‹È©‹¿©ˆ¼¦„¿œz±ŽlG5$4"ZSG•Ьž…¯¢‰»¦…¼¦†»¦Œ»¥‹¹¥Ž»¦À©‹Â«º§‡¾ª‹ÄªŠÃ©‰ÀªÂ’¼®™¹«–½¦³œ„¬–\F1>4"¦›‰¼§„İŒ¾±‹¿³ŒÄµÈ¹”ƺ¶™Ç°’³œ~Š|dYJ3:;.;</o_G©™½ª‹l·—w¸˜xnYš[E¤I+R4º”ýð×èøÕáðÍÜï»ÚíºÖé¹Òå´Æç®Ãä«Äß§Áܤ¾Ù—¶ÑÊz¨Äu£Áiž»cš¹^™¸]—¶^’²Z®YޝZŒ®[‡©V}¤Xk“F\ƒA[‚@g>i’A^„9W|1c„7j‹>p={—Hš²_¼Ô€ÖåµëúÊñõåòöæòöêñõéòõïöøóøùúùúúûøøúø÷ù÷÷ùúöùùöøøøîîîäâåÊÓ×»Ñ×±¹É•Ôã¯ìóÚòùà÷÷÷ø÷øøöýúøÿýøøú÷ø÷÷ùøõùùö÷ùîôöëóúßäëÐÔâ°ËÙ§ÂÕ“³Æ„¨Âx¦Àv¢½r »pºmš·j•´f’±c±`®^ˆ¬Z†ªX„©U¦S}£O{¡L{™Nx–Kx–Ly—My—N{™P}šR}šQ€œT€œT„žU† W†ŸUšP}–nŽCw;r‰5r‰2†FÚ j¸~HpoT|{`Ö̰×ͱÀúEG>tqS»¹›Àµ ËÁ¬×ɰÖȯ×ĤÕÁ¢Ô¼˜Ï¶’̱‹Ì±ŠË±Ì²ŽÊ²‘ɰȱ“ʳ•Ǩ̬“¸£…zeG83!60±ˆoÇž…ѱŽÐ±Î®”̬’Ȫ‹Å§ˆ½§…»¥ƒ½šx¸•sŒzj@.' 6/$dV>g¬—w¶ €½§¾¨Ž½¨‘À«”ëïïƬŒÄªŠÀªÁ«¹«—·©”¢‹rhOE/<&‰m¶¬šÆ±ŽÁ‰¿²ŒÁ´Å·‘É»•ŹœÂµ™È±“»¤†žxl^FEF8HI;…u]…¼~´”v¼œ|À €·xb^I§M.¬Q3²¥ŒüïÖéùÕâòÎÜï¼ÚíºÕé¸Ñå´ÅæÁá¨Åà¨ÃÞ¦¾Ú˜µÐެÉy¨Åu¤Âjž¼c˜·\˜¶\–¶ŒX‰ªU£PxšGiD_‡;U{:Nu3S{+X€0V{0V{0iŠ=h‰<lˆ9v’Bz’>ˆ M´Â’àî¾ôøèõùêöùîöùí÷ùôøûõùúúøùù÷øûøùø÷ùùöøùöùúúïóòèåéÍÐÔ¸ÉϨ¨ºËÝ¢ìôÕõþßûúóúúóúøõûùöøùóøùóöùööùö÷ùùôùùôøù÷øù÷÷÷ù÷÷øø÷ø÷øø÷÷øú÷øúøøùöùùöùúù÷÷öõöûêíòáÜé¿ÎÛ±Å×›·É¨Äw¥Át¢¾r ¼pž»oœ¹m—¶i•³g”´f‘²c¯_‹]‰¬\…©Y£T{ŸP{™Ox–LMx–Mz˜O~œST‚ŸUƒ W‡¢Y‰¤Z‰¢X„S–M{“Iv’JtHtBo‰=wGz’JÓ©y¼’bseI†x\×ͳÚеÐÍǤ¡›G:2eXPЇy¢Ÿ‘¹¶¦Á¾®ÄÁ®ÉƳÈű¿ªÂÀ«¿½¨¸¶£´²Ÿµ´¤´³¢¤¤”’’‚|ydXU@N3&A&a6ŸtZÊŸxӨβҮЬΧ‰É¢ƒ¼¡ˆº ‡Â™q¿–mµ‘zª…o€cWX<04!/0%=2LF7^XImf[wpe}uf~vg€~qywkyq[woYmhVYUCD9,2'-3 WE4™‡vº¤ŠÃ“ƯëİƲǸ’̽—ĻúœÊ´•쪗z…sVVT:ZX>Ÿm¯œ|·“v¹–y£|Ħ¹ƒf—aD£N'ªU.±ª•öîÙêøÝãñÕÝîÂÙë¾ÕçºÒå·Éå¯ÄàªÄá¤ÀÝ ºØ°Î†¨Æq¥Äo¤ÃfŸ¾a—·Z–¶Y”µ[²X‰¬Tƒ¦NwœDj7^…6T{,Ns0Kp-Kr"Ip Lo*W{6p‘Gh‰?r9y–@|“@„œIÄϵìöÜööö÷ø÷ùûø÷øýøöüøúíòôæäìÅÉÒ«¼Ê‘©»€ÌÞ£íöÖõþßúùòùùòù÷ôøøøùú÷ø÷ò÷æäñÈÒßµÆÙœ¸ËªÆy¨Äv¤Àt¢¾rŸ¼qžºoš¹l™·j™¹j•µf±a‹]ˆ«\…¨X£T|ŸQz˜Ow•Lv”Kw•Lw•Lz˜O€T‚ W„ W†¢Y‰¤[Ф[‰¢Y„T~–LxGtGsGv‘DqŒ?vF{”KÆ›lÈn„vZŠ|aÙе×ͲÔÑÊÔÑË»®¦m`X85'63%;8(GD4SP=YVD]ZE_\H[YE\YEWUBLJ7>=,43".-,+85 IF1~bU”yl¾“x×}Ä™qÔ©‚̱ͱ€ÑŽÏ«ŒÍ¦ˆÈ¡»¡‡Á—o¿•m»–€¾™ƒ»ž’¿£—šˆ‘~llaL\Q<G@1<5&3,!+%,$0(+)-+6.9184"?:)SH<cXL€m`ž‹~² ¶¤“ȱ—θȰ’ĎïŒÇ³Ç¹“;˜Æ¾ŸÇ¿¡Í¶—DZ’²Ÿ‚~`gdJnlR¤‘q¥“r¾š~¿œÁ£|Ã¥~Á‹nšdG¤O(³^7Ž©øñÜé÷ÛãñÕÜîÁ×é¼Óå¸Ñä¶áªÂߢ½Ú·Õ®Ë„¦Åp¤Ãm¤Ãf Àcšº]—·Z’´Z¯U…©Q£Ks˜@fŒ4Y€2Pw)Io,Fl)Hp Ip!Jm(Pt/f†<e…<kˆ1u’<}•B©ÀnãîÔõÿæ÷÷÷øøøùùú÷ú÷÷ùûøþøöü÷ùìòõçåîÆÇϨµÃ‹¸Æ–Õä´ðõàõúäúõõúõõùõ÷ü÷øöøýöøýøú÷úú÷ú÷øý÷øýø÷ýø÷ý÷úøòúøòöø÷üû÷üù÷ûú÷û÷úðöùïîú×ÚæÃÉÛ¥¸Ê•®È{«Æy¨Ãw¥Àt£¾t¢½s¡½s ½r¡¾rž¼o™¸k”´fޝcˆ¨\¢X}žSy—Ov“Ku“J{™PŸUƒ¡X…¢X†£Yˆ£Zˆ£Z‡ WƒœS|”KvEuŒGtŠFr•En’AtŽ?›K© f¹±wž{`šw\ËȳÓÑ»ÝÑÈáÕÌÝÊÃÛÈÁÕ±µ‘}“r^…cPy[GlN:dI4gK6eI2bE/hG/rR9€[@‹fK w[±‰mÅ›yÌ£¿Î«›Î£wÉžq»¦„ŰŽÉ¯‰Ê¯ŠË¬“È©‘Ê¥ƒÆ¡È›Æ™}½ž´•uÅ”|Ä“{ÄŒvËv×|Σ‡Ê¬‹Å§†À¢‚½Ÿ¸˜z®Žp§‡h¥…f³•~²”}¸—p¾žv¾¨‚«…Ȫ‰É¬ŠÅª’Ä©‘űœÇ´žË‘ͯ”ư¢Ä®¡Â‘Ʊ–Ĺ—Ê¿ÃÁ£ÆÄ§Ë¸—Ʋ’»¦‚¢h‚xQ‰Xª‹`’tI½ŠjÊ—wÀœvÄŸzÇ™zoQ¡W-¶lC×ÕÆõóäêöáæòÜÞðÅ×é½Ðã±Íà®Èâ¤ÄÞ ¾Üš¸×”³Ó†¬Ì¦Æl£Ãi¢Ãb Á`š»\˜¹Z”·[ޱU…«P¤It›?h4\‚0V|*Ot-In'Ms#Rw'Op0Op0a:kˆClˆ1v’;“GÌà”íòîôùôøøöùöùøö÷ùý÷÷ûöüéóøæäñÀ¿Íœ©½vºÉ™Öå´ðõßöúå÷úö÷ûöø÷ù÷÷úöûöûû÷üùöúûùý÷ûñøûñõÿÞâíËÍß©¹Ë–¯Ê|È{ªÅy¨Ãw¦ÁÂx§Ãy«É|ˮ̀«Ë~¢Ãw–¶j‰©_¢Wy—Nu’Jt’Iu“Kw–M|›R‚ W„¢X†£Z‡¤¢YuDwIuŒGn’Am@{•E™I¢™_¹«ˆm }bÐθÕÓ½ÖÊÁßÓÊáÎÇÖĽ༨ݹ¥Öµ¡Ð¯›Ë™Ë™Ç«–Ĩ“ħ‘ħǧŽÉ©Î©ŽÍ¨Ï§‹Ï¦ŠÂ˜v³‰g©‡w¸•†¿”hÄ™lÀ«‰Ç±Ê¯ŠÊ°ŠÊ«“ǧȣğ}Ä—{À“w¸™y½ž~»‹sÀw½…o¡iScH¤y]¸šyĦ„̯ͯÍήÍʪ‹Ë¬•ΰ™Ô´ŒÔ´ŒË´ŽË´ŽÐ³‘Ñ´’ʯ—Ͳ™Å±œÆ²Î°•ѳ˜Å¯¢¿¨›Â’Dz—ĺ—ÊÀÄÂ¥Éǩ˸˜Å²‘¶¡|´Ÿ{ƒ\Œ‚[¦ˆ]kM"Ž[;·„d´j»—qˤvW§]3ÂxNìêÛüûìíùäêöáãõÉÙëÀÎâ°ÊÝ«ÅÞ ÁÚœºÙ–µÓ‘±Ñ„¬Ì§Çm¢Âh¡ÁaŸÀ_™»[š»\˜»^“¶Z‰¯T‚§LwžBl“7dŠ8[/Vz3Uy2V{,Sy)Rs3Xy9Zx3eƒ>r7t9‡›O×ìŸïõðöü÷÷÷ü÷÷ûøýëõúèãð¿¸Æ•œ°i»ÆŽÓÞ¦ðóÖúþá÷óùþùÿùøú÷öøöûõöûõõúûõúûúöúúùøöùøù÷ùù÷ùú÷÷ú÷ùòøùòûù÷ûùøöø÷õúúùõõôôüêðøæÌߨ¶É’²Èƒ±Ç®Ç‚«Ä§ÃyªÆ|°È±ÉŽ¶Ë¸Ì‘½Íž¸Èš°ÁЬ½‡¡³}Ž j€žWu“Ms“Et“Fy™M€ T Z„¤^ Xˆ¨_„¥Sƒ¤R„£V~Pz–VsPs‘FpŽCr”<s–=s˜9¤E¡¡[»ºt®ˆi y[×Ç·Ü̼ÒÖÆÐÔÄäËÁáÉ¿ÞÀ¯Ý¿®ÓÁ¨ÑÀ¦Ñ¾¢Ð½¡Õ´ŸÑ±œÐ±ŸÒ³¡Ç´›Í¹ Ò³”Ò²”ß§ˆºb”kG¥|X·“m¹”of¿ŸyȪ„ˇˬ‰Ë¬‰ËªŠÇ¦†À ‚»›~¹›»œ€¿–u¹o³‰h¬‚a«^¯‚b§{[–iI‡[>«aÈ †ÒªÐ¬•Ь•ͬ—а›Ë²›Ï¶žÐ¶Îµ›ÏµšÏ´™Ï³šÐµœÏµžÎ³É±›É±œÌ·ŸË¶ŸÅ²˜Â¯•Ų”Ų•ǼƻœÏƨÐǨɽ ¶™µª‹®¢ƒœjši¼œt†f=ŽV/¤lE«yS¶„^Á |¨‡c‘e9Èœp÷öîùùðôöúóõùïòÝëîÚÑ몾ז¼Ö‹¾Ø·Ôˆ´Ñ„®Ïw¨Êq£Èj£ÉjÄi”»`”»a•¼b”»[µV‹¯P†ªK¢I|C{—Iw’Dl’/i-j%i$h„,b~%a{4a{4hŠ:p’B€œYØô±ïöéöüïúøùõ÷ùóùôùôëûϰ¿“Ž«M´¿‡ÌןïòÕùüßþúÿøóúöõöûúûõúôõúôôùûôùûöúûúø÷ù÷öúûúööõõýëðøæÎહ˕µË†³Ê„±É„¯Çƒ¬È~°Ì‚¶Î“·Ï”¹Í’Ÿ¾Î »Ì–¹Ê”°Â¡³}‰§`t’KpBv•H|œO„¤Xƒ£]ŸY„¤[‡§^…¦T…¥T„¤VžQy•UrŽNs‘EqDt—?x›Bx>‚§G£¢\»ºtº“u¯ˆjØÈ¸ÞͽÔÙÈÓ×ÇäÌÂàǽá±à±×ŬÕêÕ¦ÓÀ¤Ø·¢Ô´ŸÎ°Ð±ŸÏ»£ÉµÎ¯‘Ĥ†´|]žeG«‚^À—sÊ¥€Æ¡|ºštĤ}ƨ‚É«…̉̊˫ŠÇ§‡Ã£†¿Ÿ‚¹š~³•y½•t²Ši±‡f¶ŒkºŽm»n»n¹Œl›pRlA#šrXÁ™~Æ£ŒÎª”˪•Ê©•ʱ™Í´ÏµœÏµœÒ·Ó¸Ò·žÓ¸ŸÏµžÏµžÌ´žÍ´ŸÎ¹¡Ì¸ Æ´™Ä±—ȵ˜Èµ˜Æ»›Å»›ÍŦÑɪ˿£Å¹œ»°‘¯¤…¥˜s§šuƦ~£ƒ[–^7£kD£pKzT¹˜tŒh•i=ã¶Šùøðùøðõ÷ûõ÷ûô÷âðôßÙó±ÄÞ¹Óˆ·Ñ†´Ñ„±Î‚Îv©Ër¤Ék£È–½b“º`”»`”º[‘¸X´U°Q‹«Rˆ©PŠ¥W‡£T¥B}£@}£8z 5y•<sŽ6m‡Ag€:^€0g‰9x”QÍé¦ñøëôúí÷øóöúõ÷ûöîþÒÄÔ§—´U¦½w½ÔŽæñÉñýÔú÷úùöùü÷ýûöüùøôùøôô÷úôø÷ÿø÷ÿøøøøùøøþù÷þ÷úùúûö÷øõþíðøçÑ䮾ћ·ÎŽ´Ì‹±ÊŒ°É‹¯Ê‰³Ï¹Ðž¹Ðž¹Í–½Ñ™Ç×£ÆÖ¢½Î·É‹¶ÇŽ²ÄŠ•s–\‚œV“g–±f•°e‘«iŒ¦dŠ¥fˆ£d‰¦b†£`€ŸY{šUt“SqOr’Fs’G{œF‚£M‚¥J‰¬Q¢¨c¸½yĦ‡¿ ÚÊ»ßÏÀØÙÉØØÈãÌÁÜźÛǸÜȹÝÈ¶ÛÆ´Úî×À«Öº¥Ò·¡Ð±›Î°™Ö³šÌ©Çœ«c]=™gGÅ~ׯҮŽÉ¥…¡€Æ¦„ʪ‰Î®ŽË©‹Ï¬ŽÐ«Ê¥ŠÆ ‡Äž†Áœ…¿™‚¶˜°‘x´“z¼œ‚žƒÃŸ„Ü€½–z±‰k|T6mF'‘kKµ‘qÂ}ɦ†Î«‹Ì°™Ï³œÏ´›ÐµœÓ¸ Ô¹ Ò¸¡Ò·¡Îµ¢Ï¶£Í·¤Î·¥Îº¥Ë·¢Å²šÃ±™Ë·œË·›Ã·šÅ¸›ËÁ¤ÓÊÍÀ¤Æ¹Â´–¶¨Š³¢~°Ÿ{Æ£|¾œužf@e?™g> nE¶‹m·ŒmsT÷Ú¼ýúîûùíöûðóøíëöÏØã½¼Ó—µÍ²Î…®Ë¬Ìw«Ëv¦Ên£ÇlžÄkš¿g•»c•»c–¼_—¼_—º]•¸[–¶_–·`’²X’±W³S‹±Q‰¬[„§VLz—ErBlˆ;]~2e†:rG¼×‘ð÷çöýìúùû÷ûøôøùöÿûøÿõúéâæÕ®¼…™°j«Â|Öâ¹òþÖõòõûùüýøþùôúùùõùùõúöøøùö÷÷õþíïøçÔç²ÃÖ¡»Ò’·ÎŽ³Ì±ËŒ°ÌŠ³Ï¸Ï·ÎÀÔÀÔÄÕ ÂÒž»Í·Èгŋ®À†´z–t—±k™²l—²gœ·mŸºwœ¶t—²sŠ¥gˆ¥a„¡^~X{šUs’RpOv•Jy™Nƒ¤N®X°U’µZª¯k½Â~в“Ó´•ÝͽàÐÁרÈ××ÇâËÀÜźÝɺà̽âÍ»ÞÉ·ÛįֿªÕ¹£Ñ¶ б›Ì®—Ç¥‹¿œƒ«€c†\>‘^>´‚bÓ«Œß·˜×³“ӯЯŽÐ¯ŽÕµ”×·—Ù¶˜Øµ—Ô¯”ͨȢŠÈ¢ŠÊ¥ŽÌ§¼„·™€¼›Ã¢ˆÉ¥ŠË¦ŒÈ¡„½–zº’t‘iLkD%vP0‹fF±Œmà €Ë¨‡Ê¯˜Î²›Î³šÏ´›Ñ·žÒ·ŸÐ¶ Ñ· з¤Ñ¹¥Ð¹¦Ð¹§Ï»¦Ê¶¡Ã±™Â¯—͹͹žÂ¶™Å¹œËÁ¤ÕË®ÎÀ¥Æ¸Ãµ—½®‘½¬ˆ°Ÿ{½šsȦ¬tNŸgA”b8šh>¶‹lµŠkžbÿîÐì÷öûñôùîòý׿ñËÆÝ¡¼Ô—´Ð‡®ÊªËv«Ëv¦Ëo£ÇkžÄlœÂišÀh™¿g›ÁdÃfžÁeœ¿b¾gŸ¿hšº`™¹_”ºZ’¸Xޱ`ˆ«YƒŸN{˜FsBo‹>d…9f‡<n‰C¬Ç€èïÞøúöúøõÿùöÿöúéðõäÄÒ›‚¤W‰«_±ÉŒÞõ¹ôûå÷ýè÷ôïýûõüøöüøõ÷úõ÷úõöøÿõøÿù÷üù÷ü÷úø÷úùõÿéìöàÓç®Ãמ¼ÕŸ·Ðš³Î“±Í’¯ÌŽ²Î·Í§·Í§ÄÕÄÕÅÓ©¿Í£ºÉ·ÇŽ³Ã½‡¾†§¹€Ÿ²jœ¯g±aŸ³c§»r±Æ|®Äƒ—l‰¥b…¡^€¡X}ŸUq–Jm’ExšO~¡UŒ©Y—´d—·e›»i¬¹y»É‰Í»›ÖÅ¥ÝξàÑÁÚÔÅÙÔÄáÌÀßɽÛÏÁßÔÅéÐÅãËÀß´ػ®Ñ¹¢ÍµŸÎ‘˩ǔx´e’\A‚L1tU¼“tÒ³˜×¹žÕ¹Õ¹Ñ¸›Ð·šÛÀ¤Ý¦âéַžÍª“È¥ŽÆ£ŽÅ¡ŒÄ¡Æ£ŽÈ©À¡„¡†È§ŒÊ¦ŒÇ£ŠÇŸ‡Ã›ƒ»’zfNsJ1|S:xP5”lP´pÇ ƒÉ©Î®•ϱ˜Ð±˜Ð´œÑ´Ïµ¡Ñ·¤Ð¸¨Ñ¹¨Ï¸©Ï¹©Ïº§Êµ¢Ä°šÃ¯™Í¹ м£Å¸É»¡Íé×̲Ð蟞À¯‘º©Œ¾¨…²œyº•oÁœv°{UœhB]7šhA¿Žl´ƒa¦‹ÿ÷æý÷ðü÷ðøúúöøøõúôóøòýúêöóãÒä½Å×°¹Ô°Ë‡ªÉyªÉy¦Èq£ÅnŸÃnÁlÂmÂm Äk¤Èn¦Èn¤Æl¤Äp¥Åq£Åf¡ÃdœÀi™½e–¸f±`ˆ§Q€ŸIy—CpŽ9j‰;l‹=ƒ˜\ºÐ”éïÖ÷ýä÷üþøôøùôøúðøúðù÷óýú÷øõýøõýøùòõõîÚàÀzœPzœPަi®Å‰æì×õüæùöðþûöûøõûøöø÷ùùøùùóýçæðÚÏãªÁÕ½Õ ¸Ñ›³Ï”°Ì‘®ÊŒ±Í¹Î¨¼Ñ¬ÉÚ²ÌݵÌÚ°ÃЧ¹É´Ä‹²Á‹°¿‰¾†¥·~—ªc—ªbž²bŸ³c¨¼s¶Ê·ÍŒ£¹x’®k¨e‚£ZyšQp•Hq–IzœQƒ¥Y¬\š·gœ¼i¡Áo±¿¼ÊŠÏ¾žÛʪÞϾßÐÀØÓÄØÒÃãÎÂãÎÂÝÒÄáÖÈêÒÇãËÀÞÁ³×º¬Ï· ˲œÉ§‹Ã¡…»‡l—cHƒN2™dH´‹lÀ—xϰ•Ѳ—ѵ™Î²–̳–̳–Ö»ŸÖ» Ôµ›Ê«‘Ä¡ŠÂŸˆÀœ‡º–·”€º—‚·˜{·˜|½œ½º–|¸“z¸‘y³‹s«‚j‡^F}T;ˆ_F‰aF…]BvZ»”xĤŒË«’ΰ—ΰ—ͱ™Í±™Ë²žÎ´¡Ì´¤Ì´¤Ê³¤Ê´¤Êµ¢Æ±žÂ®˜Ã¯™Ë·žÐ¼£ÇºŸÉ»¡ÏÄ«Ö̲ÒŪƸžÁ°’µ¤†¹£€³zº•oˆb¥pK‘]7‹Y2 mG¿Žl¯}\ú©ÿöåýøñü÷ð÷úùöøøõúôóøóüùéùöæÚìÅÈÙ³½Ø”³ÍŠ«Éy©Èx¥Çp¢ÄmŸÂnÁlžÂnŸÃo£Çn¨Ìr¬Ît¬Ît«ËwªÊv§Éj¥Çh ÄlœÁiš¼j”¶eWˆ¦P{™EpŽ9m‹=w–Hª¿ƒÛñµñ÷Þóùàøø÷÷õñýû÷ùöþùöþúúóôôíãèÉt›Dr™Bv˜@€¡I³Ç’Ýñ¼òùçñùæö÷ýö÷ý÷öÿ÷öÿöúñ÷úñöûóöûó÷úûúù÷úùù÷÷ÿ÷÷ÿýø÷÷úùù÷úðõùïìùØÞëËÌá§ÃÙž»Ö¦¶Ñ¡²Ï•˪ȉ¯ÌŽ¼Ð°Ã×·ÔâÇÒßÄÎ×½ÇеÁÍŸ»Ç™µÁ“²¿‘³¾†·Ã‹¸w¡l¡®eª¶n´Â{¶Ä}ºÌˆ®À|›µp—±kˆ«_v™Nn—Fs›K{ŸT‡ª_”¯eŸºp¢¿wªÆ~³Æ¹Í”ËÅ¥ÕϯÞпÞоÜÑÁÛÐÀâοãÏÁÝÏÀßÒÂæËÁßĺۻ¯Õµ©Í°™Çª“ÆŸ€»“t©pSŠR5”`F¼ˆn¿ž…À †É ‚Çž¾—w²Œl¾™yÈ£ƒÊ¤„È¢‚Ǟě|Ę{–y¼s´‡j°„g²…i¦~b§~c¦}dŸv]šoZŸu_¤xežs`ŽcPvK8”jT™nYšqXžt\œtY®…jÁ›€É¤‰ÎªÏ«‘̬”Ë«’È«—Ê®™È®žÈƬŬŬšÁ¨—Á¨“Ĭ—ȶžÎ¼¤Ç»£Çº¢ÎÅÓʲÓȮƻ¡Å´–¶¥†¼¢´šw´jxS˜kE‰\6‘_>¯}\ºd¬VÖÙÐöùðüöüûöûõùþôøý÷øîöøíúõåùõäåïÕÎÙ¿ÀÙ›·Ð‘®Ë€«Ç|¥Æs£Ãp¡ÃrŸÂq Ãr¢Åt¦Ér«Îw°Ñ{²Ó}°ÐÌ|§Éq¦Ço¤Ãt ÀqžÀXš»S•²Y¬S† Q„žO„œN¨YÍØ³ðûÖô÷ÛñôÙøøóøøóøøõøøõõøîúüòö÷÷øùù÷üïò÷ëàéÉm”=k’;t•=w™A‰h¾ÒæíÛêòßõõüõõüöõÿö÷õùïñõëæóÓÙæÅÌâ§ÈÞ£¾Ø¨¸Ó£³Ð–lj¯ÍŽ¿Ô³ÈݽÑßÄÒàÄÒÜÁÍÖ»ÅУ»Ç™ºÆ˜ÀÌžÎÙ¢ÏÚ¢ÒÞœÔàŸÄш²¿v·Å}ÀΆ½Ð‹°Ãš´n›µp’µj¢Vr›JršJ€¤Y±f›µk¥Àv©Æ}±Î†ºÎ•¾Ñ˜ÏÉ©ÖаÞпÝϽÜÐÁÚοà̽á;ØË¼Ù̼ßĺؽ³Õ¶©Ð°¤È«”À£Œ¾–w¯‡h•\?ŒS6±}cуť‹Ç¦ŒÂ™{²‰k‘kKwQ1’nM¯‹j·‘rº”t¿•w»’s¹pµ‰l¯‚f¦y]žrVšnR™qU„\@pF.b9 \2c9#rF3yN;€UB‘eRr] u`¦}d«‚i«ƒh®…j¸’wœȤ‰Ë¨Êª‘ɩŨ”Ǫ–Æ«›Æ¬œÄª›Â¨šÀ§•½¤’¾¥Ã«–È·žÏ½¥É¼¤Æ¹¡ÏÅ®ÓʲÖ˲ʿ¥¿®± ‚¸ž{ª‘n¦‚\”pJ—jDb<¡oNÄ’q½“g±†[èëâøûòûöûúõúôøýôøýõ÷ìöøí÷óãøôäëõÛÓÝÃÁÛœ¹Ò”±Í‚¬É~¦Æs¤Äq¢Åt¡Ãr£Æu¦Èw©Ìu¬Ïx²Ó}´Ö²ÒÍ|ªÌtªÌt©Èy¥Åu£Ä\žÀX›·^–³Z ºjªÄt¦¾o§¿qÜçÁîùÔóöÚöùÝ÷øúñøúñõööøùúöûîõùíÝæÆs–Go’Cn“6o”7y™O—¸nÃÜÝöÈçöæêùèíõóìôòñ÷íóøîô÷õùøýùøýú÷ýù÷üùø÷ù÷ùùùúïùúïüþ÷øóöøó÷úèöùçïöÛðøÜßîÇÕä½Ìá±ÉÝ®¼Ù£¶Ó³Ñ›¬Ê”¯Ë•´ÐšÇÛ¹ÈܺÎݵÓâºÓݵÊÔ¬¿Ê—·Â¾ÉœÈÓ¦ÔÚ¯Úß´Þâ·äé¾êïÀÙÞ¯¾Ç¹Ã‹½ÍŽ²ÂƒŸ¸v™³q“µqƒ¥bp—RwžX„¨]±f ºuªÄ²Ë¸Ñ”¾Ó¢ÀÕ¤ÊÌÑÓ´ßÓÀÝѾÜÌ»ÚÉ¹ÛÆµÙijßȵÛIJڿ®Ñµ¥Ð°žÇ§•ÆŸ‡¿˜€½qœmOˆV8žmOÀ™€Ë£ŠÇ¬˜Åª–Ó©Ç„µŽs«„i«‡k³Žrµt²Œq²‰o¬ƒiªe¢x^—mRfK„\AvO3lG3sN:tO<vP>xSAƒ^L–p^›uc¡ze¥~i«„j®‡l¯‡g²Šj´Œh±‰e²‰l™|ƞʢ…É¥‰Ç£‡É§È¦ŽÂ¢Ã£Â£’Ä¥“Ħ“¿¡½Ÿ‰Ã¦Æ·žÊ»¢Æº£È¼¥ÍƯÕηÓ̱ƿ¤¾®Ž«›{³—s™}Y‘nI¢€ZÅ¢{³j¹k˜t¨Žcº uöúùöúúõôúûúÿòùùôúúúøé÷õæóøÞñõÛåìÊØà½ÃÜ¡ºÓ˜²Î†®Ê‚§Çw¤Äs¢Ät¢Ãt£Æu¦Éx«Îx®Ñ{±Ó}²Ô~±Ò‚¯Ð¬Íy¬Íy«Åx©ÄvªÂh£»b²ÄˆÑã§Üì¸ßï»Úæ«ÐÜ¡äæÑ÷úä÷öæø÷çôöçôöçô÷èöùêøúïùûïøùò÷øñøøöùù÷ø÷ú÷÷úù÷õÿøöÿýûüø÷÷õõù÷öú÷üíìñãÛåÃp“Dm@m‘5m’6nE}žT¢»ÂÛ¬ÖæÕÝìÛäëêäìêéîåëñçïòðóöóô÷òöøóùø÷ü÷öûøöû÷øøÿøøÿ÷ùô÷øóòõäðóâíôÙíõÙâñÊÕä½Îâ³ÉÞ¯½Û¤¸ÕŸ²Ðš®Ì–±Í—½Ú£ÉÞ»ÄÙ¶ÈÖ®ÊÙ°ÆÐ¨¾È ¹Ä‘ºÅ’ÇÒ¥ÒݰÛàµãè½ãè½åê¿íóÃéî¿ÐÙ¡»ÄŒ¸ÉаÀ ¹wœµs•·s†¨dtœV{¢\‰b“·l¥¿z®ÈƒµÎ‘¼Õ˜Â×¦ÃØ§ÍϰÔÖ·áÕÁÞÒ¾ÚɸÕÅ´×±×°ØÁ®Õ¾«ÖºªÎ³¢Î®œÆ¥“Ä…º”{®a•gI”cE¹‡jÇŸ†Ñ©Ê®šÉ®™Ñ¨ŽÐ§Ì¥ŠÉ¢‡È£ˆÉ¤‰É£ˆÅ …®…k¥|bšoVdKW<qH-jB&lD)ƒ^JjV™ta¤l¬†u²{º”‚·‘©‚m¬…p°‰n°ˆn®†f°ˆh³‹g²Šf±‡kµ‹o›~ÇŸƒÅ¡…Ç£‡Á ˆÄ¢ŠÂ¢À »‹»œŠ¼žŠ¹›‡»‡Ã¦Ä´›È¹ Ç»¤Ë¿¨ÏȰÔͶÔ̱ÈÀ¦¾®Ž¢‘q²–r±”q¶“nº˜rÑ®‡Íª„Á—s¶Œh¥‹`ÝÄ™ôøøó÷÷ûúÿöõûòùùóùùù÷èöôåòöÜîóÙâéÇÕݺÃÜ¡»Ô˜´Ðˆ°Ì„ªÊy§Çw¦Çx¥Æw§Éy¨Êz©Ìv«Îx®Ðz¯Ñ{Î~ªË{«Ìx©Êv«Æx¨Âu®ÆlÄÜ‚áó·ïÿÆïþÊíüÈìù½äðµëîØøúåùøéöõæöøéô÷èóöçôöèöøìøùîùúòùúóøùöøùö÷÷úþ÷õÿ÷öÿõôô÷ööùøüùøüôùëæêÜÔÞ¼s“Dr’Ck>i;kRwœ_Œ}¾Ž¸Ò±ÂÜ»ÎàÌÑãÏ×åÎÙèÐÝèÜàëßéôÚîøßôûìöýîú÷ù÷øùö÷öùùøùù÷ûåõúäîôÔëñÑìõÑìöÑäôÌÔä¼Íá½ÆÚ¶·Ö˜´Ó•¯ËŸ°ÌŸ³Ì£Èâ¸Ñå¼ÉܳËÜ›ËÜ›ÄÏ“¼Ç‹½ÇŽÅÏ—ÔݲÞç¼äçÅìîÍêìÏêìÏîóÐòöÓà귾ȕ³Å…À¡¼xž¸t—¸s‰«fz X€¦^²gš¼q©Äƒ°ÌŠ¹Ð›Á×£ÈØ±ÈرÏÒ¶ÔØ»à×ÁÜÒ½ØÆ²Ñ¿«Ô½©Ö¿«Ù»¦Ö¸£Ô¸ ͱ™Íª‘á‡Â“yµ†lŸoRŽ^A›vXğŪ̱—͵ŸË³žÉ®Ë°’ʱ’ǮĬª‹Á§‰¿¥‡Ã¦‰³–ya‘rUŽqRŠlMŒpP™}]˜`Ÿ†f£Šl©r”y¯–{±–}¬‘x°’z®‘x¯Žu¬‹q«†kª…k¬…i¨f¥}b©eº’u¿˜zÁš|Ç ‚ÃÀšÀœ„¾™‚¹–¹–¹˜‚¹—‚¼›„ãŒÁ±—ŶœÇº£ÎÁ«ÐɲÔͶÓͲÊè´¢˜‡f°l³“oº˜s»™t¿¤~¿¥~’h©Žd¬¤ˆîæÊøùùøøøùþôõúðóûêðùçñòßìíÚâðÏÝëËÙâ±ÐÙ¨¿Øž¸Ñ—²Î‡¯Ì„ªÊz©Èx§Èx¦Çw©Ìz©Ëz§Ët§Ët©ÍvªÎw¨Ëy¥ÈvÃhžÃh¤½m®ÇwÏÙ²ëõÎõúìòøêöûçñõâ÷øÞôôÛîîÚõõàøùñôõîøùðö÷ïôõíóõìôöí÷øðùúòùûóùúò÷ùð÷øðøúñùúòùûòûøñýúóûúñõôëëñÔÝâÅÍØ¨t•Fr“DjŽ<l‘?zŸbŠ®q“´„˜¹‰¤¾®Ç¦¸Ê¶¹Ë·¾ÌµÁϸÇÒÆÍØÌÞèÏèòÙòùêôûìöøöøûøúùýøõ÷øøôùãòöàíóÓíóÓî÷ÓïùÔäôÌÓã»ÊÞºÃ׳¶Ö˜³Ó•°Ì ®Êž°ÉŸÈâ¸Óæ½ÊÞµËÜœÎßžÉÕ™ÄДÈÓšÑÛ£Üåºáê¿ëîÌðòÑïñÔñóÖîòÏïóÐåð½ÄÏ›³Æ…°Â¦Á}¢½y™»v¯j€¦_†¬d”·lŸÁvɇ³Î»ÒÃÚ¥ËÛ³ÊÚ²ÐÓ·ÔØ»ßÖÀÚÑ»Õðμ¨Ñº¦Ô½ªØº¤Ô¶ Ò¶žË¯—É§Ž¿œƒºŒq©z`“bFŒ[?¨ƒeÇ¢„É®”˰–͵ŸÉ±›É®Ç¬ŽÃª‹À¨ˆÀ¨‰Á©‹Ã©‹Â©ŠÈ«ŽÂ¥ˆ¹š}µ—y¹›|¸š{°•u’r¦Žn©q¨q§q©u«’w“y“z´—~¯‘y‹r©ˆoª…kª…j¨€e¡z^uY¢z^§b¶Žq¿˜z¿˜zœ€½˜|½˜º–~·“~·“~µ”~¶”~ºš‚Â¡Š¾¯•Á²˜Å¸¡ÎÕγËŪ®|˜†e¶–r¶–r¹—r¿x§Ū„±–l·œqÒÊ®üôØúúûùùúõúðöûòðùçêóáçèÕàáÎÕãÂÒà¿ÒÛ«ÍצºÒ™´Í“°Ì…Ê‚©Éx¨y¥Çw§Éx¦Èw¤Èq¤Çp¥Èq¥Ér£Æt¡Ãq˜¾c™¿dªÃsÃÜŒåïÈñûÔò÷êôúìöúçðõá÷øÞ÷øßñðÜóóÞøùòùúóùúñøùñöøïõöîõöî÷øðøùñøùñùûó÷øùñ÷øïö÷î÷øï÷ùïú÷ïøõíòñèêéààæÈÐÖ¸½É™o”7i2fŒDvœT‰ªŒ“´–œ¸ª¨Äµ°Æ¼±È¾¬Á°ž³¢’®{‘{›½{ªËŠÄØ¡×ë´êùÒîýÖñøçôûëúúøøø÷÷÷öþø÷ÿ÷úòõøðñ÷ÝîóÚïóÝòöàðùÞóûááòÉÓä»ÇݰÁת¶Ó›¯Ì”¯È¤ªÃŸ«Ã›ÃÛ³Óç·Ðã³ÌÛ›Õä¤Ùà·Ûâ¹àåÄåêÊéïÔéîÔñòÝóôßóõàõøãíôÒëòÑäó½ÆÕŸ·ÍŒ´Ê‰È‡¨Ã‚ Áz—¸q޲a“¸f½r¦Æ{¯ÍŽ´Ò’¾Ò¤ÅÙ¬ÐØ¹ÐÙ¹ÒÒ¹Ö×½ÝÖ½×иÔ«ͻ¤Ò¸£Ôº¥Ó· β›Ð²–ɫɢƒ¿˜y·‡i¢rT†Z=’gJrÁ£…į‘į‘ÃÁ«ŽÆª~ħ{Á¦z¦{Ĩ}Ũ~Ǧ~Ǧ}›tÀ™r—qÁ–pÁ–nÁ–o»‘i°†^ }U§„\«ŠdŒfl¬Žl©Žo¬‘r¯”zªu§Št¤‡r£„q£ƒq¢p|kšx_—t\”pT§ƒg»•vº•v½•w¾—y¾—|º“xµx²v®Œu°Žw·—€¿Ÿˆ¿¬’À’IJœÏ½§ÑưÖ˶×ϳÍÅ©©”r‘{Z¶‘n¾™v¼˜t¿›w½¦Ç°‹¿´ŽÈ½–äçÙûÿñûûëö÷çñùßï÷ÞïôÔêïÏÝéËÖâÄÏá¼ÍߺÐÜÍÙ«¹Ó™¶Ï•²Ï‡®Ëƒ©Éw¨Èw¨Éx¦Çv¢År¢År ÅlŸÄkžÃiÂhš¿k˜½h½[Œ¹V±Ë}×ð£íñãô÷éúúþ÷÷ûúúôøøòúöñúöðôõàðñÜí÷Þðûâøúìøûì÷ùïõ÷íõöñö÷ò÷øõ÷øõúûõ÷øò÷ùëöùêóöÞñõÝñöØïôÖæòÈáíÃÜé¿Õâ·ÇÙŸ³Å‹œ³nhŽ1dŠ-hE}¢Z’³”ž¾ ¨Äµ±Í¾³Ê¿ºÑƼѿ¬Á°“¯}›i{œ[„¦ež³{¹Î–ÙèÂéøÒñøçóúê÷øö÷øõù÷÷÷ïñöñößöûäòúàòúàÞïÆÔå¼Éß²ÃÚ¬·ÕœË“²Ë§Ç¢§¿—¸Ð¨ÉÝÍá±Óã£áð°ëòÉñøÏöûÚ÷üÛöüáôùßö÷âøùäöùä÷ùäñø×ðøÖäô½Èס¼Ò’¹ÏŽ³Î®Êˆ{›ÀnŸÄr¦Æ{¬Ì³Ñ‘¶Ô•¾Ó¥ÃتÍÖ¶ÏØ¸Òӹר¾ÝÖ¾Ö϶ÓÁªÍ»¤Ñ·¡Ñ·¢Ð´Ê®—ͯ“ƨŒÅŸ€¼•v²‚d™iK†[>¥z]´–y¿¡„»¥‡ÀªŒ¼¦‰Á«ŽÅ¨|ħ{è|Ĩ}ç|À¤y¡x¡x¹’k†_ªYªX©~W®ƒ\±‡_¬‚Y¤€Yª‡_¯h°i°’o¯‘n«p±–w±–|¯”y‘{¨‹u¡‚o~k|lœ{j›x`–s[•qV–rWª„e»•vº“tº“t·u³Œq°‹t°‹s«‰s®Œu´”~ºšƒ½ª¼©À¯™Ìº¤ÎÃÕʵ×ϳÌĨŸŠhzY·’oÞ{ß{ž{º£~Ĉƻ•ìáºðóåúýïøøéóóäëóÚèð×ëñÑêðÏáíÏÙæÈÑã¾Îá»ÑÝ®ÎÚ«ÀÙŸ½Öœ¸Õ°Í†¨Èw¦Æu¥Çv£ÅtŸÂnŸÂoÂi›Àf˜½c•»a’¶b޳_‚¯M†³Q²Ë~Øò¤ñõçøüîúúþóòöøøñûûôúõðùõð÷øãïðÚåïÖæñØóõçôöèôöìóôêóôïööòùúôö÷ñ÷úë÷ùëó÷ÞòöÞðõÖéîÏÞêÀÏÚ°Äѧ¸Åš¢´z¡g€˜R^„B\‚?f‹V¤o™¸Ÿ©È°µÎ»¸Ñ¾¿ÓÅÃ×ÊÃÙȸϾ›À‡¦ns£Ox¨U‚žO—²d¹Î•Öë²ëöÚðûßõøïöøð÷ýù÷ýùöúïõøîó÷æòöåóõó÷ù÷òøîëñçÛìÀÔå¹Íç§Æà ÀÛ¯¼×«Èà¿ÅÞ½ªÂ“«Ã”·Ê–Ä×£ßê½ëöÉôôóùø÷ûùþùøüøúô÷øóù÷÷ùøø÷ùòöøñóüâðùÞÝî¾ÇØ©¿Ö¡»Ò·ÑŸ´Í›¯Í˨ÊzªÌ|±Ï„´Óˆ¶Ö—¸Ø™¿Ó©ÁÕªÍѶÐÔ¹ÓÑ¹ÙØÀÞØ¾ÕϵÓÁ¨Í»£Ò¶ дžÌ¶ŸÆ°™Î¯’Ǩ‹È|½’q€_cB‰bE®ˆj·›~¼ ƒº¤ƒ¿¨ˆ¿©…ĝЯ«‹Ä©‰Ã¨‰Ä©‰Å§ŠÃ¤‡Ç¢‡È£‰É›„”}ÁŽxÁŽxÂv¿Šsº…mµ€iº{c¼|d¹f¸~e¸ˆl»‹o³Œp¼–y¶—{µ–z±—|«’vŸˆn˜€f“|cy`’t_”va›{apV”pQ‰j»•uº“t¶Žr±Šn°Šr±ŒtŒu¯Žx³•µ—¼¦Œ¼¥‹Á«–̶¡Í¾©ÖȳÙβÌÁ¥wU“zY¹mÙvÇ¡~È¢º¤€Æ¯‹ÊÊ®÷÷Úî÷íëôêñõÑîòÎæîÏæïÏîïËïñÍÝõÊÔìÁÑäºÐã¹Òß½ÏÜ»Èã¨Åॿܓ³Ðˆ¦Æt¢Âp ÂpžÀmš¾i™½h–¼a“¹^¶[Œ³W‡Wƒ©Sr¤@}¯K¬ÇÔî§ðõÝóøáøùóüý÷÷÷íûûòúöòû÷ó÷úèïòàáõÁÜð¼èïÃìóÇïôÔðõÕòôæõøéøøûöõùõ÷èõøèîòÚàä˹ד¡¾z•³r‹ªhw™NlŽCjŽ@Y~<Rx5c‡S†«vŸ½¥©Ç¯·Ð½ÁÚÇÆÛÍÉÝÏËâÑÉßϰ՜³{r¢NlœHO†¢Sž³zÀÕœàëÏì÷Ûô÷îøúòù÷öùïöúéöúéöøöåìáÙë¿Òä¸ÑëªÈ⢿ٮÆàµÜôÓßø×²Ë›ªÂ’±ÄÈÛ§éôÇñüÏ÷öõü÷õùøùôùúõúøøø÷ö÷ùòøúòõþãëõÚÕæ¶ÈÚªÄÚ¦ÀÖ¢¼Ö¤¹Ó µÓ–´Ò”¯Ñ°Ò‚¹Ø»ÙŽ»Ûœ¼ÜÂÖ«µÐÔ¹ÑÏ·ÚØÀßÙ¿ÕϵÒÀ§Î¼£Ó·Ï°“É©ŒÉž}¾“r€_Ža@‹dG®ˆj»Ÿ½¡„ÃŒÁªŠÄ®ŠÂˆÇ¬ŒÂ¦†¾¢ƒ¿£„Á£…¾ ƒÀš€¾™½x¿’z¼ˆr²~h®xb¨r[¤oX¨t\¯pX®oWªpW©pW¬|a¯c£}`ª„g±“v±’v®•y®”y¦Žtž†l•~eŽw^Žq[’u_œ|bšy`‹gH–rS»•u›|¾—{·s±Œt±Œt¬‹u°y´—¶˜‚º¤‰º¤ŠÀ«•ʵŸË½¨ÕDzØÍ²Ê¿¤‰pO–}\·Žk¿–sÇ¡~ÜzµŸ{̶’ïïÓõôØëôêåîäçëÇçëÇäíÍåíÎíÜõÉÒê¿Ïã¸Ò廨åÄØåÃÐê¯Íç¬Ä♵ӊ¥ÆsŸÀm¿lš½j•¹d“·bŽ´Y‹±Vˆ¯S„«P¥Oz JmŸ;e—3›¶nÕð©ò÷àóøáùúô÷øòøøîûûñûöóû÷óô÷åíðÞàôÀÕéµÞåºäìÀëðÐîôÔòôæöøêùùü÷öúùô÷çéíÔÕÙÀŒ©es‘MrNw•SkCfˆ>fŠ<S{6Rz5dŠY…¬zŸ¿«¬Ì¸»ÔÉÃÜÑÍßÕÒãÚÕâæÓßäÉÚÕ´ÅÀ•±„‚q} W~¢YŽ«k§Ä„ËݯâôÅòùáôûãúùôúøôûöøûöùûøôûøõôøó÷ûöøúøöúøøõùøöùüîöùëíõÚçïÔâîËÜéÅÔä½Òá»ÙßÍßåÔèðôëó÷¿Õ¬ÃŠ·É—Úì¹ïôÝòøàø÷îùøïöóûõóûõúöùýùüøôÿÝàìÉÐä®ÈܦÅܪÆÜ«ÁÚ¤¿Ø¢¾Ù™¸Ó”µÏ—ºÔœºÚ—¼ÜšÃÜ¢ÄÝ£ÈØÈØËÕ´ÊÕ´ÈγÏÕºÞÜÃÔѸÕÇÍ¿¥Ñ¹ŸÎ¶œÍºÌ¹œÍ‘ή‘Σ‡½’v¤{_€W;‘sV±”vº¤„¾§‡Å¨†Ë®ÄŸ|Å |܄ۃĔ€ºŠvÀz¶ƒp¸‡t²nµn³}l´sem^§cU¢^Pœ]M^N”YH‘WF’]LZJŠ]M‰\L‰aQŽfVhV—r`™t^¤h«…j‡l¥a˜rSrYŽpX—y_žfœ}abF²s¿žÀœ½™}¹”z¯Šp³’y²‘x²•|»ž…»ŸƒÄ¨‹½«•IJœËİÌıÖжÁ»¡ukG{qM—‰fl¥š„ø¢ØÑÈ÷ðçóöîöøðñ÷çéîÞâëÒäíÔåðÓäïÒæñÔæñÔãîÐßêÌàêÉäîÍåïÉâìÇÞíÀÚé¼×å¯ÏÞ¨±È‚£ºu˜½j•ºgŒµ^Œ´]ƒ¦Rƒ¥Qƒ¤RŸNwœJv›IiAg?‡¨UÌíšåöÍñÿÙúøöøõôüûñ÷öìóøãïôßÚç´Ó߬Óç²ÖêµâîÑëøÚó÷êõùìúøíø÷ëøõíüúòôþÝêôÓÑ䢑¤blŽ>o‘Ap“Cr”DmBgŠ<fˆ<Z‚=Qy4aˆV†¬{¡Á¯Ð»¾×ÍÂÛÑÍÞÕÒãÚ×ãè×ãèÒãÞÆ×Ò°ËŸ¢¾‘š¾u˜»sž»{«ÉˆÅØ©Ùë½íóÛôúâùøóùøóûõúúõúúöøôúøôöúô÷ûõ÷ù÷úùùúùùöúú÷ô÷èóöçßëÈÚæÃØçÁÜìÅèîÜìñàæîòíõùÁØ °ÆŽÇÙ§æøÆðöÞóøáøøïùùðôüöóûõ÷óöû÷úøùõ÷øóêöÓ×ãÀÌà©ÆÚ¤ÄÚ©ÄÚ©ÂÚ¤ÄܦÃÞŸ¼×—¸Ò™¼Öž½Ý›¿ßœÄݤÅÞ¤ÉÙÇ׬ÈÓ²ÇÒ±ÇͲËѶÜÚÁÒзÒĪ;¥Òº йžÐ½ ϼŸÒ²–а“Ϥ‡¾“w¤{^‚Z=š}_»€¿©‰Ä¾¢€¯’p¬†c®‰f¨i¢zbžnZ¡q]ŸlY¡n[™hU—fSŸjX jX£bTŸ_P \NœXJ“TC’SC‡L;‚G6|G6xC3wI9yL<pI9mE5gB0iD2mH1uO9}W=jO z\¡{]‹mTŒnU›}c¡ƒiœ~a‹mP¶•wÇ¥ˆÄŸƒÀ›º•{³tµ”{³“y°“z¸›‚ºž‚Ã§Š»©“ųÉÁ®ÏÈ´×Ò¸¿º rhD†bµ§„êܹÿôÞúîØÿøïÿ÷úòôùéíòâçðÖçð×çòÔæñÔçòÕæñÔåðÒäïÒåðÎåïÎäîÉãìÇÝì¿Üë¾Ùè±Ö宾֪Á|’·d´a†¯X„V‚¥Q} LyšH€¡OušHn“@iAg?o=³ÔèøÐîÿÖóôöùúüú÷öú÷öûúð÷öìöûåìñÜÓàÐݪÅÙ¤Øì·åòÕéõØôøë÷ûîø÷ìúùí÷õíóñéö÷ïñòêêôÓÞçÇ”§exŠHu–Ft–Fv˜IzMvšKlAi‹?`ˆ:U|.b‡M†«q¢À²Ð½Á×ÙÅÛÜÐáØÕæÞÛéÜÜêÝÛëÜÕæÖÇÝÂÀÖºÂÕ¤ÀÓ¢ÁÑ¥ÇÖªÓݼÞéÇìðÞóøæ÷øô÷øôúöøúöøúõù÷õù÷úùùøõùóîóíæïàãìÝàíÕÜéÑÖåÉÔãÆçïÛèðÜæððèòòÆÜ¦«ÀŠÚé»êúËòößôøáúöîû÷ïúø÷ûùø÷ú÷öùõúõúíòøêÙë¿ËݱÈÞ¥ÆÜ£ÆØÄÖ«Æ×¬ÍÞ²Íá©ÄØ ¿ÕœÄÚ¡ÄÞ£ÄÞ£ÇܨÈÜ©ÊØ®ÇÖ¬ÆÑ¯ÄÏÄË®ÅÌ¯ÚØ¾ÒжÐÁ©Î¿§Óº£Óº£Ó¼¤Ñº¢Ñ¹Íµ™Æ«‹¸} „aƒgD¦ˆf»{½œ€¶•y¡|gŠdOŠaR‘hX•lR•lR—fP¢q[¢oZžjV`K£va¬ƒm©i™pYŒcMmT–t[ŒvY‰sV~VDvN<PA}L=v<0€F:‰NDƒH>q?5^,"O,!N+ D-#O7-[J@dSI~^D“sXªŒp©‹o¢„g¡ƒgÁ¢…ί’ƤˆÁŸƒº—}¸•{¶–|´”{®vµ˜~º‚Á¤Š»§ŽÈ´›Æ¿¥Ó˲ÒÓ¶´´˜PR4¦¨ŠæéÏõ÷Þðõæôùêõü÷îöðøúòøúòöúéñöåìôÙêò×éóÓéóÓéóÒçòÑèñÐéóÑêòÍçïÊåíÄåíÄàêÀàêÀÛæ³Üç³Ìà´È…³bŠ®\¨Ry K~žK|œJЧV‘®]¡Pv—Fl–Dh‘?kŽ9…©SÕé¼çûÎøýùõúöøùóùûôøûîô÷êõüççïÙÌÛ¬ÌÚ«¿Ñ¡ÊÜ«àëÐîùÞó÷ïõùñùùóóôîôöäòôãôûÚêñÐãð¾ÃÐ’¤c’¤c¨¶‡ª¸‰¤µ˜©s‰Ÿ_~”TuGd‹>^…7eŠP€¥k»¨¯Íº¾ÔÕÆÜÞÐáÙÖçßÜëÞÞìßÝîßÚëÜÒèÌÎäÈÒåµÓæµ×æºÛê¾âìËçñÐïóáó÷åû÷÷ùø÷øù÷÷ùõ÷÷óõõîòìëïéæîßâëÜÞêÓÜéÑ׿ÉÑàÃÒÛÆßèÓãíìðúúºÐš²È’Þî¿÷áùõíúöïú÷öõøõþûûøõöñ÷éìñäÌݱÄÖªÅÛ¢ÅÛ¢Å׬ÂÔ©Æ×«Ïà´Îâ«ÅÚ¢ÁØŸÇÝ¥ÄÞ£ÃÝ¢ÆÚ§ÆÚ§ÈÖ¬ÅÓ©ÃάÁ̪¿Æ©¿Æ©ØÖ¼ÕÓ¹ÑëѪԻ¤Ô»¤Ñº¢Ï¸ ÒºŸÎ¶›É¯À¦†ªŽk‘uR¯‘o±“q¡€dtR6R-D -J"mD5›sX¡y_¥u^®}gÙ¥‘Ù¦’¾‘{Ó¦ïůì¬լ–™ƒÎ¬“ß¾¥ÚħԾ¡¼”‚¯†tÌ›ŒÌ›Œªpd¯uiÁ†|³xn€NDj9/V3(H%60,2!U6ŠjO£…iŸe ƒf²•xÊ«ŽÎ¯’Ç¥ŠÁŸ„º—}»˜~¶–|µ•{vµ—~»ƒ¿¢‡¼¨Æ²™Ä½£Ò˱Ïг©©beF©«ŒíðÖ÷ùàôùêùþïïöðùÿûøúò÷ùñõùéò÷æîöÚëóêôÓçòÑèòÑéçïÊäíÈäìÃåíÄáëÁÞé¾Úå±Úå²Î⟹Ί’µd‡ªY}¤OsšD|œI†¦SŸ»k¬\}žMw˜Gp™Gn—Er–@{ŸI®Â•èüÏõû÷óùõøùóøúó÷úíóöéñøãåíØÏÞ®ËÙªÎ߯ÂÔ¤ÓÞÃêõÚòöíõùñüüö÷øòõ÷åöøæð÷ÖèïÎÚ紾˘ÃÕ”ÎàŸÖäµÙç¸Ð᫺˕¡·wŽ¥d~™PmBn‘CmI|ŸXš·”®Ë§ºÎÌÆÚØÎÞØÕåàÜìÖÞîØáðÚáðÚÞîÞÞîÞáêÎàéÍáêÎäíÑéð×ìóÛðõäóøæõùðöùñ÷÷ùõøùûöùùõøôù÷ðõóæïíãìëàìæÞêäÝíÛàïÞÙëÐÌÞû˧ÊÛ·àðÞãóâ«Âˆ°ÈÞîÀëúÌóöÞôøßúõìûöíü÷õýù÷÷úûðö÷ëîúÞãðÓ¿Ø¢¹Óœ½Ö›¾×œÄÒªÃѨÍÔ±ÖݺÓÞ®ËÖ¦Æ×ŸËܤÈÚ©ÆØ§ÇÕ§ÆÕ§ÆÒ¨ÂÎ¥¿Ê¥½È£ºÂ¡»Ä¢ÕÕ·ØØ»×ȰÔÅÕ»§Ó¹¤Ó¸£Ñ¶¡Òº¡Ï·ŸÌ³”Ç®º˜u¤‚_²ˆe®„agKM$ 48,|leÀ¦‹×¾¢Ý¨Ͳ˜æÓ¸åÓ¸ËÅ¨ÞØ»äàÄåáÅßѹÐëãÑ»íÛÄêÚÃãÔ½Ðűº®šÐÆ®ØÍ¶º’µšÞʯӾ¤œ€kŒp\tYL\A4J81C0).$!,#U3“rTžaœ}_¨Œn¾¢…̯”Ǫ勼ž„·—~¸˜~´”z´•z¯’v·š~½¡ˆ½¡‡¿ªŽÃ¯“ƼžÒɪÌί £„ŠoÄγêöäïüéðúòîùññùøï÷ö÷ùõöøóóøêò÷éîöÜëóÙéóÓêôÔäíÌèòÑëóÑçðÎäìÆäëÆåìÃåëÂäêÂßå½Ýå´Üã²Ì޽ϔ¶h‚¤VvœIp–CŸN ¾n¦Àq‹¥VžN}šJpšGpšFyžHƒ¨R¡¹†Ùð¾éôæïúìóúíñøëòùèîõäèòÝãîØÖæ¾ËÛ³ÌÞ«ÅפÈ×°ÚéÂì÷ßòüåòúçòùçôûàîöÛçñÆâìÂÓÞ¬Öá¯ÛæµåñÀêìÏçéÌäêÆÝã¾ÈÔ¤ª¶†¡fr”Fv™Jq”MyœT•²ŽªÇ£·ËÉÃØÖÎÞÙÖåàÜëÖÝí×àïÙâñÛâòâåôäéòÖçðÔçðÔéñÖìóÚîõÜðõäñöåó÷îôøïõøööùùüøúúöøøöøôøú÷õûùîôñèñïåîìãïéãïéáñßßîÝÐáÆºÌ±µÅ¡ºÊ¦ÙéØÄÔ伦½‚×ç¹õøàúõíûöíûöõý÷öö÷ë÷øíðýáÞêλ՞´Í—µÎ“·Ñ–¾Í¤ÂШÐ×´×Þ»ÑܬÊÕ¥Æ×ŸÈÙ¡ÈÙ©ÅצÄÓ¥ÃѤÂͤ½É »Æ¡»Æ¡¶¾ºÂ¡ÏϲÚÚ¼ÛÍ´ÖȰּ¨Ò¸¤Ô¹¤Ô¸¤Òº¢Ð¸ ε–ʱ“Ä¢°Žk¬‚_´Šg˜oTS*= B&4%«œ•éÏ´íÔ¸îÓ¹å˱ìÙ¾îÛÁØÒµåßÂâÞÂáÝÁâÕ½ÙÌ´æÔ¾äÒ¼âÒ»áÒ»Ùκȼ©ØÍ¶ßÕ½ÖÉ®ÑÄ©ßË°ÚÆ«À¤¾£Ž«ƒ’wjkYRM;43*&=30„cD¯o©‹mp¿£…ͱ”д˜Ç«Á¢ˆº›·—}¶•|³“y´•{³–zºÀ¤‹¾¢ˆÀ«Á¬Å¼žÐǨÇÊ«›~¬¶›ÛæËçóáîúèóþöðûó÷ÿþòúù÷ôôïöÝÒèóÒßèÇæïÎëÆãêÅäêÁâéÀâèÀÞä¼ÞæµÛâ±ËÝœ½ÏŽ‘³d{Nr˜Dn”A‚ P³Ñ€¡»l”^¬]…¡QuŸKz¤P¦P…«TªÁÆÝ«äîáëöèïõéìóæíõäëòáãîØãîØÜìÃÎÞ¶ÂÔ¡ÄÖ£ÇÖ¯ËÚ³ÙäÌëõÝòúçìóáðøÜëó×âìÂÚäºÛçµáìºÛæµÜç¶æèËäæÉåëÆäêÆÛç·ÃÏŸ£µyz•P}˜S}›JŸNެg ¾y²É©¿Ö¶ÌÝÒÓäÙÙèÚÚêÛßìÙáïÜäñßçôâêößéõÞêöÝë÷ßíøÞì÷Þí÷ßî÷àïöäð÷åô÷íöøïùøõùøõú÷øúöøüøùúö÷ùúôøùóòùïöýóïûóâíæÙéåÛêçßñéÜîæÍâËÁÖÀ·Ïª«Âž«ÇŽÈ¸Ò©Æžš¶s ¼y¹Ì™Þñ¾îöÓñùÖö÷â÷÷âøöèù÷éø÷îø÷îóúØôúÙåøËÉܯ¯Í“¨ÆŒ¨Ä‰ªÆ‹¶Ä–¾ÌžÐÕ¬ÔØ¯ÌÑ¢ÇÍžÆÑ›ÅÑ›ÇÒ¥ÄÏ¢ÂËŸÀʽƛ¹Â—·Â˜¸Ãš³¾—¹ÄÆÈ§ÖضÜϵÖɯ׾©Ò¹¤Õ¹ ×»¢Ò¹ Ò¹ ϵšÌ²—Í«‰º˜w°…_Á–q´‹j~U4K0D(9+"¡“ŠäàÄÛ×»ÝÒºáÖ¾äÙÃãÙÃÕлäÞÊáÙÇÛÓÁÝ̾ÕÄ·âÎÂâÍÂâÒÆàÐÃÙɻ˻ØÃ²ÔÀ¯Ô½¦Ê²œÒ¾¡ÙŧÁ²’³“¨˜z‡vXY>)F+Z6'€\M¤`´‘p±’r¼}ɯ‘Ò·™Í³˜Å«¾¢ˆ¶š€µ—}²“z³•yµ—|¸›~¼ž¼¤‰¼£ˆ¾ªÂ®“Å»žÏŨ¾ÁŸ’•s¾Ë§ßìÉìúÜëøÛò÷çóøèøõðøôïôøóôùôòùëð÷èì÷ÜéôÙåòÑãïÎÙæÄßëÉåðÍäïÍâìÆßéÃßè¾Þç½ßæ¼Üã¹Ùâ¯ÕÝ«ÈÛš¸Ì‹‡«]všLt›Ir™G„£TÌ}ž·j™²e•°bŒ§Y„«Z޶e‰[•¹f§ÀŠÃܦ×åÎãñÛæñÝæñÝæñÛåðÚâïÙàí×ÚêÊÐàÀÅÚ²ÁÖ®ÁÖ½Ò©¿Ó©Óç½çùÍçùÍæôÉâðÅßèÀ×á¹ãêÂÝã»ßãºÜà¸âèÄåëÇçîÉâéÄàêÄÓݸ¸Ä~™T€›V†¤S‡¥T„¡]®j¨¿Ÿ·Î®ÅÖËÍÞÓÕåÖÙèÚÞìÙâðÝåòàèõãêößêõßêöÝêöÞêöÜêõÜíößïùáíóáîôãòõëô÷íø÷ôù÷õúöøúöøû÷øùö÷õüòêõî×ãÛÏÞÛÊÙÖÊÜÔÆØÑ¸Í¶®Ä¬ÄŸ¨À› »ƒž¹ž¸—±ˆ™µq“¯k›®{ÆÙ¦ëóÐîöÓôôßôõàõóåõôåõôëõõìóùØîôÓÕ鼲Ř¡À…¼‚œ¸~¹»Ž·Æ˜ÊΦÊΦÀÆ–¿Ä•¿Ë”¾Ê”¿Ë¼ÇšºÄ˜¹Â–¶¿”³¼‘²½“µÀ–³½–ºÄÁáÒÔ³ÛδÕȮؿªÔ»¦Ó·ž×»¢Ñ¸Ÿ¶šÍ³˜Ó±Â À•pÅštÚy®„doT@[@+5'RD;Ð̰ÖÒ¶Üѹ×͵ÜѼÙθÏʵÞÙÄâÚÈÛÓÁÜ˾Ó´ãÏÃæÒÆâÒÅÒö˼¾®ŸÏ»©Éµ¤É±š½¦Ê¶™Ð¼žº«Š²£‚‡vYgV8M3bG1…aRœxi°l²n¹š{ƧˆË°’е—È®“À¦Š¾¢‰µ™¶—~°’xµ–{·™}»ž¼ž¹ …»£‡½©ŽÅ±–Å»Îħµ¸–ˆ‹iÄÑ®ÚçÄßìÏæôÖò÷èò÷çùöñøõðòöñóøóòùêïöèëöÛèòØãïÎÞëÊØäÂÛçÅàêÈâìÊáêÄÝæÀÜå»Üå»Ýä»Ûâ¸ÓÛ©ÍÕ£ÅÙ˜³Ç†€¤VwšMsšIxŸMŒª[£Ár¤½p›´g˜³eŸºl•½l’¹hš¾k¤ÈuÆÀÙ£ÍÜÅÛêÓáìØäîÚáì×ãîØäñÛßìÕÖæÇÑáÂÁÖ®ÁּШ»Ð§¿Ó©¿Ó©ÉÚ®Ùë¿âðÅÕ乨âºÛä¼Ù߸Ýã»×Û²Þâ¹ÞäÀáçÃçîÉåíÈäîÈ×á»Áͦ…™VŒ ]Š¢QŒ¤SŒ¨P‹§N—³oÈ…µÌ«ÄÛºÍàÐÔç×Úé×ÝíÚçôÜåòÛëõÞêõÞêõÝëöÞë÷ÝêöÜéõÛéõÛì÷àêõÞèñáêòãðöïóùòó÷÷ôùøóø÷öúùôü÷ôü÷ðþöèöîÖèäÌÞÚÂ×Ö¶ËÊ´ÌöÎŮʩĨ¦Ã–ž»Ž’µx²u¯|®z†¦b‡¦b‰¡k”¬vÉÚ¥àñ½ïûÌñýÍñûËïùÉðúÑðúÑëø¿Õ⩫ˆ›²x•µ}”³{•²{—´}¨¼‚¬¿†²¼ƒ±»‚µ½†·¾ˆ¶¿ˆ¸ÁŠ¹Ã‘¶Àµ½Œ±¹‰µ‡¯·‰²¼‘´¾“·Â™´¿–»¾›ÇʧÛÑ´ØÏ±ÖÁ©Ñ½¤ÒºšÒ¹™Î¹œÎ¹œÌºÊ¸›Æ³Àн£y¿¦|Í©‚Àœu¢u\†Y?sA4EŽtο¥ÜDZØÃÜ˵μ§×ιßÕÀÑɵÕÍºÔÆ¶ÎÀ°Ì¾¯Ú˼ÒʹǾ˺§Ò¯ÐÁ¬½™Î»¦¿«–´•€Æ¦’®‚n¢uap>(…S=ˆ\@•iMˆhˆi´’p¸–t½Ÿ~ƨˆË±’̲“Ä«½£‡ºŸ„³˜}°“x³–{¸š~ºœ€»ž€¼Ÿ‚º£…º£†·¥ŒÁ¯–¼¡ÎȤ¯†§·Î•Éá¨Õì³ÜóºæóÉë÷ÎôõÝòóÛìöàí÷àìøÚê÷ÙåõÎáñÊÜîÃÚëÁÔæ»Õç½Øê¾ÚëÀÙêºÖç·Õæ±Õæ±Ð߬ÑàÈ×È×ÆÞ™ªÂ}§X~¤U¨Wƒ¬[“²ež¾q¦Áu£¾s¡¾r£Át¿s Ãw§Ç{¬Ì€·Ð˜ÃÛ£ÏáÀÕæÅÜëÎÞíÏàïÑâñÓÜìÑ×çÌÔåÊËÜÁºÔ»¹Óº¶Ï¸»Ô½¼Õ°¸Ñ¬°ÉŒÇ‰ºÏ¼ÑÄОÏÜ©Ûß·Úß¶ÖØ¬ÜÞ²ÝãÂäêÉäìËæíÍæðÐØâÂÇÔ´†™W¡_¤S§U©Q‰¥LŽªfœ·t¨¿ž¸Ï®Ä×ÇÍàÐÖåÒÜìÙæóÜåòÚèóÛèóÜéõÜêõÝêöÜéõÛçòÛåðÙâëÛâëÛçíæêðéíñððôóñõôñöõìôïéòìäòêÝêãÏáÝÈÚÖ·Ì˯Äîƽ°È¿©Ä¨¡¼ ›¸‹“°ƒ‰¬o…¨kƒ¤q¡n{›W|›W~•`‡ži—¨s»Ì—Ûç·æòÃêôÄéôÄäîÅÚ㻼ʑ§µ|’©o‘©n‰©pŒ«s‘®wˆ¥nŠdƒ–]‘›b£¬t«²|ª±{ª´}®¸€«µƒ©³€©±€§¯¦®€ª²„°ºŽ³½’³½•²½”¸»˜ÂÆ¢Ö̯ÕË®ÕÀ¨Ô¿§Ô¼œÓºš¸œÍ»žÌºžÉ¶“Ųʰ‡Äª€Ê¦Ë§€À“zžrX£pd‹XKm]C¦–}Ò¾§âηçÕÀØÇ±æÝÇëáÌÓË·ãÛÇçÙÈÝÏ¿Ú̼æØÈÚÒÀÉÁ°ÔıÝͺÒ®¾¯›ÔÁ«¿«–§ˆs¬xm›o[”bL•cMqVµ‰m³Žn»–vº—vº—v¼}Ŧ†È®ÈÁ¨Œ½¤ˆ¶š€²—|³•{·™»»º»¤†¹¢…·¥Œ¿”Å¿¤Ä¿¤Š•l¢„¬Ã‹»ÒšÂÙ ÏæÙæ¼áíÄéëÒëíÔåïÙäîØáíÏÝéË×çÀÔã¼Òã¸Òã¸Ñã¹Ñã¸Óå¹×è½æ¶Ðá¬Ì܍ɨ¥ËÙ§ÊÙ ÉØž¼Ô¤½xˆ®_†^‰²aŒµd™¹l¡Át©ÄxªÅy©Çz¬É}¥Ç|¢Åy¨È|³Ò†½ÖžÂÚ¢ËÜ»ÓäÃÛêÍÌÛêÌÕåÊÒâÇÑâÇÈÙ¾´ÎµÌµ°É²³Ì§´Í¨³Ì«Å‡¦»y¹ÎŒ²¾ŒÀÌšÇË£ÙÞµÐÒ¦ØÚ®ÛâÀàçÅâéÉåìÌâíÌ×áÁËØ¸S–¤Y“£§Q‹¢Lˆ§PW•µw¥Ä‡´Ï§ÀÛ³Ìâ¿ÔêÇßðÏßðÎéðÒëñÔëóÖëòÖèòÖçñÕäñÔãñÔáóÕÛíÏÎäÉÈÞÃÇßÊÍæÐÓíÜÙòâÜðæÜðçÙîæÖëãÐçåÆÜÚ¹ÐÔ³ËϬÅÈ©Âŧù§Ã¸ À –¶•Œ®}†¨w€¤p{Ÿkxšhv—es’Vr‘VrŒYw‘^‡ ]‹¤a–®e§¿v±ÉwÅs¦¼r›±gž±k’¥_Œ¤c§fƒ lƒ l„¢ov”asMoŒIƒ™S•«e›ªjš©j ¬mŸ«lŸ¬oªmŸ¨qŸ©r¡¨y§¯€¯·³»“±º–±º—³·—º¿žÏÉ«ÐËѦÒçտŸÒ½œÐ¸œÏ·›Ð¸Ñ¹žÍ·—ɳ”®‡Ì·Î´Í³ŒÊ¤ƒ¢|[©za»‹r¦|cÀ–~Ý±šæº£åÁ©Û·ŸëÔºëԺк¡ìÖ¾óÔ¿ßÀ«Þ¹§ìǵ߾ªÉ§”Þ®žÐ¡Ï–ŒÁ‰~Á}¼|w¸zw«mj£nfœg_œsbžud«‡n·“z¸•x»˜{ºšzº™y½ŸÆ©‰É®ŽÄ©Š½¢„¹ž€¶˜|µ—{·˜|»œ€¼ºœ¸œºž€´š}º „¹ª‘¿°—¾Â£Ÿ¤„j‚Nœ´¡Æ|¨Íƒ¥ÊzÒ‚±Î»Ø—ÆÛ«ÐåµÜé»ÛèºÖæ³Òá®ÌÞ§ÊÝ¥ÉÞ§Êà©Êá¬Êà¬ËãÐç²Óë¯ÑéÌä£ÉáŸÆß ÄÝŸÇÞ›ÃÚ—¯Ë€Ÿ»p‘¸g·e’»j–¿n¡Áv¥Åz«È®Ë‚΄®Ï…®Í†ªÉ‚©Ç€¯Ì…»Õ˜ÅߢÊá³Ëá³Ñæ»Óé¾Ôê¾Ôê¾Ïå¾Íã¼ÌâÃÂØ¹°Ï©¬Ê¥²Î¸³Î¹´Î±¬Ç©Ê‹§Ä…¨ÂsÇá’¬½€°Â„ËÔ«ÉÒ¨ÇÍ©ÒØ´ÕÙÅÙÝÉÞåÌáèÏØåÅÍÚ¹ÃÕ®’ V˜¦\•¥[•¥[§R‹¢M…£M„£L†¦h°rŸ»“°Ë£ÀÖ³Èß»ÔåÃØéÇäëÍæíÏçîÒæîÑäîÒäîÓáïÒàíÑÚìÎÒäÆÄÙ¾¹Ï´±É´°È³¬Æµ©Â²Â¸¬À¶¨¾¶©¾¶©¿½§½»£»¾¤»¿¤½À¤½À ¼±›·•µ•ŠªŠ£r¢q| kvšfs”cq“ar‘VqUq‹Xq‹XwM˜U‰¡XŒ¤[‰¢P¥S™¯e›±g›h°j—¯n“«jˆ¥q…¡m€žjt’_i†Cj†D|’LŠ Z‘ a“¢c™¥f˜¤e—¤h–£f™£l›¥nž¦w¦~®¶Ž²»—±µ•¶ºšÌƨÐʬѦѦסÕÀŸÓ»ŸÑ¹œÐ¸Ð¸Í·˜Êµ•˷݉ʰ‰ÏµŽÎ¨‡Äž}¶†nºŠr·t±‡n´ˆr´ˆr¹•~·“{Å”Á©¸¢‰¿©‘Â£Ž½ž‰À›‰½˜†´’´“Æ–†¼Œ|º‚w»ƒxLJ‚‚~¼}z©kgžjb¢nf¡wfƒs·“z²Žv¾›~™y¼›{À¢‚Æ©‰Å«‹À¥†¹ž€µš|¹œ€¸š~¹š~º›€¹›~·™|µ™|·›}³š}·ž³¥‹Â³™½Á¢‘•vv[˜°}©Î„«Ð†£Èx¢Èx§Äƒ±ÎÃ×§Îã³Ùæ·Øå·Õä±Ñá®ÌߨÊÝ¦ÈÆÝ©ÇÞªÊá¬Ìã®Ìä¨Ëã§Ìä¢Íå£Êã¥ÄÝžÂÙ–ºÑŽ©Æ{¡¾s™Áo—¾m™ÁqžÇv©É~«Ë€°Í„³Ð‡°Ñ‡®Ï…°Ïˆ®Í†«È¨Æ°Ë޽כÇÞ°Êà²Ìá¶Ïä¹Ïå¸Ìâ¶ÅÛ´ÄÚ³ÅÛ¼½Ó´¶Õ°Ë¦°Ëµ²Í·¯Ê¬©Ã¦¬ÉŠ©Æ‡®Èy³Í~£µw¾€ÅΤÔݳÔÚµÒØ³Ó×ÃÕÙŨ߯×ÞÅËØ·ÆÓ²ÂÔ”O›¤Uš¤aš¤a“¥X‹žQ~Ex—?tšMu›N€¦b“¹u¨È‡³Ó’ÃÛ£Îæ¯Öå±Ùè´ÛéºëÀÝíÂÛíÁØê¾Ìä´ÂÚª±Ñž§Ç“›ÁŽ–¼‰Š´ƒ~¨w}¥¦ƒ¦Ž‡¬”’³«˜¸°›¹ºž¼½»·Ÿ½¹™º¥’³žŒ°†¦{x fx gu—bq“_pZpZu[tZtŒ_pˆ\w“Ov’Nv”F{™K~C„£I¬\]Ÿ´p¦»w¥»yŸµs•{‘¨v‚ pnŒ\_„@Z€<`ƒ9o‘G‚›U…XŒR‘¢W YŸY“ c—£g¤w¦€°µ•µºš°·´»¡´¸Ÿ¶º¡Å§ÊǬÌæÌæÖÁ©Ö©ؿ¦Ö¼£Ø¸žÖ·Õ¶šÓµ˜Ç®Ï¶—κ™Êµ•ǵ•Ƴ”²ž€¹¥‡Ä—€¸‹t»ƒq¶lÄu¼}nƇyƒuÄ‚vÆ„xÅ}sÁyoÅ€tÆ€u¿‚sÂ…vÀ‡w½ƒtµ‚s¶„t¬‚s£yj¥q¡{mžyj¢}n‰w³}¶–µ–~µ™~¸œ€¶˜{»€¿£„À¤…¿£ƒ¾¢‚¼Ÿ¹œ|¿ž€¼œ}»š}º™|·™|µ–z²–z³—{³˜~µš²©ŠÂ¹™¢²†žs”µx¢Ã†«Ñ…¬Ò…¬Í¬Í¼Ø“ÅáœÔë²×îµßé°Ýè¯Ùç¬×åªÒã©Ðà§ÊÞ©ÈܧÇÝ®ÈÞ¯Éá°Éá°Æà§ÂÜ£ÁÜœÂݽޔ¸Ù´Ð„É}©Çv¦Åt¡Æs¡Çt¡Çw¨Í~±Ï‡³Ñˆ¶ÒŒ¹Õ³ÕŽ°ÑŠ²Ñ‹°Îˆ®Í†«Êƒ§Æ‚©Ç„´Ò•ÀÞ¢Ãâ§ÃᦽݟµÕ—¬Ì”°Ð˜»Ù°»Ù°·Õ£±Ïȥȥ«Ä¢°Ê¨«Æ¸šµnªc¶sŠ£a´É–Ïã°Óæ»Ôç¼ÕäÈÑàÄÊÜ»½Ï®®Å°ÈŸ´Ð¡–ŸQš£T—¡]– ] S†™Lz™As‘:e‹>`†9gHwY¬k›»z®ÆŽ¾ÖŸÌܧÒáÕä´Õã´Ôã¸Õä¹Ðâ·ËÞ²½Ö¦²Ë›£Ãœ»ˆ’¸†’¸…‡±€y¢rn–rs›wzŸ‡ƒ¨°¨–·¯˜µ·˜¶·ž¼¹ ½ºšº¥‘²Š¯„¤ytœcq™`n[lŽYl‹VmŒWu‘[tZvŽbq‰\tKlˆDh†8qAv–;y™>‡¥T’°`£¸t¦»wîĂ ¸†œ³Š§wi‡W[€<[=]€5b…;uG}•O†—L‹œQ‹žW‹žW’žb–¢f¤w¦€±¶–¶»›±¸ž·¾¤»¿¥º¾¤Â¿¤ÇÄ©ÍħÌæҽ¥ÔÀ§Ù¿§Ø¾¥Ùº عŸ×¹œ×¸œÏµ–̳”Ï»›ÎºšË¸˜Ä±’È´–¸¤†Ä—€½‘yÅ{Å{Ó”…Б‚Ó”†Ð‘ƒÉ‡{¿|p¿vlÄ|rÊ„yÁ{p»}oÂ…w½„t¼ƒs¬yj¬zj«r¡whštfœvh¦s¯Š{¸”‚·“µ•}¸™´˜|²–z³•wºœ~¿¢„¿¢„½¡½¡¼ž¸›{½œ~ºš|¹˜{¸—zµ—z³•x°”x°”w¯”y²—}¹°º±‘‘e™©~§È‹´Õ˜°ÖŠÓ†¯Ð‚²Ô…Íè¤Ôð«Ýõ¼×ï¶ßê±Ýè¯Ùæ¬ØåªÔå«ÓäªÎâËß«Êà°Êà°Êâ±Ëã²ÉãªÃݤ¼×–·Ò‘²Ó‰²Ó‰°Í€É}®Ì{¬Ëz¦Ìx©Ï|©Î®Ó„¶Ô‹·ÔŒ¹Ö¼Ù“¸Ú“µÖ¶Õ´Ó±Ð‰¬Ë„§Æ‚¥Ã€¥Ã‡§Åˆ¦Ä‰¤Â‡½—·x‘°yšº‚®Ì£¶ÔªºØ¦³ÑŸÈ¥±Ì©²Ìª¶Ï¦ÁŠ’u„ X{—Pˆ¡^‹¤a–b£¸…ÆØÓå»ÏßÂËÛ¾ÁÔ³³Å¤¥¼”©Á˜®Ê›¥ª_¢§\™ _–[Š›Pƒ”Iv•@o9Y3R{-U€.]‰6m”;z¡I‹©\š¸k̶ֈ¿Ü–ÁÝ—ÂÛœÂÛœ¿×™ºÓ”É…¦Â~ŸÁvš½r‘ºl·j®`n›Ng_l¡dp ut¤yƒª—޶¢—º²š½µ¾¯›¼®•¹˜³‘ˆ±z¨pržZk–RoRnQnŒMn‹MwYuWxŽerˆ_lˆInŠKi‡Ai‡An>v—F€žZƒ¡]™¯r ¶y®Â‚µÉ‰¬ÀŽ£¸…~w•fY„B^ˆF`‹B]ˆ@h‡?r‘Iƒ˜C„™D†œO†œOŒ›\‘ aš¡v¥¬±µ›·»¡¹½«»À®¿Â¯½Á®ÂÁ©ÊɰÐÊ®ÊĨ͹©Ð¼¬Ó¿¨Ó¿¨Ó¿ Ó¿ Ó¿žÓ¾žÊµ˜Ì¸›Î¹¢Ì· Ô¾©È²žÎ¸¤Ç±½™†´}»ŽÀ“„ʚѡ“ÍŸ‘Å—‰Á‚¾Œ€Ä‡~¾xÅ…|Ã{¾ƒw·{p»zo±oe°rf³vj¤n_¨rc°‚o®€m³Œt½—»˜|¹–z¹–w¹•w¿š{¸“t²–z¸œ€¾¢„¿¤†¿¢‚¼Ÿºšy¶–v»˜y¹–v¶”vµ“u±’v°‘t‘u‘u®•{²™¶²Œ£ŸzwW©¾‰¯Ñ·Ø—½Ú•¸Õ½ÏŽÅ×–ßê°äïµèñ»âëµâè±àæ¯Üå®ÛäØä²Øä²ÔäºÓã¹Íà½Ìß¼Ìá½ÎäÀÍæ¸Çಾء·Ñ›±Ö…°Õ„³Ò€´Ó¶Ô€´Ó¯Ó±Ô€²Ô†µ×‰»Ö»Ö¼×“¾Ù–ºÜ–¸Ú”¶Ö¶Ö°Ñ‰©Ê¦È¥È~œ¿y‘´n‘µo޳mаf‡®cƒªfŽ´q¤È–¯Ó¡ÀÙ³»Ô®·Ï©¸ÐªºÑª·Î§¨Á“š³„ƒžcuUl‹E…£]“³j•¶lœ½u’³k”·—ºƒ™¼ˆ˜»‡•¹‡™½‹ŸÃ“±¶k«°e §f›¢aR‚’Gq;g…1S{-Nv(Oz'Oz(X~&aˆ/l‹=w•H…¥W“³e£¿y¨Å~¬Å†®ÇˆÆˆªÂ„¨Ä€¢¾zœ¾s˜ºoŽ·i¶hƒ°brŸQiŸao¥gs£xt¤y§”вŸ“µ–¸°œ½¯™º¬”¸–´’µ~‡°x{¦bpœXr“Uq’TpOn‹MvŽXs‹Uwdp†^h„Eh„Ec‚<jˆBr“Bu•E~œXˆ¦b”ªl¤¹|Á±Å…¬ÀŽœ°~ˆ¥v‚ qrœZh’Qi“Kj•MmŒDnE|‘<z:~”G~”G…“UŠ™Z•›q¢¨~°´š¸»¡ÂÆ´¾Ã°¿Ã°ÀÃ°ÇÆÒи×Ñ´ÊĨ͹©Ð»«Ó¿¨ÔÀ¨ÕÁ¢ÕÁ¢ÕÁ ÕÀ лŸÌ¸›Ð»¤Í¸¡Î¸£Í¸£Ñ»¦Ò¼¨Ñ¬™¿›ˆ¿’ƒ¿’ƒÁ‘ƒÎžËÀ’…»‰}·…x¾‚x»~uÀ€w¼}t¸}r±vj¬k`¨g\¢dX¥g[¨rb³}m´†s¸Šw½—~»•}»™}´’v·”u·”u¼—x½˜y¹ºž‚¼ ‚½¡„¼ ¸›{·—vµ–u¹–v¶”t³‘s±Žq¬q«pªŽr«tª‘w¹ †¾º•œ˜rƒ˜c²Ç’¶Ø–½Þ¸Õ·ÔÀÒ‘Ïá äïµçò·èñ»æïºãê³âé±ßè±Ýæ°Úæ´Ùæ´Öæ¼Öæ¼Ïâ¿Ïâ¿Îã¿ÏåÀÍå¸Èà²ÁÛ¥½×¡¶Ûбօ¶Õƒ»Ùˆ»Ú†»Ù…·Ú†´Ø„¸ÚŒºÜ¾Ù“¾Ù’¾Ù•¿Ú–ºÜ—¹Ú•´Õ²Ò‹¯Ðˆ¬Í…¦ÉŸÁx—»t”·q޳m‰®h‚¨^~¥ZxŸ\§d—»ˆ¢Ç”±É£½Ö°ÄÜ·¼Ô¯¾Õ¯ºÑª®Ç˜¶ˆŽªnv’Wm‹EkŠDk‹Bw—Np’Jw˜Pzf€£mŠy’¶•¹‡—»‰›¿¿¸€¼µ|³²q¦¥dOAp“<eˆ1S{%R{$Tw'Rv&Sv)W{.Yƒ4]ˆ9e>n˜G{¤Mƒ¬UвT¸Z™¿^žÄcÁbÁbš¿c–»_¶]‹±W„«R€¦N|¥d{¥d{¥o~¨r‚¬‡±‡Ž¶Ž’º’˜¼Œ›¾Ž›¼‚›¼‚œ¼~˜¸y°q„¥f\z˜WnŒRk‰Ok‰UoŒYqZg†P`A_Aa…9i@p—At›F}¤L‰°XŒ®j–¸tž¼„¡¿†·‹Œ¦z‚œsˆ¢x†¢ru‘az—\x”Y™Xw‘P{’O{’Nv‘JuH|N„—W”p ©|®²œ¸»¥ÃÇ»¿Ã·¿Ç·Ã˺ÇϽÓÛÈÙßÑÒØÉÌÀ¤Ì¿£ËÁŸÐÅ£ÑÀ¨ÒÁªÞIJ׽«Ò»Ñ»œÌ¼ŸÍ½ŸÏ»©Ï»©Õ¹¥Õ¹¥Ð·œË±—Å¥Á¡ˆ½“}µ‹u»‡s²~j±vd´zg¯s`±ta¯s_ªoZs]§mX tV¦z\«€b‚d…h²Šm´r¶’tº˜{¶”w²’u´ -endstream endobj 18 0 obj <</Length 65536>>stream -”wµ–yµ–y¶—{¸š}¸œƒ» ‡»¡…»¡„¶|³šy·šx²•s±p¯m®Šn®Šmªˆm¨…j§ˆm¬q¤Ÿt¹´‰¶¸¤—™… ¶‡½Ó¤½à˜¹Ü”¼Ý»ÝÂØ–Ìâ¡æóÈæóÉäòÉâïÇáêËàéÊÝêÇÝêÇÚëÇØéÅÕæÈÔåÇÒâÊÕåÎÔæÍÓäËÐçÂÌã¾ÂÞ®½Ù©»×–ºÖ”»Ø‘¾Û”¿Ü’½Û‘¼Ù’½Ú“¿Û™ÁÝœÁÞœ¾Û˜ºØŽ¹×ºÚ‡¼ÛˆµÖ²ÓŒ¬Ì‚¦Æ|£Ävœ½o´gŠ®a…®d{¤Zw£[ržVnšPsŸU€¬_”Àsœ¿ŽªÍœ¯Î—³Ò›´Ï’µÐ“®ÊŸ»~ޝt|bk’Sk’Tm—Ol–Nn˜GrLx¥[ƒ°g‘»u”¿x–½z˜¿|ž…º‚¹¸w«ªi‘ R€An9b….U~(U~'Wz*Vy)Ux+Ux+R|-S}.X‚1`Š9m–?užG}¤FƒªL²Q“¸W˜¼]˜½^—»`“¸\Ž´[‹°W†T„ªR©h©h~¨rªt‚¬‡±‡Žµ’¹‘š½žÂ’¢Â‰£Ä‹¦Æ‡£Ä…Ÿ¿€–·x’°o‹©h|š`t‘WoŒXoŒXoXf„O^?_Adˆ;m‘EsšDuœG}¥LбYްl’´p’°w®uލ{„Ÿrƒt§~Œ¨x|—g~š`{˜]{•S|–Uz‘M€—Tz”Nv‘JzM”T‘šm§y«®˜³· ÁƹÅɽÄÌ»ÆÎ¾ÐØÆÚâÐßå×ßåÖÙͱ̿£ÌŸÌŸÑÀ©×ƯÚÁ¯Üðտ Ó½žÍ½ ͽ κ¨Ì¸¦Ò¶¢Ô¸¤Í´™Ë²—Ë«’ǧŽÅ›…»‘z¹…q°|hµ{h¸}j±ub°t`«p[¨lX¯u`¯u`c±…g³ˆk³ˆj¯‡i°ˆk²pµ‘s¶”w³‘t±‘t´”w¶—{¸™}»œ¾Ÿ‚¾£Š¿£‹¼¢…»¡„·ž}´›z¶šx°“q°Žn°Žn¯‹n¬‡k§…j§…j¦‡l¦‡l¯ª¼·Œ¸º§¢¤‘®Å•ÅÛ¬¸Ü“À䛼ݽޑÅÛšÒè¦æôÉçõÊæóËãðÈâëÌáêËÞëÈÞëÉÝíÉÛëÈÖçÉÓäÆÔäÍÖæÏÔæÍÔåÌÑéÄÍä¿Ã߯¾Úª¾Ú˜½Ù˜¿Û•ÂߘÃá—Âà–ÁÞ—ÂߘÁÝœÃßžÄàžÁÞ›¼Ú¸Ö‹·Öƒ·×„´ÕŽ±ÒŒ¬Ì‚¥Å{¾q”µh‹¯b‰`z£Yw Vt Xo›Sg”Jj—Mw£V¬`•¹ˆ¦É˜¥ÄªÉ’±Ë®ÉŒªÆ‰¨Ä†•¶{…§ltœ]u^uŸXq›SsMw¡Q¬b‰¶l•ÀyšÄ~ğƃ£È…ÊÄŒÈÁ‰¿¾²±q–¦X‘Cl4a…)X‚"X‚"Z€%Z%X}*Uz'Mx)Ju&Kx'S€/_‹5g“=p™=v D¨Jˆ¯Q¶X‘·Z‘·\µZŒ²X‹±WбW‰°V„f…®g„¬o‚«n„¬z∓¸‰–» ÁŽ§Ç”¬É¯Ì“±Í’¯Ë‘ɦ‰žº‚–²z‡£o{—dqŽ^mŠZk‰UcM\~>_AeŠ>o”HtœGuH{¤L‡°W‰°t‹²vŠxˆ«uˆ§vƒ¢r†¤r|¬t{˜a˜\~˜\…˜[‹Ÿb‡•ZŽœb‡™]€’W}S€V‹—j—£v¤«‘«²™¹¾ÆËºÈιÊлØàÇßçÎßæÑäìÖÝÝÇÊÊ´ÌÀŸË¿ž×ÃÜÈ¢ÖÆ¡ÚÊ¥ÓŤÐ ѽ¡Ð¼ ѺšÏ·—ιŒÐ¼ŽÊ¹™Å´”À«µ ‚±–y¨p¢€dŸ}aŸy^ {_œvYwZštW•pS›wYy[¨a„e²Šlµo²o±Œn±p´’t²’t±‘s±’uµ–y¹›}»€¾¡„Á¤‡¾¤†¿¥ˆ½¤‡»¢…¸œ€´˜}¹–z²t±‰m¬„h¨ƒf©…gŸ†gœƒd›m¦˜xµ¬¼´–´¼¨¬´ ´Ô“Àà ¸Ü—¿ãŸÁÝžÂߟÉÝ©×ì¸ãñÎåôÑçõÍæôÍæïÔåîÓãïÑäðÓãòÔáñÓÜëÓ×çÏÙèÕÙèÕ×çÑ×çÑÔêÇÍãÀÃÞ¯¿Ú¬¾Ú™¾Ú™ÀÝ™ÄáÆãÆâÅâÆãžÅâŸÆâŸÆâŸÅážÀÜ–ºÖ¸ÕŒº×ŽÅÞ¢ÃÜ ¿Ù›¸Ò”¬Ç†¸w‹«f‚¢]y Ws™Pj–Ji•IbBbBqP|©[‘³l§É‚£¿~ȇ½Ô˜¸Ï“Ҧ¾¼x’±l€¥Z€¥Z|¥UwŸO~¦Vƒ¬[‰³g‘»o›Ãz¡È€¦Ê…¨Íˆ«Í‰ÎÈÌÆÅÄ„··w›ª]‘CkŽ3c†+]‡'\†&^„)^ƒ)\.W|)Lw(Gs#Fr"Mz)Y„.b7j”8q›>{£D‚ªK‰¯RŒ²U´Y޳YŒ²XŒ²X´Z޵[†¯h‡°i…®q‚«n„¬zµƒ˜½ŽÁ“¨È•¯ÏœµÒš¸Õœ¹Õ›·Ó˜´Ð—É£¿ˆœ¹‘z†¢o{—gt‘aoŽYiˆSb„Dd…EgŒ@o•HtœGuHz£Jƒ¬T‡r‹²v²|ޱ{Ž}Š©y‹©w‘¯}®vz—`}—[…Ÿcœ¯r›¯r™§m™§l’¤hŠœ`‚“X€‘V‡“f‘p¤Š¤¬’²·¦ÃɸËѼÐ×ÁÝåÌáéÐÞåÐâêÔææÐÜÛÅÎÁ¡Ë¾žÖœÙÄŸÝͨÜ˦ÖȦÑáѾ¢Ñ¾¢Ó»›Ï·˜Í¹‹ÏºÌ»œÈ·—Ű‘¸¤…¶›~®“v¥„h¦„h£}bžx]–pT˜rU™tV™tVŸ{]¢~`ªc„f³‹m¹‘s¹“u·’sµ“t·•v´”v´”v¶—yº›}½Ÿ¿¡ƒÁ£†Ã¥ˆº¡ƒ¿¦ˆÀ§Š½¤‡¶š~°”x´’v°r…h¦~b¡}_£~a™€ašb¡“s´¦…¶»³•´¼¨ºÂ®ÀàŸ¿àŸÀ㟿âžÅâ¢Æâ£Ìà¬Úî»ßîËãòÏçõÎé÷ÏëôÙëôÙéõ×êöØèøÚçöÙâñÙÝíÕÞíÚÞíÚÜìÖÚëÕÔêÇËá¾ÀÛ¬¾Ù«¼Ø—½Ù˜ÀÝ™ÅáÇäžÇäžÇäŸÈå Éå¢Èä¡Çã ÆâŸÂß™¾Û•ÀÝ“Åá˜Æà¤ÅߣÅÞ¡ÃÜž¼×–°ÊŠ—¶r‚¢]yŸVq˜Oh”He‘Ed‘DcCk˜J}ª\Œ®gψ®Ê‰²ÎºÑ•·Í‘²Ê¬Ä‡ ¿{—¶r„ª^ƒ©]¨X|¤U†®^Œ´d¹m•¿sÄ|¢Ê¨Íˆ¬ÐŒ¯ÑÐÉœÏÈ›ÇÇŒ»º€ž¯_’BiŽ-dˆ'aŒ(`‹'bˆ,aˆ+^„0X~*Jw&Cp?o Eu&P+Yˆ4b6h•<rBx£H‚ªO†¯TŒ³Y´ZŒ³Y´Z¶Z·\бbбb†f„«d‡p’·z ÁŠ§È‘´Ð™¼×¡ÃÚ¤ÇÞ¨ÈÞ«ÅÚ¨ÀÖ§¸ÎŸªÃ˜£¼‘›µ‹‘ª€… u~™nx–ds’_o‘TnRk‘Io•LsœLvžOy£P©W‚t‡²yŒ´€Œ³‹¯ˆ¬|Œ|±‘®yžjƒ™a›²z¸Å¯½„°¶«±z¤®w›¦nŒœaƒ”X~“]„™cŸ{—¨„¨±™¸ÂªËѸÔÛÂÜäÊßèÎÜçÐÛæÐÝèÚÛæØÏʼĿ±Ë¼¥ÏÀ©ÙͰÕɬÖʱÑŬҿ§Ò¿§Õ½žÑ¹šÎ¶•ζ•Ó¹›Ñ·™Ïµ—ǬƩŒÂ¦ˆºœ~½ž€¾ž€¹™{´”u¶–w¸˜y¸˜xº›{¼}¼¸•vº˜xºšz¹™y·µ˜x·™z¹½¡‚¿£…À¤†Â¦ˆÃ§Š½¥ˆÁ©Ã¨‹¿£‡¸—{°t±r«‡m¦ƒi¥‚hœc–z]“\žŠg¨šr°¢{µŠº²¥³³¢°°µÜ´ºâ¹¿äŸ¿å ÉáÊáËâ¬ÙïºÛíÌÞðÐäñØçôÛíõßîõàëößëößé÷áèöàäòááïÞáîßâðááñÜÞîÙÕêÇÉÝ»¾×©½Ö¨»×•½Ù—ÀÝœÅá Èä£Éå¤Êæ£Ëæ¤Ìç¢Êå Éä ÈãŸÆà ÄÞžÈá¦Îç¬ÌÞ¯ËÝ®ÊܯÈÙ¬ÅØ©ÁÔ¥ªÃŒ’«sv˜Tt–Ro˜KfŽBdBfDj“Jƒ¬d©À‡ÇÞ¥Óã¹ÝíÃÞêÍÙåÈÓá¿ÆÔ²µË–©¿‰’±jŒ«d‰bŠc´m’µo—½ošÁs Å{¥É«Ì‡¯Ð‹³ÓÓÌŸÑËÊÊÀ¿…¤µe…•Fk.f‹*cŽ*b)dŠ.dŠ.a‡3Z€,Cs$L{'U„0^‹2d‘8m—<sB|¤J‚ªPˆ¯V‹²Y‹²XŒ³Y޵Y¶Z‹²c‰°a…«e„«dˆ®q“¸|£ÃŒ¬Ì•»× ÃÞ¨Ëâ¬Ïæ°Ðæ³Ìâ¯ÆÜ½Ó¤°Éž¨Á•¡»‘—°†‹¦{†¡u€žlk|ž`zœ_s™Qq—NsœLwŸPz¤Q~¨U€«r†±xŒ´€‹³Š®~Š}ޝ±‹©t‰¦rˆŸg®ÄÂЗºÈºÀ‰¸¾‡²¼…ª´}˜¨m‰™]|[|‘[†–rŽžzŸ¨¯¸ ÆÌ´ÒÙÀÖÞÄÛãÊÜçÐÚåÎ×áÓÙäÖÞÙËÏʼο¨Ñ«ÔÈ«ÓǪØË³ÔȯÕªÓÀ¨Ö½ŸÒº›Ï·–͵”϶˜Ïµ—Ï´–˰’Ë®È¬ŽÆ§‰Ç¨Š¿Ÿ€¿ŸÁ¡‚ä„¢‚¾ž~»œ|¼|à Á~¾œ|¿~À €¿Ÿ¼}º›{·š{º}½¡‚À£…Á¥‡Â¦ˆÄ¨ŠÆªŒÂ©Á©Œ¿£†ºŸ‚·–z±t¯‹q§ƒh¥‚h }d—{^˜{^™…c£l¦˜q©›s²«‡¼µ‘Žœœn||“º‘¹à¸½ãžÀå Çß«Èß«Êà«Öì·ÜîÍÜïÎâïÖåòÙíôßîöàëößêõÞèöàèöàåóââðÞàîßãñâãòÝßîÚÖêÈÊÞ¼½×©ºÔ¦ºÖ”¼Ø—ÀÜ›ÄàŸÇã¢Éå¤Ëæ£Ëç¤Ìè¢Ëç¢Ëæ¢Êå¡Èâ¢Çá¢Ëä©Ðê¯Óå¶Óå¶Óå¸Ïà³ÉÜÇÚ¬·Ð˜¡»ƒ€£^u—Sk”GdŒ@`Š>eC}¦]¦Ï‡Ðç×î´ÝîÄêûÐîúÝïûÞìúØãðÎÕëµÃÙ¤§Æ•´m²h•¸n™½vš¾wšÀrœÂt Å{¤È~ªË†®ÏгÓÒͪÐË©ÊË–ÅÅ®Àp Qs˜6n“1g’/f‘.g3fŒ2aˆ5Z.Ky'Dr As'Bt(Hy(Q1Z‰4`:h•=n›CtžFz¤L‚«S†®Vˆ¯VбWŒ²WŒ³X±^‰Y…©\‡«^ޝj˜¹t§Ä†±ÎÃÙ¡ËáªÒä³×è·×ç½Óä¹ÍÞ¹ÅÕ°»Ñ±È£ªÂœž·‘’ƒ¨~‡¥uˆ¦vƒ¥n„¦o|¢dtš[ršWwŸ\z£^}¦a~©n„¯t‹²‹²~ŠƒŒ¯„°‹°‹‹§€ª„’§{´ÊÆÓ ÁÏœÀÇÁÈ‘½Ç޵¾†³pˆž[q‘NmJs‘^{˜e¢€£¶“¾É¬ÉÔ·Ë×¾ÏÜÂÐàÌÑáÌÌßÄÎáÆÌàÆÂÖ¼¹Ç ¶ÃÊÈŸÎÌ£Ù˰ØÊ¯ÕƪѦѿœÐ½šÓ¸žÑ¶œÑ±—Ó²˜Ô´™ÕµšÐ±–˫ȨãˆÇ§‹Æ¥‰Æ¤ˆÄ¢†Ã¡„Ä¡…Å¡…Æ£‡½ €¾¡¿¢‚Á¤„Á¥…Á¥…¾£ƒ¼ €ºŸ¼¢‚¾¤…¾¤…¾¤†¿¥‡Á§ŠÃªŒ¿¦½¤Œº¶™}´’s®m¨‰jža˜cvZŒuX•~a¢‡d¦Œh°‘g·˜n°«‰µ±hz–L_zm•¡ÉÑ¼ã ¾å¡ÆÛ¬ÆÛ¬ÅݧÏç±ÚòÊÙðÉàîÚåòÞìôáíõâëõâêôáèõäèöäåóäáîàÞêÜáíßàïØÞíÖØìÈÏã¾ÀÙ©¹Ò¢¸Õ‘»Ø”¾Û›ÂÞžÅá£Èã¥Êå¤Íè¢Íç¥Ìå£Ëâ«Ìã¬ÑæºÖë¾Öå¿Õ侨åÅÕâÂÏܽÎÛ½ÆØ¯·Ê¡¸~Š¥kw—Ts“PmŒL~ž^±Î•Óð·ßèÓæîÙðôîùý÷üô÷óôöóíøÛáíÐË᪬‹˜¶rœºv¿x¤Å~ŸÄv Åv¢Æ|¦É«Ìˆ¯ÐŒ³Ò‘Ñ̪ÏʨËË–ÉÊ•¸Éz™«[|¡?wœ:p›7m˜4k‘7g3`‡4Y€-Ky'Es!Cu)Ct(Fw'N.W‡1^8g”;l™ApšBv H~¦N‚«S…Sˆ¯UбUбV‹°\†«Wƒ¨Z‡¬^±l™ºu¨Ä‡²Ï‘ÄÚ£Íã¬ÕæµÚëºÛëÁÙé¿ÔåÀÍݸÁس¶Í¨¯Ç¡¢º””¯…ލ†¤t‡¥uˆªrŒ®w…«lyŸatZy¡^}¦a©dªo‚r‡®{†y†©‹®„’±Œ’±Œ”°Š•±‹Ÿ´ˆµÊžÌÙ¦ÇÕ¢ÆÎ–ÅÍ–ÀÊ‘·Á‰ž´q†YlŒIe…Bi‡TpZ‚•rš¬Š³¾¢¼Ç«¿Ë²Àͳ¿Ï»ÃÓ¿ÂÕºÁÔ¹³Ç±Åª¤²‹›¨‚À¾–ÉÇž×ɯØÊ°×ȫѦѾ›Ñ¾›Öº Õ¹Ÿ×·Ö¶œÒ²˜Ó²˜Í’ʪϯ”˫ƥ‰Ã¢†Â¡„ÁŸƒÄ¢…Ȧ‰Ç¤‡Æ£†Å¨ˆÇªŠÇªŠÄ§‡Â¦…ç†Â§†Á¥…¿¤„À¦…À¦†¾¤„»¡ƒ¼¢„¾¥‡Á§Šº¡Šº¡‰¹›´–z¯n§†f¡‚c—xZŽuYŒrV‹tW‘z\›]¤Šf²“iº›q©‡£ž|J\xVhƒeŒ”„¬´¶Ý™ºáÅÚ«ÄÙªÂÚ¤Êâ¬ÚñÊØïÈáîÚæôàëôàìôáéôáéôàèõäéöääòãßíÞÛèÙÝêÛÝëÕÜëÔÚîÉÓçÂÃܬ¹Ñ¢·Ô‘º×”¾ÚšÁÝžÅà¢Çã¤Êå£Ëæ¤Ìç¡Îé£Îè¦Ìæ£Ìã¬Ðç°×ì¿ÛðÄâñËÛêÄÚçÆ×äÄÑÞ¿ÑÞ¿Íà¶Å×®®ÈŽ¥¿…Ž®k†¥b}\ž½}Øö½Ùö½æïÚíõàôøòõùóõöúùúÿòõòóöóêöÙíøÛåûÄÀÖ Ÿ½yºvš¼u¤Æ¤Éz£Èz¥È©Ì‚®Ï‹²ÓŽµÔ’ÌÍ ÍÍ ÌÏ›É̘·Éƒ§¸r‹°S¦Ix¤:q3o—2l”/c‹3Z*N|/Jx,Ky3Jy3Jy-M|0U„0Z‰6a8h–?m˜Ao›CwŸH|¥N¦O€§P„ªQˆ®Uˆ«V…¨Tƒ¥UˆªZ“²iœ¼s«Ä„¶ÐÉÜ¥Ïâ«Öå·Ùç¹ÙèÁØçÀÑà¾ÉÙ·ÃÚ³½Õ°ÉŸ¢»‘•±„¨{†¥u†¥v‡©xЬz†«x£pxŸjy k}¥n§qƒ©t„ªtˆ«z†©x‰¨~Žƒ‘Š”°Ÿº™›¶•£»˜¢º—ÊݵÅ×°É׬ÁϤ»Êœ±¿‘—´tœ]a‹BXƒ:ZƒD\†Fq]‡¦s£ºŽ«Á•®Äœ±ÇŸªÃ ©ÃŸ¦Â—Ÿ»’¹„³~}¤\n•M‘£b´Ç†ËÅ¥ÔÎÑ«ÖǰÔĤϾžÒ¾ŸÑ½žÐ¼¡Ì¹Î»ŸÌ¹É¶šÁ®’Á®‘À¬Â¬»¥‰¾¦Š½¥‰½£‡Á¦‹À¥Š¾¢‡À§ˆÂ¨ŠÂ©ŠÁ¨‰À§‡¿¦†À§†À§‡Â©‰Â©‰»£„»£„¼¤†»£…½¥ˆ¸ ƒ°˜|¯—{¬“x¦Žr£ˆm‚g–xZŽpQnL‡fD“qN›yV£‚_ª‰gl¶–u›˜hfcBX{Rh‹^„£n”³£Æ¥¶Ù¸ÂÚ§¿Ø¥ÂÝ®Æá³ËçµÔð¾ãóØç÷Ýìõãëôâèôâéõãé÷æçöäâðßÝëÚÝë×ÙçÓÚêÍÛêÍÖêÂÖêÂËã²¹Ñ ¶Ô¸Ö‘¼Ø˜ÀÜœÃÞ¡Åà£Éã¤Íç§Êã£Ïè§Ñè®ÍäªÍá´Óç»ÝîÍâóÒáñÒßïÐÛçÐÕáÉÖàÌÛåÑÛèÌÙåÉÒ亾ЦµÉ™«¿§¹ÌÞ³ãòÏæôÑñòìööñúùöûùöûø÷ö÷õõõúèîóáè÷ËÝìÀ©Äœ·rš½i¢Åp¤É|£È{¥É¨Ì„βԓ·×šÏÏ¢ÏУÏÒžÍМ¾Ï‰±Â|–»^‹°S«Ax¤:uœ7o—1e5_‡/W…9V„7V„>Tƒ=Q€3O~2S‚/W†3^‹4c‘:l—@l—@p™BtFy I|£K¥L§N„§S‚¤P€¢R†¨X’²i¼s¬Å…·ÐÆØ¡ÍߨÕä¶Øæ¸×æ¿Öä¾ÏÞ¼È×¶ÀذºÒª¯ÈŸ£¼’•±„Žª}Š©zЍyˆªxŠ«z…ªw~£py k|£n©rƒ¬uƒ©s„©t‰¬{ˆ«z‹ª®…Š’®‹–±£¾ž©Áž©Áž¾Ð©Í߸ÍÛ°ÂЦ¹È𝽕²s~›[_‰@T~5R|<S|<bNw–c•«´ˆŸ¶£¹‘Ÿ¹• º–›·Œ”°…‰¯z}£ot›So–N~‘PŽ _»¶•ÊÄ£ÖǯÓÄÔãÕŤØÄ¥ÏºœÒ¿£Ð½¡Ñ½¢Î»ŸÏ»ŸÈµ˜Å±•®’į“¿ªÂªÁ©¿¥ŠÁ§‹À¥Š¾£ˆÀ¦ˆÀ§ˆÂ¨‰Â¨‰Â©‰Â¨ˆÁ¨ˆÁ¨‡½¤„¿¦‡¼£„½¤…»£†·Ÿ‚µ¯—z¦Žr¦Žr¥Œqž…j•z_ŒqU‡hJ‚dF„cA“rP–tQšxUž}[ª‰gm±‘pqolLJG?VyUlW}œ^„£} ~ЯÀØ¥½Õ¢ÂݯÁÜ®ÁÝ¬ËæµßïÕæõÛêóáêóáèóáçóáæôãåóâàïÞÜêÙÜéÕØåÑØçÊØèËÕéÁÖêÂÌã²»Ó¢¶Ó¸Ö‘¼Ù™ÀÜœÃÞ ÄߢÈâ£Ëå¦Ìå¥Ïè§ÑèÐçÓçºÚíÁâóÒæ÷×âñÒàïÐÜéÑÙåÎÞèÓäîÚåòÕâïÓ×é¿ÍßµÈÜ«ÂÕ¥ÄÖªßñÅé÷ÔêøÕóôî÷øòúùùùøøùöúù÷ûùø÷ø÷öôøæïóáëúÎãòǻ֑›¶q•¸c Ão¡Æx Åw£Æ¨Ì„ÏŽ³Ô“·×™ÍÔ—ÎÖ™ÎÕ£ÍÓ¡ÁÒž¸É•¡Äv–¸kˆ³I¬B}¥7už0e‘QdPdMb‹K\†>U€8T€.V‚0[‡/`5f‘8f’9i’<l•?r˜Cu›FzžJ|¡L¢N} L|žM‚¤S®cš¹n©Â€´Í‹ÄÖžËÞ¦Óã³ÕåµÓäºÑâ¸ÊÝ¶ÅØ°ºÓ£²Ì›ªÆ“ ¼‰“°|ެxz‹«y‡¨y‡©y¥x{ rxŸo|£s€¨v‚©xƒ¤w„¥x«{®–²€šµ„˜³„˜³„—²‹¤¿˜¨Â¤±Ë³Ê³ÁØÁ¿ÔÀ¼Ñ¾´É²ª¿¨”¶†~Ÿo_GP~8Jz2Iy0Nx4_‰D| \‰¬h¯l‘²o°p¯oˆ¬k…©hˆ¬h}¡]y T}£WwšO{žT“¢k©¸ÉÁšÒʤ˼œÓĤÊÀ¥Ì§˿£ÍÁ¥ÍÀ¤È»ŸÌ½¡Å·›Á±•¿®“¿¬‘¼©ŽÀ«‘¿ª½§¿¨Ž¾¦Œ¾¦ŒÁ©Á©ŒÁ©ŒÂªŒÂª‹Á¨Š¿¦‡½¥†¹ ‚¼£…º¢…º¢„¶ž‚¯—{©’w£Œq…`™]z_†qV~fQx`L‚]C…`F—fAŸnI¡qL¦wQ ƒj ƒj–Œ€qf[BG\?CXD\wUmˆTu˜[| b|™“ʺ٢·× »Ü£¹Ú¡º×¡ÀݨÙè×ãòáçòâèóãæóâãñàáñßáñßÞïÙÚêÕÚêÏÖåËÕæÃÕæÄÔè½Õé¿Ìä´¾Õ¦¶Ó“¸Õ•¼Ø™¿ÜÂÝ¡ÄÞ¢Çà¦Êã©Îä°Ïå±Òå»Öè¾ÛëÍáðÓæôßé÷âæóßãñÜáëÛàêÚæíàìóæìôãéñàßèÑÝæÏ×áÇÐÛÀÚáËìóÝîñáòõå÷õñú÷óúùóùøòø÷òúøóûùõúøôööíóôêïùÚéôÕÍæ¨Ÿ¸z“¶aœÀkœÁu›ÀsŸÂ|¥È‚«ÍޱӔµÖ›ÍÕ˜Ð×›Ð×¥ÎÕ£ÄÕ¡¾Ï›©Ì~ŸÁtŽºP‡²H‚«=}¥8y Iz¡Jr^m˜Yl•Ul•UeG\†>Wƒ1V‚0Z†._Œ4b5e8j“<k”=n”?q—Bv›FyžI{JyœHy›J¡PŠ©^”³h£¼z¯È†ÂÔœÈÛ¢Ï߯Ñà±ÎßµÌܲŨ°ÀÓ«²Ë›©Ã’¤¿Œ¸…’¯{y°}¬z‰ª{†¨y€¤v{ŸqyŸp|£s~¥t}¥tƒ¤w…¦y‘¯—¶† »Š£¿ »Œ »Œ¢¼•£½–«Å§·Ñ³¶Î·´Ë´¶Ë·¹Îº²Ç°ª¿¨—¸ˆ‚¤tc‘KQ:R|8Y‚>n’N|Ÿ[„¦b‰ªg†§g‚¤d†«i†ªh‰i†ªgˆ®bˆ¯b‚¥Z¤Z‡—_Žžf´¬†¿·ÕŦÐÁ¡Ì§ɿ£Ê¾¢ÐħϦǺžÊ¼ Ķ™À°”¾®’¾«¾©¿¨ŽÁªÁ©Ã«‘À¨Œ¿§‹¾¦‰‡¼£…¹¡‚¸ µ~¶žµ³›}¬•x¤Œpœ…i–dŽvR†nIydIs^Ct\Gw_J‡bHhNœjFžlH¢sM¨ySš}dž‚he[OB8,16KGL`CZuQi„St—XyœXriƒ «Ë”¶ÕŸ°Ñ˜µÕ¸Õ ½Ú¤×æÕãóâçòáéôãæóââïÞÞîÜàðÝßïÚÜìÖÚêÏ׿åÃÓç½Ôè½Íä´ÃÚª¹Ö•¸Ö•º×˜¾Ú›ÂÜ ÄߣÈá§ËãªÏå±Ðæ²Õç½ÚíÃáðÒäóÕæôßèõàé÷âçõàçñáçñáìóæïöéíõäêñàçñÙæðØàêÐÙãÉâéÓïöàòõåöùéøöòù÷óúøóù÷ùøó÷íõöìîøÙéôÕÐ鬣¼–ºe–ºe˜½q—¼oš½w Ã}¦È‰¬Î²Ó˜ÍÖ¦ÑÚ©ÒÙ´ÐײÇ׳ÃÒ¯²Ñš©È’—¾oŽ´eˆ«X†©V†©f‡ªg|¤sršiu—]u—]n“Of‹G_‡6[ƒ2\‡-b3f‘6j”9n–?o—@q—Es™Fu˜It˜HvšFv™Ev™G{žL†¦Y¯bž¸sªÄ»Ï“ÁÕ™ÇÚ¥ÊܧÆÜ¨Âؤ¹Òž´Í™©Æ‹¡¾‚»~›¹|”´w–µy–·‘²z²‹{‚§v}¡q|£o¦s€¨q§p‡ªw‰¬y–µ}ž½…¨Â‡ªÄŠ©Á‹ªÂŒ¬Åœ¬Ä›²Ì²¸Ò¸µÐ²Ϳ²ÍůÉ«Ǿ¤À·—»”…©‚i•RWƒ@O€1O€1ZŠ9Y‰8c;k˜CvžI|¤O€¤Rƒ§V°`”´d—°fŸ¸n¥¾z¡ºv•·mŒ®d‚£P‚¤PŽŸW ±i·¶‰ÂÀ“ļžÉÀ¢Ì»žÐ¿£Î» Ƴ—̶›Ç±–ë‘Á¨ŽÂ¨À¦Œ¿¥Œ½¢‰½£‰¿¥‹½¤Š¿¦Œ»£Š¹¡‡¸Ÿ…¸Ÿ…·Ÿ‚µœ€³š}³š|¯–y®•w¬”w§sž‡l“|a‡qWjPy]<uY8tV:wZ>€]D†cI’gI–kN–hF¢tR™v[–sX‹}uZLC),514=*8N>MbAWpTjƒ\v—Wq‘Qh›Md—†¨¬Î³¦Ì‡ÓŽ¶Ñ©¿Ú²ÙçàäóìçóæèõèåôæáïáÝîÜÞïÝÞðØÜîÖÚëÌØéÊ×éÃÖçÂÓç¾Òæ½Íä¸ÈÞ³½ÙŸº×ºÖ›¼ØÂÜ£Æà§Ëâ±Îä³Ñä¿ÓæÂÚèÑàïØåñâæòãçñçèòçëòìëòìîóìðõîô÷ïõ÷ðóöîðóëîóêíòéìòéèîåìïçòöí÷øñ÷÷ðöù÷öõõïõôîïøÞíöÜÊ⨣»—¼i”¹f–¸k”·i˜¹ržÀx£Ã„¨ÉŠ®Î”ÑÚ©ÓܬÕÜ·ÓÛ¶ËÛ¸ÈØ´¹Ø¡³Ò›£É{—¾o‘´a‘´`’µr’µr…|z£qv—]s•[m’NiIcŒ:_ˆ6`‹1f‘7k–;n˜=ršCvžG|¡O~¤Q{ŸODt—Dt—EyœJƒ£VŒ«^š´o¦À{´ÈºÎ“ÁÔžÄסÀÖ¢¼Ñ²Ë—¬Å‘¤Á†ž»œº}»~ž¾ž¿‡™»‚•¸†³€‡«{¥u¦s‚©v„¬u„vŠzŒ¯|™¸€¡Àˆ©Ã‰¬Æ‹¬ÄŽ°È’²Ê¡²Ê¡³Í³¼Ö½·ÒĹӯµÏDZÌįÌÂ§Ãºš¾˜‰‡o›X\ˆEU†7W‡9]<]Ž<e’=h•@o—BqšDyžL‡¬Z‘±a¢ÂrªÃy´Îƒ¹ÒŽµÎŠ®Ð†¢Äz’³_†¨T—§_™ªb©¨{°®¹°’½´–Å´˜Æ´˜Ä±•¾«Æ°•Ã’¿¦Œº¡‡¼¡ˆºŸ†¸ž„µ›‚·„¸ž…´›¶ƒ¹¡‡´œƒ±™~°˜}°—{”x©s¨q£ŠmŸ†i…h•}aŠsX~gLoY?iS9jO.nR1uX<|_C…bIŠgM•jL˜mP¡sQŸrP˜uZ‘oSM?73%(+4-09-<Q:H^E[tQfVpSmOgšLc–fˆm §¨Î‰ªÐ‹µÐ§Äß·ÛéãäòìèôçâñâÝïÜÜîÛÜîÖÛíÕÚëÌÚëËÙêÅ×èÃÔè¾Òæ¼Îä¹Ìã·ÂÞ¤¾Û¡¼Ø¾ÙŸÃݤÈâ©Îä³Ðç¶ÔçÂØëÇàî×äóÜèóåèôåéóèéóèéðêëòìðôîóøñöùòõøñô÷ïóöîïõëíòéðõìîóêîòêðôì÷øñôõîù÷õõïôôîòûàî÷ݿמ¶|•ºg™¾k“¶h’´g–·p¿x¢Âƒ¦Çˆ«Ë‘ÔÛÆÔÛÆÕÜÆÕÜÆÏÞÃËÚ¿½Úµ¸Õ°Í¡¢Ã—Ÿ» ¼Ÿ½”»’‘·Š°ˆ„¡k|šdt•Sq’Qo•Cj?i“8pš>sAy£F€§P…¬UŒ°_޳bŠ`ƒ¥X{ KyIw›H{ŸK„¥V‹¬]—²k¡¼u®Ä†´Ê‹¹Ï”»Ð–·¬ÊŒªÇ‰¤Ã¢À~ ¿|¢Á~¤Åƒ§È…¤ÆŠ¢Ä‡›¾ˆ˜»…‘¶‹°{‡¯uˆ°v‹´u¶w޵t·u›½{¡Ã©Ã…«Å†¯Ä‘¶Ì˜·Ì©¶Ì¨µÍ¸ÀØÃ¹ÕȺÕɳÑȵÒÉ®ÐÆ¤Æ¼›À˜Œ±Šx¢\h’Mc’@e”Bf˜Bi›ElCkœBrœCq›B} M•¸d¬¼Š¾ÎœÆ×œËÛ¡ÌÚ¤ÇÖ Âֻϖ¤Ç~“¶mŠ®n¥ez…`°»–»ª‘³¢ˆ¹§‰¹§‰¼§Š¸£†¼£‡·Ÿƒ·œ³˜}²—|³—}²±›~°š~©•wª–y®–~¨w£Šq¢‰p¢‰nž„j˜~b”z^ŽuY‰oS„lQ{cHq[AjT:aK2aK2pO:vU@…[>‹`C•c>™hBšnGqI‘vYtVyoc@5)$#*.-4&&:./B(>Q3I\EXvI\zNexOfyIeIfQp‚„£µ§Î¨ÏºÑ¼ÊáÌÚêÜãóåçôêæóêäôèãòæÞðßÙìÚ×êÑ×êÐØêÉØêÉ×éÃÖèÂÕéÁÒç¿Îå½Î彯âÃÞªÁÜ¥ÁÜ¥ÅÞ¨Éâ¬Ïä¹Òç½ÙéÑÞîÖäðææòèèñíéòîêòîéñîííòîïôòòóöõö÷öôöõòôôñôõñóöõñõôñööîóóñõóðôñ÷ùôöøóú÷ùøõøøõ÷øêö÷éîùÓÝèÂÈ‚—²l‘¹\˜¿b–¶g’³d–µm½u£Âƒ¨Ç‡«ÉÚáËØßÉ×ÞÈØßÉÒáÆÍÝ¿ܷ»Ø³±Ò¦ªÊžªÆš¬Èœ©Ç¥Ãš›Á™—½•—µ~‹©r ^|[z Ou›IsœAx¢G}§K‡±T‘¸a•½e˜½l™¾m—¹m’´g†«V‚¦R~¡N€¤P‰©ZŽ®_—²kž¹r¬Âƒ°Æ‡³ÉŽ³ÉŽ¯ÈŒÆ‹ªÈЫɋ©Ç†©Ç†§Æƒ©È…¬Í‹ÎŒ©Ë¨ÊŽ¡ÄŽ¡ÄŽžÃŽ˜½ˆ‘¹¸~‘»{”½~”¼z”¼{ŸÁ£Å‚¨Â„©Ã„®Ã·Ì™·Í©»Ð»Ô¿½ÕÁºÖʺÖÉ·Ô˵ÒɲÓʨÉÀŸÄ”º’…¯jz¤_x§U{ªXy¬Uz¬Uu¦Lp¡Gw¡Hx¢Iˆ«W¦ÉuÇ×¥ÍÝ«Òã©Ôåª×æ°ÔãÊÞ¥ÈÛ£³ÖŒ Ãz‡¬kNr28C©´Ì»¢¼«‘¦”vª—y²€˜{ª‘u£Šn¦‹q¦‹q¦‹p©Žs©t¨t©“v¦tˆk‰lž…m–}ew^‘x_“y^uZ‡mQgKzaEsZ=nV:eM1_H.aJ0bL3iS:xWB~\G‹`DeI›iD nIžrKqJuX~cE;1%-#)(/%#*--@33G+@S4J]@RpL^|PfzI`sA]vC_xIhzi‰› lj§Î¿ÖÁÍäÏØèÛäôçæóéåòèäóçäôçßñߨêØÔçÍÓæÌ×èÈ×éÈÖèÂÖèÂÖêÂÓçÀÏå¾Ðæ¾Éä°Æâ®Åà¨ÄߨÆà©Èâ¬Îä¹Òè½ÝíÔâòÙæòèåñçæïëèñíéñîèðìîïôîïôòòóöõöø÷ôöõòõõòõöóóöõô÷öò÷öïôóöú÷òõóöøóöøóúøýùöû÷öù÷öùëö÷éæñËÅЪœ·q’g޶Y’¹]˜¹j“´e”´lœ»s£Â‚©Èˆ¬ÊÖâÐ×ãÑÖãÐÕâÎÑàÌÏÝÊÊÚÉÇׯ¾ÐüÍÀ·Ë¿µÉ½³È»°Æ¸«Â²§¾®¥»¢ž³š˜³…•¯‚‹¬d„¥^„ªSˆW‘¶^™¿g¡Är¢Ås¢Ât¡Ás ½qœºm‘²bޝ`ŒX‹¬WY’±]™·jž¼o¤Ãw§Åy£Äs¢Ãr£Æu£Æu¤Ç|ªÍƒÏz°Ò|²Ð‘³Ñ’¶Ò•¸Ó–¶Ó³ÐŠ°ÍŽ®ËŒ«Ê’«Ê’¦È Šœ¿‹œ¿‹œÂ ƃ¤É‚£È£Ã|¢Ã{¨Å†Ê‹¶Ð¡ºÔ¦½Öº½×º¹ÔĸÓ÷ÔʹÖ̺ÔÁµÏ»«È¶¥Â¯›¾§–¸¡‘¹”‘¹”»„»„¶t‰²p‰l„¨h˜¸|ºÚŸÓÞ²ÛæºØæ°Óà«Ùæ»ÐÞ²Òç³Ïä°Áس¨¿šZ`\(/++"›’ƒÍÀ¡Ê½žÀ°ªšvŠhš‡e›…d›„d™avW–{_™b—e”|b’|d”~fyb„pY„m[iWweVsbRp^LjXFhQ9dM5bI0aH/`F0aG1kI1pO6~Q2€S4…Z:‰^>‘fE“hH˜nMšpOŽmU•t\g]X:0+&5&5)<%1D,/<13A->O=N_ATrGZxJ]}EYxAXh<Tc@]sRp…‹´Ÿ¡Ê´½ÝÀÊéÌäîíáìëãîõäïöàóêÞñèØò×ÔîÓÐêÆÍçÂÒæ¿ÔèÁØé¿Øè¾ÖéºÕéºÒé¶ÑèµËç¯ÊåÇáÇáÊâ¶Ëã·ÏãÁÔéÆàïØãñÛçðäçðäëïìîòîðñòîððéñðëóòðõõòôöõ÷öô÷öõù÷õ÷õôöõó÷õóööôõõóôõõø÷÷ú÷üôõúòóúîôûïìøäæòÞÈݸ¨¾˜Œ®qЬo‚®_жf—·h–¶h–¶g™ºj ¾¨Æ‰¬È—ÙäÒÚæÔÚçÔÙæÒÖäÑÓáÎÎÞÍËÛÊÅ×ÉÃÔÇ¾ÑÆ»Î·ͿµÊ¼²É¹±Ç·°Æ©¿¦¤¾‘ º–·p‘²k“¸b˜½gŸÄl£Éq§Êx§Êx§Çy¥Åw¢Àsž¼p˜¹j”¶f²\®YŒ¬X¯[–´gœºm›ºn»o™ºi™ºiÀo Ãr£°Ò|´Ö€¸Ö—»Ø™¾Ú¿Ûž½Ù“¸Õ¶Ó”µÒ“³Òš³Òš®Ð˜¨Ê’¤È“¤È”¦Ì‰§ÎŠªÎ‡¨Ì…§È€¦Æ¨Å†ªÇˆ´Î ·Ñ£¹Ó¶»Õ¸¹ÔĹÔĸÕ˹Ö̽×ùÔÀ´Ñ¾±Î»«Í¶§É²£Ê¥¢Ê¤œÇœÇ™Â€—À~™¾}–»z¦Ç‹Âã§Óß²Üç»Ùç²Øå°Úç¼ØåºÏä°Ñå±ÂÙ³qˆc,2. ‘‰y¾±’˾ŸÎ¾›Á±Ž¶£¥’oyX‚kJhI~eF|bE|bF|cI}eK}gO|fNt`JmYChQ@cL;YH8VD5UD1VD2\E-^G/aH/bI0dJ4fL6oM5tR:ƒV7‡Z;Š^?•jJ—lKšoO™oN›qPpWrR9;2-'#1'6)<".B,.<02@.?P@QbDWuGYxDXw>Rq<Sb9P_8VlHe{n–žÇ²»Û¾ÎîÑáìëßéèáìóâíôßòéÞðÓîÓÏéÄËäÀÐä½Òæ¿Öç½Öç½Õè¹Ôè¹Ñè¶Ðç´Íè°Ìç¯Éä°Èã¯ËãÑåÃ×ìÉëíñïðñêòñìóóðõôñ÷öõööõ÷ö÷öõ÷öõúøöù÷õøöôøöôööôôôòòóñòóñôô÷õô÷óõóóõóò÷ïñöîíôèìóçäðÜÚæÒ¿Ô¯ µ¯rŒ¯qˆ´d‹·h—·i˜¸j˜¸i˜¸i›¹|¢Àƒ¦Â‘ÙåÖÚæØÚèØÚçØ×å×ÔãÕÐàÕÍÝÒÊÛÓÈÚÒÄ×Ï¿ÓʺÐĹθÏÀºÐÁ¸Îµ²É¯®È«Åš£Â¡¿~¥ÆyªÌ~Ï€¬ÎÍ‚¬Í‚¬Ëƒ¨È¤Ãz¡Àw›½r—¹n‘´bŒ¯\ˆ¬XŠY±d”·i“µh“¶i’µd“·eš¾n¡Åu¨Ê‚ψ´Õ…¹ÙŠ¿Ü Ãà¤Æâ¦Æâ¦Âßš¼Ú•¶Ô–µÓ•²Ò›²Òš¬Ïš¨Ë–¦Ê›§Ëœ®Ï¦Ï¦®Ïž®Îž°Î•¯Í”¯ÌŽÊŒ´Ï—´Ð˜µÑ§¸Ôª¸Õ¼ºÖ½¸ÕǸÕÇ»Ó˹ÑÊ·Ó·ÓµԻ³Ò¹¯Ð·Îµ¬Ì·¬Ì·©Ç¯¨Æ®Ê¤¬É£¶Ó Éæ³ÜëÅÔã½Úë·Õæ²Óä±Úë¸×éÅËݹŒ™—1><&�…}\ųšÇ´›Ë»˜Æ¶“dz‘Á‹¶{¥Œj–yX…hHxZ;qR4iL0hK/eK2aH/[D-YB+Q@+P>)V;"W<#]=$`@(cE1fI5kL7oP;xS7{V:}Y8\;ƒcD‡hH‘gC•kF–mJ™oM˜zbrZYNH2'!&&#%0&(3%(8(,<*3H-5K,>O@RbGZzEXx>Rj8Kd8Je7Id6LoAX{Ut‚•´Â½ØÌÑìààêíÞèêÝîàßðáàïëßîëÝíåÙéáÒçÃÌâ½Íæ«ÏèÑê®Ñê®Òç¶Òè·Óå»ÒäºÏè±Îè±Ìå±Êä°Ëã´ËãµÑæÁØîÈÞïÕáòØæòãæòãéðëëòííñòíñòìòòíóôðôõòöööõöõõöõøøö÷øööøõöøõó÷ôðôñîóðîóðîõííôìêóêéòéèòççñåâîÜßëÙÙçÌÍÜÀ¸Í¦œ²Š’±‘±³|‹±z–µv™¸yš»o˜¸m™¶rœºu »çØÙæ×ÖäÖÔãÕÑáÖÏßÓÍÞÖËÜÔÇÚÒÂÖ;ÓÇ½ÒÆ½ÔÄ¿ÖÆ¼Ó¹¸Îµ¶Ð¥´Î£¯ÍÌ‹±Ò…´Öˆ´Ö‡²Ô…±Ñ†°Ñ†®Î…©È€¥Ä{£Ây¿sa‹¯\‰¬X‰¬YŒ®a²d‘³f‘³f‘´c”·f›¿p¤Çx«Í†°Ò‹ºÚ‹¾ÞÄà¤Çã¨Éå©Èä¨Ã᜾ܗ¸×˜¶Ô–²Òš¯Ï˜ªÍ˜¨Ë–¨ËªÎŸ¯Ð§¯Ð§±Ñ¡³Ó£·Öœ¸Öœ·Ó•³Ð’´Ð˜³Ï—±Í£µÑ§·Óº¹Õ¼¶ÔŵÓÄ»ÓË»Ó˺ÕĻ֟ÙÀ¹Ø¿¶Ö¾´Õ¼µÕÀµÕÀ³Ñ¸²Ð¸¸Õ¯¹Ö°¾Û¨Éæ²ÚéÃÚéÄÝîºÛì¸Úë·ÜíºÌÞº¡´5B@&$6. vnM¿¬“ð—Ƕ”ó‘İ¿«‰»¢µœ{¯’r¥ˆg c’sU€cHuX<iO6_E-W@)V?'SB-UC.`E,eJ1lL4nO6oQ=pS?uVAyZEƒ^B†aEˆcBŠeD‹kKŽnO™nJšpL£zW¡xU‹mUiK30%(!!(''.#%0%'2%)9(+;*3H*3H*<L>PaI\{DWw9Le3F_4Ea3Ea3Jm<RuKjw|›©½×ÌÎéÝàêìÞïáßîÞîæÚêâÓèÄÍâ¾Ìæ«Îè¬ÐéÐéÓè·Óæ»ÒåºÎÊã´Ïå¿×ìÇÜîÓáò×çóäèôåêñìóñõöóõõóõõõöôõöõö÷õ÷õòöóïóðíóïîóðíôìëòêèñèçïçãíâáëßÜèÖ×ãÑÓâÆÉؼ¶Ì¤Ÿ´“³•´‚‘·µ~—¶x™¹zœ¼q›¼qš¸s˜¶q™³yÙçÜÚçÜÙçÝ×åÛÕäÜÔãÛÒâÝÐàÜÎßÝÍÞÛÉÜׯÙÔÃØÍÃØÌÃÚÈÄÛÉÂÙ¼¿×ºÀذÀذ¼× »Õž¼×—»×—»Ø–¹Ö”·Õ”µÓ’¯ÏŒ§Ç„¢Ä~¢Ã~žÁ{—ºuŽ´e‰¯`†®[_‡¯`вcˆ°aб_·eš¾q¤Èz®Ï‹´Õ‘ÀÞ—Ãá›ÇâªÈä¬ÉåªÉå©Äã¿Þ™¸Ø™µÖ–¯Ò™«Î•§Ë˜Ì¤ªÎ¦®Ì´°Î¶´Ñ±¶Ó³ºÖ¨¹Õ§·Ô—´Ð“´ÒŽ±Ï‹®Í“±Ð–³Ñ¬µÓ®³Ñ½³Ñ½¹ÓǹÓȺÕǼ×É¿ÙÊÁÛÌÂÛÐÂÛÐÁØÒÂÙÓ¿ÖξÔÌÂØÇÃÙÈÄÜÂÉàÇÔéÊÚïÐØî»Úï½×èÈÓäı¼¸AMI$,$0/,4)mbGêÇÅ´’Æ´“ɳĮŒÂ¦ƒ¾¡~»™v´’o¬‡f¢~\”qS‰fG}]BuU:mP7jM5lP6lP6tP3wT6}W:Y<\D^F†bHˆeJgE“jH•mH˜pK—vSšxU¢yS¤|U˜z`ŒnTQHB*!"/$0!2!'7#"/('4,-=,-=)4K(2J(;M;M_HZ|BUv7IZ1CU3?^3?^4Dk=LtJaˆd{¢²ËÊÎçæÛêåÚéäßïÜßïÜàíéàíéßîáÜëÞÕë»ÐæµÎè¤Ðê¥Ñé®Ñê®Òè·Óé¸ÓéµÒè´Ðç³Ïæ²Ìä±Ì´Ëä´Îå»ÓêÁØíÎÝñÒãóáæõãèóìèôíêòòêòòìñóîóõðõöðõöñõõñõõó÷õôøöò÷ôñ÷ôîõòìóïêòïëóðéõêçóèæòêâïæÜéßÙæÜÖåÑÑßÌÍÞ½ÅÕ´´Ê ¤º”±†˜µŠ–·™º’™¹‡˜¸†›¼tž¿wž»q˜µk™±pÚèÝÛèÝÙèÝ׿ÞÑáÜËÝÙÉÜ×ÈÝÒÈÝÑÈÞÍÈÞÍÈßÂÆÝÁÇà·Çà·¥ÀÛ›¼Ø˜»Ø–º×•¸Ö”µÓ’®Î‹§Ç„¢Ã~¡Ã}žÂ|–ºtŒ²c‡^„¬Y„¬Y‚ª[‚ª[†®_€¨Y„ªXµdœ¿r§Ë}³ÔºÛ—Äâ›ÇäžÈä¬Éä¬Éå©Èå©ÄãžÀß™´Õ•±Ñ’ªÌ”¦É£È•¥É–¦Ê¢¨Ì¤¬É²±Î¶·Ó³¸ÔµºÖ¨¸Ô¦¶Ó•²Ï‘²ÏŒ¯Ì‰«ÉË‘¬Ë¦Ì§Ë·®Ì¸´Î¶ÐĸÒĺÕǾØÉÂÜÍÅÞÓÇàÕÈßÙÈàÙÇÝÕÆÜÔÈÞÎÈÞÎÈàÆÊáÈÓéÊÜñÓÛñ¾ÞôÁÔæÅ´Å¥DPL'$")!))($43/<0h]B¼¢…˱”IJ‘Á°ŽÀªˆ½¨…¦ƒÁ¤¿z¸–s´n‰g¡~_•rT‰iOƒcH|^Fx[B|_E{_E]@ƒ_B‡aDŠcG‰gNŒiPmR‘mS—oMšrPžvQ¢zU \¢€]¥}V¡xRdJ^A&0'!'#/!.$4"(8&%2,+8./?-.>*5M,7O)<M7J[EWy@Rs3EW-?P.:Y.;Z0@g;JrD[‚Tl’™²±ÍæåÙèãÙèãÞîÛßîÛßìèßìèÞíàÛêÝÖë»Ñç·Ðê¥Ñë¦Òê¯Òê¯Óé¸Ôê¸Ôé¶ÍåµÌåµÍä»Ñè¿ÕêÊÙíÎàïÝãóàçòëçòëéññéññìñóíòôîóôïôõðôôñõõòòöôñõóïõòïôñìóðêñîéñîêòîçóèåñæäðèßìã×äÚÕâÙÖäÑÒàÌÅÕ´¼Ì«¯Å›§½“—´‰›¸–¸š»“ž¾Œšºˆœ½už¿w ½rš·m›³rØèÞÙèߨèàÖæÞÔäßÓãÞÑáßÏßÝÍÞÝÍÞÝÌßÙÌÞØËàÑÌáÑÌâÌÌâÌÌäÂÌäÂÎæ½Íå¼Êâ±È߯ÆÞ¨ÂÚ¤»Õ¹Ó›µÒ—²Ï“«ÌŒ¥Ç‡ŸÃ~›À{–ºx³r‡¯c„¬`¬[«Y|¨Xz¦W|§WsžN{£Q޶d Äw¬Ï‚¸Ø•¿Þ¡ÇãªÇâªÅã¤Ã⢽ߖ¸Ú’®Ò©ÍŠ ÆˆœÂ„›ÂŸÇ‘£É¤¦Ì§Ê¬³Ð²»Öµ¼Ø·½×¬»Õª¸Ô˜´Ð•°Ï†Ëƒ¨Éƒ§È‚¤Ä‘£Ä¤Ä¡¨Ç¤«Ë³¯Ï·µÒÀ¸Õľ×ÌÂÜÑÉàÖËâØÍãÕÖÌâÕÊáÕÊáÔÎèËÐêÍÜñÙØíÕ²ÀÄCPU%0$/ ?:1<8/;,[M?¿Ÿ}ǧ…Á®Â¯ŽÅŠÄ¬‰Ç¨„äœw¿™tµŒh®…a£{ZšrQ“nQ‘lNjO‹hN‘aC’bDŒgLiNlOmP’nJ”pL—rK™sL›vSŸzW¥}Z§~[«{U©yT”tY…fJYNF2'!-"(4!3&8#'9$(:#)<&,?%-A%.A+3E/7H+;O5EYCSr>Nm0@P*:J+6J.9L1@];If?VxNf‡u’”¹×ÙÎçÜÒëàÝëÞßìàßîäßîäÜïÖÚíÓÖí¶Òé²Óê¨Ôë©Ôê°Ôé°ÓêµÔê¶Ñë±Ïê¯Ñå¸Ïä¶Ëá³ãµ¹Ïç½ÑèÇÓêÉØë×ÜïÛáïèâñéåññæññçñòçññçññèòòëôóíöõíöôíöóïöóíôñëòïëñïëñîëðìñïéïíåìêäìêàèæØâÝÛåààìÝÞéÛÎÜÁ¼Ê¯Áœ§º•¸ŽŸ¹šº›»žÀ‹œ¾Šž¿wž¿w¡¼tŸºr ´vØèÞÙéßÙéà×çßÕåàÓãÞÐàßÎÞÜÍÞÝÎßÞÍàÚâÓÎãÓÏåÏÏæÏÑéÇÑéÇÓëÂÒéÁÎæ¶Íä´Ìä®É᫾؟»Ôœ´Ñ•¯Ì‘©ËŠ¥Æ†œÁ|–»v±o‰l…a…aƒ®]€¬Z{¨Xx¥UsŸNi•EtJµc¢ÆyÑ„¸×”¼Ü™ÂÞÄáŸÅá¨Äà§Áà ¾Ü¶Ø°ÒŠ¨Ì‰¡Å•»}¶x·‚˜¿ŠŸÅ £É¤°Í®·Ô¶¿Ú¹ÀÜ»ÀÚ¯½Ø¬ºÖš¶Ò–°Î†¬Ë‚ž¾‹›¼ˆœ¼™¡Áž¢Â«¨È±°Î¼µÓÁ¼ÖËÂÜÐÙÐåÚÏåÙÐæ×ÑçÙÑçÙÏåØÍã×ÌâÖÌæÉÐêÍÎã˧»£@NR-1"(3(31*D@7A=4=. TE7³“qɪˆÂ®ÀŒÀ¨…¿§…Ŧ‚Á¢~Àšu½—r¶i®…a¤|[žvU˜sV•pRmRŽkP˜hJ™jL•oT–pV“rU“sV™uQœyTžyR¡|U¦]«†c°‡e„b¬|W§vQnRlM17,%-""."- '9$6#'9#'9%+>(.A'/B)1D,5F.2BV@Po;Kj-=M'7G)4G-9L1?]8Gd=TvKb„[y{£ÁÃÊãØÑêßÝêàîåàîåÝð·Òé³ÔëéµÓêµÐë°Ïé¯Ðä¶ÎâµÊà±Éß°Éá³Èà²Éá·Íæ¼ÏæÅÐçÆÕèÓØë×ÞìäàïçäïïåññæðñäîïãííåïïêóñìõôìôòêóðíôñêòïéïìéïìêðíðîòñêñïæíëåíëâêèÝæáãíèì÷éëöèãñ×ÄÓ¸Áœ¡´¸ŽŸº Á•¡Â–œ¾ŠŸÀŒ¡ÂzŸÀx¢½u¡¼t¡µxØéàØêáØéáÕçÞÓäÞÒãÝÏàÜÍÞÚÍÞÙÍßÚÎáÖÏâ×ÐåÏÑæÐÒèËÒèËÓêÄÕìÆÕìÄÔêÂÓé¾Òè½Îå¶Éà±ÃÜ©¼Õ¢±Ï•«Ê£Ç†š¾}´n…¬f£f‡ªm‹³k´lеgˆ³d`{§Zn™Kg’Ex N‘¹h¤ÇzЃ¸Ö“ºÙ•ÁÝœÂÞÂߢÀÝ ¹Ú”µÕ«Ñƒ£È{™Áy¸p…®i{¤_ƒr’¼€•¼–£Ê¤´Ñª¼Ù²ÂݹÁܸÂÛµÃݶÂݨ½Ø¤·Õ³ÑŒ¬Í¤Åw˜¼q‘µjµr•¹v—½™ÃŸ¦ÉÏ´¶ÓþÛËÆß×ÉãÚÊâÚÌãÜÐèÜÌäØÎèÖÕïÝÈãÍÍèÒÉãÑÅÞ͘¥²<IV$/@$5#!!0'E<1LD:B:0;.OB2µ’pÆ¢€ÀªˆÄ®ŒÂ¨…¾¤€À {½x¿™sº”n³Še«‚]£zW wTuV›sS˜rT™rUŸpQžoP—rW™tX—vX˜xY¡|U§‚[…[±‰_µk°Šf°Šk°‰j£wYžrSdZX;1/""*$#,#4$5 #6 $6!&9$(;!,A$/C&3E'4F+4A/8E.:N6AU9H`7F]/=R'5J(4;*5<1?V7E\6Qe?YnSs„°ÁÊèðÏíõÜòëÞôíáòéãóëæóààíÚÛìÄ×èÀÒë°Öï´Òî¯ÐìÓë´Ñé³Òä·Ôæ¹Ðâ¾Ïá¼Ëß¹ÈܶÅܵÅݵÅÞ¹ÆßºÉáÃÏèÊÒæÔÒæÔÙéáÜìåÝêêßìëÜëêÜëêÝìêÞíëßîëäóðêöòéõòéóïåîêæëèêïíòóòóóóòðñðîïîìììêêêêèåæãäèâìïêïôîôùòóúñåìã½Ê¸¨µ¢£º™¤ºš¢¿“¤Á• Á„œ¾€ž½u Àw¥½~£»|¤´×éàØéà×èàÔæÝÓäÝÒãÝÐâÞÏàÜÎßÚÏàÛÐâ×ÑãØÒçÒÔèÓÕêÍÕëÎÖíÇØïÉØïÇÖíÅÖìÀÔê¿Ðç·Ëâ³Âܨ¼Õ¢±Ï–ªÈŽžÁ€‘µt…¬f€¦a‡«n²u“»s•¼t’½o»l‰´h‚®ax£UsžP©W–¾l¦É|®Ñ„¸Ö“¹Ø”¿Ûš¾Ú™¼Ùœ»Ø›´ÕΈ Åx”¹l…exŸWl–QfKq›_„®s‘¸’¤Ë¥·Ô®½Ú³ÂݹÂݹÄÝ·Å߸Äß«ÀÛ§¾Ü—¹×’°Ñƒ¥Çy–ºo‹¯d†ªh‡¬iŒ²Ž“¹•ŸÁ¦¨Ë¯²ÐÀº×ÇÁÚÒÃÜÔÈàØÊâÛÍåÙËã×ÐéØËåÓÓîØÈâÍÉâÑŽ¨–:GT%3?%6"3"!B8-MC8LE;B:09,F9)¯‹jà ~¿©‡Ã‹Á¨„¾¤€À {»›vº”n´Žh„_§~Y¡xUŸvSœtU™qR•oQ•nŸpQ›vZ z_Ÿ`¢cª…^¯Šc·e´Œb¯‰e´j²‹l®‡hª`“hIB86.#!#"+&%.$5!&7#&8%(:#(;&*="-B%/D'3F'4F+5A/8E/;N5@T6E\3BY+9N$2G&18'3:'5L1?V2LaB\qSs„t”¥§ÅÍÉçïÚðèà÷ïãôëâòêçõáäñÞÝîÆÛìÄÔí²Óì±ï°Øð¹Õì¶Ôæ¹Ô溻ÉÝ·ÇÛµÃÛ³ÄÛ´ÃÜ·ÄݸÆßÁËãÅÏäÑÑæÓ×çàÚêãÜéèÜééÚéèØçæÙèçÜëéßîëäòïçôðäñíäíêßèäæëéíòðôõôôõôóòòôòóïííìêêéêçäåâäçâìïêðñøïøÿöéöã¾Ë¸¥»šªÀŸŸ½‘ ½‘ŸÁƒŸÁƒ ¿w¡Àx¨À£»{¡²~ÖèáÖèáÕçßÓåÝÒäÜÛÒãÛÑãØÒãÙÓåÕÕçÖÖêÏØëÐØíËÙíËÙîÉÚïÊÚïÉØíÈÖìÅÔêÂÎç»Éâ¶ÁÝ«ºÖ¤¯Ð–¦Ç—¼zŠ®m‚©c‚ªd’´|™»ƒŸÃ‚¡Æ„¡ÇžÄ™¾{“¸u²m‰®i’¶jŸÃxªË€±Ò‡¸Ö“¸Ö“¼Ù–¹Ö“¶Õ“³Ò«Ïƒ¡Åy¶f}¥Vj”JZ„:Q}2P|1\‡Fsž]в‰£Ë¢¸Ò²½×·ÂÚ¿ÅÝÁÇÞÃÈßÃÇ߸ÃÛµÄà§¾Ú¡³Õˆ§É|—½cˆ®T}¦Gz¢D|§h…°r’¹œÃš¦Ç¸¯ÏÁ¸ÕÒ½Ú×ÃߨÇãÜÀÛÍÍéÚÇãÒÈãÓËçØÈãÕ”¥±>P\,5B$1'+! 31.UD8UD8KB7A9.4+!8.$¦„[Ážu¿¦‚Ä«‡Â§ƒÀ¤€À¡|º›vµ“n®‹fˆd§‚^¢{XŸxUŸwVžwUŸwV xX˜yY›|\¦€]«†c¯‡c®†b¯‡e±Šh·j»‘n¸k»‘oŽuª‹r}pTD8%:#8&&5''5'%2"&9#': *?",A%->&.@)1@)2@'4C+7G19K5=O4BR1>O)6L#/F$.7%/7%0H/:R3J\CZmGb„Ic…^v™y‘´¡ÂÌÃäîâöøßóöèðçéñèåñÚäðÚÖðÊÑëÆÌì¿Ìí¿Òè¾Ñç½Ùá¿×à½ÏàÆÍÞÄÈÛÀÆØ½ÁØ»Á×»ÀؽÁÙ¾ÅÝÇÈßÉÏãÕÔèÚØèâÛêäÞêêÝééÞíìÛëéÛëéÞîëáñíãóïãòìÞìçÜçâØãÞéíêòöô÷õõøöõ÷òóúôö÷òëôîèðíåëèàëëâòòêõõóøø÷÷÷ûúúÿóøøóùùÚèÚ·Å·©½£¤¹žŸ¼‚¥Áˆ£¿{¡½y¨¾„£¹~Ÿ°€ÕçáÕçàÕçßÔæÞÓåÝÓåÝÔåÕæÜÕçÜÖèØ×éÙØìÑÙìÑÙíÌÙíÌÚîÉÛÇÕëÄÒèÁÌå¹ÈàµÀܪ¸Ô¢¬Í“£Ã‰”¹w‰®lˆ¯i޵oš¼„¡Ã‹§ËŠ«ÏŽ«ÑŒ«ÑŒ§ÍУɆ¡ÆžÃ~¢Åz§Ê¬Íƒ²Ó‰·Ö“·Õ’¹Ö”¶Ó‘²ÑÌ‹¡Åz“·l|¥Uj“CZ„:Lv,Ht)Kx-U€?j–U‡¯†£Ë£¶Ð°¼Õ¶ÃÜÀÉáÅÌãÇËâÇÉá»ÆÞ¸Åá§¾Û¡´ÕˆªÌ›Âh‹²X|¤Esœ=m™Zx£d‡…’¹œ½®¥Å·°ÌÊ·ÓÑ·Ó̼ØÑÀÛÍÂÞÏÆâÑÇâÒ½ØÉ•°¢BT`+=I )6%2#&!%%# EC@XG:TC7H@5A8-3*.%›yP¼™p½¤€Ãª†Â§ƒÁ¦Ã¤½žy¹—r±jˆc¨ƒ^£}Y¡zW¡zX¢{Y¤}\¦^¥…f¦‡g®ˆe°‹h²Šf±‰e²‹hµkºm·j—u¹m³“{¦‡nZJ=5%&;(=''6%%4'$2)&3"&9"&9"+A#-B%-?&.@(1?(0?&3B*6F/7I2:M1?O/=M)6M#0G$.6#-6$/G,7O.EX3K]0Kl5Pq?WzAY|<]gs”ž»ÏÑÙíïëóêìôëåñÚàìÕÛõÐØòÍÔôÆÐðÃÒé¾ÔëÀÞçÅÚâÀÒãÉÏàÆÊÝÁÆÙ¾ÁØ»¿Ö¹¾Ö»¿×¼ÅÜÆÇÞÈÑåרëÝÙéãÛëåàììßìëáñïßïíàðíâóðãóïâòîßîéÙèâÖáÜØâÞîòïõù÷÷ùôõúõöýøòúõïöôëñïæññè÷÷î÷÷öùùøö÷ûö÷ûøýþõúûìúìäòäÈܰΠ¼ƒ¤Á‡¤¿|Ÿ»w£¹£¸~¡±‚ÔæäÔæãÔæáÕæáÕçÞÛÕçÛØéÚØéÛÚëÖÚë×ÛíÐËÛíËÝîÎÝîÍÚíÍØëËÓêÇÐæÄÈã»Äß·ºÚ¨±Ñ ¦ÉœÀ…‘·vаo޵q—½y£Â‘©È—°Ð˜´Ôœ·Öœ¸Øž¹Ö¡·ÕŸ·Ô›´Ñ˜±Ï°ÎŒ°ÏŠ´ÓŽ·Ô”¶´ÒŽ®Ï‹¥Æ“¹l‚¨[l—H]‡9R~5Iv,Jx+P~1X…Aj—S‰±‡¦Î¤¸Ïº¿ÖÁÈÝÊÍãÏÏäÑÎãÐÌâÉÊàÇÅÞ¶¾×°´Ó—¬Ë¡Åt‘µd~¦Gq™;c<k—Dw d…®r’¶“›À£Å§É±¬Í´·Ø¿´Ó½¶Ô¿½×лÕΜ²»E\d*5I&:'+,!"!!B:<JBD\E4YB1HA3@9+.('$Œk@´”h½ zç€Â¦Ã¦Ä§ƒÀ¤€½Ÿ|·šwµ•r²“p²m±Žk±Œh¯Šg¯ˆe¯ˆdŽj¬i¯‹d¯Šc±Šb´e¹’o¾—t½—v¾—wµ“z¸–| ‡iXP%(1#&.&>(@#$5#$5(&4('5#)<%*=#-B%.C'.@(/A+0@*0@G.4J07M.<J-;I)7F$2B'.@&-@)/C06K-<M$3D0I&7P,9X)6U'Fa4Snk…œ§À×Óæðâõÿæ÷ðæøñáóäÝïàÞïßÞïßÝìØÝìØÞìÑÙæÌÔäÔÑàÑËÝÌÇÙÉÂׯ¿ÔľÔÅ¿ÕÆÂØËÆÜÏÒäÝØêãÚçäÜéæâííãííäîíãííæñïèóñäòíàîêÜêä×åßÒÝØÜçâñ÷óõû÷ööõùúøû÷÷ùöõüúõúøóø÷óôóîóôñøøõùüúýöô÷úõúøöûùåïéÕÞٱš¨¼˜¥»‚¤»‚¢·{¡·z¡´~ÔæãÓåãÔæáÖçâÖèßÖèß×èÝ×éÝÙêÛÙëÜÛìØÜíØÜîÒÌÜîÌÝîÎÜíÌÙìËÖéÉÐçÄÌãÀÅà¸ÂÝ´¸Ø¦¯Ïž£ÇŒ›¾„’·wŽ´s“ºv›Â~ªÉ˜±ÐŸ¸ØŸ¼Ü£¾Ý¤Àà¦Ãá«Äâ¬Ä»Ù—¶Õ’¶Ô·Ö‘¸Õ•·Ô”¨É„š»v„ª]s™LbŒ>V€2My0Kw.Ky,R€3\‰En›WŒ´Š¦Î¤ºÑ¼ÁØÃÉßÌÐÏåÑÎåËÌãÉÆà¸ÀÙ²¶Õ˜¯Î‘¥Éx–»i‚«Lu>bŽ<bŽ;fŽRqš^¦ƒ´‘™»£¿§ªË²¨È°²Ð»µÔ¾³ÍÆ·°Mdl(?G(=#.B $%$$#(.(OGIPHK[D4YB28*,&%!~]2²’f¹œvÀ¤~Á¤Â¦€Ä¨„ħƒÃ¦ƒÀ¢¾ž|¼œzº˜u¶“p³Žk°‹Žj²f±f´Œe¶g¹“o½—s½–vÇ €½›‚±vm\T9( (+4#&.&>)@%&6'(9*)7'&4$)<&,>#,A$.@*0@*/@(0C,4F-4I/5K+9G*8F'5D%3B)0B)0C*0E-3H#2C->!2K 1J)I$1Q>Z4SnWp‡h‚™Ž¢«ÃÖàáóìãõîêüíâôåßñááóãâòÞßîÚÝëÐÛéÎ×ç×ÓãÓÍßÏÊÜËÄÙÉÁÖÅ¿ÖÆÁØÈÂØËÉßÒÓåÞ×éáÚèåÞëèäîîåïïçñðçñðéõóëöôåóîßíèÙçâÔâÝÑÝ×ãîéóùõôúöýùùú÷öúøóú÷òùøôöõðõöóùù÷ùöôøüúý÷÷úúúýöôýøåïéÇÛ¸Áž£º¦½„¢·{²vŸ²|ÔåæÓäåÔåâÕçä×éà×éàÙêÞÛìßÜìÜÜíÝÞîÙÞîÙßïÓÞïÒÞîÍÝîÌÝìÐÛêÎÖèÌÓåÉÌãÄÈßÀÀÝ·½Ú´¶Ø§®ÐŸ¡Ç˜½ƒ’¸x’¸x™¿}¡Ç…°Í¡·Ô¨ÀÜ«Äà¯Çá°Éä²ÎæºÐè¼Ïç·Ìä´Åà¥ÀÛ ¿Û›¾Úšº×š¹Ö™´Ó®ÍŠ Â}¯jvPhB\†:T3Kx1Ly2Jx,P~1_ŒGsŸ[Œ´Š¢ÉŸ¹Î¾ÁׯÉÞÍÌáÐÏäÓÒçÖÒçÔÎãÐÈßÅÂÙÀ¹Õ¬²Î¥©ÊŒ¾€²d‚§Yr›Mm–Hj”Dm—Gv¡Tƒ®`¸w—À›¿•¥ÊŸ¨ÅµËº´ºOfl*=O2D(11""$"+#!DFCRHDTIE]B5Z?2F?0@9*)' nO+¯l¸™rÀ¡zÀ£}Á¥Â§„è„Ä©ˆÂ¨†Á¦„¾£»œy´”r±i®Šf¯‰d°‰d·‰`¸‹b³j³j°’k²”m¹–k¼™m½œx¹˜sª˜ˆs`Q-*2+'0&)@#&<''6*)8$*='-@#+>'9$)9%)9%*;',=$-C%.E)/F(/E.-@10C,2M-3N)8G(7F&6<$4:+/I,0J58D*-9%0%/#// +,#+(.6(>Y=SmNl—Nl—Os™m‘¸§ÁËÙóýíôëð÷îöôíôñëêóîçðëÙòæØñåÛëáÖæÜÐâØÍÞÕÇÛÒÃ×ÎÁ×ÎÂØÏÅÙÒÎâÛÕæâÖçãÝéèãîíèðñéñòïóôíñòîõóïöõèóïáìèÙæàÒßÙÔáÚéöïñúôóûö÷ú÷õøõûúøùù÷÷øüöøû÷ùÿóõüóõü÷ùÿøøúùùûýüøöôðüúôù÷ñööõúúùóõú÷úþßìßÀÍ¿ª¼¦¹‰¡·vœ²qœ±sÓåâÕæã×ÛìßÝîâßïßßïßàðÛÔÞïÓÝîÍÜíçËÒäÈËâÃÇÞ¿¿Ü¶¼Ù³µ×¦Ïž Å‹•»‘·w”ºzžÄ‚¦ÌŠ±Î¢¹ÖªÃß®Èä³Ëå´Íç¶Òê¾ÖîÂÔì¼ÑéºËåªÇá¦Åâ¢Ãߟ½Ú¼Ùœ·Ö’̉›½x†¨co–IcŠ=Z…9U4Nz3P}6KycKw¤_Œ´ŠÅš·Ì»ÀÕÅÉÞÍÍâÑÒçÖ×ìÚÕêØÐåÒÇÞÅÃÚÀ»ÖµÐ§Î¤Å‡˜½o´f‚«]€©[}§Wz¤Tx£U|§Z‡°o‘ºyš¿”ŸÄ™§ÅµŒªšOfl*AG2E.@ **((" ($<?<FHEPFBOEA^C6Y?2E>/@9*(' bC«‹h¶˜p¿¡y¤~§ƒÂ§„ĪˆÃ©‡Á¦„À¤ƒ¾Ÿ}¸™wµ’n²Žj²Œf±‹f¹Œb¹‹b±h°g¯‘j¶—pŸtÈ¥zĤº™tr_P=++'0,)1#&<'+A((6)(7"(;%+>"*= (;',;%*9%+<'->%.D&/F*1G)0G/.A21D+1L-3N*9H)8G'7=%4;*.H+/I.1>!-"-&0((*+$*2).7"8R1Gb>\†FdŽKo•Psšf‹§±ÔÜÓëóêýûôøõïíöñîöòàøìÛôèàïæÛêáÔåÜÐáØÉÝÔÄØÏÐÆÛÔÐåÞÖæâÕæâßêéåñðéòòêóóíññêîîéðïìóòçòîáìè×åßÐÝרåÞîûôñùùüùòöòù÷ùÿóõûòôûõ÷þûúøôúùôøöðûùóúúùøø÷÷ùþôöûìùìÑÞбĕ£¶†¡·vŸµt³tÔäÝÔäÝÕäÛ׿ÝÛêÜÞíßàðÝáðÞâòÛâòÛáòØáòØßñÕÝïÓÛîÑÚíÐÕëÑÐæÍÌåÌÊâÊÃßÄÀÜÀ¼Ü¶¹Ú³¯Ó£Ç‘šÀ~“¹w”¸r˜½w Â}©Ì‡¸Ò£¿ÙªÇß´Ìã¸Ñå¿ÕéÃÙëÅÚëÆØêÀÔæ¼Ðæ·ÏåµÊã±Èá®ÁÜ©ºÖ¢¶Ö˜ªËŒŸÁ€ˆªhp—AgŽ8\†/W*P{4Pz3M}*Q.]Bs¥Xˆ´••Á¢©Ê´´Ô¾ÂÚËÉáÓØèÛÜìàØèÕÒâÏÉÞÇÅÛü׾·Ò¹¯Ï«¦Æ¢œ¾”·†‹´†¹‹Š°‰‡‡ˆ«j…¨f‹¯T’¶[–º„žÁŒ…¢ªNkt.:T#/I.*4'", )/ '#!1*/QJ6RK7IC=NGAMD=MC=JD1>8&3&! Y?¢‰hµ’nÀyßzÁžyäŦƒ½¦…¿¨‡À¨‚½¥Â s¿œp½•i·dµk¸’m²\ˆW±Žc¶“h¹”oÅŸ{Æ£…Å£…®¡”ocU".;!-:,D(A(&:)';%)<$)<$(<$(<$)<%*=%+>&,?&,?&-?1D*25B'2?+4F)2E*0F-3J+0C05H#(3#/!)")$/'2#*;'.?"1</>I4J^<SgA_‚Ih‹Qo›Zx¤u«¬ÄâÝíñêúþóúòñøðòõðëïéæéïâæìÛêßÔãØÃÞÈÅßÉÇáÒÁÜÍÇØÕÖçäÙâãÚãäåëêìòñçîëìòðìîííïîçëíëîñáñîÙéæÔæÛÈÚÏìíêõöóüøÿúöþùùòûûóøöûôõ÷ððõåôùéøûúõøöúùïúùïøöùþ÷õûóùñäéâºÈ¦¥´‘›±vœ²wœµqÔäÝÕåÞÖæÝÙéßÝìßàïâãòàäóáãóÜâòÜâíÐÙìÏÒèÏÎäËÊâÊÇßÇ¿ÛÀ¼Ø¼¶×±²Ó¬¥É”Á‹™¾}•ºy–ºu›¿z¢Å€¬Ïн׍ÃÞ®Ìã¹Ïç¼ÔèÂ×ëÅÛìÇÛìÆÙëÁÕç½Òè¸Òç¸Íæ³Èá¯Àܨ¸Ô ¯Ï‘¦ÆˆŸÁ±pvGeŒ6]‡0[….V9R}6N~+Sƒ0]Bo¢Tƒ¯‘½ž¥Æ¯°Ðº¾ÖÈÆÞÏÔäØÙéÝØçÔÓãÐÉß»×½¶Ò¸¯Ð¬¨É¥ ‘™¼‹—À’’»™¾˜’¸’–¹w“¶t³X‘´Z™¼‡€£nNkt(EN'4N$0J+'1)%/'-#)$"C<AQJ6TM9NGBJC=LC<KB<GA/?9'2% T:œƒb¶“o¾›wÁxÁxÀ¢Â¤¿¦»£}¿p¼šm¼”´Žiµk±Œ[®‰Xµ’g¶“hÆ |È¢~Î¬Ž¿i\O>2$+8#/;*C+D*)<(';$&%,>A(/A(0B)0B*1C+2D(3@,7D&/A)1D)/F,2H.3F)-@"-"-"*!(!,%0!)9$,<#2>!0; 7K#9M7[%Dg<Z†Hf’Vm‹g˜§«ÍÜàð÷ïðøïóöñòõðïòøæêïÝìáÜëàÍçÑÆàÊÄßÐÅßÐÉÚ×ÕçãÞççÝææçíëèïíçîëêñîìîíéëêéìîìïòßïìÙèåÑãÙÂÔÉðñîö÷ôû÷ÿúöýøøñùùòøøúóøúóãéÙõúêõø÷öööõø÷ìø÷íøûùÿúøþöüõæìäºÈ¦¦´’œ²wœ²wœ´pÔâÕÖä×ÙçØÜêÛßîÚâñÝåôÜçõÞåõÚäôÙâóÕáñÔßñÒÝïÐÚìÍ×êËÍåÎÊâËÆàÆÁÛÁ¹Ø´¶Ô±¯Ò¡©ËšÃ…™¿™¾|—½{˜¼~Àƒ¤Å®Ï™¿Ù®Æß´Îå¾ÒéÂÖêÈÙìÊÛíËÚìÊ×êÄÔçÁÒç¼Òç¼Ìå·Çಾڪ¶Ò¢Èš¥Á’ ¾Š›¹…‚§[iC`‰9_ˆ8Yƒ>T~9P.V…4`CnžR€©‡¸–¢¾³¬É½¸ÑËÀØÓÊáÛÐçàÎçÙËäÖÂÞϾÚË»Õ˹ÓÉ»ÑÆ¹ÎÄ·È·³Ä³©Á¢¨À¡§À°¢»ª—¾•¼Œ»“ˆ€›šXsr<B]-3O-1=&)6%2&3%+"'1**QIJRJ9TL:OH@E>6KA9J@8C=-@:+/#M5“{]°–oµ›t¿vÁžwátÅ£uÁ§u¨vÁ¦~½¢z¾™€»—}»“w·s³e³e¯Œp´‘t»’iÚqȬ€Æª}¤ ‘qm^.0D$&:.(A*%=,)8)&5): ,=$($)=%*>&+$*=&,?)0C(2C)"*;/4G(.@.3B$3!-".", *!/ '4#*:#*;'-;'-<&.:'/;$3A)8F0Fb?VrB^‰Nj–Yu w“¾¯ÇÚÖîÿéý÷èûõçõæäóãÞìåÖäÝÏßÙÎÞØÌßÓÊÞÒÉÝÔÒåÝÜëïÜëîåïóãíñèðëéñìæííáèèèîðçîðÖêØÑæÓÊßžԹô÷ò÷ùõú÷ûúöú÷øõöøûùûõøôõøôàéÒÖàÈõýòóûðøûÿ÷ùþùúùüúøüøøõ÷÷ôøýïæëݸŤ±‰²pœ±pš±hÑßÒÓâÕ׿ÖÛéÚÞòÛåôÝæòÕàñÓÞðÙëÌÕèÉÌäÌÈàÉÂܼ׼µÔ±³Ñ®«Î£Æ”žÄ†›À‚›Á™¿}›¾ŸÃ…¦È‘°Ñš¾ØÄÞ³Íä½ÑèíÊÚìÊÙëÉÖéÃÒå¿ÐåºÏåºÉâ´Äݯ»×§´Ð «Ç˜¥Á’¢ÀŒ¥Ã‘¶jwQm–Fh’Aa‹F\‡BX‡6\‹:c’FožS¨†‹´’º®§Ä¸²ËźÓÍÅÜÕËâÛÉãÕÇàÒÀÜ;Ú˽×οÙÏÅÚÐÆÛÑÇÙÇÅÖŻԴµÍ®¬Åµ´Í½ŸÆ–—¾Ž“Á‡ˆ¶|^zy7SR29T3:U-1=)-9&/<%2E>?PIJTL:RJ8LE=D=5I?7H?6@:+A;,-! I1ŒsV°•n³˜q¾›tÁŸxv¨v§uÁ§¾£{¿š¼—~»“x¸t´‘g´f²r·”xÆžuÌ£zĨ|¿£whdT51!&(=-/D+&>(";-*9(&5#.?$0A#)=%+?(.B*'.A'1A%/?&.?)1C(-@.4F $3!0".!-*!, &4%,9%,=#*:!&5&+:#,7#,7#2@&4C'>Y6MhA]ˆD`‹Kh’Rn™h’“«¾ÌàÙã÷ðêøéãñâÜéãÙçáÕåßÎÞØÉÜÐÌßÔÊÝÕÎâÚÚéìÝìïäîòâìðçîéæîèåìëâéééïñàæèÌàÎÇÛɿԺÀÕ»÷ùõøúõùöúùõ÷õ÷ùù÷ù÷úöô÷óàêҹëçïãóûð÷öø÷÷ùúøüù÷û÷÷ôøøõõúìãèÚ´Á™ …š°n™®m–dÓÞËÕáÍÙåÏÜèÒßëÒâîÕäñÕæóÖæõÖæôÕãóÓàñÑÞðÐÝîÎØëËÔæÇÊãÎÄÞȾڽ¹Õ¸´Ó©²Ñ§«Î•£Æ¤É†ŸÄ‚ŸÃ„Á‚Ÿ¿¥Å•«É¥´Ò®¾×³ÄݹËâÂÐæÆÔéÌ×ëÎØëÍÖéËÑæÃÎãÀÌä»Ìã»Åß³¾Ø¬¶Ò¥°ËŸªÁž¨À¨ÃšÈŸœ¾€‡ªk¦ay¡[r›\o˜Yj•Jf’Fj•JtŸTƒ¨}Œ±†–¹¦ŸÂ¯ªÉ½²ÑƾÚÐÃàÖÄàÑÃßÐÂÞÎÁÝÍÄÛÑÆÞÓÍßÔÎàÕÐÞÍÎÜËËÚÎÈ×ËËß×ÀÔÌËŸ½´•µ¬Zzq->?(()(, $:$5N-F%+/,27TLFPHCUM>NF7LE:G@5H>3H>3@8-B;0+!D/lT°–d²˜f½™sÁœwÞ{ǡĨ}Ĩ|Á¨z¿¦xÀŸz¼›w¼”t¹‘q·‘m·‘m¼”u¿—x¾¥‡ÂªŒ¥ šgb\,4E#+<%:+)>'%>)'@)/@$*;$)=%*>+?%+>%+?&-@(..B'-A(/C$+?&-=/6F*0;(.9' *+*. $4%*;&+<$*:#)9(&:(';..@00B'.:-4@1CM4FP0Lf5Qk9Y…Fe’Pn˜XvŸ}š³°Íæ×îìÜôòÞðëÕæáÒÞ×ÏÜÕÍÜÕÎÜÕÉÞÖÌàÙÐæßÙïèÝíêàñîãíîáëìáðéàïèàíåÐÞÕÁÜ´¹Ó¬°Éž¼Õ«öùó÷úôö÷ûñöùðùôÿü÷ÿûúý÷õùøüúöú÷Ôå¹·Ç›ÂÔ§æøËôþóöÿõöúûô÷ø÷øùðûüóõ÷êäçÙµ¿—Ÿ©‚š¬m™«l”©cÔßÌÖáÍÙäÎÜçÑÔäñÔåòÖåôÕåðÐÝïÏÛíÍÖéÉÒäÄÇáËÁÛŻ׺¸Ô·³Ò©°Ð¦«Î•¥È¥Ê‡¡Æƒ¡Å†¡Å†¥Å”«Ì›±Ï«¸Ö²ÁÚ¶ÅÞºËâÂÎäÄÑæÉÓèËÔçÉÑåÇÌá¾ÊÞ¼Éà¸Éà·ÀÚ¯¸Ò¦°ÌŸ«Ç›ªÂž¬Ä¡°Ë¢¯Ë¡œ¿Ž°rˆ°k…h¨i|¦gu¡Um™Ml—LtŸT‚¦|Н…•·¤žÀ¨Ç»¯Ïú×ÍÁÝÔÃàÑÄáÒÄàÐÄàÐÈàÖËãØÑÓáÐÑßÎÏÞÒÒáÕÄØÏÈÜÔ¯ÌʶLkc0' - -204J2C\1B[4:?IOTVNIUMGUL=JA3KD9E>4H=2H=2@9.B:/,"! B,wbI«‘`±—e»—q¼˜rÀšwÆ }Ĩ}ƪ©|Á¨{Ä¢~¿žy¾—w¼”t»•q½–sÅ~Æž€¾¥‡¶žXSL4/))1B(0A'.@%,>+)(%>-*C &7%)>%*>%?'-A&,@%'.A(/B(.B'.A'/C%,@+1A*1A/5@( +''*#3&*:&,<#)9"(8#):'%9'&9));,,>+2=/6A':D#6@9S8R)Hu?_‹Lk”Rqšc€™w”¥¼ºÆÝÛßñëÕçáÍÙÒÐÜÖÒàÙÌÚÓÈÜÕÊߨÌâÛÖìåÚëèáòïäîïâìíÝìåÚêãÒà×ÂÐǹӫ®È¡¤½’¶Ï¥ôøò÷úôù÷úñöúðúõÿüøÿù÷ûûùýôøõôøöÒⶸɰ–Êܯåïåïùïöùúõøùùùù÷ø÷ö÷î÷øïôöéæéÛµÀ˜œ§—©j–©j’§aÖßÉÖßÉØáÊÛäÍÞèÎâìÑÓäñÒåòÔãòÔàîÐÛìÏØéÌÓäÈÎßÄÃÜžÖÀ»Ô¹ºÓ·µÐª°Ë¥Ê—ªÇ”§ÅŒ¦ÄŠ©Æ’ªÇ“È£³Î©¶Î·»Ô¼¿Ø¼ÂÛ¿ÆÝÄÇÞÅÉ߯ËáÈÊàÃÇÞÁÃÛ¶ÁØ´ÀÚ®¿Ù·Ó£°Ìœ¬É˜ªÇ–¯Ç¯Ç²Í¡¬Ç›˜º‚ޝxˆ®t‰®u…¬vƒªt§cx \vœRy U…§nްw޽‰—Æ’¢Ê¤¨Ðª´Ó¹»Ù¿ÄÜÅÈàÉÊßÌÌáÎÏãÖÑåÙÒçÚÒçÚÐèÔÐçÔÏæÜÍäÛÌãØºÑÆ¢»KUc-! #%->\<Lj7G\/?UEILX\_RKAUNDRI=H?3G@3C</I>1H=0A91@80+$ <*hVC©ƒ`µm¼•m»”l»™pÁŸv¿¥Ãª†Ä©†Ä©†È¥|à xÁœo¿šn¾œqÀžs¾žtȨ~—™OHK+6N$0H$,?'/B'*>(+>#->!*<&/?'0A'$@/,H&,@@'-A'-A',B-2H*/=+1> &,###+"0%(;(+?&*=$(;#(8%*:*+>*+>&=&=%2G'5J$5A(9E(9C0AL8H_CTjQe‰Uj[tž}–¿y•´Œ§Ç²ÊÕÊâíÑåßËßÙËÞÔËÞÔÇÜÏÊßÒËâÑÎåÔÒèÚÖìÞØêå×éäÍæÏÉáÊÂ×··Ë¬¯Ì•¥Â‹¤½»Ô§ô÷ð÷ûôúùöø÷ô÷úñ÷ûñûõÿûöÿ÷õ÷üúüñöóðöóÔê³ÉŒ±Ì~²ÍÆØ±ÚìÅëóãî÷æöùñ÷ùñõöïööðööïëëä¸À ›£ƒ•¥o—§q•¦kÔÝÇÔÝÇÕÞÆ×áÉÛåËßéÏáíÐãîÑáîÐãðÒâðÒÞíÏÙéÌÕæÉÏáÅÊÜÀ¿ØÁ»Ó½ºÓ¸ºÓ¸´Ï©È¢«È•«È•¦ÄЧŋ¬É•¯Ì˜±Ì§µÐ«µÎ¶¸Ñ¹¼Ô¸¾×»ÀؾÁØ¿ÃÙÀÄÚÁÃÙ¼Á׺¾Õ±ºÒ¸Ò¦¶Ð¤®Ë›ªÆ–ªÇ–¬É˜²Ê Äš®É¦Á••¶~ްx‡sˆ®tб{‰¯zˆ¯l„¬h¦\}¤Y†¨o±y‹º†”ßơ¢Ê¤¬Ë±²Ñ·¾Ö¿ÅÝÆÊßÌÍâÏÐäØÒæÚÒèÛÓèÛÒêÖÒêÖÊáׯÝÔ¢¹®|’ˆ@JX)" (*/=?6Ge3Db+;Q&5KJNRRVYOH=PI>PG;JA5D=0C=0I>1H=0B91?7/,% 9(_M: {X³j¼•mº“kº˜o¿t¼¢~Á§ƒÄ©†Ã¨…Ǥ|à xœpÁœpÀžs uȨ~·—mJCE?9;/;R(4K*2D&.A),@%(<!+<$-?$-> )9/,G'#?%*>%*>$(.&,@(-C,1G05C"(5##""1#&5%)<%(<$(;%)<%*:$)9%&9$%8$+B&-D*?+@&7C.?K/@J2CM/@V+<R*?b/Cg>W€f¨|—·l‡§{”Ÿ ¹ÄÁÕÏËßÙÍßÕÉÜÒÈÝÐËàÓËãÑÆÝÌÉßÑÈÝÏËÝØÊÜ×ÄÜž×À¼Ñ±´É©©Æ¡¾‡¬Å˜Çà³ô÷ðøûôúù÷÷÷ôöúñøûòûõÿùôþúùûøöøöûøò÷ôÔ鬺Г²Í²ÍÅ×°ÛíÆìõäíöåô÷ïõøðõöïîîç»Ã£œ¤„–¥oš©s™ªoÓÛÉÑÚÈÒÛÇÕÞËÙãÌÜåÏÞèÐßêÑàìÓáìÓÞëÓÚçÏÕãÍÑßÊÌÛÈÉØÄÀÕ¿½Ò¼»Î¹¹Í·¸Ê±³Æ¯Á¡¬¿ž¬À˜®Â›²Ç ¶Ë¤µÊ«µÊ«µÉ²¶Ë´µÏ·¸Ñ¹ºÔ¼ºÓ¼¸Ñ¸µÎ¶µÏ°¶Ð°µÐ§°Ë¢¬È–§Ä’¥ÃŒ¨ÅªÈ¨ÆŽÈŒªÆŠ£Àˆš¸°yvޱ€“¶…”¶‰”¶‰•¸~’µ{²jŒ®g‘±l–¶r”½ŠšÃ‘žÃœ Äž¨Æ¦¬Ë«·Ñ¯ÂܺÉàÁÏåÆÊßËÑæÒÏæØÓêÜÍç׿ÙÊ¥¼³k‚y?NO'67 /!6(;P2E[.DT%<L#1C&5F[_bSWYSLBOI>OG<JC7B</D=1G;-K@1B90>5-,&$8*QD3“nI°‹g¶i·’j¸–o¹—p¸švŨƒÉ¨ƒÄ¢}Ç¡zÆ y¹œyÁ£´¤‰µ¥Š’‹…LD?(+/9*3J+3J *9$/>$*=")<'+D',E&-<%,;'-@(.A%+@(-A#)=&+?)/B&+?&+?)(,@/3G).:) % '#'5$(7%)=%)=#(;#':#)8%*9!+6",8!-9!.9"0A&3D'0H$-E+0G*/F)/?(.>"-=!-<&7K5FZNk‘Xu›[yc€¥‡¥»²ÐæÇãÞÀÜØÅÜÉÅÜÉÊßËËßËÄÛÇÄÛÆÃßÄÁÜÁ¼Ù±¹×¯·Ïœ¯Æ”©Ä®È’ÁÕ´ÔèÆôöï÷ùòö÷úõøû÷ü÷ùùõ÷úúõùùôõúùò÷÷Ýñ¾ÂÖ£³Í„¶Ð‡ÔæºáôÈì÷ÝíøÞô÷ìöùîöõôööõôõìðñèµ¾¦…œ¬v˜©sš¬rÓÛÉÒÛÉÓÜÈÕÞÊ×àÊÚãÌÜçÎßêÑÝéÐÝèÏÙæÏÕâËÑßÉÎÜÇÊÙÅÇÖ¿Ծ½Ñ¼»Î¹¸Ì¶¶É°²Ä«®Á¡¬¿Ÿ®Áš°Äœ²Ç µÊ£µÊ«¶Ë¬µÊ²´É²°Ê²±Ë³²Ì´²Ë´±Ê±¯È¯®È©®È©«Æ¨Ãš©Å“§Ã’¨ÅŽ§ÅŽ¦ÄŒ¡¿‡¡¼€¹|—´|“±x°y’²{•¸†š¼‹œ¾‘¿’ŸÂˆžÁ‡œ¿w›½vž¾z¡Á}›Ä‘Ç”¡Åž¢Ç ©È¨®Í¸Ò°¿Ù·ÂÙºÉàÀÂ×ÂÅÚÆÉáӹЧ˜Sm^-E;+C:!01#$) "8/2H0CY-@V$:J4D%3E2ARaehfilZSINH=KC7JC7F@3B</H=.K?1B:1=4,,'#6(L>.Šd@¢}Xº•mº•m¶”m½œu»žy»yÆ¥€Ä¢}œu¾˜q¹›x¹œy ufV<0(# - !8-6L/9I *:%,?(/B#(A$)A&,<(/>>>$#%*>''-A(-A*0D.2F)-A#/$!!( %,$'6%)8&)>&)':#(8#)8!+7$-9#/;#0;$1BI%.F"'>).E+1A'-="-=&1A):O1BW/LqA^ƒMkRp”a”²©ÅÀÄàÛÇßÌÆÞËÉÝÊÈÜÉÃÚÅÂÙÄÁÜÁÁÜÂÀݵ¹Ö®³Ë˜¯Ç”²Ì–»ÕŸËÞ½ØìÊùøôøøóõùßóÀÊÞª¿Ù‘Æà˜ÝïÃæùÍîøßïùßõøíõ÷îíîå²»šž¨‡w›¬v›tÌÖËÎØÎÒÝÐÖàÓ×áÑÖàÐØâÐÚäÒÚäÒØâÐÓÞÎÐÛËÍØËËÖÉÇÓÈÄÑÅÀÑÀ¾Î½¼Ê½¹È»·Ã¸³¾³±¼¬±¼«³À¦µÂ¨µÅ¥¶Æ¦¶É¨¸ËªµÊ«²Ç¨ªÇ¬ªÇ¬©Æ¬©Æ«©Å©¨Å¨¨Å¢§Ä¡¥Ã–¡¿’¤Â¡¿‹¥ÂŠ£Àˆ¤Áˆž»‚–·q“³m°p‘±q•µ}™¹‚ž½¡À’£Á˜¥Ã›§Æ•§Å•§Æ‰§Æ‰¨Çƒ¨Èƒ®Ê—®Ê—¬ËŸ¬ËŸ©Ì Ф´Ø¦·Û©Áà´Àß³ÆÝƷηŒž›N_\'6<!06+4<!)2*$ $&.#,$4R4Db4AZ'4M"0C"0C,:b=KsNSUotw]XRWQKJE8<8*A<1C=2G<.G<.A9,;4'-*#"3*F<,w_,—€L¬‹g¶•q·‘rµqº—oŸw¾s½œs»…µ——‡‚`PK$&* &<-5K*/A&+>)/9%*5",?#-@%,?&-@%,>#*=%+>%+>$#(;'-@&+>%*=).A',@%*>*/C04A %2$!"( %0$)4$&+<%*;#)9"'8"(7#(7 -6#09)17)17,-:-.;,,B**A#*=")< ,4$18)6?*6?+3I.7L8S6OjJgŒUr—Uva©ƒ¡º¢ÀÙ»ÔÕÁÙÚÆÜÈÄÚÆÄÝÀÄÝÀ¼Ùº¶Ô´¹Ö©µÑ¥µÈš´Çš½ÏªÊÛ·ÚçÔçôáööòøøôúùûøõùöóøøðøùðõøûóöùäòÙÖãÊÓãÂÜìÌèóàì÷äð÷åñ÷æõ÷ðö÷ðöõõ÷÷÷ôûääëÔ«ºŒžœ²p³r›³nËÖËÌ×ÌÏÙÍÒÜÏÔÞÎÓÝÍÓÝËÔÞÌÔßÍÒÜÊÍÙÈËÖÆÉÕÈÇÓÆÄÐÅÁÎþϾ»Ì»¹È»¶Å¸µÀµ²½²±¼¬±»«´Á§¶Ãª¶Æ¦µÅ¥µÈ§·Ê©³È©¯Ä¥¨Åª¦Ã¨¤Á¦£À¦¤Á¤¥Â¥¥ÃŸ¥ÂŸ¤Â• ¾’¥Ã£ÁŒ§ÄŒ¤Á‰¦ÃŠ¡¾…˜¹s–·q–·v›»{Ÿ¿‡£Ã‹¥Ä—§Æ™«É¡®Ì¤°Îž®Íœ®Í®Í®Î‰Ìˆ®Ë˜®Ë˜¯Ï¢°Ð¤¬Ï£°Ó§·Û©¸Üª¿Þ±¶Õ¨›²›byb0A>.+).)8>"*3##,!%#(1"1:2C`4Db(5N -F$2E-;N7Em<Jr169W\_mhbYTNQL?:5(?:.FA6G;-E:,A9-;4'/,%"5+D:)nV#vB¤ƒ_¹˜s´Žo»•w»™q¸•mÁ w¹˜nž€hnO73#( - -(3.3E-2D'-7*0:!+> *=%,?(/A'-@%+>%,?%+>=',?',A&*7( $(#-$)4&+6%*9&*9%*;%):#(7$)8"/8%2:*28(06)+7)*7((>'(>")<#*<"/6%2:&2<#/9(1F2:P9Rn;To:W|A^ƒLm”[|£m‹¤y—°£¼¼ºÓÓÉßÌÄÚÆ¿Ø»ÂÛ¾ÀݾÀÞ¾¼Ù¬¹Õ¨½Ð£ÆÚ¬ØêÆå÷Òë÷åìøæ÷öóúöóùúñùúñõøûòõøçõÜßìÔßïÏéøØëöãöåñøæõ÷ïõ÷ïöööøøøòùãÚá˧¶ˆ¡¯‚Ÿµs¢¸vŸ¶qÑÞÙÌÙÔÉÕÎÈÕÍË×ÌÍÙÎÏÚÍÐÛÎÍ×ÊËÕÇÈÒÇÇÑÆÇÑÈÅÏÇÃÌÇÁÊŽÌĹÈÀ¶Â¾´À»´½¹²»·²º°²¹¯´¿¨·Â«¶Æ¤´Å¢²ÆŸ³Ç ®ÆžªÂš¢Ã ŸÀœ½››¼šœ½šž¿œ Àš Áš¢Á•£Ã–Ì›°Î³Ïœ®É—Ç–¨Â‘›¿›¿žÀ„£Å‰¨Ç’ªÉ“®Êœ±ÍŸµÏ¦·Ò©¸Óª¶Ð¨³Ð ³Ð ²Ñ˜°Ï–¶Ô’³Ñ°Ñž±ÒžÐ¨±Ô¬µÖ²²Ó¯§À¨š‚BQQ))%9#,@*2N =+#!3"$/ "-$8!6-E-BZ4KV'>I->#2B/:^9Dh7Iq*<d"),+25tqqZVWRQAGE5EA9GC;I=1F;.D=*=6$.+( 1+?9'cO(lD¢Zµ•m¼—m¼–m¯•p»¡|£–ˆtfX5,8&)#" !*3:-4H")=(,?'+>$+='.@'.@%->%,>$+=#*<%+=&,>%+=$)<).@,0C(,?#")"1!&5%*:%*:%+9%+9$*7#)6"(6")6$*9%,:$.;%0<).='+;''8&&7%(4&(4",0'04#14-1!-=&2B-4R07U/?U7F]8Ma6K_2Lh;UqNib}£u”¯Ì²ÍϾÙÚÇàÎÈáÏÇÞÈÅÜÆÃÚ·Êà¾ÚãÓæïßóúï÷þóôúðñ÷íúö÷ûöøõúööúöúùöúùõõ÷øòôöíôêèðæêðíð÷ôðóóïòóóõëö÷î÷öó÷öóëø×ÍÚº£·€¡¶ »q¤¿u¡¾qØåàÒßÚÌÙÒËØÐÍÙÎÎÚÏÎÙÌÍÙËÊÔÇÈÒÄÆÐÄÅÏÄÄÎÆÂÌÄÀÊÄ¿ÉûÊÁ¶Å½³¿»±½¹³»¸±º·²º°±¹¯²½¦µÀ©´Ä¢³Ã¡¯Äœ®Ã›ªÂ™§¿—œ½šš»˜˜¸–—·•˜¹—œ½š¡Â›¤ÄžªÊ®Î¡·Õ¤¼Ûª»×¥¶Ò ³Íœ¯Ê˜¥ÈŠ£Ç‰¥Ç‹©ËŽ«Ê”«Ê”®Ë²Ï¡³Î¤¶Ð§¸Òª¹Ó«¸Õ¥¸Ô¥¶ÕœµÓš¶Õ“¶Õ“µÕ¢µÖ£®Ñ©¢Æ±~Ÿ{TmU5%%%%-5J%.B">!)E#!3%$5!,%4$.C,AX4I`*AL4> /?.<M8Cg=Hl1Bk-U!UQRmijSQALJ;KG?GC:J>2H=0E>,?8&+'%0)?9&^J#{h@™yQ°hÀ›q·‘g´›u¢‰cL?1+"!%! # - !)<-5H'+>+/B$+=%->%,>%,=$+=!(: &8"(:&+>#);%+=%+=$)<*/A*/A %7'",$3"'6%*:$):$*9$*8#)6")5"(6#*7%,:'-<#.:#.:&+:%)9'&7'&7&(4')5$-1#-1,0!/2(4C)5E'.L$+I"2H%5K%9N&:O8T5Q!<b.IoLh„hƒ ’¯´ÏÐËäÒÎçÕÊáÌÆÝÈÇÝ»×îËíöæòûëòùîð÷ìòøî÷ýóûöøû÷õùøôùøõôöð÷íïöìîõòòøõóö÷òõö÷øïùûô÷÷õöõóåòÒÄѰ¦ºƒ¦ºƒ¦Áw©Äz§ÄwÚéæ×æãÕäßÕäß×äÛÔâÙÒÞÓÐÜÐÎÙÎËÖËÉÒÉÆÐÇÄÍÆÁÊÿÇþÇ÷ÆÄ´ÂÁ±½¾¯»¼±º¸°¹¸±º®²º¯°¼¢²¾£±Ãœ±Ãœ¬Ä—©Á”£¿‘¢½—º–º–¹’—º’š½—¡ÄªÌ¤¯Òª·×¬ºÚ¯¾Ü¯Åã·ÁÛ°ÁÛ°½Õ¬¼Ô«±Õ£Ò ®Ðœ¯Ñ±Ð¯Íš°Ë›³ÍžµÎ¢·Ð¤ºÓ®¿×³¿Ùµ¼×²·Ô§´Ò¤³Õµ²Ô´©É¾š¹®…ž¦b{ƒ?P]$6B ,,+.3A,5@#.'6: .2'(,!$%('+(E/:X<Eh3;^$3B!0?%:V/D`2Hm1Fk%;?).,)/a_d[[INO=MJDGD=J?3J?3F@*A;$%""+'=8%\E#qZ8–qJ²f¸“rÁœ{ž…E7, #'&5'!" !#)637M'*A'/?%-=#*;$+<$+< '8$5%+<%+<%*<(->*/@"&8+", %/#':$(<#(<#)=#)8#)8"*45$+6&,;'.<%+<$*; )? )>+=+=!+5!+5#(3&*5*,@-/C'/B!(;+6#1<-5I+2F'2B*4D):G,=J/I]<VkFfŠGfŠYw›œÁ³ÊÕÏæñØéÖÌÞÊÚëÔãõÞòóþôôÿööý÷÷þøúòúüôüöûüöúòõúòúöüú÷üøöûúøüöøõõöóõúíõúíõ÷ùöøúúúïüûñ÷÷òññìÞî̼̪©Àˆ©Àˆ«É}«É~¬Ì~ÞîëÝìêÝìçÝìçÝëâÚèßÚæÚÙåÚÖáÕÒÝÑÎ×ÎÉÓÉÄÍÇÀɽÆÂ½ÆÂµÄ²Á¿±½½¯»»°¹·¯¸¶±¹®³»°°»¡°¼¡¯Á™°Â›«Ã–§¿’¡¼Ÿ»”·•¹—º’™½•ŸÂ›¨Ë¥´Ö®¼Þ¶¼Ý²ÀàµÃá´Îì¿Éã¸Ìæ»Çß¶Çß¶½á¯¸Ü«·Ú¥¹Û§»Ù¦·Õ¢µÐ µÐ ·Ð¤ÀÙ´¿Úµ¹Ô¯¯ÍŸªÈš›¾ž’´”w–‹Vuj=W^%?G*6"/)(#19>L(0<'/:,1+0 ##$' +.,7U;Fd8Ad)1T"1?(7F/D_1Fb0Ej)>c/3$)$!'416hhV]^LRNHJF@MB6NB7HB+B<&!&"95"ZC!mV4”pH©…]¹”s¿šy[MB( *) -* / $$"958O+3C&.>"):= '8#4%6 &7&,=%*;$);,0B*/A1 $#$%/"(2'+>&*>"'<#(<"(7")7"*4#+5#+6$,7%,;&-<%,<#*:)> )> +> +>!+4 )3&+6+0;+-A$&:%8!(;$2<*8C,3H(0D#-='1A->K3DQ-G\/I]-Lp9Y|Mj`}¢‚™¤ªÁÌÐâÏÙëØÞðÙéúã÷øÿøùÿùùñ÷ùñýþøúööøõöüî÷ýï÷ùû÷ùûúùû÷÷øúùïûúðù÷õúøõööñîîéÛëʹɧċ¬Ã‹¯Í‚®Ì±ÑƒêòðçðíåîçäíæäîàãíßâíÛãîÛàëØØäÑÐÛÌÎØÉËÕËÃÌüÅÀ½ÆÁ³Ã¾³Â¾±¿½¼º»µ¼¶¿¨¿¨«Á“ªÁ“©Å…©Æ†¦Æ‚¡Â}œ¾{š½z•»‰˜¿Œž¿” À–¬Å¢¸Ñ¯ÄÙºÇܽÎáÅÑäÇÔèÌÕéÍÔèÉÒæÇÒåÂÑåÁËê¾Åä¸ÂÞ´Åá·ÂÛ±¿Ø®Á۶Т²Ð›¹Ø£¹Ú¯¹Ú¯®Ìʵt©]v‘Uk„F\u@N_2@P$*2(%)"0&0C2<N09I$,=#.!-#/#0'A)7Q7Jj5Hh$;W3O&<X(>Z3Cb4Dd0:S'1J '2%-1&+8*&)6\_l[^\ILKJN:DH5>>6./&64*TF!hZ5’mA©„W¬šz£’r"(8 0'$)%!" '!'#0.5C,3@)0@&-='/B#+>#7';&.A#*>&+<',=+/; $0%,"/%3")6$+9%,:$*9!(6")9!'7"(9%+<&,=$*<"*7#+8$+8#*8#)7#)7%+9'-;&-;%+:!(7&4)7%/=)4A*5B&-A%,@/9(2<+<T7H`C\ˆKdJh™Ge–Zzœx˜ºœ¼ÌÇç÷ïòäô÷êöúýõúüóöúõøüýú÷ú÷ôüø÷û÷öü÷ûûúû÷÷ùõõûûôõõïò÷êíòåÏëµ´Ï™¬É¯Ë³ÐŽ±ÎŒ²ÐŠìôòéòïçðéæïèåðâäîáäïÜÞéÖÖáÑÒÜÍÏØÎÅÎŽÆÁ¼Ä¿±Á½²Á½±À¾¯¾¼¯½¸¯¾¸¯Áª¯À©Ä–¬Ã•©Æ†©Æ†¥Æ£ÃŸÁ~žÁ~šÁŽœÃ£Ã™§Ç²Ë©½Ö³ÊßÀÐåÆÖêÍ×ëÎÙìÐÙíÑØìÍ×ëÌ×ëÇ×êÇÐïÄÊé½Êæ»Èä¹ÅÞ´¿Ø®¼Ö¨¾Ùª¿Þ©¹×¢¶Ø¬¥Æ›|š’Ig_2Kf,E`,B[)?X(5F(9$!#$ /#)8*4F-6I'0@&6"-"- -)6'5O5D^6Ij-@`#:U%<X+A]*@\.>^0@_1:S#-F +%1(,?), -36C\_]^a_KO;@D155-&&,* SE eW3h;¥T¥”t}lL.+$#)$ #%$%('-18F,3C%,<%-@!)<!)>$8':&-A#'3&$%!.$2!(6#*7$+9$+9#*89#)9%+;&,=&->$*;#+8"*7")6")6#)7$*8%+9&,:")7$*9!)7&4!*8)3@*5B&1>$+?")=#+6+3>2=G3>H+<T,>U7P{C\ˆFd”Fd•JjŒYyœ}œž½Îíïâöùëöûýôùû÷ùýöùýùöôú÷õû÷ö÷öõúúóôôîñöéìðãÅ᫱͗°Ì‘³Ï”µÓ‘²Ð³ÑŠï÷ñìôîêóèéòçèòáæðàåðÛåðÛçóÝãïÚÜçÖÖáÏÐÜÏÇÒżǾ·Â¹°Á¸°Â¹±Ã·°Â¶°Ã¯±Ã¯°Ä£®Ã¡®Ç•Æ”ªÈ‰ªÈ‰§È…¥Æƒ¢Å¡ÄÄŽžÅ¦Ç™¬ÍŸ·Ñ®¿Ù¶ÍâÇ×ìÐÛî×ÛíÖÚíÕÙìÔÙìÐÙìÐÚíÍÚíÍÑéÃÏçÁÐè¾Çß¶Çà¬Æß«»Øœ¾ÛŸº×¬¼Ù®›µ¬f€w0FS!8D4C"8G'4D#1@%0&""%*#-<(2A*4D%.>&3"/"*"*$4&6F6Fa<Lg3Ff*=\'<W-B],@Z+>Y+9W,;X.7O'?)".%+9"1"1,3+.A25@OQ\`b^;>9!#+*SE h[5‰i9ŸO›‹vSC-((""'$ %%%"%)!-.4C-4C$,=%->': ';%8'.A,1A(.>+#)("1 '5$*)8")7")8")8$*:%,;'-=&,+;%+*7"(6!'589#)7&5!'6 (7!)8%/>*4C(3A#.<$.:&0;&2B+7G-:P+8N)4N+6P0;V-8SARnN`|Jf„Xt’a‡¦u›º«¾Ðâöÿòúøðøöûø÷óñïûùýûùýùõûùõûøö÷úøùùø÷÷öôöúññõìíõçæîߺ֯ʢ³Ï¡´Ð¢µÒž±Îš±Ï˜ñùòîöðìõêêóééóãçòáæñÜæñÜæòÝåñÜßëÙØãÑÒÝÐÈÔǼǾ´¿¶°Â¸±Ãº²Ä¸²Ã·±Ä°±Ä°°Å£¯Ä¢¯È–¯È–®ËŒ®ËŒªÌˆ§É…£Æ‚¡Ä€ÃŸÆ§Èš®Ï¡ºÔ°ÃݺÐåÊØíÒÜïØÛîÖÙìÔØëÓÑÓëÅÑéÂÏç¾Èà·Æà¬ÇáÂߣÃ़ٮ ½’f€v&@72>3?%:J%:J -=#2 $##%"-!+5,6E*4C$.>'7#/#0$,#,!1A3CS=Mh8Ic/Ba-@`-B],A\(;U(;V+9W*9V&0G":!-$+8%+9 .#2 .*-@/2F&(+5EGB+.)"""%"'((PBh[5†e6•tEŒ|g9)(%#$*'$% !''&()#&,$!007E.5G$+<$+? (;#*=&-@-2B %6(+( +$2!'6*9")7-=;$*:!(5!(5#)6$*8!(6%4&5%4!)8(0?*4C'1@$/=$/=!+6&0<(4D)5E&3I%2H*5O1=W3>Y4?Z!2N,>Z<Yv@\zIoŽc‰¨‚–¨·ËÝðøöóûùûø÷þüú÷ôùúøüøùõùú÷öøõûøöù÷ùõùðñôìëóåßèÙ¶Ñ©°Ì£µÑ£³Ï¡²Ï›¯Ì˜°Í–óúïð÷ííöçìôæêôáèòßæòÛåñÚäòÚåòÛÞìØ×åÑÑßÏÉ×ǻʽ²Á´°Å´±Åµ±Ç°Æ°È¢±È¢°É™¯È˜¯Ë”°Ì”¯Î‘®Í‘ªÍŒ§Éˆ¡Æ‚žÃć¡È‹©Ì—¯Ò»Ø°Æâ»ÒèÎÖìÒÝðÜÜïÛÛí×ÛíÖÛîÒÛîÒÚîÏÙíÎÙìÉÓæÃÍä´Íå´Åá«Ãà©Æâ¼ÁÝ·¦¾´iw':E-7 0?-<K$2?-9# #!*!0;)8D*6C#/='4$0#-$. '0#*3,@U5I^9Lg2Ea-@]0C`0C\*<U*9R)9Q/;T+6P (>!7&5%,;'1'2.!0-1L+/I 7 8 ". ".$$.&&0&%+%&UH#k^9ƒi8ŽtC€sm5'!#+!((( *($%$#""&-,07 #+$!*&"!'".%)/5E.4D&,>");&-?)/A&,<.*"/*#/%5!'7#*9#*9#)9#*9$*9$*9%+:&,;%+:#)8#)8$*9#*9!(6!'4#)6%)7"'5 &5%4 '6!(7%.=,4D*4D%/?#.=%0?#.8'2<'3G(4H*5O)4O,5J09N,4>%.8#0:".8)=V?Tm?Y‚C]†[{Ÿs“·½Îàæ÷ÿöúùõùøú÷ûúøûû÷ùúöøøöôøöôôùøõûùøø÷ùøúúùùùø÷ùõõ÷óóûðîöëåòàÔáϲϫ¯Ì¨³Ñ¨®Ë¢Ë«Ê›¬ËšòèìõñßíØØæÑÓáÑËÙɾ̿¶Ä·±Åµ±Æ¶²È®±Ç®²É£³Ê¤²Ì›²Ë›±Î–±Í–¯Î‘¬Ë¨Ê‰¥Ç‡ ÅÂ~œÃ† ÇŠ¨Ë–®ÑœºÖ¯Åá¹ÐæÌÓéÏÚìÙÚìØÛíÖÚÖêËÒåÂÒåÂÍä´ÎæµËç°Ë豿ܶž»•bzp*B8*52<*:I%4C#1=*!% ),6)8D'6B!-:(5#0%,4.5=4H]4H]5Hc3Fa.A_-@],?X(:T*9R(8P,8R&2L'='=$+:!)8&1#.!0$4.2M*.H"9#&= ,&"!'#SG"dW3{a0‡m<re_2$ '!(*) )&#"! !&,W[b€„‹MQX% ()*"-$$&+% &617G)/A'-?%,>*1C#3- -+!-!%1!'7")9$*:%+;%,;%+;#)#$*9"(7 &*7$*8#)6!&4 %3 &5"(7 (7'.=+3C*3B'1A&0@%(3=*5?(4H(4G*3G*3H(0:*3=%1;.;E$8R3M2LuF`‰Ll`€¤„•§ÁÑãó÷öòöõþþûøûù÷úúõøùôööõó÷öôôúøö÷õõ÷ôóúïíõêáîÜËׯ¯Ì¨Ê¦±Ï¥«ÉŸ«Ê›©È™¨Ç–òùîð÷ëíõâèòàåñÝäñÜãòÝãñÜÜìÙÖæÓÑâÑÉÚɽÏÀ·Èº±É³²Ê´³Í©³Ì©³Ïœ³Ïœ²Ï—±Î•°Ï—°Î—¬Ì•©É‘¤ÇŠ¢ÅˆžÃ›Á}™À|›Ã~¡Ç‡¨ÎŽ²Ò¡ºÛ©Æß¿ÌåÅÒæÎÔçÏ×êÌÙëÎÙíÊØìÊÕëÈÔêÇÐçÀÔëÄÐëÄËæ¿ÄâÊ·Õ½§ªZux(<N,>#1?5DR,5=(0$#"),6(7B*8C!/:&1$.".$0&3)6'5E3AQ2Ic/F_1Fa1Fb/A\,>Y,<T)8Q)6L*7N*4J#-C!)=#+?$+<'8%2%1!3&/A28R!'A!%?#=#&8/"#$, !) ND$`V6ra4}k?d[b.$+"&"&*)&"!!# 16=>CJ<AH)-4'$ + #.''-, %438I,1B(.?%+< 0 0"1-#0!'4#):;#*;#$*9#)8#*8$8#)%*7$)6"(5!&4 &47#*8$+;)1@*3C(1@%0?'1A(3C'2B&0@(3C*1C(/B+1C-2E+5A,6B"3906#5>$5>(3H;E[JNo@DeGb[u”d¡€›½ÁÖæäúÿòù÷òù÷ú÷øøõ‚;¨raŠ¢b�A��À Æè±dƒb -H����SÞ:s�’ê*4���@@ˆ@ ‹<œ¢ éÄ"S{¨ªmޤ<Ø}Øt÷ºÜÞ;®“§kÄSã7„B‡îø(Í®1+è"ÐsÈaÓhÐ6ËqÀQNWáˆôÄy(:éíÏ9ÿçïyeKR¹Oh÷g‘(h¢‹+'¨úŽûÓ*<¸#ì«@bÀÿÃs:!4ï2¸,]Õt>jØ}x}t¥N…<E¹´³¬´J“*üÈ‘”Ák‰Éñt-R¥mGˆÖ3À:}€±ÌþgD§ËER8Ñycˆævf_Ñ}Ü%sÐËE¡Ã@èŠdT¸tÉÒ é›{‚õ£÷Š€ÕâN|»z»H Ä®†3뻵aãórôú(šÄ-:—óKè¦4`¶b; -{5#7·®Üÿ•;sß -mÎ8f»œlîÆrܨé~ÌF ËÒ)‡¹è¾Y¿3¿ ƦK$»vãÊ|ÑörµKtöm#†>µ£{V.1^g²\Ïq6GÅÃâþ -µA)MF„Õ5t—uÅ¿¢ ¶r¥<¢}aì�Ì Ð¶YttUAõ”²ƒwñ¶š®pLÈ`³rIZ û;ìž·ñ8VCßÛ#|^8¢ï¡Á£Á¯D>ènñÙ`°XÚ‘øÃ9M~øú(qû9•{x`Þ +ÿž/E\¢“C¡3á¥Õ¾ð5VÜÁd]¾CÎrÜ4Ç+(b€¶ñ”'Aúó›˜Z;^¹ÃéÐA•+źè”�m%2üŠåBü¹æ<qmit ¹rƒ”´Èv2ðY;ûïÍrqÖcüè¬qcÔ•£?té}ôñeø[$ÕœÁáÃÃÀ$”jÜÐ]µyÑlûYð䀡!:7©Ê.Uj¹qEÿÆí³¼S-ÌÎim©Þ…”›˜ÌÊR}f@?¡a)ˆ¯Ú¡krŽu6ËÁ¿l#fVòÓÙçêºÏNù¦7ºƒÚ•ÏpprjÒÈØ—òjn¥ïÐUÕ3aÃŒ jg"{MD븑Sžl¨ -1S^È|ëÃðþ6ø2Eèô‹N±ÈõgCéA¢˜àƹû×0ª'ò. ×É+£äCwÕŸ›lÆIX,Ä8ƒÎ€Ê kôvG1ÊŸëoå7ÊŸªOïAºÕzt¾Í&ãs8ÛŽwmMB@,ž„Òzƒa%׫AÇE˜â€$$?A&l˜°Pm@Š$Q8$.`N“ÀD*'_DÛ‡”jVÔÌþ’bsUßêè`ˆ,ºãÉ,…’ò@ÌÚBÐ\.ó$Uñ¬ß› Ë•'hSZRéÙm+|)ÒtT¡jÅtVš*v¼.ªòtEç?ÂÎHTöghsêb¨k,jÍÑÌ3ø5Å8ÄIN7A�á°€o[:tûÃ̲j\ÎÕ^1åLq¼³dÕ±çÄÄkÙÆø¶�Wè.LQj††;nßÍGÝ#õ1•¯˜ðpƒ9= ß”³¯})ŽØI÷íQ%ðÕ°0RŒ65Àì“7�£{7£R#üºmÅMýÀ«ãêåËØÔñî_aæåˆPM¥Ì<I0œdZr6z¤ø u³{kõè}9cífÝ[´ÑƒwÃ"o>ZzHéx«=Âä²)ÈÒ˼)0t“[¹u‡m…ªÙ„NDËù7]QE<+XèÔ{ŠOø˜è±ì)u;úÿ5k]×ÅHGÕrdèkÒlMXѶf6äX¹•¼…ïY_tòé–€îæL3<ª‡]*À’ÿsSILìÖC¨AÝÓ·AºÉ/ºämðÑ‘ðfg踥$¤tÒt -ƒm ”ÂÌ|Q‡NÆ,äBËó°…§¡sn7Ѿ="ÝÃ:³ Ñeo¶~Ä+èù„½‹ÕyàèZà#B9Åo˜FçÃ^?ÀàõÏþJZ RÝñ•Õì Ú Úg…eçýäÝþÿÿ÷÷ÿöÛ»ªªªªªªªªªªjÿÿÿ·û: ì<à¬r™ZÕoÿÛÿ6I’$I’$I’$I’ü·ZýTFé������]eN4ÒáãIŽ?9„øàÒãƒ?|p i¢#‰'@z~€(y"‰ =Ov| Qâ©…˜`h0cg€µNø4xö -;ó·?=Ý©íNox‹Ë]þêð7w¿7»ÑìLVÛ3gOÚÝÐå†.úõVåã´%íu´×ñfÉÖÜ]ÓÓ?Nû½5óÖÄYgË[ÄYµÔS2OG²gÍÿE•½¨Ï–¼Zò*[°Ø¢ËXŽ–¹Iæg¹£dnŽ6³É˜]†5‹ÅW¾ÜXË ]hk%}µ ®–ÒEå|µ”.*2ì»\ötäUrWc>;þ,©³[ÝÜÞà5«:xíÕëÌßüï̾òfu7§¼Y}¡×^½öêÕw¯0x“ã+L¾Êì-MoóÃ'~G³(þÖÅmv›UÐޛߥÙÕÞäRgGÚ|½$,6c2ØÜáîL¿ÄªÍ’¬ØBBåˆðàl)á†\KÒ豊Ûìbw»ØÁ8³S·ËzK¨ -[’¨k-40€@?~<ñAX@"Ö° €!'À$ È0D†‘Hb°€’^Ð$†x!R¤ˆH‘¢£$JGK”Ž–!-1RZB”¤d)ɦ"F–vv’vvˆ9Ú9¢tÄÇ©'ˆ -èhj‰jˆiʨ‰êÈ©ªj©‰Jé@>¨�ȇ@ÁÑ‚'8XðãOp´¤Ã… ^ÂÑã'‡'9ˆüè(Ä£ˆ$EB€ŠŠ4âhˆ !K€†0 Úñ*Òä‡HЈ‡˜€0B.t@A+æGá§¿]}ÁOZ}Òl´V¯´ZµÍ«m^i²*‹Qÿ=ý×ìÝsoÏ|5uö¬Ñ±¹¬¯–ÙwWõã¶—Uý=q–¼YgI<oËÝ=u×äßó—U?N÷¶ÔY’wMÝ=qÖ¼WÒVQWG5ùöÜY³ÿ]ÔoOß=M¿-{–ÔSrOË]-wU%ë3”I׺Ì%,OK}5ñ“¬Éð&Å‘]µÃM‘cô“G˜ûrY_-h‹‰³µr¶VÊfkåt±œ¯×¥eŽÁò3¼ËXŽÂü–”¹¦-Nq1k{Õ››â^µW«4||óÃ3;«‹Ñœòhu}©Uß½ÆänŒÞÂä,L¾ÆèìßÖø¯ÍßÈbœÎ‘É8¾{ï*f/í7çüìÌžþìÒ“?£M,¶¼ãkFÇ[½ÆÈìûűe;ºÀH D‰�Pù@uÈeÌ7«8¾ÝBg¯ÀÑ(ji -›šÓc_FßÓݶXذÁQä#GF„ ÁI)"t|À¡‡àG -TðႌÐ#3 �X°Ä† 䈡 O‚ˆA2R‚d”ÄèH R‘O‘Ò’!¤$AFGŠ$ÙA2ÄHˆ£ CІìí4aâ’ú9š:šZ’*b¢2r¢JrªRj¢Rb¢JòÀ"ðÉ!>9 )èÉ>;ÄÀI>8ÑÁ‡Ÿr4ñÇ#AE’%á)jâ“ääI”'MPœ0=a‚ÔÃSÄÃS´¤§ˆ‰“$C=I„z„ä°‚$ †hØ$�C¶�µ=8çgpu§Ã³øüëÕŸU¿5m3+‹Ûfg1*ƒÏý7ÌÝwcñ*Ê«ˆÆ\Ä–s ûá§¶÷dM»5o·¼ÛònG›s—Üa³ÝÞEs•¼ÑOÇ\%ñtÄSOǾ=÷•ÌsTÜWÒü]Tö¢ÿ‹ÊàôÑ}ýÖü_tWÅ]eîé·%¯’¿‹îji›1»Œ¹/–8tåi¹«çmŠ6⦘›cnŽmùjË—KÂÚñ5Ç\3¬uÆ^gìU¶´ÎÖËåRia!Á®„p[F´.&ÜÖŠûjÍdø‚±ÄB—íÕ쵩ï]y±šsOÛkÒ\ÒW«83†w·šsÏœÞèW«¹ÕÙ)ÍæÈæšŸ¦ñçš]½áY8ùEN®‘¹2ü:³Õ.ï8בYØpå6[hq93{edíO«²ézµ´”¢Dˆ••zlñ©¨#‹eØè¾ -ƒæ¦°½94¶†7yrËLIüfzÜÐ"IHz8 -RÃXâB|œàD © Æ/Ђ~˜�;-ð€>pä$‰Áv<éÁGPŽ&Pvôõ " -rd4ä(©’’‘ %#P’Š0A"²¤(È# ;D>Šù8R$ Q$C@˜íü(%1ŠúQª -bª"Z¢b¢*zºB‚ºJjª:Â�O (œ€ç†0É…thrÃ=7ôøÑ1d’¡#Lxž0=i‚5D4eTDe$$5Å èÉÒ’“'IN~˜ˆxŒ~ªŠ†ø¨á*0À ŒðB½¨…𓱰Õ>Ÿ¾Õl/§5üµÍ¬ìEýw•ÅmmVg1úãÿйÞ-Ncg¸b¾X^tìßô‡UÛ‹Þ`wÑ»=k¶¬×ÒfIÜ5uØÜáSK>>{Ýa“ÔÛRoËt´ÑðFÅ\%Eu•ìÛSöž²÷üÝówMß5÷üÝÓwϾ-óTÜW²gË]ù•ôÛ’_G^-{ÖÔÓqWKüáX‹,ºì2f—!Ž’ø9ÖdÌ&c¸9Þd(ÃZëØZÇ+ºÖ°%¿\àVér!].eK‹lqQQ ñz $»L¬,$èÐ…§fÂZ\J¼`,îøšÑ1—–>WåÅêNi.yƒÍßÍ¢ Ý<|ÅÑ'®-sîi›Ñêjtw«4¸j“¯5¸Zƒ§>]…áÙÿ‘Å9¿ŒB6Ÿ Ý4þ|Ó·)h2ÝÂËô«/?ýÅ[±vÏx]Ò6]ÿ;úú˜†ûxõfGV‚¥D‰!>X!AB|¹|¶ôí4‹¾]±³4ps ]⣨¹(h,Î]¡áâ„€:€€IJ¢ci§†>°ÄàAO)ÌH¡—�„p£ -2 „ A -v\`AÉ<0¹!‡“’8ñaÉ“AA>ˆˆ€):"òs4ĉ‘%D@ù "ÄCHÐ"A<v„zúqD¤#P–xˆž|¢ $I1Q9Y=]!5UMà0ƒŽÄ@‚#3˜ .Pbƒ,± Hlƒ€<räÉ"&N”~ˆžŽ†œŒŠ¤’’¬šš‚PL@'%ª%£¨##'£¢¦¢¤%(LNCFMP õø à 4À�0¡æ!ôN8±ÓðÁ728FW}U´Áho³<þõø×cŸº[檚«é}¢4Y¡KuQ‘K—_NetêË&›úKâ퉷fîš;|òðÙçm™³¥ÞšzkÞ©˜×g¬6c¹:òÉ·æ®ÿîiö,Ï–<[êã¾’:¿šüjÚfxŸ¢}Š.¬Å…µÐeL_ϹŒÍ$ìFG%k3¤ÉØ,ÂRX‹ -k9a.&¬¥m¬-*b‹JØ¢²¬´HŒx”€±˜€ [+(ÌŸ% ~寲2öbIC—÷mqz“Ó~ m2*£¿9´;'›¶w´±$Î5kñySw÷*s¯38Kƒ«4¸úÛU¿™½*f±ŠYÜ¢&çøl -Ù«“³[äðÆÙ+M>o׌ό†ï“Ë–[…íìô„͆ác[lžaKKå#>(A"Äébb>Å]mž¨Õ42ô„máG¿Ð¹5pï ?»&Kw¸7(€ž†@õqb’ƒ~p| ‰°ƒz/8!¦À ×(r/@áE $p£D€G -&àc#� -м0Ãl°¤LrøáÃC‘'9ñHBô# Ñ"B>v‚z²C!Orì�ñ0Å¡ LŠŠôù9R”Ä3Äääè ŠRÓ”‘SÒ“Uv^°�‘.°3‰Hf`’°� 5¡a&; ’$)IO’(NAFRIGSKIUMLA¨§,©§(ROA¨¦+§¦ª&&*¦¨)$&§¡£§ ¦©"*£#@t`!@z%Øä84‡¿Üon^wZÅãó¯G^u·Ô[2WÓÚ4ãPl_0ÖÕR›¢Ÿ~|î/ùϨ?£÷âí™»§þ¢;œî1ºÃ¨þšº[òñÉÃçÞ–ùJæã©¯ežŽ¹ßž²7íÙÒoy¶ô[“gM]w¶äYSWIótÌÓGÅ<õ”ÌSÒ6Ù„Å¢[ò£ÍÐFI™„Ñex£dm†²øŠCk™-³¥BºVÈ–ŠÊb"]![!S!á*1¢EDˆ°µÒB"DØb" ].)²cسê]’-+#^.4æâš¡Š¹xÁh FwV‹Ïš^¶ñçÚ+ÎØ˜-oI‹OÛœæêTg«1¶c«4¸Z“¯0ûó3¿k3ƒWÌä49Åïâô+‹šC‡çÌf˜;ÅfÏŠs*º¥‹%[,éªQW—½œùã›|æfË‹EË�” ¢…ÅLÂvxñaš?¦‘¡86žá›Q€ÁKèÕ41y$0‚žzšx€4ñ�iâ±~p€@‰ À! •8< @À‰AbÔPô@‚è@|¸ÀCb�à f8"Ž$6ØÁƒC&;ñéÈ“C~p�qâ'>�ùÁä'GC€tÚ1äÉŽ"@>” é9:â %¡%#' $(!%)¢&ª#¨«¥ �~´@‚ 2`aÈZØA†"2ÈPD†vlàñãÃÈP’%HM†œŽŽ¤–”¤ž €UQA«©(Àª¬`UVÐ*hh¼¢ºªª ->9E!E59))I)! é…d@… G6z -P1CaæÆ¹Ñ¸YÔcó·W}ó8ÔÝsÑMãP|[°×»Mq·39ÕYQÇŸFùùÄßчÑFù×ÜÝrwËý5ù÷Ô]“6a¸Jòyª’»ú»(Ï’üŽŠy:â)y£ãŽö)Ö§x§$mŠ´)ΦØÂ\Px„ÙªI§¤;ºæS¬S26C˜„ÅeÌ [&‰3æ¢k1AªMŒ€™ñ2‚…„�L„%JŒ€ÅÒÚ.U¶DK+ŽÁzVµTZ*#Ê×J*ºpT”½é£|[îjl›7²ú‡·5W”°Ù:ÖØr›69ÅÑj®þÙ«®Òäì¿Òôì ›ã¢ö²ðÏ´õEÎvq«_p˜öžözÊæèš!KÂZÒ%>_ý;æðÖ·»9mOql©´F|à"B�¡‰é«ewCÎÖÐÖž>ªÈ¥4dh1²„¾ 1rð@r8b'ž#UO~Lýð„d‡#"4�íP“hàG@¸Á?”P_€Eÿ5/0À$`�@°�%Ø@„`H,y!F`ˆI fPRÃLn ¡'‡|t ¡G˜äCÏ;||àñƒcÇΓD~xyòc ÑŽ’'J<BNO‚š~†š E )I)M5U-E.À£àñühÁA\€Ä°#ƒEf¨aÇ AB”ñ4Yr¢TÕäŒr²šª’‚U%ËjJ”«¢\ý뇬à”(Á(XVÁ+* SUði©*ÊŠ))*))*)ؤ„ŽnA -)@@ -´°‰À{qnôŽîòÉ˧.‹yŽq(¶®×uT¥Áì]ó5Ì×ПÏ^.ñwäç“M>{øôc´Ñý5õ¶Ô]swÏœÍ&Œ>cùJöpêéΖxšŽûZú¬é³¥:ê鈟á}†8*ÞgH—0ºŒÝ¨h£ã9Ò¦‹¯W|±0—6tÕ()›¡ -kqE\Æ^öޝ¸Œ½£Kuœ-%Ж•³eÖbâÅBB4!",âU⃗‰.*!`.%D&N—V«ïþKÖw•Ö‹uañ[a,%B„-$LXŽŠ~{þ﩯#¿†´ø¼‘Õ:ù¤µ¡l…ýi8[G™[Öbô6§¹zýÙ+ÌÍÊÜjÎÖømÍïâÌÜ6øÅL‘ƒurwŽïÖ`´WÅù$_2¶Ž/–„Á¦ËnÉZîô—w«½ê2a-/.#ð*!Ât1›!FyüK3Sgd©Nï¦AE¿€?D�„Z¨�&;øD1)2åÄHÕ“SNp0-é!i熡.pbÃŽ¼0€$Й:”€C 'Z@€"@€< �H°+�A\ D0Ø™ÁŠÄ@ƒ#2À ¤–Ø@ždXbƒ –Üp“rôð°ÃÇ M|ⓃÈ'=Ž@ ÂÄÈÈ ¦"((EQAHRELVHNWKOWLP@'),(àP -t´€=X˜ÁÄ d8ذ£ƒ¡"N–€„¢Š €TTY@+¬`pŠ)YQ¤D F™Ê -:]Q³‚QTQJTPPXVOTKKPHJxh!†<ÀÀQ€ ->ÆË‹ó9™ÔÑeÏ®ºšâg8.™\±ÑÿŽ3ýçoK[%÷WÍ+ïž½;ÎäÓË6g2:“Ó™œÊbÔ‡Q>{Ý]SgMÓNGúg3¤ÏØ’ü‹öoº·&®Žä¾–|¿–þΚ7*âhX—¯ÛŒñkI“YÛcñU›á\†2‹K1.Ø٘+}¹¬1׌–pŽ-%Ê–Š³ûìÊ*©†4Ö2º”ˆ™ø t)qª¬˜**.,$ZTDÀBâʈWkÄ«5âdyáꫣйO¸˜u?•U6[-o9ÆêÙ21"fB„ÙZ©Ë¿š³ÖäSñWÅÍÊôó¬wõ¥§.ùê(sÍŒÞd4G«>{…ÁÛ˜‹#sUÐÚ7îÕ¹¹.npŒÝ|‚VójWKÚ]2dÇXK¶àf¯°ŸFk7ûÏ(Î’,le…ʼn"`%D”.*ôè2{O˜~•ùÛ›ZÚ¢'»˜™EPá3 4` á6(©áGQ"T>Fªœì�ƒ€L9áÑÄ$ˆÔOŽ¢EDdxÒƒxlÈ€‘0@‡ @°\Ðà1d˜� ,0�@€€%¸@l -ŠÌ@FbP h°ä†˜äÀ<0Ù¡‡’€0É1ĉ#P„$):ÒD‰çÇé ”¨ ¡©¢¢ª#$+%%`“SðÉ - -K**ÊTr¬ ;\À0˜ÁÄ ä…ˆÀCr8Ò‘¡#BRFJXNTYWÀD J‘"%(…J -ÖTVpÊjê -ëªéjê)XUE*êÊiWB=:fàà ÀÂt0c'ÂŒ½«MšËÑ?M»„Õä‹oÛÚîõ—MÝ5ó¶üçvVÜú0J“QlÖhµ6«´9•ÅèŸ?|þ1*“Sþ=÷ÖÌÙ2_K;i3œÍm†øJî;Û·fï³f_›1º|Ý4éÂÏðÓÙγf,¾f20X„ÅdøŠ0Öjc.õå²ÂZ°)’,%\D`VMÞʼnßígÉ—ØBbt)!®ˆYF”%J$H°˜Áb"Ä«„ˆ˜ - ²…„Ù2{•C´%Öûm¸$ô*d̺߈ûfËedQ¡ÛõµRÂE⃲¥"‡¶äÑÐWÃÞýúò×Oa·Ù‚›.}þë8sMŒÚb'§½ZýÝ-ÌÒì-ŽÌÍ™½+j®\ëÜ\œ¬£“cv·æÆêSœË+ÂX›0Z÷¸¼é.Í^m•EĈ!DŒø@\!¡Æ\¼*îî·†ÏÈ\Ÿ³¡¡6Vü,„`�>†ÌàGHÇ©$=VLŒPù±úù!å„êH”“ R?=’Žè(Ú±ˆ?;x`É*0Ä*ì Á 80B a‡ (`Ç 0à£ÂB †È Eh ‚#2¬àˆ)PBƒ -–ÔÐZÀcKnˆ”àƒv$áá"??’í4Iâùqò ’ -"ª*2²BB*)™”€MMRQ¦¤²¨>°ƒ%èñ‚‰~´àBh@„0ìÀ°ÃM˜~’¬˜¢¦P§`aÝ +++Š)YWYQ¨¢\E«¬¬¬®®®°‚YR¢L‘òÕՔd@‚ À�->`‚Í -'ø™yåת¼Ô¤±âwoüúÛ¤£¸îoéËçmnos[ƒÓ›¼âlg¯8{Éç,Ne1*ƒSYœæ*i£"m†´¹–¼{â+i§â·çΖ;[î+©«ä®’vJÆã‹6cs £É×<ºjò…«ßÞnÓâu&akKÅ ]°øJ_.îSaQ¥D;ÆÜ1–ÆZ¸L„˜×“vÓ™\ [1–.ÄXH¸L|@–(!ŽÑ¢"‚ÅDˆ˜Š‰²å‚¾VRX‹#qŽ,©¸æÈ¤Èe`na]âÅß`±—ËÕjKòŒÁ\€Iˆ ÃnŽ6Õœ™âìeî7¯: -ƒIuåg,Gc²u”#_êUFw_h4æFoü7…ÌM!s]Ü`;G—ûúׇO\ c3†³/>ix:»Ñ™×±%l±¸˜Ñ""Æ2" Wb56›ËŸLŽùWÜšý$¼ ´P’ÐÐÑ QK|<5 "å³#å³#å¤ÈÔ“"SO@ýiê1’¤dç £!:üèpO (8ƒˆÀÀ<R`�#(�Ž @‡ Ð#øáaÁC\F€d† ™AI *Pbà -–Ü@ƒ$7À ‡ŽÜ€ƒz ¢Ã“!JŒ”ð(õ8‚bu$t•$5åJ>^€ -¬`ˆ,‘ÁFb À@„8–ðpòe è$õCP -Vð‡¬(R²²¦LÉ -N‘”’U•œÂ²Á`0+´ÕaÓnEw [5æ¦a‹Æd1Ç^:,Ƈâ\ŠöIæê‰«'mŽñ›ÉÐFI8|Å"_¬‹…m±Ô¥È³)Ϧ½›önº³fmÆbÑE[ú:ÊâÔFßêÕF«²W÷UôÝ%[²oÍ’_i±ú»gß–~‹ÞdÔ&Ÿ¹ZMo4Z›Qš|ÊbS›ùjâj)°öÕB“0ßMiñ*sÓtÆ–4÷ÜÍ,N_ê¶Ö–zÚ¥kOK¼ïQ”±k^†û9új,G«;úôåë ]ÓÇ1·c·:Þ;à,Ï^wµúr³?ýõåno}¸›»1;<ÃÃ1yûÃ٘ܕÙß~i|˜Æ‡eïÍ>A‹qj²‹c³YÜ궆öævÔ6“¶™´ÑåߦÕoLÂL¨„1�gK¥^KÚHæRÕžÕX‹„ËE†ÑÚIÚÐ2§‡UÈf¼¶†LM�¾!øjÃ’Œvˆœ€ˆœ€–œ€šž H9E5=rŠz‚Â$%Ô$5”TU´tuÄTb*=]-=])›ŒŽ€MJÀ¦%`ÔU°iªJiªj©ªJ©ªjiÊji*êjIÉ*‰(*ˆÉÇIÒ’ž£$=HH”A$‰P$CA é!ÒC4$É#DAžáñáñ€`äðr¿Þn—Ã9=Öåpfu8|«Ý?Nqu”ϘlÆ`V“"~–7JÖç(Öf8¯-Öµ2¯\-ýWõ_U_Í=ùåÛ3[íKÅ>c³8¡5ZµÑ*MF×ìYr_Eó5÷UÔW‘gGÿ5ÑÒoÍŸV‹Q›ŒÞèG§7ZµÍé¬wËÞ%íS¬Íð…µÀ1—ßEm³{«Ý<õ¶Ôé²?«}Œò2:§°{qv”G˜<¾ú5µIÑ_û9ÊVQG«¿œ¥ñ㣻?›õÕlŽNwµª«UŒþÂüdö—f¦ex·æ‡k~÷FöâÐàœZ¼‚F»¸Ý(nõ Mþùí.kð¨«ÑšÿþårÍž)¬ÅÄ&F€xu2†ƒÙ[^c-&Ë;{·´Ñ,Ž ^¬~œ@0�$<:(=%)bê)bêAbòIrr²ääd©É‰QБ”!ª¡"«"¡«£! Ò0i˜$T: -*!9Y5]5]MAiúq’Ĥç( “¢#LŠŒ -R䧇‘'>Š@ùa$”<P~ða"dGèÇŽ >@@l�ØàêÛÌãÙÞoózZ—Ç5šÍÝpíNEùáòåŠ.w|ÍdXŸdŽš9jÚ(Y›âLÆâñõÆ\X‹kyc.7:ú¯Ú»éÙ»iÿª¨øÆZà°E_É™¬ÎÐÚœÒdô‡Í¾-û–ôÝòMß5û–ÔUqgGß-wvìÛ´Gkqj“ÓÛœÞæÔ6£¶9µÍ)ß’ú*Òe޹À°–<%ms;ƒW~-möï¯i¯"/£ýœÊ¥‹Faö)Ú縧g=†}ZæehƒÍ½ÂèmÍ/Ïìp¯V}6ë³YîìUG§::}¹Y˜æõðfcvFx;ÃÃ5~\ãË4=<û56ÿkó¿7²÷Ä>Aƒqh°ŠÙì‡çØhßÕåèLm1ùÛÝ™ÞÖÍkKÂÈ%D Å2¢NIÙ÷2|©ãNÃV “eDL¾d1úÂÏ*nt-Na&O�ŠÙàÂ� ý:„Ä#„ÄS”Äc¤ÔI©IÒÒS“¢§'ARABTBPªŠ„®Œ„®„ž@)ºBZ²BZ²Br²:rª:jª2jª2Z²2Z²2*Š -úYjÒi‰’£#HŠŠòã‡ÇDœì�Ô#”;@=v€x$⑨Ç';Š@é¡È‡’'=’©ÁÅ ÛŒìÍÉÕ;_Îíð-gõZ«ß½=ñ“´ÉðC[ŒÕbÌÃùi”|QÑ5Cš„Í$쵸/8t™É׆|kÊbµwÍ\ù¶”Å©,Nû7õaõ×;Û׊cÉÕñÕ¿wKÿ5grzö.ɳ³8ýá³wKž%÷uÔ×±oËÿ=ù•½éÿ¢¾:ò, ÇsZ«Éj®Žõ“EkÁÏ7í×ö¤[Ñ]9À´�%ØÀ&@㎠Ÿ°‹ÏPa÷IÞãk?E½¾Ô-LÞÒô1LÞòh´w³½›åÙë½Ã/öÚÃYÞönÖ—·1;³¿2<\ã¿5½kã»6 >1£QØîÚ¼ËÕ[LÒÞp7«5~]Ãe¼5ÅWK‹ -@_.ùzÆ#Œ_C^þÖ-J¶TLnزѦÌlޱ›_äbXÜ \À€&8ô ýðAÒCDħh§ç¨ˆ’‘&IGz”(%éaâùqêñ‰úq"õ„ UPÏÑ’ Ñ’ “à“ Ñ`‘`Q“+¢&P®Š¬ˆŽª†Žª†Š¢‚~˜zz–(!¤GŽ MpéÉáãGÇ';ˆüì ò³ÃˆFœèò£#ˆ“F|t4 -BäÓà á%?gdîÌVk8{ËáYÍÊföNÇšé1f‹±¼uÔÔQ“>G¹Ù¶’¯XtÉãK_pØ‚c.3ùÊÕ±wÑ™¼öîÙ»¦,Ng²ê¿ç¯2ùb_*õÊäÕ‡ÓF{×DisJ“Ó6ùväYòÏÔwÍõuô]óÏÞ5w–ÜûÖäYrìÛRöž/ >i°Y‹O[ŒÖb´Ÿ5½Ñ«mŽQûŒÉc+]ì2&{S¼îéȧ¤ìEýÖ¼ÓV·|Í¾è« X00Á<0P�3¸ÐF˜!£¢k™Ç˜,Â^2ö|©ÙžíþðVf‡aò¶g«>¼}±×—›åÙë¯çÆì/Œî¾2ü+ÃÃ4>\óÇ6?\ã¿5}kã»'d/ÎFA‹QÐâŒ3{odólöõ®.gn̾Ûág>^cöj)¡"DLeÄkŠùzÎeX“Q^þάY¾VΖ,¬åV›56Û®£�¯… ¬ðc'†&Pr,Ú±„ˆG’'>–@²DHÈ’!!I††,)"²Ä¨È##<IIz˜xš<ùô@9Q"ĤJH H ˆhÄ4R,RrU”äŠ(‰Õ“ª!žª*¡¡© ¡"£© (SP˜85I¢¤dÈQ‘CBtýàáG‡&:|<ѱッH;NrééaÇ'"!HEEj˜á2b|_~ÚdòE_y},›O¼5ã3F—#mŽzYò(ê§(š´Îe¬5_¬ùªiÒe›0}ŪN{·ÜÙñ‡Ï½þñ¹·cÿ–2õãõVIXlµ1Ú„õo*“ÕwÍÞ-ÿɩɷdïš>Œþqê¿çÎ’¹:êëÈ÷.©¯ãÎúîÙ·ÿ{Îf0zÖâÓ&£6Em³j£Yšœú/Ê·& ƒC]ÂvÖœÁjÏš;úk9sQYkþpª¯äÌŽ¼Íš�X@VøÕìN À °€(0ò™=Öx|Á¢'_6XåÍëÏ~wƒ»¿¼Í_ì•W«<{íáí/w}yëÃÛ_ÞÂè_av7†‡gzx¦÷Û¿=ñÃ9´ø„ì‘ѽýÝ*´5äÑ*L.ïæ¶UKÖ¢2¢Ä¸¯–}=sTÜUr×ÒŒµÐФœ-Cç*ÀEÎ� a,�òãC‘¡@:àøñ;†zìê¡cÈÇŽ¢AŠ„1¢ÄÇ©‰S“%PNšL%± -Jb„äŠÉQ‘+¢"WC;WC;AL¨‚€¦‚€¦„ˆ¦„Ц„†ž@ýð419‚„HÑP~äòÑÃŽ=8~ôäÐá$ÇŽ':~<Ùñ㉎Cz|„‡ŸJ‚~$ ò±„„„H4P�pjò.c~Ø'£ùwŒMØ[¾îÔÌUôWÕEur¼Ã˜LÂh3|Ó˜‹ÂôtìYS§4™µÑng²ê»gï–?|ÎR6e1*“QÞ%s֬υ±¸a‹[¢½[¢ú:’½k®ã¾’|[ömɳdyÎb˜öš´×¤Áñ9ƒÍ|Öä´6«3å[3WGûé2&°X|å*ùéߚ9*ú+YÒ^ô‡SF[Óåž/hà˜@hPüT@@ è�$�¤bK]m¬%_ºâdv«?ûÅYßÍöpvg«/wÛÃÛÞݾØìËÍúrFw}xëÃYÝÙ]½ýá¬ï^aöW¦iü˜Æ‡×¦oßœŒ‚£¨É(pfðŒŒÞÝë?—º£±áoaòy¶’hsµ”X)!B¥DˆºÿwµK˜ßž5~ì»ÕX-ÏÐÅÕ*!†-5uIc‡ßˆ¹3P /l`G‰ @~|øá¤‡@:èx’ƒ><è�Ê¡Cˆ‡!8„xèò¤(H£!IŽ0aRÒÓĤ§‰‰’§&ROTAARÅH•‘ª"G¬˜A¡2¢2Jª"Úqbâc I£!:ÑaHÇ?9rüäдÔ>€vaƒ'9ˆøàà!ehHÏOL@`ÈÀØÙ)dîKžÞ¥ }ñòÉˬ¯÷YÞg™›c^Š9*ökY›WÛ\›ý1êËd”F«³9íaSgEÙ„¹¢Ë+ºØêØÃ©§ý‹òï¹»¦Ÿ²8õáÓÍFy×ÔY2_G%ùÖìßsgK¾-y¶dɾ5e¿‹òk©«#Ï–¾{þïY“ÕtF‹SY[ÒÞ³£4ø=e³Xí[S_M}-é2ta.pøºÑÒ×þMgíÙçæöoÏ¿=å¶ÆVNAÆ -Nà( …¼À4Ìà -¶²–¯6Æâ†-:Ú•±%ofwñúB¯¾º}©Õž½öòõW}¸ûb³/öÚ»Û_îþr&oyÓØü1ŽÌEAƒsh1Žì½‘Å8´ùf6Óø0geq‰³±[…½ÔÌ>Ë\õoÑ׋EEE„ _,4•厺x6«bF¿Ä#«Š&Ùr±|@†+8¹ICWÛxQ‹ -`Ãv<á!‡&9èÐ$‡ñ@'7È�H‡õ C‘ŽŒvØ@ÄÃ"<Š€�A"Ⳕ䧉Gˆ‰IÐÏÏ(O>?SO~¦ž‘‚rd*hg -ÊŽ"TAF¬†”X%±ò©*¢2*jj²J²”„REBt ú¡Ñˆ|Ø ÔƒÐŽOvèx¢cÐŽPxü€Âƒˆ“Bz|(ÒミE~tðy¡!?là,à -88èÄÄø/¯¶Øk(Ÿ.·„¡¯8|Éc'EÝ$ùµ”½¿œÒ¬mfkóZ£W™löo©·#®ÆÞ±õŽÙ„ålÙÃ)ÿ¢{kêmIîmé矼{êl¹³å®¯d®Žy*êëØ·æ¾’»J“UZ¬ÎâFg®I{OŒÒÞSöš3ø”Á§+‹¯Q_QþEó^%ût”±¦íUgo:‹.tº£KZ¶zºŸ *¨`Ž«Ž&lå[ܰ%_ËÚ‹êh÷efyòÚ£Y_ݾØjï^}9ÛËWîöîÖ‡ãí/fÆiüØæmdñ Ù{ó»)j± -›œ¢&çÐâ3‡6×ü±ÌÞÎä³wE;uõp³Ë0y,sÓüa¯–%>X!�Õoñú«¤¬aöøfoelÔeÇ1da&Jq%ŸÞøíˆ�=r0Ÿx`b Hh°a‰ 1�åÓZøÉaA=Ì`´ƒ¤6õ°¡ˆG¢ A”vœ0)rbBäÔ#ÄÄ䇉 PSO”O”‘§Ÿ¨'C žú´C%„¤j(I‘OU‘«"¢ª##+$¦+%&§+%–ŠØDä( GAf8"CцzìÄc@;€@Ùh‡?šôP„‰E˜ø€Ä &BAš�**„ˆ*�Á(Pƒæ7nN@ÓáÙ/<›ÃQYÞtwÏ>NiòZ›ÙÛÌâh6G¯¸y½ÕífmóZ‹S·ÔY2gG; åÒåŠ-%£<Œê®É’è§?¾’ø.î}kúî)£Åé줽(íEeï)ƒÑÿE}÷<Å8tÁ1W]Š»Šöš³fŠºZŸáŽŽ2Üe-z£b,¶XÑeµ¨¢‹:¶H×ÊKED;ºRËL¶d²*cKÞ óztÛ«Ý—ZõÝìO¿]ßÍÖÀ'd1Îïžð[œŸE1sQÐ`›žñe™>æámFó5¦³¡žÂr6ûãkÝânê’0W‹ #P²Œàãõ…NgjÌwŸ(nõÌî¾ÌfºÂba Õ僺l™ÑÍ*ˆp£|À&4ø�eðÌÐO -ðÔ ‚Jð“CžÜp"\HêA& 9 ÁáèÇΑ$LH†˜xŒžz˜ž|”˜šð-1Zbb¤©ÇˆSÏŽ“O'Ÿ"O?H¦ 4¡"ê©*‚BeTu”T•¤d¥äTµôÄeÕ„C ©áH HBj@Rƒ£ 3ýàa¨ÇB<x@ÙÑ - A=‚@á!ÄI MzØaÒÃOEzr$yÒ£ PŸ!"CM|Ð ƒ @4* B dÈ”c»ÉÝ5·Ú–»5¼ýçU6¯µ™Í-®ÍÑ,n^k²Z£ÉêLVg2Yíß“Ô[òVE¹t¹!\ºîuäᔇÓÝ5ó6ß]³Ï×s•ÄSq_ɾ=ÑœÎâö¢kúl黦ì=ý÷äÛ2_ÉçöÆ\ä–§&ϪûšŽ:^ÆôSôÕ’OI>%瘋<ºX׊¨"…¤aKùR!]+êøjÇ+¶òUüc”ö¢¶XÝÉíNf_æö…nytڳן¾úì–íÙëËoøúËW•ÙÝþµùã¾ùß›>á·7=›#kUÔbµ ¾‘Å72xÆ—º{›Ñ¿k³¥³!->y:ÌÃaÚ‹ÖjÉŠ.P!ñAºØpù…Vmîx‚&·Øå3z»‹É3u…¢‰µB—:85L”ȰÃÉ 8ôØÀ<3¸ÐĆ–ÐàžˆÀÇøÔ@(9ÄàhLAvP²CR#HE”4)!jbrôÔÃôäD©©I‘OQÒ’ %!%ž"LMŠ05!ÒÔ„HS“'Ÿ#QOšP ùXA¡2ª:RªRZ²ZrªZrªZ‚²bŠºjz)ÈG@^0Bƒ# 382ƒ¢/ù Á”?‚xìõ …G?z|(Âãƒ&8Œðä8Â$Ç’'Ax€„ "6€Â -°""Ì$ oºnf0bþº›·»¹|ÙjÍVsw«Ã]Þíîlw–Òd•6«´y¥ÍæÕ‡Õ½5óµÔÛ_K¹„¹aË [µ*ê®Ééîšx®·%ïžœÎæõSÞ5ñ•5óœeË;u•ìÛs_Ë<óTÔÕ±oÍ-VQÙ›þ-Ú·¦ïªäŽ3ù‚c-Y|áhɯ)¯¦:zê)i—!nЏ)Þe˜Ÿc]†vÚ踺XЖŠúbWH°aË…¹ÞðźTê3üáÓwK[œÎÞ³åÍ-on_èôw³2û -“«¾ÛíÕl¯Vý{óžðÝýŠã³*hoÜœ¢çÌÞ–é_žþÚè4_Iڄզߊ?†ÉcZÝö0j’¯WËË�ˆ©ˆÈËWaðTF_aôl¹W«9{uY×(ŠhÍ7ß-!3xRƒˆ|ˆÁ‰ 0è‘…&0|€‰à‰a<7T à™ANlÀB4HúÑãhH$"=FFž()QZb²ÔÔÓÔä³´Ô$iéS’"KIŠ,%1²´$‰S'Q@@UUFMUIMVJPVM1(ú!"2(òáB‘ˆz¸0ÔÃ…¡5ÚQƒ¡=€tô�Ò!äG'8|4éˆ(ááH“Hšì@ÒD‡’ H|| ´³Cè�T8 ˜èèH8Aƒñbçà蛚ìóc]ÎÎèT6ŸµYµÑêMVmqŠ³Û›ÝÚj¶F³´yõï¹·çÞš³¶17lѧ¨»"Î’y[â,¹ïmÙËdՇѽ-q¶ÄÙ2oÍÏ×òÞYÓwQß=w±”Áé,Ngp*{ÏÒoOŸ5ùµ,ùÖÌWÒFCº„Á¡k٦ȯ(¿¢:zæ§™§$Ïžø9Ö$?Å»iñu—¡,ºfñÕ¾ZVK¶Ø˜ËéZ9]+-¬…¶¨ÀbK_Kß-û–œ¹fŽfw³«ÛÉl¯Vcrw¦ocôµW³<zµWß½ún&g8ûÃ×îÒøoßøð‰?>á¿6}{ÂgSÌ^¶¸ÅMÆ‘½6=ëË×—;Åç®ÆdÒõŠ-x -“ŦÌ>ûnW6¯»k¾Z&JŒ��†/7lã¿*nvŽ3[u7[“O—u‰±0º‚b†Ö (Øq²£† fФ†|d`Á’.°Ó‚¼%5<�I ( $†4©A~vxá¨G£!>’v|ŽŽ<QR’¤Ä“´¤¤ÄäH‰çh‰‘Ϧ$F–ì(!!’td')‰¦%=P?@TBESDFTELTHMUIKOULOUL+ÚÑ¡.â¡,éh!hG„xÌ`HGWÀ`SÖ”°²~˜ò•UTN°aÀ 56nv)pyoVßtW6¯5ÛÕ.®Ž7*ê¬i›ã’·Iâ'‰Ÿ%~’w9Ú¥x—ãmŽvIÚ&Y›ã<ÆZXkuµ´°<Âê”´ÕòVÉïTÌMžÏ°\Aª„hÖ{%}šÝã´]w³ÑêËãnÕV£µõÝ‘¿KÑ&Å»ñmñ‰›SÞæÔ^W^“ã«g:ÏVsµÊÃ[YŒòìøŠ.hËúe´««O™ür§7³9§f×ôpÍŽÉÙÝŒêäó&£7ÙNE¶"“!m޾{ælX¦—cx¹—»»š^yø»Ã]žör¶÷‚»½üõé¯o‡õöÓørÍ/ÛüòŒ¾™Ñ,nó -Û\3«iþÙ·¿=ÝÑÕZÂÏ—ÁÓep—Fc~Zæ’·÷äÕíÞšs {Å—’=ÖÁ,/V}tûr³¾Ü=ÑÃ8¼¢&« Å!ìò~=1üÍ¿V`%LEõHIQŠÊJŠºj‚ºjªºrªºzR²2YU5Y¯€MWÀ&)7À‚’jš�R0À„š›]»ÓÙ¼êtÙÕ[ÅÓò>Éû$o“´Ëñ6Gan̵¾ZØ—KLÂì´´S’®OñFÅi•¬×²ïÕ“WÍY-ctdÇWÈ2¢,ñ,ºðtüau¯[•lÉ"‹ì5sw›»[ÜLOIÜmw5†Ïø6£8:ÅÕ©î^y· -£³¾|íá¹û’»º»½Õ«m_Ç™l.#àpfoexׇ«(n7×ø1M/¿Øë-FsrZ‹UZ¬Êd–wSÙW˜KM¾ôt¼É©Oezù§¿5Y½Í+wíÕ§»=ܧ¿=Ý}ÉÛ^üßÈf46™F6Ëôðow}º[³«9³—†‡±Ãk|ùFFëòW_Û¼âf¶FE˜|Áe¬NÉ^ ïä¶7¯?Ûõå+ÌÞ¢ðß²X‡Ö‚°£CøÕ6fò9²{C0¸Â:’ÂjŠÂbš -2ME— ª®–‚VA¦¬¬)S²~JU=i`:@áF„šœ -\.c»m¸j³]Ý>ël‰«c®–¦}Úæx›¤mŽv)Ò¥øÆ^¬Ë…}¹¸¡+&cõ9âë)Ò§Šb^¯i¹§¥~’®®¢+¶"¢E„ûbÁÏñ‡UšÌ¶'lt•ÀÏ—îvu¸k£Sšã]†v)â'¹«eßž0*³ÍªšËÕ¸:ÍÙªî^svº³S¾ö~ùêÃÕ—{íáëKîòðW³û:ÞhŒm‘X]Fð-y«Ù[ÝÒü1ÏFofóÍlžéa›_~©UÒÜ'§5yÉëlvuÖtEW¶jòå·'azZ†}x»«UæêG«¶YÅÑìŽw¯½wßžž·/xëÂìnL/“mdòÍ?ŸÑ+jq‹ÛÌâ6«¨Å3¿ÓÃ5¼Š#seôö/: -~óÓ½[â),G·¶XKk‰Ëؽš=ÞÉfcîFoeøW…,fQ£ièäv´2ø 8ÿ‹š]„7(B;@,¤¨àRTpi*È4d¢.M])])™¨€LUÀ¥*+ “)KЬ(R°¤D J‰b5Ëj -ÖR€?HbI¹ªJE`�9@áf„;»ý7“súªÛgÛýâ+YŸ"i›cmÒðújyÅ×lŠ5JÚ7:Úèhç)žÂ\È0!ÎK}ЏZöoZŸ!é2‚[3¹äénînm´ê³h~ŽâmŠzZÊâs&Ÿæo“m¹\m«¹:ÍÙ©îVwwÊÃÕž¾àéî^yøš»]œÝÒæV¯þ«Úg‹-l«nºpôʳW>†ÑÙŸ¾âÔì9†‡oð‰“SYkÚbU¯³˜ýe·FÉæòŽ0 u´:ãÏ4> £¿/÷º«YÜînyx‹¿¾Þ¾ä¿Ýýín¼â6§°Å429¦‡av×—³5»zÂoa¼è2|<nßÙ+®vg°ê’¯‘eD;ºp}©ßÝÜþlv&ex¶Æ[Ôb]B'€“¯àbvBÆFÁ�5UDe…4uå4eåTLª&Q‘¨‚HQWMRWMUÀ%¦*¦¬)Q¤DÁÊÂÂÊ -F £D Ve«²€R¢XI‰bŒBU”Zo&И€¢Ã÷óz7§³=ÿžÍlnŽxZÞ(YŠu)Òòka-ÖzÅ}޵æz–¶9ÖpÌEº¨¼J„PÃ|ŠùjÊä–6c" ç˽Ž:œÝå-Î^q6Kú,Šß嘟#¿ž²ø”ŧïÂçªÖd”Ÿ´ZÅáêôF£:\ÕÝéîN_ðµ—³½œåÝèË®8»½ÕìL^X½QÑFEµe²¨/7KóÓ8y<Q£gzX†×|Ö^Sæž¶Xý_õwÓ^å2T_-q)Þâó·Ç63{ÆŸ{xËãÝd4W¯/ø»»ÛÝÝòz¸ë{{¹û‚·/8û’³0¼#ßÈd#£UÐfþ8¦chôô¦gux¹Œ_–ÿlØÆTì4†«ß¬¶£ëEDkÁß´gÃ<Ú…¹[vQ‹upô <�šý½ --d-PøMØ`ª -é -‹‰êÊiʪ‰ê -‰ê -‰ -ˆTL’² -2Y1UQUQU—°¦dEÁš‚”f]]E±F±ºŠbe•UU¥J*kJ*k -+ŠV©+)TTXQ0ÀŠŒ ƒ‚ŠŒž¿ÛYßö|<gË%sµ¼ks¤ÃV+›¢–µ’ã’÷9Òdø–±·Œ¥0—p…D©2BmÔ稳¨¯oU>(]H䩸¿hîVs¸Š«ÙÚœþ-Ê«e~–¸9ŽûZþ.úæÿ–ÿû𳩏zÅÑëmNq´ŠÓé^òõ%_u6Ê»Óܽâêt6¯3YíáuwQÚÓ–l«Ä¾’¶øìå¯Í¬¶½$ÌîÂìïËÝÞâSÖš³ö¤Áëmv}7•Á¬Îžo}øŠC³k~ºw³/x»³×›|îêU§³×;äïΕé_™žñߟÆmþ7ÅÌnq›WÔb58§ÏÈä˜þáß]Úôì ¿M³gÈÌt{ÜÆL¨.÷JÒböwS9%c*"Ì× -Í–¾ûÝÍk ÿÖì¯Ï¢°É.hîŒ}Â@M®BŒÛ+ü\à)(ž`ЩÊj hõteõtLº&Y‘ª®œ¬‚MUA¦ “U°é -«É*ØTdª³°‚YA`V˜¼Šre…UU…Ee¤ª -RM§¦‚RPXQPXQÀ 0EŒ¢ÂŠ:H0€¿VÀ°Èé149†6çòy$óµgX|Á¢_ñøšåVÞèX›!]†4º$L¹Œ-&Äë«e.Å|=ûwUÒl™U>Xc,|[Þjw§¸;½Õ+MFýÝS27I¼oSÔÑr—½Kö¾[Êä´fÒbô6«8zÅÑ«Mžsµº³WÞÍêl;]y¸Ê»UÞæìõF§3Y•ũޢwJ¾aKm©Ð¤K§¼ÛýíñOwyuÚÂìîOou´JsI%¶ü[´¯¾›ÎâöFIy„Å$LgϙơÕ3¾ür¯+nFu;[íámow7Ë»[îîîöíõòÖ—»>½õåmLÿÆôïKã¿5?ŒóÏ(VÔâ¶8Å-¦™Í0üÛÃ×Þ½Â,v¹ŠÜ·ãÙòÁúRÉÛr¯¾‹Êé8¶ [%du„ÉåÛ•ÁÙ™¼Å¡Á+r4Œ,‚/�M^€~�3r'¼ -Q‚VèꊩÊjéªÊéÊÊ T•¬‚IVÁ$ª+'*+§ª`SUS“UI -U”VTU0Š*%…å$…åä…É) -““Ó”TЉ …»XÄèô|ÛLƒ«e2{§#~§¥¾žs)Êd°W|½¢_r£OÑNKi{&c7Jêë¹³(®š6JÒõ£EXŒ…Dùb©M‘gÓ}]•)L…æÙîÍNo5Ú¯§Ž’¸9⥈¶%¿ÖdoIƒOÛmVqôÎfy7»³Õ]îìuw¯º[ÕÙªîfsöj£ÕÚœÞé(“¯µeâ ]üÖ¼Ñí—}:|“ÍŸþúôÖ§·½üåÝm-NýuÜS²_Ë~5ÿýÝ”¯5ùºÏX®Š·ºÍ¡Ñ72F_ì5W³ºšVs3ÚëáìÞörww»º»…Ñá_þúòÖ—·>½}Qüt -½¢¯¨Å)ps -Ü<#“}{˳՘¾ñß7{Å‹ÿ’³æK¶òAkÙ]ôU~=ct<_,!‹×„õnׇ¿1¸Z³·,rrMC““›p³;€FO·ÀàON>Á`VÐ)lºªbZ1Y•®‚KVA¦ªàÒ••Ó•UÓT°‰ª*èdt²rº²6Ye¤\UeYQeMME‘’‚‚ ->I]9I]9A™ €LLA%¦ P‰ -¨l‚ºbz!¸á‚†‚Š3¶ÞÿÎàê½=q•ÌÍ;-éR”Ë06ŸbŠ5:Òè(×èhÓeX›"ž–¹j檉Óôƒ_.bK ‘¥„ kqOq_O¾MuÕ¤ÉÙ*1ºˆOØ.§¹yÕÑíÍNkô9ƒQß-÷´ÌM7Çü${öüÝt«4Y•ý®I‹ÓÚ¬ÖÎÙkš¶9½Ñ«MNSZ|Òâsouw«:;ÍÕ)ÎVo©Î’2ùja,¬KåNÇ—‡»¸YµÁ$Ìþ¾à7›£Õ™{öªÈ§¤É«ç,¶tuœÅ©¯¯shõÌîöp»ÜŒþô÷§»=|íå®OùûÃ_îúð¶‡ë<ßÎôðM -bV¯¨Å,l²ŠÜœâ&ËüñK¾òl5†‡Oü°]Ž“Ë{öSù l.þMý6ÍS>Ev|ÅVB¬ckG¯>üÉ×›þUq‹[èæ¿…š¾�,já—ÐpòQUMÉŠš’:ºªZºªbª*Y•ª‚KUÁ¥«+§++§)`UЩ -Ë© -ËÉ*èTlº -b=ƒNWÁ¦))USR¦¢¢HAEyzÂrj -.)Y!9M9M-Q-QYY =Q =Q %I1U!å¨!/lnXÄ€0cóÍ^ßÎo9&crÒèh«¤–4:ÊgHŸâl’1Z_ÏQ.ÃWsI]TÌlÌenQœ=o•T]*&‹ˆ6lÉW‘6«:»ÅÑëViò™Ÿ#nŠ::òkJ›Ñ™,{K™[ÒbôF¯³|Ò`4¥U]êìUg¯9[ÅÕifgrúÃè£pȺLØæ‹&¯9ÛÅÕ- >ÿ–ÄÑêþ¾äïînoó:{O^%÷ŸWK[¬êgˆ—-Y;úô׆fßÈd\½ÑmÎvoóª£ÓŸþút×§»º»Õ½íOoÝÞ•éÛ™¾½‘¹*dôŠYÍ·¸Í)rsŽ-†ña_îÞü󊜾ÛaFB…Ä.´òm곩]†o‹OQd‘†-nÍÎâÈ`¶öoN¡fÀ ?= - Å"7L=ù\—¢Dq’Š"Z%UY!U]!=])A]-]¨‚OTÁ§+`ð *¼:MeUIeI=aA9›š‚LJVHFRDINBINBGP@FP@CQ?CR?KPO– ž= = =92C -˜x�:5"Øälv8Í.óµ<mt¬QR.C¹çR¤ÏÑVË{5mµœÏ&ar“˘LÆä2vŸ£®šx}Žô9Ƥ‹EuQY[+mè¢QoÓÜMqö´W&_§K ¶‚¯ä£4zÍÕlMNou¹«#¯š2W¥Éâó‡Ù“§°[–³÷¬ÉéMöš2·”½¥Ì5gð¹êjV—êh5W«ºZÍÕ*®No4ŒE—7Ƈ-ÿ‹æpW·5YõÙÑoÇ—üåá®ou7;{Ï] ó3Ôѱ_O™›úìÙ¯g-Vqö³âmNid´ ͦáÝßòl–g³¶™µÍ,®nmóúr³>Ý…Ñ[¾öò¶—·ºÛÝÝ®ïnùë{ezW¦wgú–Æwk~×Fö¦øg2º…Mv›SàdœÚûë_^Îîjµ‡·95;§f÷.y®€0AB�¯Ö -ž–ùzúl*Ç\íø¢ÕÒt™HÖ_þúp÷„ï®°Ñ.vrŒžn€³(@ ˜”LÁ:š¢:ŠŠ" -—®ªª¬¨¬Žœ¬”ž¬”€WMÁ© SÐ‰Ê -蟀@' Ð)JÊÔS”'&`SPi ˜dD5äôÄhéÇhég¨©g¨©Ê(OLŽœš95!r‚´ôÓ$¤Ã†Z )|%¤ðݼä|Ë×|5óÕ´Q’>Ç%í´´ÕÒVË:%gTŒÍ\Ââñ/¹6Ã%ó´ÌÓÒžËp.CxŒ±±‹kyIX޲(Ï¢óZ¾¨XºL 1ÕbuW³:z¥ÑélFks*{Í^GI%}ö¤Å+mFeñé¿#ߊ;Kòmé·éï®4YÉ) >enù»äß’K¢6Y½9½êh5G«¬ö/žŽ3Ùzc+4Ùâ×Ñ6¯¸º¥É©ß’~[Òâ4g»:üåW?cø)žüzî))sSš{òi¨£QýÅ©Õ6“¯¾;ÝÙ¬®fks{«]œíÚhÖ§¿+LξÜë˽înw‡¿0ùƒ¿?Üýáî/†w[™Þ¥ñ]šßµù]™{böæÐâ3šÅ¬nq“]àf7ùfæ¾ì®îVs´úÓá·<FwcÒe4�$DÄb¯Eï“üÙôm±¬aËfÏUtYE—îÂäoŽn«gÀÜ4`pàø!P!Å.XB"EU5ÔôdT45EeEeÕtõtużj:IY]9]]=OOÀ§(RLÁ&%+¥$+$¤ª£!((N”z†|†|‚”x‚”x~š”ü4))Zâ)ZâJò¢ädêȰBÇ÷› âs›eõ¨³fÿ¦¸Zšõ9Þii§%¾žøŠâëY§¤|†q ‹Í˜|†ñø’IØLÂè2†£ä8°[&coøR_-hk%u±¬±V|†6kö,º«¦®š;{Æ*¹Ž.²U>cºyÍÍ*Nq¸[òkɫ䞚{jþ-Z“Ù™ŒŠ:ÛÝu³´×ü_ówÉšœÚfµ£¿Köìø·äï’~;Ò`TµÉêMNoqŠ‹SœœîêUG¯¹YÍÍ)ŽNg´wÑýŒÅaË[ÉÓ˜fÏß-õ46ƒOœÝÒät‡¿¶Y•½¦žŠøÓS’_Í]5s”ÄÍö®2–”µ¥/omduŽÍžá]ŸúîTW¯9ZµÑ.Άu7Œ³]>æÝ¬_aô–g«;[Ýáïgv&‡cø7†wavV¦wi~·æm~÷FæâÐ`6ÙEívQ»snqŒÝáë>q2ÃË)l¹.6Õ Ñ�HA’bߦu)þÚ¶¨¨0—»E_ÆŽ.?Ü•ÙãÙ›‚Ó€ÁC˜Ñ# ãŇ8 ɰª UÕ”ÔPÔ”ÒSTPU•TÕTQ’•’ÒÕR“•“ÓÕÓÐ -èuÕt¢>QŸ¬®œª¬š®¬œ®œ€AàÕSSÖÓRPɨªÈH -JQP”“'IJ|’ô$ñA2âƒt„éHQ’ %$P”(Q:’$ÉÈQ’’´ 6µ¹Žîg£u8–ÒÞ³WEß-ùU¼ÝwÉ6ávtSÑMEÛi2Üc¡‹Å"l.Å;5ó½Ñr.EyŒÍexŸd,Â^XË…¹°-–ÖÕ"‹0ÛýWÝÙsgÏþEsu\[%æÑegIšœÎäôV¯·zmû–ü_ôMžu5ÜÙ±wËŸ6«<Z“Õß=Ëß5e5yMk1Š¢·ÖzWÅÕ²6E8tµ®Ûk2{›ÛY{Ú`UÆ–´ÖÜÍ, ׳ãMÆxÕ¼G±OQñ_ÅÚ^'“6ÿ|óÏ2ø+ƒ¿9:ÍÑ©®VwöêË]_îÆìp/Çè®ï^8£»2îŒïÒüoÍﺨÕ/l5\ÍâVÇÔ`^¯æìóF—1t«B†ïx»FÇ—"F T!££4m¥iËjÌEâõ*1Ó«ŒûðubwUÈfµÓÆŒ Ž€2 8@#Dj(‚‚bÔä%4õ$5Ô$5Ô4E¤deÄDj -.5¡€KHXOHXOIXNIKA'(`°‰ÊЉÊꊩ -ÈTlš -6M›”°šŽªŒ„ ‚‚š|€–š@Yâé)2Âc´Ãc´Ã¤h§‰ÑNPÑŽQ‘'GFžQ’dÉÑŽÑ’p¼àâçááx–vŸ5y½Ñ,z£×€ÈÅàLÓ4=�1PB)„3P(A…f �B8f¨ ΀N - x�…7jè `ãº(Ì0€ŽÏw{�BFN«P€68Ë1mÇz®ÏpcÐs·®cÔ®NÏ€áÊq>#ÇuꔦBfØÀáìˆ6AH¨AB $”`ƒCÞlŽ/ŒgÚêy]벞Óq\¿¹\ûðÜö�Äa<Ó¡ýæ·Ÿƒ 6� -%¨PS€2HàÍA§ KAÂÍŒ(äà0ö�ÄΤ0‚ -:2)Ô €%ܰåÈqŽ3ç÷ëõŒ…*0Ö˹ -2tV˜¹¡SC…$ðT@AG…$àfÔÙwfÜA‚Înßg †oßkèÌHÁ„7nàö½† €Àñ�D€ˆãøÞ9>ËóíˆálÛ¶^ç´}Óx¬ç1îˆ9އôœ×ú=ס}ÏzŒÓºmÓñ‹×yXË3>ßq]ßú;çõálÛáÛòë€HÖ€0Ê€ÀÉ Õ4ÔK a…1hµZêÂô�Dª:*èÜB™_N(cF2áü/à®Ûí¦Õï}ß·ïö™€¸o[ßïñ¶õ]6³åP™|;chÜ1 >aÏáE Zò_2pzV¦Âïgm‹[ 4š™uŒKÃâæ8ufc<íö&càdõŒ3Ó|ÌÞÊ*ìr71pìÍFcGa:l¿ÚîD¹ü×:p,+Å“Ž)¡^¡V‚‹œ´Æ~‚-¦Æý¿º—‡"‡?3=�qÆ?S¡]È3%¤91÷Þ¨ñ>5´<•¡AãæY%ül+p7¦Ö»ù|&¨p“°"]¡;aÌÈèó /^7”f…šÌ†l毴?Bí¼Í!ÌN˜Å0á~K!ãNÆôëlz�¢¶³ÏNˆQCãf† ¢E)‹¡f¾?5̉þÎä©vÍÇμ7š3hh/2+äÄŸNîwú^Žm/L@Ü”P¯P¿Ôpmf¶ Œ½Úù®PCãÉ)˜0o¶÷‰O¨±Þr5ë)£ß Å7Ó'à^ÈHs%˜ òÜX·ÞýL› ¿ÎµÓw³¡¹²Ž‹Þ^¡6=�‘âl`àrp4:/ç†<çPÖóûYÍ'£aÓâVZ~â‡ËÝØZwšƒƒ›_d#Üf™ŽÜ‹_jŒ+Ô* >~V‚ù{‘£ÑwÃV³QSQçÈn/V9›v½i)ø Þô�®Þp9¼EíEOfîäœ -pìÃé_Ì+ !ÀÐfÐ ¡ÓÛ°aq6^hØr'ð73øœŒÇ»‘± î½QSÊúY ¶ššéòdøZس¯˜Ë¶7};Ùô�DÆÜŒ—5vü7¯¹1jô92pzöFƒž˜ÙÔ58ß -Éš Äô½œh£‚‹Ü Û‹´(ØL@àL°éd3„`h+hôv¶ q«wZÐ¥ æ …ä¿æÝ¼l»‘y‰mÜ‹t΋³éˆ v…º'§*Ü7TØÐÐÚ™ '.Æ92Ö¦gqîÅ -š¥ÀɼrîÅ<ŸÌKlG†-7#cgíÄLÂv -)ÚþÍÉú™x‚ŠôÌÂëDØÅÇ^|Ö„8öwcv£6ÃèÕ83n4µ¼Ñ?G‡ïoN˜q;F [©†Cc\À72px3øZ7[ÅÕȹ[\õ冎0»QÃqXиձŽfÖÕ©)od9häéSÍ‘@a†ü×%ÀܸQa¦q»k¤PÃF£„xüÌÙZ?“ÂŒ›0fMâŸb…2RÇô�D6·&Ôs -û–ãoȨ9z /j46ãbÜMÿ]¼È±2~6´¥NO>eØhfr7j_ÅNfy(¨9Ó<$°ào´_ícC'çžÑ°Ài*Š5h¾]Wßt ÀÐV(u\Т̾åDHñÒ¸¡ ƒ‚h÷@8A½OÁf£‚ÜEÎŒ˜ÄYŒ9Óí Í{›S˜QÇëŒÞÚ.§ÃVs®`Ç%ä)Ür,fØœšVc„ZFmz�b†o…îwž0#¸ÆÆüLæ5iÜÌØ<1ƒ÷“X‡Fa³Qœœß† ™h²lw¼ƒ“�û¹Yï¶æ”pâdé -f+KÁf£¶Âwƒ†O–SáÍí3[ŒŽ¾1»QÃ{60p¾œO…Ûã„3=�‚Œ={ïnîr71G£éô³ŠkîŽqÂÀáûÇ4”¦Ñ<ž Ƕ2%À'¤$ì:`L8vÁ»ár1¿)Mæ'Ìáù +t)¨€Ëñ¶'\2Nôì‰jô¬éŸŒ=ƒÍ©Í=÷Uçkóƒg8б>K[Ùd±‹aÇqåJ£gDx‰Aˆá¾Ä/nàôh4PÛŒÅe'j,&ÀÈi® œv;a…Î˧ÀÞ²6´f½›é_AÆ-׳9õf½Û¯cæXhм·¾_ÂMêzr4i‰fýü§Á“{ž;!Fq¯ØYÌÐa °æÔ²Íž‹âÅÕíîVíZjêúœN³Ïâ”Ym�tH¨Qƒcèг^Ë4ê¹¶Ý4r. 1j×–m®Œ3ð¹ÖñôFGthtB0áFXÏ<š]ã3èš½–A»5ç®lϨ]z†Ãm‡!ßixC‡„ Ô@!&TZ(Ãìr<�¡£‚ÎM 8ÓÌ’òC)?ì M°€ -¸‘3ƒæ§¹é=æÇ7„©-ÕE%_úJòîéó-黿,Vg±z«¥Ž©‹%V"k‰KW»7ší_OÅ—=Þå¯/¯0é’EŸx«_àvx»ÃÛÞúr•ŽQÐäœYŒb&³¸Õ Àü/t¸¬UsSäMq¶ž¼Ú½½é¸â%]k/o_îõFoѸ4aÃSTô+ÐÐýð‘ƒUURp -PÊÓ¬)S°¢dý€EÊn°¤ œ€70dz™þÒ˵–Ímï¦>¼Þ§x££ï¦ÿ«æc£å}’÷9³/´eeuЦػhÙ·åÎŽ|Kò,Ù·¥NeoÚ·gßž{Žô¢•ЄˆWtÕ)ɳ¥Fo7š-o4ÔÕu~%{Öô[òoKŸ-i0š²/7Ûþò¾¥ùÛŸ•áÙž•á_šÖáî‹ï/ÊÂXlÓÕãgžÍù_œýWËð1ÏVwxËËÝŽúðôNG8t‰G}Žö)â)ɯäïž´÷ÄÑ+Žfm²š£ÙV·«Ù÷§Ã>†ÙáŸópMÛ¤°Í*j³‹Ü ÌßgÿlŠ—"Š´}±ßœŠ+!ܱõ·=ØåUÓgQ™{Ö`5£:9ÅɪŽf}zû‚¯7º[ƒ³}jòg)›*·\UaFŽ@ê‰( -–S“U”&,,,¨`”(QQ¢DaM¹A+ëXE€@ )èøfÐü3¶œÇdz٥ѯmŠ;{ÊÞs´ÔSÓ6Eûo”¤M‘…¹”*#ÜXË>E}5ýíuUäYRÖ»¨«ôËÙ³…µˆ%B -&ì3ÄUÒ6«9»µÑíïžyJâèØ–²UµÑݺ1ûZó¿3~ï9–Í©}†(ˈܼÖÈpUQ“c¼ä)hðo—}zìË×—;½Ù®,NuµÌS²_ÉÙ‹ÞæÕV›s5›£×½êjvg³º˜–ác>ŽÙáþµQq«UØèœY¼âf¿Ðå6jn'~øgÑÜ{t¼Ákφop:²ˆxËW/~wîÚÏܳ§»9åÑêÎfq³*ÿ1»{ƒ¯8zÛ¯'¯š5Ë"£«@�B=8€UJYA§(S¢®°œ°¢DM™2%kJÖ”¦\ A@! B÷â§ÏØô\îÒê—F¿Ìæ}›ú®ª§%Ž’øyŽöIæ'™£dŽ–¶9æiy£emŠtk¡.*.Ì…6Å\-uöìÝqçaôYsgÍ[󵔢ÚRA]TÞÐU›a¾–49Í+®fq5K‹Õ~ÄýÖüÝ¿-eîiÒ`4W«?™ÖF×üîŒßÒüðŒÿÞp·‡MÕ¥mÆz8ìÓcœßeq«]àꙿàïËîêóf»þ{Æ£+¬Í1OI}5e®y›WÞÝîn7ºÕÙíîvw¶»³ïöåná˜=ŽÙc?®éáY,§°Ñ(h2Î,Æ‘Á)jsÜ ƒ·×˜©Õð¿ž;:ö¨ˆ‹Ù™ÞÎɬ¸">c½ØÝýmJƒS›¬îæ˜Ýéaœ¢‡÷”ÌÑq—a/pl8È0‚«'ž,¬§,¬'`Ö0ë +Š”)R~¸A•S@ÇFÎíÅO—©å8ܵÙ1~y7ÅÕ’gÑÿ]yÅQRóÔÛXËl1‘ºXltÔÙ“ÌUñ=ϵ\_,imŠûZÎbõV¯8»ÅÙlmNI|ü_w›´ø´É)®Vy¸ú’¯¾œõÁä.Lã¿52˜ægüwæ—cø·—¿¿þi5>[¨JÛÜÊèr¯nQÐb9E->!sa_§º:½ÕîΖòøê[´£ºº}Á]]½ÖÚÝÝöò·‡»/·û‹ÙãGFQ›[äp>Æï¹Ó”üÓ‘G»85^7³áÊr*¾ªNyuʳןþÎèì» Í+|Xô÷‘°ad¤DЦ¢Dý€>aeEa±¦ü€•5å¬,)KEE`‚ -9·2ýOfëò×fÇ'®–ÿ»þ盛å}Ž$N›"<ÂPÔE%.WOÉ\ñ”%}÷ä[Ö¼Y“ ]ÖK{££Nks‹³Ùœ,>y¶¼ÏGGñÿŒQÛK®öôõ§·?}ÆwgzW¦oe|7¦‡z˻ۼÅÛñl‰ G×.Ÿ÷s¿9²×EÎÆ™½'dîL/Çðq‡wv[£Ù\u‘ɘ’8*Ê`õ6¯;ÛåÝ-nNSÍÖèÝÝîì–w÷ð×—Ã?^¾ñc¶Á™É9´9‡&ãÈàœYìB—Ó€‘½Øé=ºôÕ²WÉš‹Âä3N·½¨¸BF×ؕÁëm^qôÊ«Ó[åÙkÇ,þxÅÏÀÜ@x¼�ee-MÁ‚ú!J0èÄz ->aaM¹ -b5Vìtbxß_çð×fÇ2ÙÕÙsgQÌömŠŸ#~ÖæhÏdL&c°C[+hkå%c¶jâ*¹£¹Z®a‹l)°6֚ǿž2œÍâl–6§þ[î,©¯dŽ’u®¥ïš¨6ßsŸqO_avfo{ÿ¾æá.Žnk²ºŠ+e+ÄMfy·ì›×š<FA‹UÔdW¦—ù»³]Íþ°Ú¢ËOË]%k2Ë»ÝüÝÙ,nFk2ЫכÝÚh6W¯vû‚»¯ËâÚœ¢F£¨Í94ùæuy246›'“?[ú*¹£Û™Þ–ákþŒ-"^Ö{±Õ™>Æñß´™Å» É÷kÒ¬h€¸¢brƒ(RR€OÁ ˆ…EЬ,)OII@xÑCÁEE™á9üÙ±³{³újÚ7luµ”,%\ñu¯g–¸Jâ7Ï–hkîl #[J¬bk6ÃÔE%OKZÜÒbW»¸›µÑ꛼;ÞæH“±qtÔÕ6e¯™Þrõº»ÙÝÍæ©o_aø˜½cöÖeiqº«"éòÁ[ºðìxWÃ04k£Ë-r5ŽÌ=1{ofnÌ÷nVG³:šÍÕ*ŽFõ™„ÅãË>G}=7ÅÕo/‡y·««Õ›ŒÚæ4g«Yͺ¼»ÝãŸûò7–áç™~–áe›þµñaµY…FQ›qfñ{ó¿'d°‹‚íÄóäQÖž3÷üå²_ój×]Ê ·|ùäWç®~‹Ê^µw¯0y›ã¿-lõÚ¬c£ç5¬Ûq0t JUUT¤PaU5aaEƒPA,(¬¬,¬,)N–ø@ãE¼f†ïô¸fÇü«òn:›Ý^q”$os&c²kÛÐU§åÍ¢3J⪈§¢î»çΚ6Âa‹u¬bkVË6Öba.~›Úæwwû¾ÕêL>y—Ü[1¿Í1WIž…OØ„å•e{zêÛW7fwsv{£×}-_Ë #‘ÃæŽ~wõ[ƒÇ9}ÍâFãüî 푹¾üÝÕjnfut{«SZlÒäË6còøšIž–½«ÞhWwǽüÕÕ,nFqòi›iÖV³/¾ü…Ña^žág™]¶k'dðÍÿâÌâ¼=„™ÚŒÎîäq梹¹…ÑçûÅÉk²˜®¯ ó]tûîµñá?ìÂFøÕ:6úUaºÚ¤ UXN¢²¦ž¢HÝ�k*ËÊ …ŒŸ¤Lù!8å‡ +Š0ØÃ -¨ãG‚ -‹ü…Ÿ_øÙfÇ{‹ö®Z£áÿ]ïs´M?Çûqñ–GØsA[L´°Î¢y›Ò)Y§åžáŠù¢;kÎäku©œ,#f•”Sòl1¯'-fi1ÛÛg›¼ÖfôKu6ÄÍ1GËÞ=ÑŽOlþo){ÍY|Òb4µÍu®^uöªãáìKÞ¾äíÎòpÖ§«¿}…á[¾ÑõWfgüÝåá¬mVi1j›±S%|ºúzÍÉí®~Oì3šŽó»9²·FæÎø+Ïfq2z‹ÕÜÌŠo¬ÅeþðºÃe^>÷ðWG¯8ÍÍh^q¶»»[ÞozìËߟÿtø—Ã09³Ç2¼,³Ë7>|óÇ'þg&§°Ñ*n5ŠÚüÚøîÍçÌd>„™Z®îâ‘æ¢/¸£Ï88Åɪ-¶˜.0óͰÎ]íö‡¯1»+³·84šmva£eän-»¢‹$§"Qp0ôEª)%åêé‡`Ô••ðê)|š2%+kJ¤’¡Xž¼¸üWÃi÷J«Ù>góJ£[S¼M“¼í2&cðø²U2¬ÏGÅ>mu-óöìÙSöª³:Öù¢1— ©ËˆÝ5}6c.štáÙñv£¼½½Ý)We/Ú·åmŽ6)ÚfˆŸ#oÃÍ*nVoóºòpöwo6«Ë_ÝÊfLµJ•âèSGŸ3>LÓ¿)nw 令Õ7¿Ü«Óòl¶6«7z•É*m¾ØXìÅڌݧ8sIÞÝÂð1ëî×6¯´™¥Él-FqõêËÙ—[åÙ,üããßþÆð¯Œ -ÌÂ6·¸Ñ,nsͬžù瘟þõrïæÐä;=„Ÿc³»×ÔÕjÍì¾¹¦.Ngñ‡.©‹‰Ú}t¬{YÝ›òbVW¯/wK£»5ûã¯mèü<]‡&ß± - <0�&`T”¢),)ª(SA Ô•U0¸ÄbªÂfMÑAÖdM‘2+K -H!$ÈÜÀyɹá½YããÍöðY³Ý?VÏñ6ÉÛq“ÄMÒ¼K²&źk“¤Ëñ_/ÒVÉg3FŸ± y4ìSñ^ɼ5öôñS´[Ó-_¢Ë¦B›/Þ5ý•a<Õfõv£9\µÕ(mnK-q3Gɾ-ZŒÞb7«9zÅÑ*®^uwÍ»×—;ÑÙ^Îîìw·49ÅY³ ]F–¯êj4GŸ1¼ëÃW5;§Vßø0 --£»¼ùÔÑ)ϦWÿ=c±…Á\Q¼O‘gO]½þö†}ú‹«[¶6³7ZÍÙl__n•w·:ìÛa¸§»=Ýýé.Ìþʤ˜½óŠš\#«gþÆ—};Ló95™F¯æ±Ù—øìáîo‡mlÉ“×Y¼ÊbkuÜ)Ù“ßœ»æ\”³»zíá® ßôñ Y¬g˘Ù5p| 127ûÏa=|xÁS"¨¬") ÔT0 -x%uu.ƒKVÁ&«*ª`S0Ø”’5EJ–”°¢d]a .€‚Í8/(nø -endstream endobj 19 0 obj <</Length 5662>>stream -Ë?ó|yF¯¿¬ÞnxoMwö¬KñFIü6ïrÄQó6ɺda.ª‹ÖÛóV˘Šv*Þ©J²g¾š÷jÖé(—°rE¹b>c¸kö4«§ãºüoÉÓá›Új´F§þKúí¹¯¤h—ámþ±œÚ,®VqªÎV{9Ãþòö×ÃYÝÍæjõf·þkÒ&,m•8]Jôñš£MŸÎÊôï/gWäô™Œ3«m|ùÅVuò‰›Ó½Òæ•&¯ùZ²°•W„Éd¸«cMfavXÆŸ;ür³¶š¼ÚfVg·º»åÝjëÛ_ŸþÂÔü²ÌÂ6¯°É6³šFFÿxxWQÔä`~|=ŒÍþj¦ŸosJcKÝþ°:“¯6ær«å‹üæ\U÷¢/2˳W?^a“WÔd9[„—Ì®ÂãÜüECB¢²’¢¢ E¢€NVÀ'+àS•USUÐ*ˆa¨4Œç¢ƒ"i@ŠÃá8#Ac9Rbµ`1 -B -²Ù°jã�¹ÒDœÌ"A‚ -b ˆA „���0„ e$³ÚQ[ÅJ'FÝÝ(fМ‹ v"è‘`Ü(¤§†sǨ+M;r$~ýðQyûîUªI½]‡`ùÁÁñ€@Îþëˆl\9ÜŠCzZ;¼Þ2)™á «-e*Â-¹4ý¥®’dÎÈ\—LºHTû÷@–n¯äðaLd‹¸jÊ‚#`ŒHô!_¸yù«§é’ýZ£ï²Opî+Ýxã×W"úI(ª©‘\ciÚ1ÓT,ú)t)9Œ,yÌ9ƒˆEˆÛ\FżŒ"ð¸cC_ºiþùåšöˆ&ª¨Ž�SVtÆBÍ~ÀÁ#P6Ÿ=~k ûJWÒôøw±P® ©[:(•¼¢û’I’~mŠÊÏoüÊMhX›9HHôŠI#;‘n&íD=¹“`9p£ÐpbÒˆ Œ]àcxG °2ü]°KÉGŒi®ÈyUˆœtT£þõ M¿8ŸÏ‹Í£¡Š± š£Ycú™Ó*3j^+“ªLÔ~LÀ¼Ð*qot#—ÜbÒT%¾>æ/ÙéîËÿ4f‡^Ý7I–ÏàUÖWDècþÁ)’?^Æ%MKÈl9V”Æ‹}Â^k;&DÆÖzVW;J¡7¥F'Lâ@J Jç…¬…Øø8?$#äŽ|Vƒ›p€àÀmvÃ8½AK%êŽRÑYÄJæ‘a–A/ø%Ó!³h+€m3unŸ˜�ă*”Æ-Ä‚žercüž½âcÕÁÃ%ngYx‚ØÑ3h ŒÃ:χ{è–ê0è«Û/O<º½i‚LàPfsˆp2ÆŠÑ/¦ÌD½¸›ô ôpWò€õÀ…‚áÈA#Š€8öá-eÀêðG©AÔÑ¥½ A`U>‘ -ÅLþXA_¿6ñÂ"sbÒ‚Éoµ*7ŠÚ¬L-¬®½†:C¨÷f°¦Þ˜]û×±6…¨¹Íˆ@²ØÐ%e‡œ†²T$4Ð,õ{;É‘é7fN¬#‘ÉlÓÓÔ�zmg‚¶“‘î^E€¨ð—Ï4ûžqM-0Àå·éƒŠ´ª -7Ä@ž'á™”‘ÈSÛx3“†ÎÁ-ã‡L9Ñ]Žß‘ãŒä^,´‘ XLÓbŒ¬BPkêjP÷ÙµhG-øýº+d�iÉéã·MoÕÏÙ8!=1IŸ¨ n{'Ãð¸øK Æ6gJAj©õµQ»ß ”PB»Ùó‡€CQR–ÂApÜØ”BÜ;˜?¨OTFh^ûÊÕƒË?à–²¯âYæõ—mO¡}G'²SKFKDËfxB³vQqHˆºÍ¯Mß¾ð¦©)#Á¯èóOzðèÛxî7‚fŸS©¶?Ëq€ 8÷Æ;ÈuNàõÂÇÍÿc„›jPÇÇéXÓ¦ë—:tRïúëÆ7Ÿt«ý…ƒ;\ªc@t®9£ }[ÃíA·bÕþ7/µã d˜À°L)ÄÐYÌ¿…Ê-…]¦uÄÖ'36„¦á?Ï¡/”†¹]€4©qk SáüNö5`„ntiŸ¹¤y´•cîDåDb™'l³€.YY1O -G—º¬ðšÎ, *fú@xçlvÜáò-ú;ÌnwÈåZîÓÊ.ÏqcɸxYèð²p¯µä žü…ضÂÕ¶j¸ä-g–¼à·9"È‚õf_-ƹø‰Š.8‡’³:²°õÜ.C\ÆJÐÕ}ë:%ÛŸ·þYŒ-l—–Y—{÷ù ëf¹Ç XŒ$óD€©‡f¢Å¼‡6sèp_ÐãYx¢ÕÁçF·#àFâC;ºiJwý £Å„ÈS·?ýi½Ç›èzÍÁèåjÚ=¯»¶^ÄÝàU¬YäΕ,<7ü³¡1â²2I†'ºé–ÉÑ?Q‰‰M{økQ-‰×Ëã”_7á•÷sˆ+tÜ©rl¶åÓÙ•ãö-6šì¯.*U�.³LãdêÃQk -Ê…2ç!yEV6ˆu·"dE§/‡ºÉ˨B\øÜ@(:ÏCyçC9‘³ƒ¨®¯¬^.•©ta°çyØùsÎTšo8ciAtK±UU^ÀUƒX«¾6Í\èrLT²ŸT^pOA º×ÊéþMÁqåÆ>ƒ{~‹gAÂ4tÖ³�¼‚ÖåÏŦµsÜ() {ÛYHå@ÊÑ—2ÚèLð×/™E®¨›¢;µÜŒ¶šð~9ÝÌ|}˹Ð%¥ ™Y$)¶Ýe [#ô-ad+s$]»��Ú¯O£*I1ÿRYŒÅJO*k…ÿ¿Ü:šI 6^0ÄâBF¹Çq4DÜŒ./ê8‡°dB`E¥&Ž’« -Å«ÐM¯\‚”¦×¼ÜΟw 4&¯°|† 7r…NSÐÍ4vt9c‚Jú~O—£çÆ¥Ee¯¨èÂ"ócþy’î“Óº;JžG‘£-tçÆ¸ª\aÐAlÆi®7ÂN`ý;„ÈVÌJ†ßN -}õæLG×K*—Axå%]Ê7U°G€é+»KjIOb³«ÇÍMå…J躂‰Û3Ø,¢Ÿöb™ÆÐˆŠª”żˢƒvõìÍ ‘p]Ñ:à/.ÎSÇthkåÅ"â8FÎÞqˆw'?b°›ú ^uB•½>ÜÇÁ¥¢ˆônAÇáq0_üP<ƒà:�þ¥ètÓ2Ü¡¢T>6:ƒc‡rÅŽ.d‹â&oQ\ÔÞ|ƒbLÉUU¹ 8;e®—GµîßÝϲ ºDåÈž>K#Ö#‚ÐMS´9=§hUtÞºq3d-ºùë óó“Ø€sï <¢À”ãa2ÈFá°Ê D]N×TOÑ9ql[£øM¯‡ oç -€1GÇÐ'k5ñ ñ Õà㔺ünéyœŠ¯ð«½Œýì;PyUij0IΙLQ6²z;âîN'§ñ|@ª#º¬ÃB‘Zœ$LÚ¢Ëc5öùÜÖ¯³#ÉŒ Ø+\YjA¼Rꥆr<Äu½ÿ º¹¬\i9SѽlékA°â9‰|¢ËR0FDûEs�ÝuÓÎuˆZC'^»fÖcN\‹±ÜçïKLÑÐ Çv%‰Ríõít>R?èDlÅ÷¸ä©ôE¶¥R„þ½ÊO¹ZLàzèjÁ«=ëÇÎàõ'XÈø¼þ¯÷ -Ô¿AõgÃvn‹ŽñÝnb¾ zÌF»Í}õÆ{økl³Ë+ûŸAÄedgß%]—¦8ä:v÷DŒ€.tXoîàì~O\Fw>«(誛EF²ô_Ž-ñ¨+üð“£H ƒìrfR§G‡‚]hBG%ÓXË}W2›8PÞWÃVtn~€Îjü<#Uß5ðö1Y²ää¸÷O'º±Ê¤’xŠshJ”£dA¤ïæÄz}E§Ð™ßü7·ÅÔêfÜ©ÉV_®–ìJÚ<~’¸þÌoÁ¬ˆ ¢^j2:¡Óœ¢#Shº·ÞÓÂMk¯¥¹tÕëŽ÷,\îè8HåNrë&_ʼn ‹Ó=‘Yë^´ò½ãÞU´nm™å -):ÊëŒI -¿Ã&³Ãtæ"h-“è‘ÐÁm9-¶�Ñ€Õ3¡ý!˸›u‘úGG\k/ôGMÛò§í,&~Y|.ø:*«§Ž@FäËV„ùȽð•ƒV[1ðñGg[çæ0&¡{L•CwMH)!׺§Ûq‹ãc¢‰:¸®ÞôF¿aq• Q¾½ŸhgäØtora¥Ž”^x«¬Yw€õŒŸèÙ"·¥÷¡šYԻɯcpÑc† Ú~+Ç¾Š¯Ð¹¯LUQî%Úq°Ô¥¿²¶ 3>.Dgî©8áFÊÅï:ÿ5ö/çpE^ö>m4Ó£BÇç/)ƒF€Ý#Ü)bý‰b›�g‡è8 -cÐu`ÁÙ³r56›kÍŒÀí†O¤ÈÜ™#XF–èÜfòùj²ª™»ð£;¿¾Ê=÷çÖg¦SÜJR1 -±—bûg]œ’Šî_rIp¼ŽhN¬ŽEOû!’Tÿºè#æF‹=ĦÊ]¦«š”nöw±«Âûá*q‰]àe:ñ*³�’…²ÈÍ…ãDzxz8?cÊÞX'tœ±Ÿ? -Ï‘;È[åÔN£úÁQ:r¦>ÄÐcboã¬gŠŸqÛŸ8nXâܧ&é¶ûÁ6YÈ#VTÔãY.eÇ,º¦väpe\M\ -3“àj-@&®ý ^"~Ñ]zNr#‚®|ó*Z‹„¹…Užu–KÃÌ·ÀŒè;.Fq ³!Ò•z"-¥ÄQþrˆ›3›>t‹>DsXMòñ¬£M˜÷l˜æâŒŒûI¹ÁãäÔÚÜȰ÷üžå™Ø() ê£á[.zH‡áÜ»2øür·Ôd~É×u=^†9š~_yßùPþç\fQÆ4à»ÌDhé8¡ƒë£‚d[gj9¾¤›_ÅdtYK•æpQfËâª>뜶”c£¯|Ä5ÛYÝèz®2…!ü´àM³%ñåYåÎ$¢²&C‹Ì…;h!Ÿ3a4ãs:ãe�®N$Eò3#Ý„ÌD�\è: …œf¢[AsV2R®‘:PЦà¨Í7�ŽNø×* ¹ˆjÍ¡EóJò#ÈÜ•càÜ32rœI´H «›:[É+—�× iAÿÎC·‹’ÒZ÷ç¼îW]xcÓ¹iD5hzÑMzEO¸pïÑù”u,èþ‹W]çÊç¼B\ÃDå$xãK%jŸ7pàügêÿGÊ…‰q5Ž#2Øm*:¹‹7–L }(cêºB˜¢üó… -[a¯_„pw‹…r¬\Öý$ˆä/ºlÅ_peÖy7Z|]º)‡ -¸Úøëƒ#ó—Å%ú·ò¡¶{åôÏÙåPÊÛ’šD.a‹nت=pÊ%%FWZƒ×þ†§ýy¥zEB@!np.!mA‚�.½‹ ,¸÷/CåûF=ýì2)¾ý-ÒƒÒÒuÕ–@lŸ$©þ¾iÎA’Š/º±]÷Ç;‡Ÿ,þTŒï·A<K¹~"fVÃÃ~Å#Ñuxœ£AL,&‡º¬Ž’ïåÐØ -iAÒÍo¸á<ÓÂ\®ìÖ‰å0÷m5NѲ¨°EÅ™†Sºˆ:+¹k¿(w`Ú×è5–ÑJè>E,äœ -+Ù™h ‹‘@NDWbZD°ÇŽìG\¬n¥ñæ®ï»¹F!Õ/ø(úÁªžþœo¥âðƒ c¶O8Ràè’ Ô48CrfkySn7E<q9>è:éÔb•£@G½º*ŸWpMV/TP?çb¯ÐmOb^ç‚íˆ] ¸`‹îËNœ9ºWêΨ¨Î �⯢¶8.î·hþ±ØÇó³àD*<ÓâœWŒÄ‹4g.˜oÉâ=Bµ7%0:ïŠó®ù½æ©¹½'Â`J*V>[†[9b‰²/ç'6kG…TnEFâû:Î+È•é<P–jÍYkÍLá 4@—C}Þ™{÷55jtRn÷bàPšs‚¢?ÜøÅ:µ&¾,0Ø…¿O¹k}èŕۣbÑ-‚=Txµ`ºßjVLEꛉBÔ¥BÞ„NaÀ'¨~,o"†Ž>åH}'üÄÜ,r«Æí/Ê}ßL”ÃÈC\sTº@3§3ºÚšvh ˆo`Öýpž`á釺(WüÓvå´ryÀžaƒ£îµnìñ«.B³‰P}±;ÆøO¬C™újg¤,j›æÀI9º*¢¥AFùÌ·þ±8=¡bˆÛ¸g—GY—›:jýÅëåPnȈ2Æ•;¥CÔSâ\ƒaL¤Írê€åPÍ \ŽnGËUd”í¬´ÏÍ,5ºÐuVPZ~ê®O£²û@–¡nõH”W´Ênz–uM‡ÐTç¶ ¾‹g¡qs.æÏÃî.ÄÃqJ·°¿Ö -ÀÄnácwVß"]ääÐÑ Íu°W¶^sè’yw¾žÆ-¡‹‡œ¿ÕåçGåîå‹Ýç`К£r�]ˆ[qL �áJÐAtµ1T( t/ÊÅ»NÜ¡ñ**×Qb‚Îîóyî\þScU曬õ<ÿ3årºà+—§_ï xßáEÃÑ;nÝFgä.Eg®b±ÆÔ'DŸDÙÌ€.“¦E—çe¢Üú†Áÿ1IÅn.:R±2\%ns¯Äã:w—Jô)&§þ†`‰Ð©ÅÐr¯´NCåø9vV¹Aé×qÔ¯Bôb1å>¬ß!j! •›´Z÷ºEÍQ)˜"ÁÔ•Y@Và•óAYÏUoö½;ËÑäQŽþ/‹í¿auÖ_>ÒèÒ¦ÆÅ[t P£VÁ-®_/'VYœ+ -$ž¢—ËqÓmÊy!t²0‚8WwgÀ5}²ÐeºEù¥xY|kQy+¸±9€:‰#üGU2Âgó¡À··úZtªym]‰Ï«Pº'Ïßoæ\§ õ;:¿:ÐfÂhÏ qpkX˜Êa.Lwqà‚T>Vh*)Ö’»CGÔ*„ò¢¤•ÓDD¸àÐÖR&‡aWªnCN^×èì–ÓîSXÐÁW΢jЇ|åba¢Ó Óª¹8!Ò<•{d¡Tâë5’‚U‘á¢+Y«sohh¯¦uº²(支'™æöù4Ïæöœ«J÷Ù W¶Í`Ê….¤gˆ¸B\!ÌËÐ?[ÇŸºúÇMÌáˆîOœªŽ šâYûo¦x&°†c #yöÄæt”Ђ©Ê8ôú[ʘ"|Q}W:wGš‚i𽌟Qôi>r¬2ÖüË@Å\Ý\TuÏå[> -endstream endobj 24 0 obj [23 0 R] endobj 37 0 obj <</CreationDate(D:20210427145924+02'00')/Creator(Adobe Illustrator 25.2 \(Windows\))/ModDate(D:20210427145925+02'00')/Producer(Adobe PDF library 15.00)/Title(JoeSquare)>> endobj xref -0 38 -0000000004 65535 f -0000000016 00000 n -0000000147 00000 n -0000030677 00000 n -0000000000 00000 f -0000030728 00000 n -0000000000 00000 f -0000197828 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000197901 00000 n -0000198119 00000 n -0000199306 00000 n -0000264895 00000 n -0000330484 00000 n -0000396073 00000 n -0000000000 00000 f -0000194850 00000 n -0000195181 00000 n -0000194663 00000 n -0000401787 00000 n -0000031175 00000 n -0000197715 00000 n -0000032518 00000 n -0000031534 00000 n -0000031956 00000 n -0000032004 00000 n -0000194734 00000 n -0000194765 00000 n -0000196575 00000 n -0000195462 00000 n -0000195752 00000 n -0000196866 00000 n -0000401812 00000 n -trailer -<</Size 38/Root 1 0 R/Info 37 0 R/ID[<309D6862E9898E4FB50EE4D7FF09766D><AAEDEAB562AAB449BB1A7C1593B4F7E2>]>> -startxref -401999 -%%EOF diff --git a/public/imgs/avatar/JoeSquare.jpg b/public/imgs/avatar/JoeSquare.jpg deleted file mode 100644 index fa3fddd835fd4ecb925a402957697ee677f54de7..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/JoeSquare.jpg and /dev/null differ diff --git a/public/imgs/avatar/JoeSquare.png b/public/imgs/avatar/JoeSquare.png deleted file mode 100644 index 21a265c435527959291934bce263ab0ade588fde..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/JoeSquare.png and /dev/null differ diff --git a/public/imgs/avatar/MyriamGuedey.png b/public/imgs/avatar/MyriamGuedey.png new file mode 100644 index 0000000000000000000000000000000000000000..469215283a63e3f9da9a8d201be8a0765e298a58 Binary files /dev/null and b/public/imgs/avatar/MyriamGuedey.png differ diff --git a/public/imgs/avatar/PatrickSquare.jpg b/public/imgs/avatar/PatrickSquare.jpg deleted file mode 100644 index f98f2b35182d4ad53d7d5753e501567effef326d..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/PatrickSquare.jpg and /dev/null differ diff --git a/public/imgs/avatar/PatrickSquare2.jpg b/public/imgs/avatar/PatrickSquare2.jpg deleted file mode 100644 index 6bc1a918a33321958429443ddaebafc07451d965..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/PatrickSquare2.jpg and /dev/null differ diff --git a/public/imgs/avatar/preston.jpg b/public/imgs/avatar/preston.jpg deleted file mode 100644 index 5c431138a4d450b6973395b089b621e5e781647b..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/preston.jpg and /dev/null differ diff --git a/public/imgs/avatar/rosanny.jpg b/public/imgs/avatar/rosanny.jpg deleted file mode 100644 index df4007407eb948d8faa0822cc9eddd40440fa9e5..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/rosanny.jpg and /dev/null differ diff --git a/public/imgs/avatar/sabo.jpg b/public/imgs/avatar/sabo.jpg deleted file mode 100644 index 8938911c1324eda7efdfda7df796f21308392eab..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/sabo.jpg and /dev/null differ diff --git a/public/imgs/avatar/sabo.png b/public/imgs/avatar/sabo.png deleted file mode 100644 index 498591fbed7d791af24684009d8555830d2a0534..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/sabo.png and /dev/null differ diff --git a/public/imgs/avatar/sakis1.png b/public/imgs/avatar/sakis1.png deleted file mode 100644 index 762d5f6706d1574d42efc922e60e1cc29f945084..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/sakis1.png and /dev/null differ diff --git a/public/imgs/avatar/sakis3.png b/public/imgs/avatar/sakis3.png deleted file mode 100644 index 15b53830fddaaa14876138a97b6f66da86cc3af7..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/sakis3.png and /dev/null differ diff --git a/public/imgs/avatar/sarah.png b/public/imgs/avatar/sarah.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaa4a09958b070a879bcff737691a214d5d694c Binary files /dev/null and b/public/imgs/avatar/sarah.png differ diff --git a/public/imgs/avatar/sergej.png b/public/imgs/avatar/sergej.png new file mode 100644 index 0000000000000000000000000000000000000000..7526ebdb99670cbb281e7b7593a8f82b3fabc259 Binary files /dev/null and b/public/imgs/avatar/sergej.png differ diff --git a/public/imgs/avatar/volker.Coors.jpg b/public/imgs/avatar/volker.Coors.jpg deleted file mode 100644 index 1ec26db70ae83c685f4a9c1cf0a647465d73dc9e..0000000000000000000000000000000000000000 Binary files a/public/imgs/avatar/volker.Coors.jpg and /dev/null differ diff --git a/public/index.html b/public/index.html index a869437c0acd59906bbfebf067d3b45a97b08b72..651feb27aca48d29ab613c856e38b3aab690ea8f 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> - <title>UGL Website</title> + <title>FGDI Website</title> <!--- FGDI TODO: website name to change--> <meta charset="utf-8"> <meta name="generator" content="GitLab Pages"> <link rel="stylesheet" href="./css/bootstrap.min.css"> @@ -42,7 +42,7 @@ <ul class="list-unstyled"> <!-- <li><a href="#" class="text-white">Follow on Twitter</a></li> --> <!-- <li><a href="#" class="text-white">Like on Facebook</a></li> --> - <li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li> + <li><a href="mailto:myriam.guedey[at]hft-stuttgart.de">Email me</a></li> </ul> </div> </div> @@ -66,8 +66,8 @@ <section class="jumbotron text-center hftBackground"> <div class="container"> - <img src="imgs/ugl.svg" class="windSVG" width="100px" alt="wind"> - <h1 class="display-5 fw-bold" >Urban Geoinformatics Lab</h1> + <img src="imgs/ugl.svg" class="windSVG" width="100px" alt="wind"> <!--- FGDI TODO: to change--> + <h1 class="display-5 fw-bold" >Research Group Digitalisation and Information Management</h1> <!--- FGDI TODO: to change--> <h3 style="color:#cc3125"> @HFT Stuttgart </h3> </div> </section> @@ -267,14 +267,14 @@ <!-- Grid column --> <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/volker.Coors.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/DieterUckelmann.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Volker Coors</h5> + <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Dieter Uckelmann</h5> <p class="text-uppercase blue-text"><strong>Lab Leader</strong></p> - <a href="https://www.hft-stuttgart.de/p/volker-coors" target="_blank"> + <a href="https://www.hft-stuttgart.de/p/dieter-uckelmann" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data</p> + <p class="grey-text">Research topic: Smart Cities | Sensors & IoT | Industrie 4.0 | Lab-based Education | Digitalisation | Smart Buildings | RFID | RTLS | BM | AI</p> <ul class="list-unstyled mb-0"> <a class="p-2 fa-lg" href="#" target="_blank"> @@ -291,25 +291,22 @@ <!-- Grid column --> <!-- Grid column --> - <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> + <div class="col-lg-3 col-md-6 mb-lg-0 mb-5"> <!--- FGDI TODO: to change--> <div class="avatar mx-auto"> - <img src="./imgs/avatar/JoeSquare.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/MyriamGuedey.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Joe T. Santhanavanich</h5> + <h5 class="font-weight-bold mt-4 mb-3">Myriam Guedey</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich" target="_blank"> + <a href="https://www.hft-stuttgart.de/p/myriam-guedey" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Sensors & IoT | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data</p> + <p class="grey-text">Research topic: Smart Cities | Sensors & IoT | Smart Buildings | Open Source and Open Networks | Sustainable Digitalisation</p> <ul class="list-unstyled mb-0"> - <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Thunyathep-Santhanavanich" target="_blank"> + <a class="p-2 fa-lg" href="https://www.researchgate.net/profile/Myriam-Guedey" target="_blank"> <i class="fab fa-researchgate"></i> </a> - <a class="p-2 fa-lg" href="https://scholar.google.com/citations?user=RKNY04EAAAAJ&hl=en" target="_blank"> - <i class="fab fa-google"></i> - </a> - <a class="p-2 fa-lg" href="https://www.linkedin.com/in/thunyatheps/" target="_blank"> + <a class="p-2 fa-lg" href="https://de.linkedin.com/in/myriamguedey" target="_blank"> <i class="fab fa-linkedin"></i> </a> </ul> @@ -319,17 +316,17 @@ <!-- Grid column --> - <!-- Grid column --> + <!-- Grid column --> <!--- FGDI TODO: to change--> <div class="col-lg-3 col-md-6"> <div class="avatar mx-auto"> - <img src="./imgs/avatar/rosanny.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/sarah.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Rosanny S.</h5> - <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/rosanny-sihombing" target="_blank"> + <h5 class="font-weight-bold mt-4 mb-3">Dr. Sarah Larsen-Vefring</h5> + <p class="text-uppercase blue-text"><strong>Managing director research thrust 2</strong></p> + <a href="https://www.hft-stuttgart.de/p/sarah-larsen-vefring" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | 3D City Models | 3D Web Visualization | AR/VR</p> + <p class="grey-text">Research topic: Smart Technologies | Processes and Methods | Research Coordination IoT </p> <ul class="list-unstyled mb-0"> <a class="p-2 fa-lg" href="#" target="_blank"> @@ -345,16 +342,16 @@ </div> <!-- Grid column --> <!-- Grid column --> - <div class="col-lg-3 col-md-6 mb-md-0 mb-5"> + <div class="col-lg-3 col-md-6 mb-md-0 mb-5"> <!--- FGDI TODO: to change--> <div class="avatar mx-auto"> - <img src="./imgs/avatar/PatrickSquare.jpg" class="rounded-circle z-depth-1" width="150px"> + <img src="./imgs/avatar/sergej.png" class="rounded-circle z-depth-1" width="150px"> </div> - <h5 class="font-weight-bold mt-4 mb-3">Patrick Wuerstle</h5> + <h5 class="font-weight-bold mt-4 mb-3">Sergej Kreber</h5> <p class="text-uppercase blue-text"><strong>Researcher</strong></p> - <a href="https://www.hft-stuttgart.de/p/patrick-wuerstle" target="_blank"> + <a href="https://www.hft-stuttgart.de/p/sergej-kreber" target="_blank"> <button class="btn btn-primary btn-sm profile">See full profile</button> </a> - <p class="grey-text">Research topic: Smart Cities | OGC Standards | Participation Platform | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data </p> + <p class="grey-text">Research topic: Smart Cities | Sensors & IoT | Smart Buildings</p> <ul class="list-unstyled mb-0"> <a class="p-2 fa-lg" href="#" target="_blank"> @@ -385,8 +382,8 @@ <a id="rgc_backtotop" href="#">Back to top</a> </p> <p> - <img src="imgs/ugl.svg" alt="" width="32px"> - Urban Geoinformatics Lab @HFT Stuttgart, 2020 - <span id="current-year"></span>.</p> + <img src="imgs/grey_dot.svg" alt="" width="32px"> <!--- FGDI TODO: to change ugl --> + Research Group Digitalisation and Information Management @HFT Stuttgart, 2020 - <span id="current-year"></span>.</p> <!--- FGDI TODO: to change the name of the group or to find aanother abbreviation--> <a href="https://www.hft-stuttgart.de/impressum" target="_blank">Impressum</a> <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a> </div> diff --git a/public/leaflet-stoeckach-heatdemand/building_data.js b/public/leaflet-stoeckach-heatdemand/building_data.js deleted file mode 100644 index 79afe60ef892aaaedfc03c8324322de29e4ab782..0000000000000000000000000000000000000000 --- a/public/leaflet-stoeckach-heatdemand/building_data.js +++ /dev/null @@ -1,1080 +0,0 @@ -var building_data = { - "type": "FeatureCollection", - "name": "stoeckach_CityGML_footprint", - "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, - "features": [ - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00044893", "Latitude": 48.79366, "Longitude": 9.19967, "X_coordina": 3514742.38, "Y_coordina": 5406262.4, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 169.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 105.8, "Total_wall": 112.1, "Total_wa00": 0.0, "Total_outw": 223.3, "Total_shar": 203.4, "Total_roof": 105.8, "Gross_volu": 542.2, "Is_Gross_v": "false", "Heated_vol": 529.1, "Ridge_mean": 5.1, "Eaves_mean": 5.12, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.602, "Heated_are": 169.3, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.5, "Total_Year": 7505.0, "January_He": 656.0, "February_H": 335.0, "March_Heat": 100.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 210.0, "December_H": 624.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199668400875137, 48.793627204145146, 0.0 ], [ 9.199702096647973, 48.793646928901424, 0.0 ], [ 9.199697618833778, 48.793650353762331, 0.0 ], [ 9.199723538595041, 48.793665505894559, 0.0 ], [ 9.199625832807261, 48.793738243631118, 0.0 ], [ 9.199522971863693, 48.793677993256736, 0.0 ], [ 9.199609685512099, 48.793613367782044, 0.0 ], [ 9.199653066992546, 48.793638740948353, 0.0 ], [ 9.199668400875137, 48.793627204145146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004451a", "Latitude": 48.78942, "Longitude": 9.19882, "X_coordina": 3514681.18, "Y_coordina": 5405791.42, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1348.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 212.5, "Total_wall": 764.1, "Total_wa00": 0.0, "Total_outw": 992.9, "Total_shar": 263.9, "Total_roof": 379.1, "Gross_volu": 4427.7, "Is_Gross_v": "false", "Heated_vol": 4215.1, "Ridge_mean": 24.4, "Eaves_mean": 15.76, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.317, "Heated_are": 1348.8, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 29.0, "Total_Year": 60461.0, "January_He": 9746.0, "February_H": 6811.0, "March_Heat": 4334.0, "April_Heat": 896.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1793.0, "November_H": 5904.0, "December_H": 9526.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198655328834246, 48.789441663627315, 0.0 ], [ 9.198651321635619, 48.789391852845228, 0.0 ], [ 9.198886587819636, 48.789382634239423, 0.0 ], [ 9.198895870867631, 48.789493224279255, 0.0 ], [ 9.19866005589958, 48.789501454690537, 0.0 ], [ 9.198655328834246, 48.789441663627315, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004402f", "Latitude": 48.78871, "Longitude": 9.20987, "X_coordina": 3515493.26, "Y_coordina": 5405714.75, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 120.1, "Total_wa00": 0.0, "Total_outw": 247.4, "Total_shar": 99.2, "Total_roof": 66.0, "Gross_volu": 367.5, "Is_Gross_v": "false", "Heated_vol": 319.8, "Ridge_mean": 9.6, "Eaves_mean": 5.88, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.689, "Heated_are": 102.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 63.4, "Total_Year": 8108.0, "January_He": 1611.0, "February_H": 1111.0, "March_Heat": 657.0, "April_Heat": 125.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 339.0, "November_H": 1042.0, "December_H": 1578.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209767843735499, 48.788707154628931, 0.0 ], [ 9.209817372210455, 48.788705176004228, 0.0 ], [ 9.209871118686014, 48.788703009824033, 0.0 ], [ 9.209876932329244, 48.788759111586316, 0.0 ], [ 9.209822368885108, 48.788761189334053, 0.0 ], [ 9.20977256780243, 48.788763078533805, 0.0 ], [ 9.209772281756273, 48.788759751879837, 0.0 ], [ 9.209768705620348, 48.788718033820615, 0.0 ], [ 9.209767843735499, 48.788707154628931, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f91", "Latitude": 48.79333, "Longitude": 9.20857, "X_coordina": 3515396.88, "Y_coordina": 5406228.4, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 7653.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 973.9, "Total_wall": 3942.0, "Total_wa00": 0.0, "Total_outw": 4390.3, "Total_shar": 386.6, "Total_roof": 973.9, "Gross_volu": 23916.0, "Is_Gross_v": "false", "Heated_vol": 23916.0, "Ridge_mean": 27.8, "Eaves_mean": 27.81, "Storey_num": 11, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.246, "Heated_are": 7653.1, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.5, "Total_Year": 270927.0, "January_He": 7910.0, "February_H": 3088.0, "March_Heat": 432.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 1183.0, "December_H": 6813.0, "PV_potenti": 45.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208571321170719, 48.79303672208124, 0.0 ], [ 9.208683916996936, 48.793046319770667, 0.0 ], [ 9.208601402665906, 48.793464254212722, 0.0 ], [ 9.20858779725101, 48.793531092072811, 0.0 ], [ 9.208558464584076, 48.793678260164377, 0.0 ], [ 9.208375747506015, 48.793662224833646, 0.0 ], [ 9.208399211019229, 48.793543753029653, 0.0 ], [ 9.208404408754518, 48.793517126245511, 0.0 ], [ 9.20840947373455, 48.793491309013433, 0.0 ], [ 9.208420805128998, 48.793434007188601, 0.0 ], [ 9.208417401097853, 48.793433653654951, 0.0 ], [ 9.208420466627427, 48.793418001404703, 0.0 ], [ 9.208483518189119, 48.79309820895331, 0.0 ], [ 9.208496983428281, 48.793030382194878, 0.0 ], [ 9.208571321170719, 48.79303672208124, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f93", "Latitude": 48.79287, "Longitude": 9.20854, "X_coordina": 3515394.75, "Y_coordina": 5406176.61, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2698.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 536.9, "Total_wall": 1664.2, "Total_wa00": 0.0, "Total_outw": 1734.2, "Total_shar": 214.8, "Total_roof": 536.9, "Gross_volu": 8788.5, "Is_Gross_v": "false", "Heated_vol": 8434.2, "Ridge_mean": 16.4, "Eaves_mean": 16.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.32, "Heated_are": 2698.9, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 3.3, "Total_Year": 97708.0, "January_He": 3553.0, "February_H": 1451.0, "March_Heat": 228.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 621.0, "December_H": 3155.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208532022165944, 48.792683753256192, 0.0 ], [ 9.208539282401745, 48.792695070481216, 0.0 ], [ 9.20853088177828, 48.792736990084812, 0.0 ], [ 9.208627957076288, 48.792745536849544, 0.0 ], [ 9.208571321170719, 48.79303672208124, 0.0 ], [ 9.208496983428281, 48.793030382194878, 0.0 ], [ 9.208483518189119, 48.79309820895331, 0.0 ], [ 9.208370243270293, 48.793088971991239, 0.0 ], [ 9.20844183937789, 48.792729148087638, 0.0 ], [ 9.208482684577211, 48.792732761017213, 0.0 ], [ 9.208487219571067, 48.792710451757571, 0.0 ], [ 9.208491221339759, 48.792690841170646, 0.0 ], [ 9.208497452861355, 48.792683815848854, 0.0 ], [ 9.208514717764773, 48.792679018639433, 0.0 ], [ 9.208532022165944, 48.792683753256192, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f94", "Latitude": 48.79345, "Longitude": 9.2082, "X_coordina": 3515369.53, "Y_coordina": 5406241.56, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1023.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 320.1, "Total_wall": 626.3, "Total_wa00": 0.0, "Total_outw": 626.3, "Total_shar": 388.0, "Total_roof": 320.1, "Gross_volu": 3282.5, "Is_Gross_v": "false", "Heated_vol": 3199.3, "Ridge_mean": 10.3, "Eaves_mean": 10.26, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.386, "Heated_are": 1023.8, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 6.4, "Total_Year": 40244.0, "January_He": 2363.0, "February_H": 1139.0, "March_Heat": 292.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 586.0, "December_H": 2192.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208366587515098, 48.793487969521969, 3.375920000375999 ], [ 9.20840947373455, 48.793491309013433, 3.375920000375999 ], [ 9.208404408754518, 48.793517126245511, 3.375920000375999 ], [ 9.208399211019229, 48.793543753029653, 3.375920000375999 ], [ 9.207984766143724, 48.793508083232133, 3.375920000375999 ], [ 9.207907023374181, 48.7935012994974, 3.375920000375999 ], [ 9.207913022742261, 48.793470984421425, 3.375920000375999 ], [ 9.208076401742199, 48.793484447644936, 3.375920000375999 ], [ 9.208093484361878, 48.793402586324319, 3.375920000375999 ], [ 9.208367971249448, 48.793427718222731, 3.375920000375999 ], [ 9.208355459579909, 48.793430078873229, 3.375920000375999 ], [ 9.20836384630608, 48.793450476350841, 3.375920000375999 ], [ 9.208351742563469, 48.793452746339298, 3.375920000375999 ], [ 9.208366587515098, 48.793487969521969, 3.375920000375999 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f95", "Latitude": 48.79385, "Longitude": 9.20787, "X_coordina": 3515344.65, "Y_coordina": 5406285.67, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 317.0, "Total_wall": 685.0, "Total_wa00": 0.0, "Total_outw": 1069.8, "Total_shar": 463.8, "Total_roof": 317.0, "Gross_volu": 3714.0, "Is_Gross_v": "false", "Heated_vol": 3485.5, "Ridge_mean": 11.7, "Eaves_mean": 11.72, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.367, "Heated_are": 1115.4, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 5.1, "Total_Year": 42380.0, "January_He": 2129.0, "February_H": 1006.0, "March_Heat": 204.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 481.0, "December_H": 1893.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207929964596966, 48.793783168477582, 0.0 ], [ 9.207920766736345, 48.793829945340939, 0.0 ], [ 9.207884637807901, 48.794012735256018, 0.0 ], [ 9.20773282665728, 48.793999430742709, 0.0 ], [ 9.20770287282048, 48.793996787064167, 0.0 ], [ 9.207734731012559, 48.793834327636333, 0.0 ], [ 9.207842291549172, 48.793843665459072, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207929964596966, 48.793783168477582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f96", "Latitude": 48.79401, "Longitude": 9.20785, "X_coordina": 3515343.43, "Y_coordina": 5406302.97, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.0, "Total_wall": 41.7, "Total_wa00": 0.0, "Total_outw": 144.1, "Total_shar": 80.1, "Total_roof": 51.0, "Gross_volu": 105.7, "Is_Gross_v": "false", "Heated_vol": 105.7, "Ridge_mean": 2.1, "Eaves_mean": 2.06, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.36, "Heated_are": 47.0, "Mean_Uvalu": 0.34, "Specific_d": "32,9", "Specific_s": 19.4, "Total_Year": 2460.0, "January_He": 284.0, "February_H": 169.0, "March_Heat": 62.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 120.0, "December_H": 268.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207725782468939, 48.794040448595553, 0.0 ], [ 9.20773282665728, 48.793999430742709, 0.0 ], [ 9.207884637807901, 48.794012735256018, 0.0 ], [ 9.207876229364611, 48.794052946268579, 0.0 ], [ 9.207725782468939, 48.794040448595553, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f97", "Latitude": 48.79373, "Longitude": 9.20802, "X_coordina": 3515355.79, "Y_coordina": 5406272.18, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 69.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.5, "Total_wall": 97.1, "Total_wa00": 0.0, "Total_outw": 198.4, "Total_shar": 78.8, "Total_roof": 43.5, "Gross_volu": 236.9, "Is_Gross_v": "false", "Heated_vol": 216.7, "Ridge_mean": 5.5, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.815, "Heated_are": 69.3, "Mean_Uvalu": 0.44, "Specific_d": "32,9", "Specific_s": 19.0, "Total_Year": 3595.0, "January_He": 439.0, "February_H": 212.0, "March_Heat": 67.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 156.0, "December_H": 429.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207944763914995, 48.793708595115213, 0.0 ], [ 9.208014472877919, 48.793714404176761, 0.0 ], [ 9.20800141437314, 48.793782050288897, 0.0 ], [ 9.207999947725281, 48.793789426670671, 0.0 ], [ 9.207929964596966, 48.793783168477582, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207944763914995, 48.793708595115213, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f98", "Latitude": 48.79353, "Longitude": 9.20784, "X_coordina": 3515343.17, "Y_coordina": 5406250.55, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 6592.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 940.2, "Total_wall": 2480.2, "Total_wa00": 0.0, "Total_outw": 2800.2, "Total_shar": 759.3, "Total_roof": 940.2, "Gross_volu": 17967.3, "Is_Gross_v": "false", "Heated_vol": 17967.3, "Ridge_mean": 19.7, "Eaves_mean": 19.66, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.243, "Heated_are": 6592.2, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 222487.0, "January_He": 2586.0, "February_H": 893.0, "March_Heat": 93.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 230.0, "December_H": 2067.0, "PV_potenti": 45.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207877255912752, 48.79328014123675, 0.0 ], [ 9.207882838292655, 48.793280670701272, 0.0 ], [ 9.207949416698726, 48.793286575377223, 0.0 ], [ 9.207929820786127, 48.793386066237069, 0.0 ], [ 9.207920487638194, 48.793433023195057, 0.0 ], [ 9.207913022742261, 48.793470984421425, 0.0 ], [ 9.207907023374181, 48.7935012994974, 0.0 ], [ 9.207903824178896, 48.793517581440064, 0.0 ], [ 9.207907364685587, 48.793518024666085, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.207842291549172, 48.793843665459072, 0.0 ], [ 9.207734731012559, 48.793834327636333, 0.0 ], [ 9.20766325109542, 48.793828161904912, 0.0 ], [ 9.207668185950492, 48.793803693795041, 0.0 ], [ 9.207674456218436, 48.793773018550297, 0.0 ], [ 9.207733679604679, 48.793480750046911, 0.0 ], [ 9.207648449458, 48.793473530025793, 0.0 ], [ 9.207653517047934, 48.793448252363532, 0.0 ], [ 9.207660854198949, 48.79341226970287, 0.0 ], [ 9.20768209310034, 48.793413939950206, 0.0 ], [ 9.207699296478575, 48.793328211755465, 0.0 ], [ 9.207699554947901, 48.793324884116942, 0.0 ], [ 9.207707417894042, 48.793284404325334, 0.0 ], [ 9.207711016904467, 48.793266053424013, 0.0 ], [ 9.207877255912752, 48.79328014123675, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f99", "Latitude": 48.7936, "Longitude": 9.20797, "X_coordina": 3515352.36, "Y_coordina": 5406257.62, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 224.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 140.3, "Total_wall": 134.0, "Total_wa00": 0.0, "Total_outw": 257.2, "Total_shar": 341.5, "Total_roof": 140.3, "Gross_volu": 816.9, "Is_Gross_v": "false", "Heated_vol": 702.3, "Ridge_mean": 5.8, "Eaves_mean": 5.82, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 224.7, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 9.7, "Total_Year": 9576.0, "January_He": 779.0, "February_H": 363.0, "March_Heat": 88.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 226.0, "December_H": 724.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207984766143724, 48.793508083232133, 0.0 ], [ 9.207944763914995, 48.793708595115213, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.207907364685587, 48.793518024666085, 0.0 ], [ 9.207903824178896, 48.793517581440064, 0.0 ], [ 9.207907023374181, 48.7935012994974, 0.0 ], [ 9.207984766143724, 48.793508083232133, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f9a", "Latitude": 48.79341, "Longitude": 9.20805, "X_coordina": 3515358.16, "Y_coordina": 5406237.3, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 404.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 112.1, "Total_wall": 158.6, "Total_wa00": 0.0, "Total_outw": 158.6, "Total_shar": 263.9, "Total_roof": 112.1, "Gross_volu": 1097.0, "Is_Gross_v": "false", "Heated_vol": 1097.0, "Ridge_mean": 9.8, "Eaves_mean": 9.78, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.349, "Heated_are": 404.8, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 1.6, "Total_Year": 13936.0, "January_He": 265.0, "February_H": 86.0, "March_Heat": 13.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 29.0, "December_H": 242.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207920487638194, 48.793433023195057, 2.627120000233987 ], [ 9.207929820786127, 48.793386066237069, 2.627120000233987 ], [ 9.207934722299088, 48.793386507004861, 2.627120000233987 ], [ 9.207934595115811, 48.793388665400329, 2.627120000233987 ], [ 9.208093484361878, 48.793402586324319, 2.627120000233987 ], [ 9.208076401742199, 48.793484447644936, 2.627120000233987 ], [ 9.207913022742261, 48.793470984421425, 2.627120000233987 ], [ 9.207920487638194, 48.793433023195057, 2.627120000233987 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f9b", "Latitude": 48.79336, "Longitude": 9.20762, "X_coordina": 3515327.0, "Y_coordina": 5406230.86, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 719.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 275.3, "Total_wall": 362.7, "Total_wa00": 0.0, "Total_outw": 362.7, "Total_shar": 108.7, "Total_roof": 275.3, "Gross_volu": 1696.0, "Is_Gross_v": "false", "Heated_vol": 1696.0, "Ridge_mean": 6.5, "Eaves_mean": 6.46, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.539, "Heated_are": 719.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 3.2, "Total_Year": 25963.0, "January_He": 905.0, "February_H": 359.0, "March_Heat": 56.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 157.0, "December_H": 831.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207690445806595, 48.79332723855854, 0.847039999979017 ], [ 9.207699296478575, 48.793328211755465, 0.847039999979017 ], [ 9.20768209310034, 48.793413939950206, 0.847039999979017 ], [ 9.207660854198949, 48.79341226970287, 0.847039999979017 ], [ 9.207653517047934, 48.793448252363532, 0.847039999979017 ], [ 9.207606543782617, 48.793443930799441, 0.847039999979017 ], [ 9.207600011698018, 48.793477124374327, 0.847039999979017 ], [ 9.207450379122914, 48.793463635713401, 0.847039999979017 ], [ 9.207459299590374, 48.79341551053075, 0.847039999979017 ], [ 9.207523944133879, 48.79331548896279, 0.847039999979017 ], [ 9.207539361401526, 48.793291631431075, 0.847039999979017 ], [ 9.207633060050476, 48.793309537170472, 0.847039999979017 ], [ 9.207639072429048, 48.793279042237145, 0.847039999979017 ], [ 9.207707417894042, 48.793284404325334, 0.847039999979017 ], [ 9.207699554947901, 48.793324884116942, 0.847039999979017 ], [ 9.20769125053774, 48.793324359552734, 0.847039999979017 ], [ 9.207690445806595, 48.79332723855854, 0.847039999979017 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f65", "Latitude": 48.78789, "Longitude": 9.19787, "X_coordina": 3514612.33, "Y_coordina": 5405620.5, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 232.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 106.6, "Total_wall": 261.3, "Total_wa00": 0.0, "Total_outw": 525.7, "Total_shar": 42.2, "Total_roof": 125.5, "Gross_volu": 833.6, "Is_Gross_v": "false", "Heated_vol": 727.0, "Ridge_mean": 9.5, "Eaves_mean": 5.78, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.64, "Heated_are": 232.6, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 49.4, "Total_Year": 15180.0, "January_He": 2842.0, "February_H": 1970.0, "March_Heat": 1197.0, "April_Heat": 253.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 598.0, "November_H": 1792.0, "December_H": 2799.0, "PV_potenti": 5.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197857116486839, 48.787875488815743, 0.0 ], [ 9.197923074054858, 48.7878986656983, 0.0 ], [ 9.197907773337651, 48.7879182953533, 0.0 ], [ 9.197913497825592, 48.787920533606474, 0.0 ], [ 9.197886280499546, 48.787955200989771, 0.0 ], [ 9.197880283835003, 48.787952963202954, 0.0 ], [ 9.197864709496518, 48.787972233627613, 0.0 ], [ 9.197800117322602, 48.787950223374203, 0.0 ], [ 9.197778723050781, 48.787942976304308, 0.0 ], [ 9.197769048159076, 48.787939755668738, 0.0 ], [ 9.197762795229103, 48.787941564880612, 0.0 ], [ 9.197743309009288, 48.787935033916575, 0.0 ], [ 9.197737952862907, 48.78792263364889, 0.0 ], [ 9.197746622141294, 48.787912367464941, 0.0 ], [ 9.19775559397778, 48.78790983419551, 0.0 ], [ 9.197799608368861, 48.787855354786707, 0.0 ], [ 9.197805195697867, 48.787857323509897, 0.0 ], [ 9.197818196395597, 48.787841114918507, 0.0 ], [ 9.197858398516313, 48.78785543363658, 0.0 ], [ 9.197845805734474, 48.787871551607957, 0.0 ], [ 9.197857116486839, 48.787875488815743, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f66", "Latitude": 48.78797, "Longitude": 9.19787, "X_coordina": 3514611.59, "Y_coordina": 5405630.21, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 59.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.4, "Total_wall": 71.6, "Total_wa00": 0.0, "Total_outw": 216.6, "Total_shar": 41.9, "Total_roof": 74.4, "Gross_volu": 191.0, "Is_Gross_v": "false", "Heated_vol": 186.5, "Ridge_mean": 2.6, "Eaves_mean": 2.56, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.163, "Heated_are": 59.7, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197864709496518, 48.787972233627613, 0.0 ], [ 9.1979001394956, 48.78798422251522, 0.0 ], [ 9.197856830637766, 48.788045085328704, 0.0 ], [ 9.197769897469772, 48.788017358328013, 0.0 ], [ 9.197741626740974, 48.787991778634463, 0.0 ], [ 9.197778723050781, 48.787942976304308, 0.0 ], [ 9.197864709496518, 48.787972233627613, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043d42", "Latitude": 48.78822, "Longitude": 9.20192, "X_coordina": 3514909.18, "Y_coordina": 5405658.53, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 224.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 122.9, "Total_wall": 160.9, "Total_wa00": 0.0, "Total_outw": 320.3, "Total_shar": 82.3, "Total_roof": 122.9, "Gross_volu": 546.7, "Is_Gross_v": "false", "Heated_vol": 546.7, "Ridge_mean": 4.4, "Eaves_mean": 4.44, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 3, "Number_o00": 7, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.744, "Heated_are": 224.3, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 39.0, "Total_Year": 12310.0, "January_He": 2248.0, "February_H": 1496.0, "March_Heat": 871.0, "April_Heat": 167.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 391.0, "November_H": 1340.0, "December_H": 2221.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201953657244962, 48.788222227027958, 0.0 ], [ 9.20196017023855, 48.788285252088357, 0.0 ], [ 9.201939485615373, 48.788285468210056, 0.0 ], [ 9.201792396341023, 48.788291121471005, 0.0 ], [ 9.20178304282434, 48.788198426571981, 0.0 ], [ 9.201931354452169, 48.788192231637488, 0.0 ], [ 9.201934065317584, 48.788223430392598, 0.0 ], [ 9.201953657244962, 48.788222227027958, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c78", "Latitude": 48.79035, "Longitude": 9.2049, "X_coordina": 3515127.91, "Y_coordina": 5405895.75, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1245.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 206.0, "Total_wall": 631.7, "Total_wa00": 0.0, "Total_outw": 821.5, "Total_shar": 458.8, "Total_roof": 293.6, "Gross_volu": 3934.3, "Is_Gross_v": "false", "Heated_vol": 3893.2, "Ridge_mean": 22.2, "Eaves_mean": 15.92, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 20, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 1245.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.0, "Total_Year": 58392.0, "January_He": 9364.0, "February_H": 6683.0, "March_Heat": 4467.0, "April_Heat": 1176.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1906.0, "November_H": 5773.0, "December_H": 9153.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204970814263651, 48.790378660580103, 0.0 ], [ 9.204968834182624, 48.790427132936983, 0.0 ], [ 9.204890301243855, 48.790425564140598, 0.0 ], [ 9.204822384704665, 48.790424246179647, 0.0 ], [ 9.204740583700261, 48.790422233475681, 0.0 ], [ 9.204742422053711, 48.790372322596731, 0.0 ], [ 9.204744494540996, 48.790313059244163, 0.0 ], [ 9.204744490516561, 48.790312070091439, 0.0 ], [ 9.204973421332545, 48.790317058257727, 0.0 ], [ 9.204972668503149, 48.790332706308227, 0.0 ], [ 9.204970814263651, 48.790378660580103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c79", "Latitude": 48.79025, "Longitude": 9.20498, "X_coordina": 3515133.96, "Y_coordina": 5405884.31, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.1, "Total_wall": 50.5, "Total_wa00": 0.0, "Total_outw": 156.5, "Total_shar": 44.0, "Total_roof": 40.1, "Gross_volu": 126.7, "Is_Gross_v": "false", "Heated_vol": 102.3, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.127, "Heated_are": 32.7, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204980719496628, 48.79023773263053, 0.0 ], [ 9.204978377301375, 48.79029753600998, 0.0 ], [ 9.204897125263274, 48.790296601523465, 0.0 ], [ 9.204899327068331, 48.790235719311966, 0.0 ], [ 9.204980719496628, 48.79023773263053, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c7b", "Latitude": 48.79015, "Longitude": 9.20491, "X_coordina": 3515128.63, "Y_coordina": 5405873.46, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 190.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 116.6, "Total_wall": 208.4, "Total_wa00": 0.0, "Total_outw": 373.0, "Total_shar": 133.3, "Total_roof": 117.4, "Gross_volu": 655.3, "Is_Gross_v": "false", "Heated_vol": 594.9, "Ridge_mean": 6.3, "Eaves_mean": 5.15, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.678, "Heated_are": 190.4, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 67.0, "Total_Year": 15540.0, "January_He": 3127.0, "February_H": 2140.0, "March_Heat": 1324.0, "April_Heat": 349.0, "May_Heatin": 30.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 688.0, "November_H": 1953.0, "December_H": 3075.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204927805778732, 48.790177488051164, 0.0 ], [ 9.20498210224045, 48.790209673998156, 0.0 ], [ 9.204980719496628, 48.79023773263053, 0.0 ], [ 9.204899327068331, 48.790235719311966, 0.0 ], [ 9.20479699892684, 48.790172415256968, 0.0 ], [ 9.204749903476454, 48.79017070052889, 0.0 ], [ 9.20475151865311, 48.790132839810397, 0.0 ], [ 9.204795753518914, 48.790100478570444, 0.0 ], [ 9.204927805778732, 48.790177488051164, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043989", "Latitude": 48.79071, "Longitude": 9.20609, "X_coordina": 3515214.81, "Y_coordina": 5405935.98, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 454.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 166.4, "Total_wall": 377.6, "Total_wa00": 0.0, "Total_outw": 668.9, "Total_shar": 0.0, "Total_roof": 260.7, "Gross_volu": 1587.5, "Is_Gross_v": "false", "Heated_vol": 1421.0, "Ridge_mean": 12.5, "Eaves_mean": 6.55, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.538, "Heated_are": 454.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 28840.0, "January_He": 5382.0, "February_H": 3701.0, "March_Heat": 2228.0, "April_Heat": 449.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1094.0, "November_H": 3399.0, "December_H": 5309.0, "PV_potenti": 11.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205971491879849, 48.790804911562553, 0.0 ], [ 9.205976988585773, 48.790651581963033, 0.0 ], [ 9.20604544983623, 48.790652898268945, 0.0 ], [ 9.20611078055615, 48.790654130213582, 0.0 ], [ 9.206103784638959, 48.790806833037337, 0.0 ], [ 9.206038182636483, 48.790805871344944, 0.0 ], [ 9.205971491879849, 48.790804911562553, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043691", "Latitude": 48.78938, "Longitude": 9.20378, "X_coordina": 3515045.87, "Y_coordina": 5405787.28, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 10352.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1507.9, "Total_wall": 3983.8, "Total_wa00": 0.0, "Total_outw": 6494.2, "Total_shar": 1210.2, "Total_roof": 2501.8, "Gross_volu": 33858.0, "Is_Gross_v": "false", "Heated_vol": 32350.1, "Ridge_mean": 33.7, "Eaves_mean": 2.22, "Storey_num": 12, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.243, "Heated_are": 10352.0, "Mean_Uvalu": 0.47, "Specific_d": "155,5", "Specific_s": 111.0, "Total_Year": 2759181.0, "January_He": 230982.0, "February_H": 182475.0, "March_Heat": 147639.0, "April_Heat": 76176.0, "May_Heatin": 20861.0, "June_Heati": 2128, "July_Heati": 384, "August_Hea": 640, "September_": 26336.0, "October_He": 82599.0, "November_H": 157474.0, "December_H": 221436.0, "PV_potenti": 111.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203848145432007, 48.789431509431161, 0.0 ], [ 9.203852278200978, 48.789477453094008, 0.0 ], [ 9.203855280722996, 48.789513147462635, 0.0 ], [ 9.203801532387191, 48.789515130992811, 0.0 ], [ 9.203804536332258, 48.789551185054549, 0.0 ], [ 9.203701394125803, 48.789555054416368, 0.0 ], [ 9.203698389526357, 48.789518820505862, 0.0 ], [ 9.203643552449144, 48.789520805888195, 0.0 ], [ 9.203642699878273, 48.789511904955873, 0.0 ], [ 9.203638817283235, 48.789460475501549, 0.0 ], [ 9.203634395427116, 48.789410305931128, 0.0 ], [ 9.203581871281926, 48.789412107346877, 0.0 ], [ 9.203561595931269, 48.789412682730649, 0.0 ], [ 9.203561291741059, 48.789404769988224, 0.0 ], [ 9.203469036716848, 48.789408529973123, 0.0 ], [ 9.203386714855391, 48.789411912646564, 0.0 ], [ 9.203367665410093, 48.78941275560198, 0.0 ], [ 9.203298406075659, 48.789415575601488, 0.0 ], [ 9.203300566590221, 48.78944506674042, 0.0 ], [ 9.203302005602705, 48.789464397781927, 0.0 ], [ 9.203303597417962, 48.78948786504089, 0.0 ], [ 9.203234746249676, 48.789490684281503, 0.0 ], [ 9.20318684982751, 48.789492657197201, 0.0 ], [ 9.203185116529559, 48.789467841331742, 0.0 ], [ 9.203171696962004, 48.789278845520776, 0.0 ], [ 9.203296062944345, 48.789273500388731, 0.0 ], [ 9.20329834319489, 48.789298944753263, 0.0 ], [ 9.203623141420291, 48.789286051362275, 0.0 ], [ 9.203622845225754, 48.789280116925781, 0.0 ], [ 9.203829261321678, 48.789271568704102, 0.0 ], [ 9.203829695816204, 48.78927804243714, 0.0 ], [ 9.204153679047495, 48.789265598611564, 0.0 ], [ 9.204151676383747, 48.789241592549914, 0.0 ], [ 9.204281622235927, 48.789236326385819, 0.0 ], [ 9.204283333799481, 48.789255656932319, 0.0 ], [ 9.204298998066747, 48.789426663905274, 0.0 ], [ 9.204301135804103, 48.789450399953061, 0.0 ], [ 9.204183021651703, 48.789453756764779, 0.0 ], [ 9.204181295161186, 48.789430739374765, 0.0 ], [ 9.204177696243734, 48.789382276914907, 0.0 ], [ 9.203915486549498, 48.789391913730071, 0.0 ], [ 9.203916198338904, 48.789399645902542, 0.0 ], [ 9.203845576689305, 48.789402108948671, 0.0 ], [ 9.203848145432007, 48.789431509431161, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043692", "Latitude": 48.78917, "Longitude": 9.20464, "X_coordina": 3515108.88, "Y_coordina": 5405764.6, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 47.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.0, "Total_wall": 105.5, "Total_wa00": 0.0, "Total_outw": 105.5, "Total_shar": 0.0, "Total_roof": 45.0, "Gross_volu": 123.8, "Is_Gross_v": "false", "Heated_vol": 123.8, "Ridge_mean": 4.7, "Eaves_mean": 4.71, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.425, "Heated_are": 47.6, "Mean_Uvalu": 0.44, "Specific_d": "155,5", "Specific_s": 149.2, "Total_Year": 14512.0, "January_He": 1534.0, "February_H": 1155.0, "March_Heat": 873.0, "April_Heat": 379.0, "May_Heatin": 76.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 0, "September_": 109.0, "October_He": 473.0, "November_H": 1011.0, "December_H": 1490.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204642152740931, 48.789175437430167, 0.0 ], [ 9.204650453817084, 48.789208784349398, 0.0 ], [ 9.204543910487624, 48.789212750433371, 0.0 ], [ 9.20453740898807, 48.789186863972454, 0.0 ], [ 9.204642152740931, 48.789175437430167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043693", "Latitude": 48.78939, "Longitude": 9.20459, "X_coordina": 3515105.16, "Y_coordina": 5405789.55, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 13217.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2467.3, "Total_wall": 4582.3, "Total_wa00": 0.0, "Total_outw": 6118.2, "Total_shar": 425.6, "Total_roof": 2467.3, "Gross_volu": 43759.3, "Is_Gross_v": "false", "Heated_vol": 41304.1, "Ridge_mean": 22.0, "Eaves_mean": 21.96, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.223, "Heated_are": 13217.3, "Mean_Uvalu": 0.34, "Specific_d": "155,5", "Specific_s": 112.7, "Total_Year": 3545177.0, "January_He": 291148.0, "February_H": 233412.0, "March_Heat": 193324.0, "April_Heat": 105844.0, "May_Heatin": 33227.0, "June_Heati": 3985, "July_Heati": 793, "August_Hea": 1237, "September_": 38815.0, "October_He": 109216.0, "November_H": 200375.0, "December_H": 278115.0, "PV_potenti": 117.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204606663856067, 48.789484298267283, 0.0 ], [ 9.204609375353735, 48.789515227180623, 0.0 ], [ 9.204607606900693, 48.789515410170011, 0.0 ], [ 9.204541475399383, 48.789517685817287, 0.0 ], [ 9.204541619165679, 48.789519573958295, 0.0 ], [ 9.20437860575464, 48.789525708419703, 0.0 ], [ 9.204284575309432, 48.789595026538606, 0.0 ], [ 9.20423952729357, 48.789628198340075, 0.0 ], [ 9.203937857104185, 48.789639703656825, 0.0 ], [ 9.203935538083673, 48.78963835890913, 0.0 ], [ 9.203883970926546, 48.789607696335665, 0.0 ], [ 9.203883409074198, 48.789603380995928, 0.0 ], [ 9.203885994445342, 48.789603286494966, 0.0 ], [ 9.203883996266967, 48.789580359505756, 0.0 ], [ 9.203878130548054, 48.789509779836628, 0.0 ], [ 9.203854998705799, 48.789510720023692, 0.0 ], [ 9.203852278200978, 48.789477453094008, 0.0 ], [ 9.203872688936642, 48.789476697572169, 0.0 ], [ 9.203872122350994, 48.789471213233391, 0.0 ], [ 9.203896342538279, 48.789470181192243, 0.0 ], [ 9.203926822180728, 48.789468958214407, 0.0 ], [ 9.203930223726353, 48.78946877234349, 0.0 ], [ 9.203948129062733, 48.789454262928516, 0.0 ], [ 9.20409930493984, 48.789448779522097, 0.0 ], [ 9.204122489635671, 48.789460878119691, 0.0 ], [ 9.204187667715759, 48.789458424556052, 0.0 ], [ 9.204187239376076, 48.789453479515508, 0.0 ], [ 9.204300722530094, 48.789449168732411, 0.0 ], [ 9.204284148881776, 48.789255295791861, 0.0 ], [ 9.204344291708431, 48.789252940995304, 0.0 ], [ 9.204341846726779, 48.789220572823169, 0.0 ], [ 9.204843130914327, 48.789201877352191, 0.0 ], [ 9.204843277985166, 48.789204574799832, 0.0 ], [ 9.204873213082111, 48.789203352540248, 0.0 ], [ 9.204872794195254, 48.789200745499869, 0.0 ], [ 9.205139627572333, 48.789190558727945, 0.0 ], [ 9.205146042680896, 48.789261946671033, 0.0 ], [ 9.205234579151831, 48.789314214398473, 0.0 ], [ 9.205040684995485, 48.789456729063652, 0.0 ], [ 9.204991573215635, 48.789427591314791, 0.0 ], [ 9.204667588791185, 48.78943994757396, 0.0 ], [ 9.204671017715945, 48.789479957498358, 0.0 ], [ 9.204671160389839, 48.789481575870234, 0.0 ], [ 9.204606663856067, 48.789484298267283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043694", "Latitude": 48.7896, "Longitude": 9.20417, "X_coordina": 3515074.15, "Y_coordina": 5405812.74, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 40.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.2, "Total_wall": 88.0, "Total_wa00": 0.0, "Total_outw": 278.3, "Total_shar": 218.5, "Total_roof": 49.2, "Gross_volu": 150.6, "Is_Gross_v": "false", "Heated_vol": 125.5, "Ridge_mean": 3.1, "Eaves_mean": 3.06, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.355, "Heated_are": 40.2, "Mean_Uvalu": 0.62, "Specific_d": "32,9", "Specific_s": 71.2, "Total_Year": 4179.0, "January_He": 801.0, "February_H": 522.0, "March_Heat": 260.0, "April_Heat": 31.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 60.0, "November_H": 419.0, "December_H": 766.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203935538083673, 48.78963835890913, 0.0 ], [ 9.203937857104185, 48.789639703656825, 0.0 ], [ 9.20423952729357, 48.789628198340075, 0.0 ], [ 9.204284575309432, 48.789595026538606, 0.0 ], [ 9.20430899479612, 48.78960955084608, 0.0 ], [ 9.204255806845193, 48.789649031749448, 0.0 ], [ 9.204143548899156, 48.789653547140531, 0.0 ], [ 9.204142414570585, 48.78964230869709, 0.0 ], [ 9.203936810643903, 48.789650136651602, 0.0 ], [ 9.203935538083673, 48.78963835890913, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043695", "Latitude": 48.78953, "Longitude": 9.20376, "X_coordina": 3515044.12, "Y_coordina": 5405804.24, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 115.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 125.6, "Total_wall": 58.7, "Total_wa00": 0.0, "Total_outw": 350.0, "Total_shar": 523.1, "Total_roof": 125.6, "Gross_volu": 271.5, "Is_Gross_v": "false", "Heated_vol": 271.5, "Ridge_mean": 2.1, "Eaves_mean": 2.14, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.142, "Heated_are": 115.8, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 26.4, "Total_Year": 6862.0, "January_He": 882.0, "February_H": 578.0, "March_Heat": 274.0, "April_Heat": 28.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 49.0, "November_H": 418.0, "December_H": 829.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203854998705799, 48.789510720023692, 0.0 ], [ 9.203860536738913, 48.789510494403302, 0.0 ], [ 9.20386464580608, 48.789574099109046, 0.0 ], [ 9.2035673362296, 48.789586944590887, 0.0 ], [ 9.203561930877447, 48.789529133248294, 0.0 ], [ 9.203577579176194, 48.789528566044325, 0.0 ], [ 9.203576297609073, 48.789514540222669, 0.0 ], [ 9.203642699878273, 48.789511904955873, 0.0 ], [ 9.203643552449144, 48.789520805888195, 0.0 ], [ 9.203698389526357, 48.789518820505862, 0.0 ], [ 9.203701394125803, 48.789555054416368, 0.0 ], [ 9.203804536332258, 48.789551185054549, 0.0 ], [ 9.203801532387191, 48.789515130992811, 0.0 ], [ 9.203855280722996, 48.789513147462635, 0.0 ], [ 9.203854998705799, 48.789510720023692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043698", "Latitude": 48.78976, "Longitude": 9.2036, "X_coordina": 3515032.57, "Y_coordina": 5405829.86, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 13022.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1568.6, "Total_wall": 4735.5, "Total_wa00": 0.0, "Total_outw": 5727.8, "Total_shar": 1179.6, "Total_roof": 1568.6, "Gross_volu": 35938.6, "Is_Gross_v": "false", "Heated_vol": 35938.6, "Ridge_mean": 27.3, "Eaves_mean": 27.34, "Storey_num": 11, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.219, "Heated_are": 13022.5, "Mean_Uvalu": 0.4, "Specific_d": "155,5", "Specific_s": 103.5, "Total_Year": 3373856.0, "January_He": 267253.0, "February_H": 213440.0, "March_Heat": 174430.0, "April_Heat": 92275.0, "May_Heatin": 26733.0, "June_Heati": 2975, "July_Heati": 595, "August_Hea": 949, "September_": 33060.0, "October_He": 98175.0, "November_H": 183448.0, "December_H": 255129.0, "PV_potenti": 72.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20367785803843, 48.790128628965597, 0.0 ], [ 9.203609330405101, 48.790036713316027, 0.0 ], [ 9.203617458004057, 48.790034046198436, 0.0 ], [ 9.203553007801055, 48.789947473760257, 0.0 ], [ 9.203530852764432, 48.789954437038723, 0.0 ], [ 9.203395665963694, 48.789774648780423, 0.0 ], [ 9.203419042858295, 48.789766963980341, 0.0 ], [ 9.20332925529922, 48.789647299307987, 0.0 ], [ 9.203319768649111, 48.789650418423115, 0.0 ], [ 9.203248207114569, 48.78955504584787, 0.0 ], [ 9.203285582797498, 48.789542750261106, 0.0 ], [ 9.203246312535462, 48.789490304173789, 0.0 ], [ 9.203303597417962, 48.78948786504089, 0.0 ], [ 9.203298406075659, 48.789415575601488, 0.0 ], [ 9.203367665410093, 48.78941275560198, 0.0 ], [ 9.203386714855391, 48.789411912646564, 0.0 ], [ 9.203475160076458, 48.789408339306519, 0.0 ], [ 9.20347724884215, 48.78943352322672, 0.0 ], [ 9.203482446485115, 48.78949384381071, 0.0 ], [ 9.203574293864312, 48.789490201436493, 0.0 ], [ 9.203577579176194, 48.789528566044325, 0.0 ], [ 9.203561930877447, 48.789529133248294, 0.0 ], [ 9.2035673362296, 48.789586944590887, 0.0 ], [ 9.203591420751476, 48.789586002777313, 0.0 ], [ 9.203591986944101, 48.789591397194428, 0.0 ], [ 9.203594668357242, 48.789615042369775, 0.0 ], [ 9.203624572051156, 48.789673260012364, 0.0 ], [ 9.203636400734348, 48.789670451463422, 0.0 ], [ 9.203671240567401, 48.789737742651482, 0.0 ], [ 9.203628818524381, 48.78974734957729, 0.0 ], [ 9.203661384128173, 48.789790725102804, 0.0 ], [ 9.203698607049473, 48.789774293165664, 0.0 ], [ 9.203758318738787, 48.789833357278269, 0.0 ], [ 9.203747450677568, 48.789838142459907, 0.0 ], [ 9.203802241332967, 48.789891819837891, 0.0 ], [ 9.203793139183684, 48.789895792585853, 0.0 ], [ 9.203847793858346, 48.7899494701823, 0.0 ], [ 9.203835159858954, 48.789955067810752, 0.0 ], [ 9.203862760878177, 48.789982265812057, 0.0 ], [ 9.203842520632962, 48.789991563775018, 0.0 ], [ 9.203867660354659, 48.790015888575617, 0.0 ], [ 9.20385582591865, 48.790050889817145, 0.0 ], [ 9.203833769713533, 48.790115853718376, 0.0 ], [ 9.203755981373149, 48.790150162358024, 0.0 ], [ 9.203720127555018, 48.790114885805387, 0.0 ], [ 9.20367785803843, 48.790128628965597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043613", "Latitude": 48.78886, "Longitude": 9.21332, "X_coordina": 3515747.05, "Y_coordina": 5405731.96, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 219.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 97.9, "Total_wall": 177.0, "Total_wa00": 0.0, "Total_outw": 349.1, "Total_shar": 106.9, "Total_roof": 122.4, "Gross_volu": 783.3, "Is_Gross_v": "false", "Heated_vol": 685.4, "Ridge_mean": 9.8, "Eaves_mean": 6.56, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.547, "Heated_are": 219.3, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 13690.0, "January_He": 2560.0, "February_H": 1749.0, "March_Heat": 1053.0, "April_Heat": 214.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 477.0, "November_H": 1580.0, "December_H": 2550.0, "PV_potenti": 5.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213351962234801, 48.788880597476094, 0.0 ], [ 9.213358385504199, 48.788919072897194, 0.0 ], [ 9.213197943327804, 48.788921078583066, 0.0 ], [ 9.21319530411496, 48.788844198750041, 0.0 ], [ 9.213345537831733, 48.788841852285536, 0.0 ], [ 9.213351961472389, 48.788880417630224, 0.0 ], [ 9.213351962234801, 48.788880597476094, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000435bc", "Latitude": 48.78859, "Longitude": 9.19523, "X_coordina": 3514418.09, "Y_coordina": 5405698.03, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 770.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 210.2, "Total_wall": 393.4, "Total_wa00": 0.0, "Total_outw": 560.4, "Total_shar": 346.0, "Total_roof": 211.1, "Gross_volu": 2138.9, "Is_Gross_v": "false", "Heated_vol": 1988.6, "Ridge_mean": 10.8, "Eaves_mean": 9.35, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.381, "Heated_are": 770.9, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 45.9, "Total_Year": 46684.0, "January_He": 8010.0, "February_H": 6053.0, "March_Heat": 4330.0, "April_Heat": 1448.0, "May_Heatin": 125.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 306.0, "October_He": 2197.0, "November_H": 5264.0, "December_H": 7683.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195327357802123, 48.788605221741825, 0.0 ], [ 9.195190443291509, 48.788708326551571, 0.0 ], [ 9.195148163994102, 48.788684748289363, 0.0 ], [ 9.19517010298796, 48.78865701462437, 0.0 ], [ 9.195052529857586, 48.788588961784768, 0.0 ], [ 9.195060128864871, 48.788583283723128, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000435bd", "Latitude": 48.78851, "Longitude": 9.19529, "X_coordina": 3514422.43, "Y_coordina": 5405689.96, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 111.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.2, "Total_wall": 91.6, "Total_wa00": 0.0, "Total_outw": 183.1, "Total_shar": 194.8, "Total_roof": 61.2, "Gross_volu": 282.9, "Is_Gross_v": "false", "Heated_vol": 282.9, "Ridge_mean": 4.6, "Eaves_mean": 4.62, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.756, "Heated_are": 111.1, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 51.0, "Total_Year": 7293.0, "January_He": 1418.0, "February_H": 942.0, "March_Heat": 583.0, "April_Heat": 150.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 299.0, "November_H": 849.0, "December_H": 1386.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195182661879715, 48.788491533823034, 0.0 ], [ 9.19521726605514, 48.788466116695304, 0.0 ], [ 9.195337669828767, 48.788597290968752, 0.0 ], [ 9.195327357802123, 48.788605221741825, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.195182661879715, 48.788491533823034, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043188", "Latitude": 48.79175, "Longitude": 9.20376, "X_coordina": 3515043.75, "Y_coordina": 5406050.81, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.5, "Total_wall": 59.8, "Total_wa00": 0.0, "Total_outw": 135.0, "Total_shar": 200.8, "Total_roof": 60.8, "Gross_volu": 354.7, "Is_Gross_v": "false", "Heated_vol": 308.1, "Ridge_mean": 9.3, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 98.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6091.0, "January_He": 1151.0, "February_H": 783.0, "March_Heat": 437.0, "April_Heat": 67.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 220.0, "November_H": 730.0, "December_H": 1130.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203762192730382, 48.791798451201551, 0.0 ], [ 9.203708681384192, 48.791792341144017, 0.0 ], [ 9.203658029184783, 48.791786495776051, 0.0 ], [ 9.203672105021498, 48.791733505880977, 0.0 ], [ 9.203722893266326, 48.791739351002136, 0.0 ], [ 9.203776540655019, 48.791745460812386, 0.0 ], [ 9.203762192730382, 48.791798451201551, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004312e", "Latitude": 48.79193, "Longitude": 9.20285, "X_coordina": 3514976.68, "Y_coordina": 5406071.68, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 912.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 214.1, "Total_wall": 625.1, "Total_wa00": 0.0, "Total_outw": 918.2, "Total_shar": 208.1, "Total_roof": 251.1, "Gross_volu": 2914.4, "Is_Gross_v": "false", "Heated_vol": 2852.8, "Ridge_mean": 15.3, "Eaves_mean": 11.63, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.379, "Heated_are": 912.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 48262.0, "January_He": 8538.0, "February_H": 5852.0, "March_Heat": 3445.0, "April_Heat": 625.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1604.0, "November_H": 5277.0, "December_H": 8381.0, "PV_potenti": 12.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202705247492977, 48.792033398488002, 0.0 ], [ 9.202725630427448, 48.791957916709329, 0.0 ], [ 9.202731621262787, 48.791958535628012, 0.0 ], [ 9.202758579061715, 48.791859752055338, 0.0 ], [ 9.202828158565222, 48.791867992420578, 0.0 ], [ 9.202905226716666, 48.791877028861656, 0.0 ], [ 9.202883358248402, 48.791955300921913, 0.0 ], [ 9.202876004621872, 48.791954234793984, 0.0 ], [ 9.202870371900969, 48.791974927144594, 0.0 ], [ 9.20287214225942, 48.791975193796588, 0.0 ], [ 9.202851895998178, 48.792050765283818, 0.0 ], [ 9.20278163538614, 48.792042436208909, 0.0 ], [ 9.202705247492977, 48.792033398488002, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004312f", "Latitude": 48.79216, "Longitude": 9.20296, "X_coordina": 3514985.02, "Y_coordina": 5406096.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 46.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 50.5, "Total_wall": 68.3, "Total_wa00": 0.0, "Total_outw": 221.0, "Total_shar": 0.0, "Total_roof": 50.8, "Gross_volu": 115.6, "Is_Gross_v": "false", "Heated_vol": 101.2, "Ridge_mean": 2.6, "Eaves_mean": 1.99, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.467, "Heated_are": 46.8, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202984747708728, 48.792156730954446, 0.0 ], [ 9.202971890476389, 48.792208369759841, 0.0 ], [ 9.202854520014899, 48.792195267879229, 0.0 ], [ 9.20286860369837, 48.79214398662063, 0.0 ], [ 9.202984747708728, 48.792156730954446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043130", "Latitude": 48.79193, "Longitude": 9.20327, "X_coordina": 3515007.94, "Y_coordina": 5406071.65, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 36.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.2, "Total_wall": 31.9, "Total_wa00": 0.0, "Total_outw": 111.1, "Total_shar": 104.1, "Total_roof": 40.2, "Gross_volu": 97.9, "Is_Gross_v": "false", "Heated_vol": 97.9, "Ridge_mean": 2.4, "Eaves_mean": 2.44, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.148, "Heated_are": 36.3, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203263101232052, 48.791928463505414, 0.0 ], [ 9.203279849232105, 48.79193041226187, 0.0 ], [ 9.203264837315853, 48.791987630168542, 0.0 ], [ 9.203181508434158, 48.791978605014492, 0.0 ], [ 9.203196790458986, 48.791920847100393, 0.0 ], [ 9.203263101232052, 48.791928463505414, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042f26", "Latitude": 48.78844, "Longitude": 9.20248, "X_coordina": 3514950.56, "Y_coordina": 5405682.93, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 87.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.4, "Total_wall": 83.9, "Total_wa00": 0.0, "Total_outw": 179.8, "Total_shar": 50.6, "Total_roof": 47.4, "Gross_volu": 184.5, "Is_Gross_v": "false", "Heated_vol": 184.5, "Ridge_mean": 3.9, "Eaves_mean": 3.87, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.969, "Heated_are": 87.9, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 49.1, "Total_Year": 10733.0, "January_He": 1075.0, "February_H": 736.0, "March_Heat": 445.0, "April_Heat": 109.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 214.0, "November_H": 649.0, "December_H": 1061.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20242238964409, 48.78850367439842, 0.0 ], [ 9.202374912768368, 48.788440541515413, 0.0 ], [ 9.202448984983173, 48.78841658155082, 0.0 ], [ 9.202496459034407, 48.788478995019339, 0.0 ], [ 9.20242238964409, 48.78850367439842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042d20", "Latitude": 48.7876, "Longitude": 9.20124, "X_coordina": 3514859.72, "Y_coordina": 5405589.89, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 837.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 182.4, "Total_wall": 506.5, "Total_wa00": 0.0, "Total_outw": 791.0, "Total_shar": 240.8, "Total_roof": 298.5, "Gross_volu": 2798.6, "Is_Gross_v": "false", "Heated_vol": 2616.2, "Ridge_mean": 17.6, "Eaves_mean": 11.41, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.369, "Heated_are": 837.2, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 42949.0, "January_He": 7282.0, "February_H": 5186.0, "March_Heat": 3236.0, "April_Heat": 642.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1535.0, "November_H": 4615.0, "December_H": 7109.0, "PV_potenti": 11.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201324223296691, 48.787637836207217, 0.0 ], [ 9.201119542544248, 48.7877044676016, 0.0 ], [ 9.201067279536813, 48.787634957949933, 0.0 ], [ 9.20106536427304, 48.787632443431406, 0.0 ], [ 9.201103280894607, 48.787619518138058, 0.0 ], [ 9.201109649627403, 48.787612672817311, 0.0 ], [ 9.201143932029646, 48.787575744238488, 0.0 ], [ 9.20117062628692, 48.787547011959091, 0.0 ], [ 9.201248458214307, 48.787578619020181, 0.0 ], [ 9.201258350411347, 48.787568080663185, 0.0 ], [ 9.201294336423485, 48.787582855170122, 0.0 ], [ 9.201284716762602, 48.787593482977449, 0.0 ], [ 9.201326972827482, 48.787610764377035, 0.0 ], [ 9.201324223296691, 48.787637836207217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042caf", "Latitude": 48.78806, "Longitude": 9.21065, "X_coordina": 3515551.24, "Y_coordina": 5405642.08, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 154.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.5, "Total_wall": 108.4, "Total_wa00": 0.0, "Total_outw": 177.9, "Total_shar": 239.1, "Total_roof": 88.6, "Gross_volu": 611.3, "Is_Gross_v": "false", "Heated_vol": 554.8, "Ridge_mean": 13.5, "Eaves_mean": 8.09, "Storey_num": 4, "Average_St": 3.1, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.438, "Heated_are": 154.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 10204.0, "January_He": 1861.0, "February_H": 1335.0, "March_Heat": 850.0, "April_Heat": 192.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 444.0, "November_H": 1217.0, "December_H": 1817.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210677885587035, 48.788059032213745, 0.0 ], [ 9.210658792695941, 48.788114370191927, 0.0 ], [ 9.2106002386752, 48.788105754692545, 0.0 ], [ 9.2105395057743, 48.788096783452239, 0.0 ], [ 9.210557920235637, 48.788041896352389, 0.0 ], [ 9.210619196669288, 48.788050686741663, 0.0 ], [ 9.210677885587035, 48.788059032213745, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c76", "Latitude": 48.78849, "Longitude": 9.19614, "X_coordina": 3514484.4, "Y_coordina": 5405687.84, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 766.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 182.8, "Total_wall": 385.4, "Total_wa00": 0.0, "Total_outw": 622.6, "Total_shar": 529.1, "Total_roof": 212.1, "Gross_volu": 2576.7, "Is_Gross_v": "false", "Heated_vol": 2393.9, "Ridge_mean": 15.8, "Eaves_mean": 11.69, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.316, "Heated_are": 766.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 27.5, "Total_Year": 33190.0, "January_He": 5312.0, "February_H": 3719.0, "March_Heat": 2240.0, "April_Heat": 358.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 960.0, "November_H": 3271.0, "December_H": 5166.0, "PV_potenti": 10.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196201561929186, 48.788561201694996, 0.0 ], [ 9.196125576720917, 48.788583991893923, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.196021472592584, 48.78855017801213, 0.0 ], [ 9.196017777536428, 48.788544878806611, 0.0 ], [ 9.196020903019591, 48.788543704478876, 0.0 ], [ 9.196008859631764, 48.788526369714496, 0.0 ], [ 9.196005461972398, 48.788527544505186, 0.0 ], [ 9.19596891449199, 48.788473202898373, 0.0 ], [ 9.196033345760782, 48.78845393949414, 0.0 ], [ 9.196125370653354, 48.788426356085139, 0.0 ], [ 9.196110419520847, 48.788431147501704, 0.0 ], [ 9.196198283532867, 48.788558059952962, 0.0 ], [ 9.196212691742755, 48.788553629144801, 0.0 ], [ 9.196215019973904, 48.788557401970991, 0.0 ], [ 9.196201561929186, 48.788561201694996, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c77", "Latitude": 48.78857, "Longitude": 9.19605, "X_coordina": 3514477.94, "Y_coordina": 5405695.88, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 34.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.9, "Total_wall": 42.6, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 53.1, "Total_roof": 37.9, "Gross_volu": 89.6, "Is_Gross_v": "false", "Heated_vol": 89.6, "Ridge_mean": 2.4, "Eaves_mean": 2.35, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.32, "Heated_are": 34.5, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.195987878609351, 48.788625231516079, 0.0 ], [ 9.195949970540662, 48.788570982143483, 0.0 ], [ 9.196021472592584, 48.78855017801213, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c5a", "Latitude": 48.79041, "Longitude": 9.19983, "X_coordina": 3514755.21, "Y_coordina": 5405902.06, "LOD": "LOD2", "Year_of_co": 1930, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 819.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 749.3, "Total_wa00": 0.0, "Total_outw": 978.6, "Total_shar": 0.0, "Total_roof": 244.1, "Gross_volu": 2645.2, "Is_Gross_v": "false", "Heated_vol": 2560.5, "Ridge_mean": 20.9, "Eaves_mean": 15.74, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.442, "Heated_are": 819.4, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 49.5, "Total_Year": 53521.0, "January_He": 9826.0, "February_H": 6934.0, "March_Heat": 4425.0, "April_Heat": 1063.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2220.0, "November_H": 6231.0, "December_H": 9641.0, "PV_potenti": 9.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199817587708734, 48.790512801335936, 0.0 ], [ 9.199664943703159, 48.790423592097383, 0.0 ], [ 9.199753007515612, 48.790357705206084, 0.0 ], [ 9.199904973151812, 48.790447455048366, 0.0 ], [ 9.199817587708734, 48.790512801335936, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042bf4", "Latitude": 48.79034, "Longitude": 9.21363, "X_coordina": 3515769.53, "Y_coordina": 5405896.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 587.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 156.4, "Total_wall": 277.6, "Total_wa00": 0.0, "Total_outw": 463.7, "Total_shar": 373.8, "Total_roof": 213.4, "Gross_volu": 1991.0, "Is_Gross_v": "false", "Heated_vol": 1834.6, "Ridge_mean": 15.2, "Eaves_mean": 10.14, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 587.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.9, "Total_Year": 29771.0, "January_He": 5132.0, "February_H": 3563.0, "March_Heat": 2130.0, "April_Heat": 360.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1016.0, "November_H": 3232.0, "December_H": 4995.0, "PV_potenti": 9.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213612878750011, 48.79042698018533, 0.0 ], [ 9.213539958971863, 48.79043332015015, 0.0 ], [ 9.213530498579015, 48.790384778934715, 0.0 ], [ 9.213522255907716, 48.790366629645561, 0.0 ], [ 9.213495099233976, 48.790317132076083, 0.0 ], [ 9.213563480456331, 48.790299650026547, 0.0 ], [ 9.213629550720629, 48.790282801688669, 0.0 ], [ 9.213669168349732, 48.79035026083276, 0.0 ], [ 9.213682941692387, 48.790420915246088, 0.0 ], [ 9.213612878750011, 48.79042698018533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042afa", "Latitude": 48.79541, "Longitude": 9.20926, "X_coordina": 3515446.99, "Y_coordina": 5406459.54, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 129.5, "SecondaryU": "industry", "Secondar00": 58.1, "BuildingTy": "RH", "Footprint_": 72.7, "Total_wall": 94.6, "Total_wa00": 0.0, "Total_outw": 186.9, "Total_shar": 249.0, "Total_roof": 105.5, "Gross_volu": 610.7, "Is_Gross_v": "false", "Heated_vol": 586.3, "Ridge_mean": 10.5, "Eaves_mean": 6.24, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.455, "Heated_are": 187.6, "Mean_Uvalu": 0.49, "Specific_d": "21,1", "Specific_s": 31.5, "Total_Year": 9872.0, "January_He": 1623.0, "February_H": 1053.0, "March_Heat": 500.0, "April_Heat": 51.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 3.0, "October_He": 176.0, "November_H": 921.0, "December_H": 1583.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209210505914223, 48.795471502064025, 0.0 ], [ 9.209153032811061, 48.795462973799268, 0.0 ], [ 9.209162853496654, 48.795435259511081, 0.0 ], [ 9.20918087874959, 48.795383970350379, 0.0 ], [ 9.209238354758796, 48.795393217984433, 0.0 ], [ 9.20928806745547, 48.795401220769044, 0.0 ], [ 9.209261169564096, 48.795479053514839, 0.0 ], [ 9.209210505914223, 48.795471502064025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aab", "Latitude": 48.79205, "Longitude": 9.20758, "X_coordina": 3515324.16, "Y_coordina": 5406085.62, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 6323.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 998.3, "Total_wall": 2133.6, "Total_wa00": 0.0, "Total_outw": 2760.5, "Total_shar": 641.4, "Total_roof": 1021.0, "Gross_volu": 20260.4, "Is_Gross_v": "false", "Heated_vol": 19761.2, "Ridge_mean": 21.5, "Eaves_mean": 19.14, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.208, "Heated_are": 6323.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 1.9, "Total_Year": 219787.0, "January_He": 4942.0, "February_H": 1895.0, "March_Heat": 263.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 7.0, "November_H": 644.0, "December_H": 4240.0, "PV_potenti": 41.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207454367749225, 48.79192215839565, 0.0 ], [ 9.20747383637601, 48.791923741947144, 0.0 ], [ 9.207473436239798, 48.791925720987244, 0.0 ], [ 9.207669080460738, 48.791942813524983, 0.0 ], [ 9.207669891851081, 48.791941553131409, 0.0 ], [ 9.207688543906245, 48.791943138119173, 0.0 ], [ 9.207686946734571, 48.791951863588707, 0.0 ], [ 9.207684087570462, 48.791951598974272, 0.0 ], [ 9.207681564434907, 48.791966800612748, 0.0 ], [ 9.20778408201468, 48.791975338274483, 0.0 ], [ 9.207784214399323, 48.791974438799613, 0.0 ], [ 9.20779932607288, 48.791975580539336, 0.0 ], [ 9.207797459694557, 48.791985025884927, 0.0 ], [ 9.207794736625733, 48.791984761027656, 0.0 ], [ 9.207793403126258, 48.791991417780075, 0.0 ], [ 9.20779006937603, 48.792008059661057, 0.0 ], [ 9.207752065582701, 48.792198046863007, 0.0 ], [ 9.20775465479206, 48.792198851504331, 0.0 ], [ 9.207753194464731, 48.792207756574733, 0.0 ], [ 9.207739578690587, 48.792206342359748, 0.0 ], [ 9.20773929944054, 48.792204634315183, 0.0 ], [ 9.207640591783074, 48.792195999820891, 0.0 ], [ 9.207635391551641, 48.79222208703959, 0.0 ], [ 9.207619598573809, 48.79222076665954, 0.0 ], [ 9.207618639948913, 48.792219329610305, 0.0 ], [ 9.207412379741655, 48.792202435955552, 0.0 ], [ 9.207411839425417, 48.792203426088236, 0.0 ], [ 9.207397951835857, 48.792202102246058, 0.0 ], [ 9.207399684051847, 48.792193106766909, 0.0 ], [ 9.207401996981828, 48.792192922754175, 0.0 ], [ 9.207405464746834, 48.792175741102049, 0.0 ], [ 9.207304577778256, 48.79216666062689, 0.0 ], [ 9.20730376822741, 48.792168370632503, 0.0 ], [ 9.20728851966793, 48.792167049227047, 0.0 ], [ 9.207288785567187, 48.792165520047313, 0.0 ], [ 9.207290122842194, 48.79215976253009, 0.0 ], [ 9.207293254212521, 48.792160026664305, 0.0 ], [ 9.207305556680543, 48.792106949597056, 0.0 ], [ 9.207270019896646, 48.792103326695724, 0.0 ], [ 9.207273081628932, 48.792086685319674, 0.0 ], [ 9.207287463875554, 48.79200986468053, 0.0 ], [ 9.207290525596493, 48.791993223303777, 0.0 ], [ 9.207327557897726, 48.791996483812014, 0.0 ], [ 9.20733782697689, 48.791945388719739, 0.0 ], [ 9.207334422683394, 48.791944945230881, 0.0 ], [ 9.207336694105393, 48.791934689851118, 0.0 ], [ 9.207347858926273, 48.791935838755954, 0.0 ], [ 9.207347458414494, 48.791937727872657, 0.0 ], [ 9.207451881617059, 48.791946352322412, 0.0 ], [ 9.207454819045246, 48.791932588720165, 0.0 ], [ 9.207452232078641, 48.791932323609622, 0.0 ], [ 9.207454367749225, 48.79192215839565, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aac", "Latitude": 48.79203, "Longitude": 9.2073, "X_coordina": 3515303.5, "Y_coordina": 5406082.96, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 55.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 30.9, "Total_wall": 67.1, "Total_wa00": 0.0, "Total_outw": 138.7, "Total_shar": 87.9, "Total_roof": 30.9, "Gross_volu": 146.9, "Is_Gross_v": "false", "Heated_vol": 146.9, "Ridge_mean": 4.8, "Eaves_mean": 4.81, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.877, "Heated_are": 55.2, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 14.3, "Total_Year": 2607.0, "January_He": 259.0, "February_H": 137.0, "March_Heat": 41.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 92.0, "December_H": 255.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207241068226073, 48.79207936920028, 0.0 ], [ 9.207232743287888, 48.792073808918467, 0.0 ], [ 9.207226319649719, 48.792067256055184, 0.0 ], [ 9.207221798422113, 48.792059980379534, 0.0 ], [ 9.207219589379429, 48.792052340848748, 0.0 ], [ 9.207219693261264, 48.792044517308874, 0.0 ], [ 9.207219825285874, 48.792043527911744, 0.0 ], [ 9.207222516138373, 48.792035969487571, 0.0 ], [ 9.207227522505326, 48.792028856514648, 0.0 ], [ 9.207234301475804, 48.792022549664026, 0.0 ], [ 9.207242989887979, 48.792017228536345, 0.0 ], [ 9.20725304446154, 48.792013163879702, 0.0 ], [ 9.207264056903451, 48.792010356428591, 0.0 ], [ 9.207275620402553, 48.792009166609326, 0.0 ], [ 9.207287462023453, 48.792009415065877, 0.0 ], [ 9.207272816100005, 48.792088304422343, 0.0 ], [ 9.207261785863519, 48.792086795573638, 0.0 ], [ 9.207250885429657, 48.792083757789129, 0.0 ], [ 9.207241068226073, 48.79207936920028, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aad", "Latitude": 48.79218, "Longitude": 9.20737, "X_coordina": 3515308.58, "Y_coordina": 5406099.73, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 101.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 63.6, "Total_wall": 127.6, "Total_wa00": 0.0, "Total_outw": 264.9, "Total_shar": 125.5, "Total_roof": 63.6, "Gross_volu": 348.2, "Is_Gross_v": "false", "Heated_vol": 318.4, "Ridge_mean": 5.5, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.766, "Heated_are": 101.9, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 19.7, "Total_Year": 5353.0, "January_He": 638.0, "February_H": 352.0, "March_Heat": 120.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 255.0, "December_H": 614.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207405464746834, 48.792175741102049, 0.0 ], [ 9.207401996981828, 48.792192922754175, 0.0 ], [ 9.207399684051847, 48.792193106766909, 0.0 ], [ 9.207397951835857, 48.792202102246058, 0.0 ], [ 9.2073912907153, 48.792237004596956, 0.0 ], [ 9.207375361270081, 48.792235594505598, 0.0 ], [ 9.207349628663669, 48.792233212903874, 0.0 ], [ 9.207288905803189, 48.792227746958602, 0.0 ], [ 9.207295969731868, 48.792191495034565, 0.0 ], [ 9.207241099894601, 48.792186198375269, 0.0 ], [ 9.207246307733666, 48.792161909632448, 0.0 ], [ 9.207288785567187, 48.792165520047313, 0.0 ], [ 9.20728851966793, 48.792167049227047, 0.0 ], [ 9.20730376822741, 48.792168370632503, 0.0 ], [ 9.207304577778256, 48.79216666062689, 0.0 ], [ 9.207405464746834, 48.792175741102049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aae", "Latitude": 48.79212, "Longitude": 9.20777, "X_coordina": 3515338.49, "Y_coordina": 5406092.9, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 278.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.5, "Total_wall": 356.0, "Total_wa00": 0.0, "Total_outw": 586.6, "Total_shar": 417.7, "Total_roof": 139.5, "Gross_volu": 869.6, "Is_Gross_v": "false", "Heated_vol": 869.6, "Ridge_mean": 15.9, "Eaves_mean": 15.91, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.73, "Heated_are": 278.3, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 15.1, "Total_Year": 13354.0, "January_He": 1404.0, "February_H": 719.0, "March_Heat": 216.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 29.0, "November_H": 499.0, "December_H": 1331.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20780093323634, 48.792167024977346, 0.0 ], [ 9.20779493209692, 48.792196890439591, 0.0 ], [ 9.207790396099167, 48.792219019828572, 0.0 ], [ 9.207796932905808, 48.792219997193193, 0.0 ], [ 9.207794127939771, 48.792232861328515, 0.0 ], [ 9.207779423741737, 48.792231539005769, 0.0 ], [ 9.207776367737607, 48.79224952923844, 0.0 ], [ 9.207778683267881, 48.792249974678633, 0.0 ], [ 9.207777614159045, 48.792254742558058, 0.0 ], [ 9.207770264099024, 48.792254575971981, 0.0 ], [ 9.207769441567649, 48.792253138678461, 0.0 ], [ 9.207738673662099, 48.792250856171663, 0.0 ], [ 9.207735062853972, 48.792266329543338, 0.0 ], [ 9.207628458396131, 48.792256989894575, 0.0 ], [ 9.207635391551641, 48.79222208703959, 0.0 ], [ 9.207640591783074, 48.792195999820891, 0.0 ], [ 9.20773929944054, 48.792204634315183, 0.0 ], [ 9.207739578690587, 48.792206342359748, 0.0 ], [ 9.207753194464731, 48.792207756574733, 0.0 ], [ 9.20775465479206, 48.792198851504331, 0.0 ], [ 9.207752065582701, 48.792198046863007, 0.0 ], [ 9.207753133579006, 48.792193009214991, 0.0 ], [ 9.207758999758331, 48.792163413769167, 0.0 ], [ 9.20779006937603, 48.792008059661057, 0.0 ], [ 9.207831730902603, 48.792011761272398, 0.0 ], [ 9.207825340817791, 48.79204630346603, 0.0 ], [ 9.20782806426149, 48.792046658245489, 0.0 ], [ 9.207826745620158, 48.792056911915317, 0.0 ], [ 9.207823070233125, 48.792056738700936, 0.0 ], [ 9.207807190596949, 48.792133292337645, 0.0 ], [ 9.207811820533315, 48.792133913447998, 0.0 ], [ 9.207810771483297, 48.792143537165813, 0.0 ], [ 9.207805466254078, 48.792144176204346, 0.0 ], [ 9.20780093323634, 48.792167024977346, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042946", "Latitude": 48.78827, "Longitude": 9.21034, "X_coordina": 3515528.05, "Y_coordina": 5405665.32, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 160.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 59.4, "Total_wall": 179.0, "Total_wa00": 0.0, "Total_outw": 301.8, "Total_shar": 109.0, "Total_roof": 82.6, "Gross_volu": 559.8, "Is_Gross_v": "false", "Heated_vol": 500.4, "Ridge_mean": 11.5, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.612, "Heated_are": 160.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.6, "Total_Year": 10798.0, "January_He": 2082.0, "February_H": 1391.0, "March_Heat": 837.0, "April_Heat": 176.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 404.0, "November_H": 1275.0, "December_H": 2063.0, "PV_potenti": 3.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210244580126645, 48.788286881336049, 0.0 ], [ 9.210245244138299, 48.788250371119105, 0.0 ], [ 9.210257628863912, 48.788250528355327, 0.0 ], [ 9.210333705982512, 48.788251378590594, 0.0 ], [ 9.210343913306509, 48.788251539794409, 0.0 ], [ 9.210343658381218, 48.788288229112034, 0.0 ], [ 9.210343403831464, 48.788325008352409, 0.0 ], [ 9.210331699526451, 48.788324849882663, 0.0 ], [ 9.210255756882043, 48.788323639705943, 0.0 ], [ 9.210243916489764, 48.788323481475743, 0.0 ], [ 9.210244580126645, 48.788286881336049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042772", "Latitude": 48.7917, "Longitude": 9.20023, "X_coordina": 3514784.41, "Y_coordina": 5406044.92, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 910.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 379.1, "Total_wall": 521.9, "Total_wa00": 0.0, "Total_outw": 915.7, "Total_shar": 211.7, "Total_roof": 379.1, "Gross_volu": 3138.0, "Is_Gross_v": "false", "Heated_vol": 2843.7, "Ridge_mean": 8.3, "Eaves_mean": 8.28, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.425, "Heated_are": 910.0, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 50.0, "Total_Year": 111904.0, "January_He": 10649.0, "February_H": 7794.0, "March_Heat": 5251.0, "April_Heat": 1601.0, "May_Heatin": 149.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 298.0, "October_He": 2598.0, "November_H": 6774.0, "December_H": 10345.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200254236978372, 48.791792555049945, 0.0 ], [ 9.200210542811247, 48.791825093443919, 0.0 ], [ 9.200167120067194, 48.791857451502146, 0.0 ], [ 9.20000137028681, 48.791759273149438, 0.0 ], [ 9.2002410097811, 48.791580897892459, 0.0 ], [ 9.200309764679009, 48.791621513709437, 0.0 ], [ 9.20034809810865, 48.791644107771837, 0.0 ], [ 9.200373608381872, 48.791659170551874, 0.0 ], [ 9.200313904001087, 48.791704056375934, 0.0 ], [ 9.200277266957805, 48.79173154679809, 0.0 ], [ 9.200222041091356, 48.791773277459001, 0.0 ], [ 9.200254236978372, 48.791792555049945, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042767", "Latitude": 48.79492, "Longitude": 9.20373, "X_coordina": 3515040.7, "Y_coordina": 5406404.36, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 998.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 233.4, "Total_wall": 870.2, "Total_wa00": 0.0, "Total_outw": 1191.2, "Total_shar": 181.1, "Total_roof": 233.4, "Gross_volu": 3118.8, "Is_Gross_v": "false", "Heated_vol": 3118.8, "Ridge_mean": 15.2, "Eaves_mean": 15.18, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.429, "Heated_are": 998.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 50079.0, "January_He": 8486.0, "February_H": 5956.0, "March_Heat": 3717.0, "April_Heat": 786.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1687.0, "November_H": 5231.0, "December_H": 8306.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203572742514449, 48.794893056522199, 0.0 ], [ 9.203615310821178, 48.794918519552731, 0.0 ], [ 9.20369347217347, 48.794860200788861, 0.0 ], [ 9.20375322878466, 48.794895255184677, 0.0 ], [ 9.203820624885124, 48.79493461235888, 0.0 ], [ 9.203807326588677, 48.794944527485505, 0.0 ], [ 9.203856032207577, 48.794973036965722, 0.0 ], [ 9.20375146120519, 48.795030143638776, 0.0 ], [ 9.203678744159886, 48.794987648511672, 0.0 ], [ 9.203669925668832, 48.794994678145329, 0.0 ], [ 9.203672867978106, 48.795015445281678, 0.0 ], [ 9.203641296124882, 48.795016670122251, 0.0 ], [ 9.203640526791878, 48.794994730136395, 0.0 ], [ 9.203630706058298, 48.794989531936466, 0.0 ], [ 9.203626092286767, 48.794992957189649, 0.0 ], [ 9.203621589874425, 48.794990267444284, 0.0 ], [ 9.203564152861361, 48.794956647657322, 0.0 ], [ 9.203521314155335, 48.794931634703694, 0.0 ], [ 9.203572742514449, 48.794893056522199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004242b", "Latitude": 48.78899, "Longitude": 9.20293, "X_coordina": 3514983.34, "Y_coordina": 5405744.18, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 595.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.9, "Total_wall": 411.0, "Total_wa00": 0.0, "Total_outw": 603.6, "Total_shar": 196.5, "Total_roof": 198.9, "Gross_volu": 1899.5, "Is_Gross_v": "false", "Heated_vol": 1860.3, "Ridge_mean": 15.3, "Eaves_mean": 10.98, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.403, "Heated_are": 595.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.6, "Total_Year": 33582.0, "January_He": 5830.0, "February_H": 4187.0, "March_Heat": 2715.0, "April_Heat": 630.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1270.0, "November_H": 3699.0, "December_H": 5729.0, "PV_potenti": 7.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202860189374352, 48.789077695961566, 0.0 ], [ 9.202786030415854, 48.788979000490727, 0.0 ], [ 9.202898294370918, 48.788942563516848, 0.0 ], [ 9.202923193203175, 48.788974892156595, 0.0 ], [ 9.202974356020526, 48.788973093440326, 0.0 ], [ 9.202978947724727, 48.78903180548658, 0.0 ], [ 9.202982242453759, 48.78907262501324, 0.0 ], [ 9.202860189374352, 48.789077695961566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042370", "Latitude": 48.79029, "Longitude": 9.19962, "X_coordina": 3514739.82, "Y_coordina": 5405888.57, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 964.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 175.5, "Total_wall": 715.0, "Total_wa00": 0.0, "Total_outw": 915.8, "Total_shar": 193.3, "Total_roof": 305.3, "Gross_volu": 3190.6, "Is_Gross_v": "false", "Heated_vol": 3015.1, "Ridge_mean": 21.3, "Eaves_mean": 15.36, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 15, "Number_o00": 33, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.39, "Heated_are": 964.8, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 60347.0, "January_He": 10756.0, "February_H": 7734.0, "March_Heat": 5069.0, "April_Heat": 1242.0, "May_Heatin": 54.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 176.0, "October_He": 2576.0, "November_H": 6963.0, "December_H": 10496.0, "PV_potenti": 11.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199510163460518, 48.79024167510066, 0.0 ], [ 9.199576198214785, 48.790249024336362, 0.0 ], [ 9.19957217889991, 48.790265037707172, 0.0 ], [ 9.199622105285835, 48.790294266272589, 0.0 ], [ 9.199640150748522, 48.790280386751604, 0.0 ], [ 9.199709310950501, 48.790320822385901, 0.0 ], [ 9.199613380474851, 48.790393467152271, 0.0 ], [ 9.199440684082019, 48.790292332530285, 0.0 ], [ 9.199453659518085, 48.790235388403381, 0.0 ], [ 9.199510163460518, 48.79024167510066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000420a2", "Latitude": 48.79089, "Longitude": 9.21317, "X_coordina": 3515735.45, "Y_coordina": 5405957.75, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 530.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.3, "Total_wall": 277.3, "Total_wa00": 0.0, "Total_outw": 431.4, "Total_shar": 330.4, "Total_roof": 193.1, "Gross_volu": 1796.2, "Is_Gross_v": "false", "Heated_vol": 1656.9, "Ridge_mean": 15.3, "Eaves_mean": 10.47, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 530.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 27245.0, "January_He": 4530.0, "February_H": 3243.0, "March_Heat": 2179.0, "April_Heat": 582.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 961.0, "November_H": 2821.0, "December_H": 4452.0, "PV_potenti": 8.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213223846075538, 48.790955462863558, 0.0 ], [ 9.213036593559158, 48.79095913658486, 0.0 ], [ 9.213033327661643, 48.790959232549959, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.21303443755434, 48.790932073564903, 0.0 ], [ 9.213033548658744, 48.790914989722197, 0.0 ], [ 9.213031312718691, 48.790869042890336, 0.0 ], [ 9.213218971660561, 48.790865008730556, 0.0 ], [ 9.213221479961197, 48.790910955054564, 0.0 ], [ 9.213223846075538, 48.790955462863558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041fe2", "Latitude": 48.79093, "Longitude": 9.20861, "X_coordina": 3515400.22, "Y_coordina": 5405961.31, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 403.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.8, "Total_wall": 238.9, "Total_wa00": 0.0, "Total_outw": 502.5, "Total_shar": 133.0, "Total_roof": 238.9, "Gross_volu": 1382.1, "Is_Gross_v": "false", "Heated_vol": 1260.1, "Ridge_mean": 11.4, "Eaves_mean": 6.18, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.486, "Heated_are": 403.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 24777.0, "January_He": 4449.0, "February_H": 3123.0, "March_Heat": 2037.0, "April_Heat": 537.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 982.0, "November_H": 2796.0, "December_H": 4372.0, "PV_potenti": 10.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208690775164568, 48.7909259988133, 0.0 ], [ 9.208664310493118, 48.791009495883053, 0.0 ], [ 9.20844017318262, 48.790979777378844, 0.0 ], [ 9.208451569543625, 48.790938301964573, 0.0 ], [ 9.208463368955281, 48.790895566888672, 0.0 ], [ 9.208690775164568, 48.7909259988133, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041b18", "Latitude": 48.78865, "Longitude": 9.19403, "X_coordina": 3514329.47, "Y_coordina": 5405705.0, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3656.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 493.0, "Total_wall": 1579.3, "Total_wa00": 0.0, "Total_outw": 1910.8, "Total_shar": 726.8, "Total_roof": 493.0, "Gross_volu": 11425.4, "Is_Gross_v": "false", "Heated_vol": 11425.4, "Ridge_mean": 25.3, "Eaves_mean": 25.3, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.225, "Heated_are": 3656.1, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 48.1, "Total_Year": 229248.0, "January_He": 38024.0, "February_H": 29260.0, "March_Heat": 22334.0, "April_Heat": 9530.0, "May_Heatin": 1415.0, "June_Heati": 54, "July_Heati": 6, "August_Hea": 11, "September_": 2261.0, "October_He": 11493.0, "November_H": 24993.0, "December_H": 36454.0, "PV_potenti": 21.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194071334435295, 48.788803378943697, 0.0 ], [ 9.194071880179472, 48.788803737718538, 0.0 ], [ 9.194054098951089, 48.788815817452885, 0.0 ], [ 9.19405232632278, 48.78881492120361, 0.0 ], [ 9.193776124668355, 48.78865415321745, 0.0 ], [ 9.193934622491424, 48.788536086414105, 0.0 ], [ 9.193942221270447, 48.788530318502886, 0.0 ], [ 9.19418964693325, 48.788675308062395, 0.0 ], [ 9.194155450361878, 48.78870072419334, 0.0 ], [ 9.194192141230303, 48.788722154076424, 0.0 ], [ 9.194191191382989, 48.788722875067386, 0.0 ], [ 9.194071334435295, 48.788803378943697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041a11", "Latitude": 48.79535, "Longitude": 9.20971, "X_coordina": 3515479.74, "Y_coordina": 5406452.95, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 399.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.3, "Total_wall": 392.9, "Total_wa00": 0.0, "Total_outw": 634.0, "Total_shar": 31.7, "Total_roof": 167.7, "Gross_volu": 1350.3, "Is_Gross_v": "false", "Heated_vol": 1247.6, "Ridge_mean": 14.4, "Eaves_mean": 8.8, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.527, "Heated_are": 399.2, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 56.5, "Total_Year": 28876.0, "January_He": 5431.0, "February_H": 3839.0, "March_Heat": 2459.0, "April_Heat": 619.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1256.0, "November_H": 3487.0, "December_H": 5334.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209629488524547, 48.795416156556328, 0.0 ], [ 9.20957841394044, 48.795407976550372, 0.0 ], [ 9.20959967123637, 48.795348498399257, 0.0 ], [ 9.209611779994724, 48.795314665106609, 0.0 ], [ 9.209612451537573, 48.795312505719174, 0.0 ], [ 9.209662300320197, 48.795320508094782, 0.0 ], [ 9.209683683318689, 48.795323886257812, 0.0 ], [ 9.209703431914601, 48.795326997622418, 0.0 ], [ 9.209753553314338, 48.795335089385652, 0.0 ], [ 9.209719515594921, 48.795430470334857, 0.0 ], [ 9.209669258373326, 48.795422468727764, 0.0 ], [ 9.20964923715335, 48.795419267930114, 0.0 ], [ 9.209629488524547, 48.795416156556328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041a12", "Latitude": 48.79529, "Longitude": 9.20976, "X_coordina": 3515483.75, "Y_coordina": 5406446.07, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 20.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.9, "Total_wall": 44.3, "Total_wa00": 0.0, "Total_outw": 145.6, "Total_shar": 31.8, "Total_roof": 24.9, "Gross_volu": 78.1, "Is_Gross_v": "false", "Heated_vol": 64.2, "Ridge_mean": 3.1, "Eaves_mean": 3.11, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.329, "Heated_are": 20.5, "Mean_Uvalu": 0.62, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209706257550371, 48.795319169128497, 0.0 ], [ 9.209686508957356, 48.79531605776436, 0.0 ], [ 9.209673570199481, 48.795314013080983, 0.0 ], [ 9.209684605786137, 48.79528395852337, 0.0 ], [ 9.209767141894599, 48.795297116898098, 0.0 ], [ 9.209753553314338, 48.795335089385652, 0.0 ], [ 9.209703431914601, 48.795326997622418, 0.0 ], [ 9.209706257550371, 48.795319169128497, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004172d", "Latitude": 48.79345, "Longitude": 9.1994, "X_coordina": 3514722.66, "Y_coordina": 5406239.56, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 245.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 153.5, "Total_wall": 220.5, "Total_wa00": 0.0, "Total_outw": 463.0, "Total_shar": 106.1, "Total_roof": 153.5, "Gross_volu": 899.5, "Is_Gross_v": "false", "Heated_vol": 767.1, "Ridge_mean": 5.9, "Eaves_mean": 5.86, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.629, "Heated_are": 245.5, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 14.4, "Total_Year": 11605.0, "January_He": 1162.0, "February_H": 620.0, "March_Heat": 189.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 25.0, "November_H": 410.0, "December_H": 1122.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199308954187993, 48.793558945366208, 0.0 ], [ 9.199226966003517, 48.793510888204125, 0.0 ], [ 9.199398764678298, 48.793382809456936, 0.0 ], [ 9.199481025377381, 48.793430955949411, 0.0 ], [ 9.199411681601378, 48.793482602257505, 0.0 ], [ 9.19931343237676, 48.793555610443278, 0.0 ], [ 9.199308954187993, 48.793558945366208, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000416dc", "Latitude": 48.78987, "Longitude": 9.21336, "X_coordina": 3515749.95, "Y_coordina": 5405843.8, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 580.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 148.4, "Total_wall": 281.1, "Total_wa00": 0.0, "Total_outw": 461.3, "Total_shar": 388.4, "Total_roof": 198.4, "Gross_volu": 1962.9, "Is_Gross_v": "false", "Heated_vol": 1814.5, "Ridge_mean": 15.6, "Eaves_mean": 10.88, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 580.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 28874.0, "January_He": 4947.0, "February_H": 3428.0, "March_Heat": 2042.0, "April_Heat": 340.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 964.0, "November_H": 3102.0, "December_H": 4816.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21342200135463, 48.789928437796512, 0.0 ], [ 9.213354572469294, 48.789945738151701, 0.0 ], [ 9.213287415340879, 48.789962948040426, 0.0 ], [ 9.2132190058486, 48.789845184837318, 0.0 ], [ 9.213286299697703, 48.789828154582167, 0.0 ], [ 9.213353457409362, 48.789811124539852, 0.0 ], [ 9.21342200135463, 48.789928437796512, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041501", "Latitude": 48.79445, "Longitude": 9.20403, "X_coordina": 3515062.92, "Y_coordina": 5406351.65, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1065.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 189.1, "Total_wall": 897.2, "Total_wa00": 0.0, "Total_outw": 1186.4, "Total_shar": 197.6, "Total_roof": 286.5, "Gross_volu": 3918.9, "Is_Gross_v": "false", "Heated_vol": 3729.8, "Ridge_mean": 22.5, "Eaves_mean": 17.19, "Storey_num": 7, "Average_St": 3.1, "Number_of_": 17, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 1065.7, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 69751.0, "January_He": 12617.0, "February_H": 9045.0, "March_Heat": 5926.0, "April_Heat": 1489.0, "May_Heatin": 72.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 223.0, "October_He": 3041.0, "November_H": 8133.0, "December_H": 12324.0, "PV_potenti": 8.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20389918468239, 48.794437285950373, 0.0 ], [ 9.20390600338586, 48.794440601048741, 0.0 ], [ 9.203982401231984, 48.794383993754167, 0.0 ], [ 9.204121149768545, 48.79446521864876, 0.0 ], [ 9.203997123603211, 48.794557520143904, 0.0 ], [ 9.203988685474677, 48.794557625014782, 0.0 ], [ 9.203938752690226, 48.794528488296912, 0.0 ], [ 9.203938429454702, 48.794515899571223, 0.0 ], [ 9.203945483932111, 48.794510221893866, 0.0 ], [ 9.203926250178284, 48.794499644975183, 0.0 ], [ 9.203918518457188, 48.794506133162649, 0.0 ], [ 9.203900414360396, 48.794505625677836, 0.0 ], [ 9.203857029632411, 48.794480164196038, 0.0 ], [ 9.203857287997003, 48.794476746643447, 0.0 ], [ 9.20388469912333, 48.794456465315548, 0.0 ], [ 9.20389918468239, 48.794437285950373, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000414ff", "Latitude": 48.79459, "Longitude": 9.20386, "X_coordina": 3515050.28, "Y_coordina": 5406367.5, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 592.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.2, "Total_wall": 673.7, "Total_wa00": 0.0, "Total_outw": 920.1, "Total_shar": 122.3, "Total_roof": 145.2, "Gross_volu": 1850.8, "Is_Gross_v": "false", "Heated_vol": 1850.8, "Ridge_mean": 12.7, "Eaves_mean": 12.74, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 592.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 41.0, "Total_Year": 33683.0, "January_He": 5977.0, "February_H": 4186.0, "March_Heat": 2617.0, "April_Heat": 561.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1277.0, "November_H": 3747.0, "December_H": 5847.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20372394115317, 48.794620230847535, 0.0 ], [ 9.203687240112998, 48.794598354420529, 0.0 ], [ 9.203778560066059, 48.79452940134081, 0.0 ], [ 9.203948140910706, 48.794628466666197, 0.0 ], [ 9.203853964261112, 48.794697784630273, 0.0 ], [ 9.203817399213007, 48.794675908004265, 0.0 ], [ 9.203837482287293, 48.794660945147655, 0.0 ], [ 9.203825273502128, 48.794637406785519, 0.0 ], [ 9.20380691281145, 48.794640766453092, 0.0 ], [ 9.20377771788403, 48.794623912489662, 0.0 ], [ 9.203780255439783, 48.79461194816632, 0.0 ], [ 9.203742531813294, 48.794606439653748, 0.0 ], [ 9.20372394115317, 48.794620230847535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041402", "Latitude": 48.78883, "Longitude": 9.21306, "X_coordina": 3515727.68, "Y_coordina": 5405728.23, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.8, "Total_wall": 51.2, "Total_wa00": 0.0, "Total_outw": 109.6, "Total_shar": 214.3, "Total_roof": 53.5, "Gross_volu": 326.3, "Is_Gross_v": "false", "Heated_vol": 284.5, "Ridge_mean": 9.5, "Eaves_mean": 6.11, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 91.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 5416.0, "January_He": 1011.0, "February_H": 688.0, "March_Heat": 384.0, "April_Heat": 58.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 192.0, "November_H": 641.0, "December_H": 992.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212957469131172, 48.788824046285079, 0.0 ], [ 9.213016950748944, 48.788826454138302, 0.0 ], [ 9.213072893292527, 48.788828688661603, 0.0 ], [ 9.213068181005912, 48.788872849891533, 0.0 ], [ 9.213012919240473, 48.788870704030394, 0.0 ], [ 9.212953165772571, 48.788868386601422, 0.0 ], [ 9.212957469131172, 48.788824046285079, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040edc", "Latitude": 48.79159, "Longitude": 9.20121, "X_coordina": 3514856.4, "Y_coordina": 5406032.5, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 763.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 176.6, "Total_wall": 460.0, "Total_wa00": 0.0, "Total_outw": 673.3, "Total_shar": 539.9, "Total_roof": 176.6, "Gross_volu": 2527.7, "Is_Gross_v": "false", "Heated_vol": 2385.4, "Ridge_mean": 14.3, "Eaves_mean": 14.31, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.333, "Heated_are": 763.3, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.2, "Total_Year": 34372.0, "January_He": 5443.0, "February_H": 3900.0, "March_Heat": 2540.0, "April_Heat": 570.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1115.0, "November_H": 3373.0, "December_H": 5280.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201140555860446, 48.791668174722645, 0.0 ], [ 9.201109535820242, 48.791670746760758, 0.0 ], [ 9.201107824670952, 48.791651236327397, 0.0 ], [ 9.201103049779611, 48.791648367110767, 0.0 ], [ 9.201104814007904, 48.791647105099386, 0.0 ], [ 9.20108612453531, 48.791636077133099, 0.0 ], [ 9.201077847420706, 48.791642296314762, 0.0 ], [ 9.201035012771207, 48.791617282415856, 0.0 ], [ 9.201163650055021, 48.791521379062118, 0.0 ], [ 9.201207439879742, 48.791547020709928, 0.0 ], [ 9.201197805783382, 48.791554231430922, 0.0 ], [ 9.201219223296071, 48.791566783313748, 0.0 ], [ 9.201228857391762, 48.791559572590998, 0.0 ], [ 9.20126323431055, 48.791579655402003, 0.0 ], [ 9.201257857337122, 48.791596390589568, 0.0 ], [ 9.201281866836323, 48.791610466631916, 0.0 ], [ 9.201296793237335, 48.791599379938134, 0.0 ], [ 9.20129870290857, 48.791600455683231, 0.0 ], [ 9.201178070958465, 48.791690230396561, 0.0 ], [ 9.201140555860446, 48.791668174722645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040bed", "Latitude": 48.78945, "Longitude": 9.20637, "X_coordina": 3515236.46, "Y_coordina": 5405796.35, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3554.7, "SecondaryU": "retail", "Secondar00": 444.5, "BuildingTy": "HH", "Footprint_": 555.6, "Total_wall": 1552.7, "Total_wa00": 0.0, "Total_outw": 1858.0, "Total_shar": 669.6, "Total_roof": 598.0, "Gross_volu": 13052.9, "Is_Gross_v": "false", "Heated_vol": 12497.3, "Ridge_mean": 27.1, "Eaves_mean": 21.66, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 74, "Number_o00": 117, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.213, "Heated_are": 3999.1, "Mean_Uvalu": 0.46, "Specific_d": "22,2", "Specific_s": 28.6, "Total_Year": 202996.0, "January_He": 27312.0, "February_H": 20089.0, "March_Heat": 13655.0, "April_Heat": 3394.0, "May_Heatin": 84.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 281.0, "October_He": 5851.0, "November_H": 17183.0, "December_H": 26393.0, "PV_potenti": 27.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20611163956573, 48.789435034046598, 0.0 ], [ 9.206109734487745, 48.78940185563382, 0.0 ], [ 9.206203758475805, 48.789398090367492, 0.0 ], [ 9.20639602448448, 48.789390372197602, 0.0 ], [ 9.206550734930348, 48.78938406992765, 0.0 ], [ 9.206533449449191, 48.789483106855144, 0.0 ], [ 9.20651955872566, 48.789547157396065, 0.0 ], [ 9.20640498692898, 48.789551499292322, 0.0 ], [ 9.206118964886299, 48.789562172958064, 0.0 ], [ 9.206116471974868, 48.78951838460916, 0.0 ], [ 9.206114123997878, 48.789476754167765, 0.0 ], [ 9.20611163956573, 48.789435034046598, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040bef", "Latitude": 48.78932, "Longitude": 9.20634, "X_coordina": 3515233.88, "Y_coordina": 5405781.65, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 740.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 168.2, "Total_wall": 521.6, "Total_wa00": 0.0, "Total_outw": 718.4, "Total_shar": 268.1, "Total_roof": 168.2, "Gross_volu": 2463.9, "Is_Gross_v": "false", "Heated_vol": 2313.3, "Ridge_mean": 14.6, "Eaves_mean": 14.64, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.362, "Heated_are": 740.3, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 52.7, "Total_Year": 49843.0, "January_He": 8888.0, "February_H": 6538.0, "March_Heat": 4670.0, "April_Heat": 1712.0, "May_Heatin": 210.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 1, "September_": 357.0, "October_He": 2358.0, "November_H": 5670.0, "December_H": 8615.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206386469403833, 48.789283829809712, 0.0 ], [ 9.20639602448448, 48.789390372197602, 0.0 ], [ 9.206203758475805, 48.789398090367492, 0.0 ], [ 9.206193795160436, 48.789291458771146, 0.0 ], [ 9.206386469403833, 48.789283829809712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040b6d", "Latitude": 48.78826, "Longitude": 9.20993, "X_coordina": 3515498.03, "Y_coordina": 5405664.94, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 96.3, "Total_wa00": 0.0, "Total_outw": 168.6, "Total_shar": 200.1, "Total_roof": 75.7, "Gross_volu": 466.4, "Is_Gross_v": "false", "Heated_vol": 454.3, "Ridge_mean": 10.6, "Eaves_mean": 6.87, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.49, "Heated_are": 145.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 8867.0, "January_He": 1610.0, "February_H": 1113.0, "March_Heat": 717.0, "April_Heat": 184.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 324.0, "November_H": 987.0, "December_H": 1599.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209836589484627, 48.788287715391306, 0.0 ], [ 9.20983766093017, 48.78825093466336, 0.0 ], [ 9.209934968464598, 48.788251926322552, 0.0 ], [ 9.209933760627266, 48.788288617376381, 0.0 ], [ 9.209932798707293, 48.78831901332574, 0.0 ], [ 9.209835763218924, 48.788318021169005, 0.0 ], [ 9.209836589484627, 48.788287715391306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b1", "Latitude": 48.79148, "Longitude": 9.20055, "X_coordina": 3514807.65, "Y_coordina": 5406021.09, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 925.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 385.5, "Total_wall": 476.5, "Total_wa00": 0.0, "Total_outw": 790.4, "Total_shar": 192.8, "Total_roof": 385.5, "Gross_volu": 2945.2, "Is_Gross_v": "false", "Heated_vol": 2891.2, "Ridge_mean": 7.6, "Eaves_mean": 7.64, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.427, "Heated_are": 925.2, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 51.4, "Total_Year": 115072.0, "January_He": 10840.0, "February_H": 8139.0, "March_Heat": 5702.0, "April_Heat": 1861.0, "May_Heatin": 177.0, "June_Heati": 5, "July_Heati": 0, "August_Hea": 1, "September_": 378.0, "October_He": 2883.0, "November_H": 7075.0, "December_H": 10464.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200421641995371, 48.791588586858666, 0.0 ], [ 9.200383173194654, 48.791566172903295, 0.0 ], [ 9.200314420461149, 48.791526096667567, 0.0 ], [ 9.200512941377326, 48.79137809661129, 0.0 ], [ 9.200691508347363, 48.791482366703264, 0.0 ], [ 9.200493668747642, 48.791630545725496, 0.0 ], [ 9.200421641995371, 48.791588586858666, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b2", "Latitude": 48.79133, "Longitude": 9.20075, "X_coordina": 3514822.5, "Y_coordina": 5406004.57, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 286.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 399.4, "Total_wall": 96.2, "Total_wa00": 0.0, "Total_outw": 374.9, "Total_shar": 282.2, "Total_roof": 400.5, "Gross_volu": 1286.5, "Is_Gross_v": "false", "Heated_vol": 895.0, "Ridge_mean": 3.5, "Eaves_mean": 3.48, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.732, "Heated_are": 286.4, "Mean_Uvalu": 0.3, "Specific_d": "32,9", "Specific_s": 20.2, "Total_Year": 15188.0, "January_He": 1712.0, "February_H": 1104.0, "March_Heat": 495.0, "April_Heat": 51.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1.0, "October_He": 74.0, "November_H": 730.0, "December_H": 1611.0, "PV_potenti": 18.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200895820876374, 48.791319518497424, 0.0 ], [ 9.200760944334728, 48.791420737925776, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200730860812671, 48.79145334271368, 0.0 ], [ 9.200691508347363, 48.791482366703264, 0.0 ], [ 9.200512941377326, 48.79137809661129, 0.0 ], [ 9.200712682402173, 48.791229194846451, 0.0 ], [ 9.200739491114545, 48.791228608575516, 0.0 ], [ 9.200895820876374, 48.791319518497424, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b3", "Latitude": 48.79158, "Longitude": 9.20041, "X_coordina": 3514797.54, "Y_coordina": 5406032.27, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 80.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 33.7, "Total_wall": 134.0, "Total_wa00": 0.0, "Total_outw": 223.7, "Total_shar": 94.0, "Total_roof": 33.7, "Gross_volu": 253.9, "Is_Gross_v": "false", "Heated_vol": 252.9, "Ridge_mean": 7.5, "Eaves_mean": 7.53, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.795, "Heated_are": 80.9, "Mean_Uvalu": 0.54, "Specific_d": "73,0", "Specific_s": 70.5, "Total_Year": 11613.0, "January_He": 1438.0, "February_H": 967.0, "March_Heat": 556.0, "April_Heat": 129.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 282.0, "November_H": 877.0, "December_H": 1422.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20034809810865, 48.791644107771837, 0.0 ], [ 9.200309764679009, 48.791621513709437, 0.0 ], [ 9.200331475373632, 48.791605199770615, 0.0 ], [ 9.200328805049143, 48.791583982445651, 0.0 ], [ 9.200360919936958, 48.791582937413999, 0.0 ], [ 9.200383173194654, 48.791566172903295, 0.0 ], [ 9.200421641995371, 48.791588586858666, 0.0 ], [ 9.20034809810865, 48.791644107771837, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b4", "Latitude": 48.79172, "Longitude": 9.20037, "X_coordina": 3514794.87, "Y_coordina": 5406047.02, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 50.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.4, "Total_wall": 67.7, "Total_wa00": 0.0, "Total_outw": 160.5, "Total_shar": 37.3, "Total_roof": 27.4, "Gross_volu": 105.4, "Is_Gross_v": "false", "Heated_vol": 105.4, "Ridge_mean": 3.9, "Eaves_mean": 3.87, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.162, "Heated_are": 50.3, "Mean_Uvalu": 0.49, "Specific_d": "73,0", "Specific_s": 60.3, "Total_Year": 6706.0, "January_He": 771.0, "February_H": 506.0, "March_Heat": 295.0, "April_Heat": 69.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 150.0, "November_H": 461.0, "December_H": 760.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200345747390317, 48.791771533604695, 0.0 ], [ 9.200277266957805, 48.79173154679809, 0.0 ], [ 9.200313904001087, 48.791704056375934, 0.0 ], [ 9.200382520522325, 48.791744042924158, 0.0 ], [ 9.200345747390317, 48.791771533604695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004082a", "Latitude": 48.78772, "Longitude": 9.21362, "X_coordina": 3515769.64, "Y_coordina": 5405605.2, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 463.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.7, "Total_wall": 228.9, "Total_wa00": 0.0, "Total_outw": 395.1, "Total_shar": 333.8, "Total_roof": 209.3, "Gross_volu": 1568.8, "Is_Gross_v": "false", "Heated_vol": 1447.9, "Ridge_mean": 16.0, "Eaves_mean": 9.54, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.374, "Heated_are": 463.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 26034.0, "January_He": 4558.0, "February_H": 3254.0, "March_Heat": 2027.0, "April_Heat": 396.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1010.0, "November_H": 2949.0, "December_H": 4445.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213498260777861, 48.78779018185913, 0.0 ], [ 9.21353709719007, 48.787674018401127, 0.0 ], [ 9.213602187916896, 48.787683699368891, 0.0 ], [ 9.213660061142997, 48.78769222468307, 0.0 ], [ 9.213660605869103, 48.787692313596104, 0.0 ], [ 9.213621767819532, 48.787808027480118, 0.0 ], [ 9.213564031316254, 48.787799681740623, 0.0 ], [ 9.213498260777861, 48.78779018185913, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000406fa", "Latitude": 48.78805, "Longitude": 9.20888, "X_coordina": 3515421.08, "Y_coordina": 5405640.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 197.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 125.2, "Total_wa00": 0.0, "Total_outw": 211.5, "Total_shar": 267.3, "Total_roof": 85.5, "Gross_volu": 640.0, "Is_Gross_v": "false", "Heated_vol": 617.0, "Ridge_mean": 13.7, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.426, "Heated_are": 197.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.3, "Total_Year": 11081.0, "January_He": 1943.0, "February_H": 1358.0, "March_Heat": 874.0, "April_Heat": 220.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 408.0, "November_H": 1203.0, "December_H": 1913.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208858208584445, 48.788114412607761, 0.0 ], [ 9.208770318149178, 48.788087055335652, 0.0 ], [ 9.208790884026778, 48.788058242479423, 0.0 ], [ 9.208815915755881, 48.788023396636447, 0.0 ], [ 9.208904213992659, 48.788050663210647, 0.0 ], [ 9.208878775169257, 48.788085779582033, 0.0 ], [ 9.208858208584445, 48.788114412607761, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000406bb", "Latitude": 48.78755, "Longitude": 9.19973, "X_coordina": 3514748.67, "Y_coordina": 5405583.21, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 278.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 102.3, "Total_wall": 247.4, "Total_wa00": 0.0, "Total_outw": 475.4, "Total_shar": 33.1, "Total_roof": 166.3, "Gross_volu": 972.4, "Is_Gross_v": "false", "Heated_vol": 870.0, "Ridge_mean": 12.5, "Eaves_mean": 7.44, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.57, "Heated_are": 278.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.0, "Total_Year": 18600.0, "January_He": 3482.0, "February_H": 2442.0, "March_Heat": 1496.0, "April_Heat": 314.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 760.0, "November_H": 2219.0, "December_H": 3420.0, "PV_potenti": 6.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199700442109833, 48.787502900504904, 0.0 ], [ 9.199773087690543, 48.787599532366954, 0.0 ], [ 9.199669388244859, 48.787633523516341, 0.0 ], [ 9.199596199897021, 48.787537252224929, 0.0 ], [ 9.19960177228174, 48.787535444093031, 0.0 ], [ 9.199644583300511, 48.787521251864462, 0.0 ], [ 9.199700442109833, 48.787502900504904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000404cc", "Latitude": 48.79122, "Longitude": 9.21325, "X_coordina": 3515741.02, "Y_coordina": 5405994.74, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 460.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.3, "Total_wall": 228.8, "Total_wa00": 0.0, "Total_outw": 380.1, "Total_shar": 321.7, "Total_roof": 192.2, "Gross_volu": 1568.8, "Is_Gross_v": "false", "Heated_vol": 1439.5, "Ridge_mean": 14.8, "Eaves_mean": 9.46, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 460.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.7, "Total_Year": 24670.0, "January_He": 4263.0, "February_H": 3047.0, "March_Heat": 1872.0, "April_Heat": 339.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 904.0, "November_H": 2748.0, "December_H": 4157.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213179445266089, 48.791172440820013, 0.0 ], [ 9.213240758351681, 48.791188873250256, 0.0 ], [ 9.213300436805566, 48.791204948981026, 0.0 ], [ 9.213230140328481, 48.791316764285348, 0.0 ], [ 9.213170870813665, 48.791300867608733, 0.0 ], [ 9.213109012469472, 48.791284256303399, 0.0 ], [ 9.213179445266089, 48.791172440820013, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000403bc", "Latitude": 48.78793, "Longitude": 9.21103, "X_coordina": 3515579.25, "Y_coordina": 5405627.93, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.1, "Total_wall": 186.6, "Total_wa00": 0.0, "Total_outw": 286.8, "Total_shar": 129.8, "Total_roof": 93.4, "Gross_volu": 625.9, "Is_Gross_v": "false", "Heated_vol": 567.8, "Ridge_mean": 13.6, "Eaves_mean": 7.91, "Storey_num": 4, "Average_St": 3.2, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.573, "Heated_are": 157.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.9, "Total_Year": 10647.0, "January_He": 2103.0, "February_H": 1369.0, "March_Heat": 775.0, "April_Heat": 164.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 373.0, "November_H": 1249.0, "December_H": 2094.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210983478425575, 48.787979519775305, 0.0 ], [ 9.210920708451738, 48.787971541628039, 0.0 ], [ 9.210937612307282, 48.787913509904797, 0.0 ], [ 9.211000116069867, 48.787922927309282, 0.0 ], [ 9.211057989888994, 48.787931633776054, 0.0 ], [ 9.211041482737778, 48.787986877156278, 0.0 ], [ 9.210983478425575, 48.787979519775305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000402ed", "Latitude": 48.79082, "Longitude": 9.19956, "X_coordina": 3514735.65, "Y_coordina": 5405947.03, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 651.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.5, "Total_wall": 525.6, "Total_wa00": 0.0, "Total_outw": 753.0, "Total_shar": 199.9, "Total_roof": 160.5, "Gross_volu": 2195.7, "Is_Gross_v": "false", "Heated_vol": 2035.2, "Ridge_mean": 13.7, "Eaves_mean": 13.68, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.404, "Heated_are": 651.3, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 37.9, "Total_Year": 35011.0, "January_He": 6043.0, "February_H": 4245.0, "March_Heat": 2724.0, "April_Heat": 621.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1313.0, "November_H": 3764.0, "December_H": 5889.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199559274955982, 48.79092339088173, 0.0 ], [ 9.199444687188084, 48.790855966840674, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199437041912248, 48.790781253557455, 0.0 ], [ 9.199470152031404, 48.790756736986459, 0.0 ], [ 9.199645578752385, 48.790859575371464, 0.0 ], [ 9.199559274955982, 48.79092339088173, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040198", "Latitude": 48.79142, "Longitude": 9.20385, "X_coordina": 3515050.09, "Y_coordina": 5406014.73, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 127.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.1, "Total_wall": 87.1, "Total_wa00": 0.0, "Total_outw": 179.0, "Total_shar": 213.1, "Total_roof": 66.2, "Gross_volu": 453.5, "Is_Gross_v": "false", "Heated_vol": 399.3, "Ridge_mean": 9.8, "Eaves_mean": 6.81, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 127.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.5, "Total_Year": 7715.0, "January_He": 1445.0, "February_H": 987.0, "March_Heat": 552.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 274.0, "November_H": 918.0, "December_H": 1418.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203754343288534, 48.791406038484013, 0.0 ], [ 9.20381343745283, 48.791412947952551, 0.0 ], [ 9.203865450985298, 48.791418970689797, 0.0 ], [ 9.203851530477817, 48.791476636363946, 0.0 ], [ 9.203846356264641, 48.791476016057892, 0.0 ], [ 9.20379529535019, 48.791469991626244, 0.0 ], [ 9.20379502315742, 48.791469992107942, 0.0 ], [ 9.203742737023742, 48.791463879897648, 0.0 ], [ 9.203738924505037, 48.791463437024802, 0.0 ], [ 9.203754343288534, 48.791406038484013, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fc99", "Latitude": 48.78983, "Longitude": 9.21277, "X_coordina": 3515706.1, "Y_coordina": 5405839.2, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 584.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.1, "Total_wall": 542.6, "Total_wa00": 0.0, "Total_outw": 782.4, "Total_shar": 31.8, "Total_roof": 201.0, "Gross_volu": 1972.4, "Is_Gross_v": "false", "Heated_vol": 1827.3, "Ridge_mean": 16.0, "Eaves_mean": 11.09, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.473, "Heated_are": 584.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.9, "Total_Year": 35513.0, "January_He": 6407.0, "February_H": 4540.0, "March_Heat": 2851.0, "April_Heat": 616.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 77.0, "October_He": 1387.0, "November_H": 4048.0, "December_H": 6301.0, "PV_potenti": 10.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212634598970672, 48.789871803678786, 0.0 ], [ 9.212608022374553, 48.789830487875705, 0.0 ], [ 9.212790444371507, 48.789779703791339, 0.0 ], [ 9.212815928933036, 48.789820212258078, 0.0 ], [ 9.212813074426535, 48.789821026845786, 0.0 ], [ 9.21283924557193, 48.789862972816444, 0.0 ], [ 9.212815457997905, 48.789869761050007, 0.0 ], [ 9.212816553958779, 48.789871467573718, 0.0 ], [ 9.212661586926693, 48.789913838104887, 0.0 ], [ 9.212634598970672, 48.789871803678786, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fc19", "Latitude": 48.79547, "Longitude": 9.20924, "X_coordina": 3515445.42, "Y_coordina": 5406466.15, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 95.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.8, "Total_wall": 108.7, "Total_wa00": 0.0, "Total_outw": 191.3, "Total_shar": 146.1, "Total_roof": 54.5, "Gross_volu": 323.6, "Is_Gross_v": "false", "Heated_vol": 297.6, "Ridge_mean": 10.7, "Eaves_mean": 6.4, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.65, "Heated_are": 95.2, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 66.5, "Total_Year": 7845.0, "January_He": 1518.0, "February_H": 1083.0, "March_Heat": 690.0, "April_Heat": 160.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 364.0, "November_H": 1005.0, "December_H": 1482.0, "PV_potenti": 1.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209137682178264, 48.795502837807689, 0.0 ], [ 9.209139834103659, 48.795496629175155, 0.0 ], [ 9.209151534885043, 48.795462796672687, 0.0 ], [ 9.209153032811061, 48.795462973799268, 0.0 ], [ 9.209210505914223, 48.795471502064025, 0.0 ], [ 9.209261169564096, 48.795479053514839, 0.0 ], [ 9.20924704509952, 48.795519185080259, 0.0 ], [ 9.209196245304081, 48.795511633870575, 0.0 ], [ 9.209137682178264, 48.795502837807689, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fbf6", "Latitude": 48.78998, "Longitude": 9.20479, "X_coordina": 3515120.14, "Y_coordina": 5405854.26, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 352.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 93.6, "Total_wall": 327.5, "Total_wa00": 0.0, "Total_outw": 511.0, "Total_shar": 217.7, "Total_roof": 120.2, "Gross_volu": 1329.7, "Is_Gross_v": "false", "Heated_vol": 1236.1, "Ridge_mean": 16.4, "Eaves_mean": 12.51, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 352.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.4, "Total_Year": 22643.0, "January_He": 4054.0, "February_H": 2963.0, "March_Heat": 1923.0, "April_Heat": 437.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 981.0, "November_H": 2678.0, "December_H": 3949.0, "PV_potenti": 4.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204786236779755, 48.789969117073547, 0.0 ], [ 9.204818158507589, 48.789987764417688, 0.0 ], [ 9.204845032760385, 48.790003453251771, 0.0 ], [ 9.204771493140852, 48.790058257607086, 0.0 ], [ 9.204654310240096, 48.789989764266338, 0.0 ], [ 9.204727850253427, 48.789935049908081, 0.0 ], [ 9.204756361581852, 48.789951725012514, 0.0 ], [ 9.204786236779755, 48.789969117073547, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fb67", "Latitude": 48.79008, "Longitude": 9.20465, "X_coordina": 3515109.64, "Y_coordina": 5405865.39, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 813.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 180.9, "Total_wall": 675.6, "Total_wa00": 0.0, "Total_outw": 1004.2, "Total_shar": 29.6, "Total_roof": 243.2, "Gross_volu": 2669.9, "Is_Gross_v": "false", "Heated_vol": 2542.6, "Ridge_mean": 17.2, "Eaves_mean": 11.93, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.427, "Heated_are": 813.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 45531.0, "January_He": 8093.0, "February_H": 5676.0, "March_Heat": 3443.0, "April_Heat": 664.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1647.0, "November_H": 5086.0, "December_H": 7939.0, "PV_potenti": 10.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204659982712993, 48.790146401144845, 0.0 ], [ 9.204647162929261, 48.790139769579092, 0.0 ], [ 9.204627760896127, 48.790154371684096, 0.0 ], [ 9.204614193660525, 48.79016473700824, 0.0 ], [ 9.204587872074253, 48.790184566971227, 0.0 ], [ 9.20447805823097, 48.790121006160319, 0.0 ], [ 9.204627716210361, 48.790009504799592, 0.0 ], [ 9.204733442464589, 48.790071903729114, 0.0 ], [ 9.204736307360124, 48.790073607184681, 0.0 ], [ 9.204709441864692, 48.790093528066386, 0.0 ], [ 9.204695737838064, 48.79010371379615, 0.0 ], [ 9.204676063647446, 48.790118316393134, 0.0 ], [ 9.204688615633087, 48.790126027515214, 0.0 ], [ 9.204689161467096, 48.790126386239528, 0.0 ], [ 9.204661755942187, 48.790147387153347, 0.0 ], [ 9.204659982712993, 48.790146401144845, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fb6c", "Latitude": 48.79008, "Longitude": 9.2048, "X_coordina": 3515120.32, "Y_coordina": 5405865.76, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 44.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.1, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 113.8, "Total_shar": 73.5, "Total_roof": 24.1, "Gross_volu": 97.2, "Is_Gross_v": "false", "Heated_vol": 97.2, "Ridge_mean": 4.0, "Eaves_mean": 4.03, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.017, "Heated_are": 44.3, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 2720.0, "January_He": 523.0, "February_H": 341.0, "March_Heat": 192.0, "April_Heat": 37.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 4.0, "October_He": 90.0, "November_H": 309.0, "December_H": 520.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204733442464589, 48.790071903729114, 0.0 ], [ 9.204739548339244, 48.790067396692315, 0.0 ], [ 9.204795753518914, 48.790100478570444, 0.0 ], [ 9.20475151865311, 48.790132839810397, 0.0 ], [ 9.204710864976413, 48.790108812553243, 0.0 ], [ 9.204720903644571, 48.790100881428451, 0.0 ], [ 9.204709441864692, 48.790093528066386, 0.0 ], [ 9.204736307360124, 48.790073607184681, 0.0 ], [ 9.204733442464589, 48.790071903729114, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003f9f7", "Latitude": 48.79459, "Longitude": 9.20425, "X_coordina": 3515078.66, "Y_coordina": 5406367.02, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 221.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 116.5, "Total_wall": 328.2, "Total_wa00": 0.0, "Total_outw": 647.5, "Total_shar": 0.0, "Total_roof": 128.3, "Gross_volu": 765.5, "Is_Gross_v": "false", "Heated_vol": 690.6, "Ridge_mean": 10.6, "Eaves_mean": 2.77, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.794, "Heated_are": 221.0, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 74.3, "Total_Year": 19642.0, "January_He": 3808.0, "February_H": 2768.0, "March_Heat": 1865.0, "April_Heat": 586.0, "May_Heatin": 61.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 996.0, "November_H": 2479.0, "December_H": 3716.0, "PV_potenti": 3.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20418179583401, 48.794618880420529, 0.0 ], [ 9.204118288803047, 48.794665843176375, 0.0 ], [ 9.204076267429414, 48.794641008826162, 0.0 ], [ 9.204193917169626, 48.79455375427294, 0.0 ], [ 9.204229388343965, 48.794574373790105, 0.0 ], [ 9.204260735458456, 48.794551387685999, 0.0 ], [ 9.204283656178015, 48.794564925485837, 0.0 ], [ 9.204299755240488, 48.79457442882326, 0.0 ], [ 9.204315718204235, 48.794583932399888, 0.0 ], [ 9.204331544338835, 48.794593256369957, 0.0 ], [ 9.204245378037953, 48.794657524721877, 0.0 ], [ 9.204229277864121, 48.794647751608288, 0.0 ], [ 9.204213450636363, 48.79463815785553, 0.0 ], [ 9.204197623049689, 48.794628474177671, 0.0 ], [ 9.20418179583401, 48.794618880420529, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003f589", "Latitude": 48.7876, "Longitude": 9.20866, "X_coordina": 3515405.0, "Y_coordina": 5405590.53, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 801.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.7, "Total_wall": 419.7, "Total_wa00": 0.0, "Total_outw": 564.8, "Total_shar": 391.2, "Total_roof": 206.6, "Gross_volu": 2674.6, "Is_Gross_v": "false", "Heated_vol": 2503.9, "Ridge_mean": 17.6, "Eaves_mean": 13.78, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.31, "Heated_are": 801.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 38312.0, "January_He": 6273.0, "February_H": 4437.0, "March_Heat": 2883.0, "April_Heat": 700.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1250.0, "November_H": 3852.0, "December_H": 6143.0, "PV_potenti": 9.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208497427171348, 48.787651779659193, 0.0 ], [ 9.208512751722772, 48.787606070690387, 0.0 ], [ 9.208529957602293, 48.787554603197805, 0.0 ], [ 9.208735711111343, 48.787585074256206, 0.0 ], [ 9.208717961087915, 48.787636542765476, 0.0 ], [ 9.208705185806005, 48.787673434622064, 0.0 ], [ 9.20870236230407, 48.787681712716335, 0.0 ], [ 9.208497427171348, 48.787651779659193, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003efcd", "Latitude": 48.79463, "Longitude": 9.20939, "X_coordina": 3515456.74, "Y_coordina": 5406372.31, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 1356.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 493.7, "Total_wall": 1052.5, "Total_wa00": 0.0, "Total_outw": 1679.1, "Total_shar": 106.0, "Total_roof": 493.7, "Gross_volu": 4733.6, "Is_Gross_v": "false", "Heated_vol": 4239.9, "Ridge_mean": 16.4, "Eaves_mean": 16.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.451, "Heated_are": 1356.8, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 62.1, "Total_Year": 104020.0, "January_He": 18836.0, "February_H": 14046.0, "March_Heat": 10142.0, "April_Heat": 3839.0, "May_Heatin": 509.0, "June_Heati": 18, "July_Heati": 2, "August_Hea": 4, "September_": 882.0, "October_He": 5325.0, "November_H": 12322.0, "December_H": 18274.0, "PV_potenti": 19.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209240503039817, 48.79460062789726, 0.0 ], [ 9.209271714705546, 48.794512895713929, 0.0 ], [ 9.209504742741908, 48.79454925075386, 0.0 ], [ 9.209507058018753, 48.79454960623606, 0.0 ], [ 9.209500599876305, 48.794567602696539, 0.0 ], [ 9.209491989511747, 48.794591717873722, 0.0 ], [ 9.209483513371936, 48.794615383188216, 0.0 ], [ 9.209460102897209, 48.794680710272964, 0.0 ], [ 9.209524931570673, 48.794690843627151, 0.0 ], [ 9.209493048696139, 48.794780735262712, 0.0 ], [ 9.209325665317339, 48.794754602107474, 0.0 ], [ 9.209303872772669, 48.794750864927828, 0.0 ], [ 9.209292704665183, 48.794749086754045, 0.0 ], [ 9.209268462231917, 48.79474535402008, 0.0 ], [ 9.209265734144301, 48.79474392020056, 0.0 ], [ 9.209259026470574, 48.794734670263018, 0.0 ], [ 9.209264294181336, 48.794724948946936, 0.0 ], [ 9.209278430788752, 48.794720517003618, 0.0 ], [ 9.209301720100811, 48.794724161544231, 0.0 ], [ 9.209308176463944, 48.794705715480838, 0.0 ], [ 9.209241713806003, 48.794695405126518, 0.0 ], [ 9.20917538765401, 48.794685184409474, 0.0 ], [ 9.209208078691436, 48.794593133226797, 0.0 ], [ 9.209211483554242, 48.794593666582642, 0.0 ], [ 9.209210676646665, 48.794596006061042, 0.0 ], [ 9.209240503039817, 48.79460062789726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003efb2", "Latitude": 48.78814, "Longitude": 9.21131, "X_coordina": 3515599.26, "Y_coordina": 5405651.6, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 149.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.3, "Total_wall": 88.0, "Total_wa00": 0.0, "Total_outw": 165.6, "Total_shar": 234.2, "Total_roof": 84.8, "Gross_volu": 522.9, "Is_Gross_v": "false", "Heated_vol": 468.6, "Ridge_mean": 12.3, "Eaves_mean": 6.91, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 149.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.8, "Total_Year": 9247.0, "January_He": 1659.0, "February_H": 1186.0, "March_Heat": 753.0, "April_Heat": 164.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 386.0, "November_H": 1080.0, "December_H": 1616.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211274548447541, 48.7881363525509, 0.0 ], [ 9.211330510162144, 48.78814335383894, 0.0 ], [ 9.211315084012391, 48.788196706875766, 0.0 ], [ 9.211259394415519, 48.78818970508113, 0.0 ], [ 9.211194582447536, 48.788181640905584, 0.0 ], [ 9.211210281272384, 48.788128377308304, 0.0 ], [ 9.211274548447541, 48.7881363525509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ef59", "Latitude": 48.78873, "Longitude": 9.20943, "X_coordina": 3515461.38, "Y_coordina": 5405716.94, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 117.6, "Total_wa00": 0.0, "Total_outw": 227.6, "Total_shar": 104.7, "Total_roof": 56.0, "Gross_volu": 334.6, "Is_Gross_v": "false", "Heated_vol": 292.5, "Ridge_mean": 9.8, "Eaves_mean": 6.19, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.697, "Heated_are": 93.6, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 66.0, "Total_Year": 7663.0, "January_He": 1549.0, "February_H": 1058.0, "March_Heat": 609.0, "April_Heat": 110.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 311.0, "November_H": 1000.0, "December_H": 1521.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209445456200516, 48.788774824457697, 0.0 ], [ 9.209388443117829, 48.788776906455176, 0.0 ], [ 9.209335648043304, 48.788778800909846, 0.0 ], [ 9.209335361651872, 48.788775384331792, 0.0 ], [ 9.209332230798225, 48.788742477967382, 0.0 ], [ 9.209331643803271, 48.788732227738357, 0.0 ], [ 9.209384574543954, 48.788730243115175, 0.0 ], [ 9.209441587573993, 48.788728161119693, 0.0 ], [ 9.209445456200516, 48.788774824457697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ed1f", "Latitude": 48.79054, "Longitude": 9.21233, "X_coordina": 3515673.96, "Y_coordina": 5405918.89, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 200.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 180.9, "Total_wall": 153.3, "Total_wa00": 0.0, "Total_outw": 426.4, "Total_shar": 102.4, "Total_roof": 180.9, "Gross_volu": 604.2, "Is_Gross_v": "false", "Heated_vol": 626.2, "Ridge_mean": 3.4, "Eaves_mean": 2.89, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.886, "Heated_are": 200.4, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 15.4, "Total_Year": 9661.0, "January_He": 1020.0, "February_H": 513.0, "March_Heat": 139.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 367.0, "December_H": 1012.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212364799019619, 48.790501766912605, 0.0 ], [ 9.21236904221044, 48.790507514199675, 0.0 ], [ 9.21242042528162, 48.790493121577114, 0.0 ], [ 9.212421325348341, 48.790512903113836, 0.0 ], [ 9.212423544773046, 48.790555073198675, 0.0 ], [ 9.212410071862665, 48.790555187973162, 0.0 ], [ 9.212412837553501, 48.790597806668444, 0.0 ], [ 9.212319179220655, 48.790624147154212, 0.0 ], [ 9.212312742967136, 48.790614717040135, 0.0 ], [ 9.212300645775272, 48.790618336286762, 0.0 ], [ 9.212286953680698, 48.790598758177985, 0.0 ], [ 9.21224127996415, 48.790611611517122, 0.0 ], [ 9.212227089451055, 48.790635197657679, 0.0 ], [ 9.212155016464814, 48.790616536418931, 0.0 ], [ 9.212186236928046, 48.79056495266444, 0.0 ], [ 9.212202549233133, 48.790560426426687, 0.0 ], [ 9.212196793099592, 48.79055090512918, 0.0 ], [ 9.212364799019619, 48.790501766912605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ec4b", "Latitude": 48.79065, "Longitude": 9.21338, "X_coordina": 3515751.18, "Y_coordina": 5405931.18, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 482.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 130.5, "Total_wall": 343.1, "Total_wa00": 0.0, "Total_outw": 566.7, "Total_shar": 162.6, "Total_roof": 201.9, "Gross_volu": 1637.6, "Is_Gross_v": "false", "Heated_vol": 1507.1, "Ridge_mean": 15.2, "Eaves_mean": 10.04, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.435, "Heated_are": 482.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 27039.0, "January_He": 4788.0, "February_H": 3314.0, "March_Heat": 2103.0, "April_Heat": 482.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 56.0, "October_He": 964.0, "November_H": 2955.0, "December_H": 4721.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213433822402836, 48.790629910096179, 0.0 ], [ 9.213434320805504, 48.790715336611456, 0.0 ], [ 9.213247327669281, 48.790715772944431, 0.0 ], [ 9.213247423053115, 48.790674048208302, 0.0 ], [ 9.213247508910815, 48.790630075399029, 0.0 ], [ 9.213433822402836, 48.790629910096179, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003eab8", "Latitude": 48.78861, "Longitude": 9.2123, "X_coordina": 3515672.18, "Y_coordina": 5405703.36, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.3, "Total_wall": 49.3, "Total_wa00": 0.0, "Total_outw": 106.4, "Total_shar": 208.1, "Total_roof": 52.5, "Gross_volu": 314.2, "Is_Gross_v": "false", "Heated_vol": 272.9, "Ridge_mean": 9.2, "Eaves_mean": 5.92, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 87.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5470.0, "January_He": 1023.0, "February_H": 706.0, "March_Heat": 410.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 656.0, "December_H": 1002.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212312894617469, 48.788650604703328, 0.0 ], [ 9.212255725609801, 48.788647922453343, 0.0 ], [ 9.212197467519557, 48.788645152258077, 0.0 ], [ 9.212201774937448, 48.788601621273678, 0.0 ], [ 9.212259759283413, 48.788604032276723, 0.0 ], [ 9.21231611057196, 48.788606446261362, 0.0 ], [ 9.212312894617469, 48.788650604703328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e5c9", "Latitude": 48.79088, "Longitude": 9.21373, "X_coordina": 3515776.2, "Y_coordina": 5405956.62, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 589.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.3, "Total_wall": 347.3, "Total_wa00": 0.0, "Total_outw": 586.9, "Total_shar": 219.3, "Total_roof": 237.1, "Gross_volu": 2005.8, "Is_Gross_v": "false", "Heated_vol": 1841.5, "Ridge_mean": 15.1, "Eaves_mean": 9.62, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 589.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 31386.0, "January_He": 5512.0, "February_H": 3809.0, "March_Heat": 2304.0, "April_Heat": 442.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1075.0, "November_H": 3437.0, "December_H": 5415.0, "PV_potenti": 11.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213752042359578, 48.790829130171538, 0.0 ], [ 9.213752707051626, 48.790857454877276, 0.0 ], [ 9.213755639545536, 48.790971112885217, 0.0 ], [ 9.213683103609728, 48.790971876963312, 0.0 ], [ 9.213611112051391, 48.79097263998603, 0.0 ], [ 9.21360849083621, 48.790836050874702, 0.0 ], [ 9.213720608715516, 48.79083017767077, 0.0 ], [ 9.213749729133898, 48.790829224388702, 0.0 ], [ 9.213752042359578, 48.790829130171538, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e53f", "Latitude": 48.79186, "Longitude": 9.20177, "X_coordina": 3514897.66, "Y_coordina": 5406062.9, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1070.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.2, "Total_wall": 782.5, "Total_wa00": 0.0, "Total_outw": 1043.8, "Total_shar": 59.6, "Total_roof": 269.3, "Gross_volu": 3392.0, "Is_Gross_v": "false", "Heated_vol": 3346.7, "Ridge_mean": 19.5, "Eaves_mean": 15.3, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.368, "Heated_are": 1070.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.7, "Total_Year": 56232.0, "January_He": 9745.0, "February_H": 6827.0, "March_Heat": 4175.0, "April_Heat": 789.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1981.0, "November_H": 6117.0, "December_H": 9529.0, "PV_potenti": 9.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201832821342853, 48.791889614326905, 0.0 ], [ 9.2017268435148, 48.791968213399379, 0.0 ], [ 9.201631485267027, 48.791911998307377, 0.0 ], [ 9.201626026030798, 48.79184024883395, 0.0 ], [ 9.201694685870622, 48.791788872147023, 0.0 ], [ 9.201695771765269, 48.791788150856313, 0.0 ], [ 9.201831236264917, 48.79186767574685, 0.0 ], [ 9.201832821342853, 48.791889614326905, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e540", "Latitude": 48.79179, "Longitude": 9.20169, "X_coordina": 3514891.18, "Y_coordina": 5406055.39, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.5, "Total_wall": 39.5, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 59.3, "Total_roof": 23.5, "Gross_volu": 69.4, "Is_Gross_v": "false", "Heated_vol": 60.1, "Ridge_mean": 2.9, "Eaves_mean": 2.94, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.334, "Heated_are": 19.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201587344468145, 48.791832852895119, 0.0 ], [ 9.201668763241846, 48.791772911145848, 0.0 ], [ 9.201694685870622, 48.791788872147023, 0.0 ], [ 9.201626026030798, 48.79184024883395, 0.0 ], [ 9.201614763453208, 48.791848631447465, 0.0 ], [ 9.201590617650041, 48.791834555713635, 0.0 ], [ 9.201587344468145, 48.791832852895119, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e337", "Latitude": 48.78855, "Longitude": 9.20942, "X_coordina": 3515460.28, "Y_coordina": 5405696.93, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 79.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.6, "Total_wall": 43.8, "Total_wa00": 0.0, "Total_outw": 105.2, "Total_shar": 201.2, "Total_roof": 52.8, "Gross_volu": 287.1, "Is_Gross_v": "false", "Heated_vol": 247.5, "Ridge_mean": 9.0, "Eaves_mean": 5.45, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 79.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 4939.0, "January_He": 934.0, "February_H": 636.0, "March_Heat": 358.0, "April_Heat": 58.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 182.0, "November_H": 593.0, "December_H": 915.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209429595550422, 48.788593477300331, 0.0 ], [ 9.20937353529229, 48.788595557557727, 0.0 ], [ 9.209320196426953, 48.788597542917707, 0.0 ], [ 9.209319201170592, 48.788587293430439, 0.0 ], [ 9.209316201566088, 48.788553217818475, 0.0 ], [ 9.209369949398189, 48.7885514115641, 0.0 ], [ 9.209425738553033, 48.788549601572392, 0.0 ], [ 9.209429595550422, 48.788593477300331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e2a1", "Latitude": 48.79457, "Longitude": 9.202, "X_coordina": 3514913.23, "Y_coordina": 5406364.4, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1437.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 218.8, "Total_wall": 1169.3, "Total_wa00": 0.0, "Total_outw": 1429.4, "Total_shar": 221.8, "Total_roof": 218.8, "Gross_volu": 4493.0, "Is_Gross_v": "false", "Heated_vol": 4493.0, "Ridge_mean": 20.5, "Eaves_mean": 20.53, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 40, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.358, "Heated_are": 1437.8, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 68769.0, "January_He": 11447.0, "February_H": 7999.0, "March_Heat": 4988.0, "April_Heat": 989.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 92.0, "October_He": 2253.0, "November_H": 7043.0, "December_H": 11159.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201925429727714, 48.794516389470829, 0.0 ], [ 9.201943209629128, 48.79450394884207, 0.0 ], [ 9.202080729910746, 48.79458508842152, 0.0 ], [ 9.202066343968941, 48.794595364950673, 0.0 ], [ 9.202099499075421, 48.79461562949286, 0.0 ], [ 9.202062859089756, 48.794642670856035, 0.0 ], [ 9.202076502812899, 48.794650919882351, 0.0 ], [ 9.202030091387492, 48.794684992418482, 0.0 ], [ 9.201804850985521, 48.794553019878869, 0.0 ], [ 9.201885456899406, 48.794492989506125, 0.0 ], [ 9.201925429727714, 48.794516389470829, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e27c", "Latitude": 48.79273, "Longitude": 9.20187, "X_coordina": 3514904.5, "Y_coordina": 5406160.32, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 940.9, "SecondaryU": "retail", "Secondar00": 163.4, "BuildingTy": "GMH", "Footprint_": 204.2, "Total_wall": 595.1, "Total_wa00": 0.0, "Total_outw": 821.2, "Total_shar": 511.4, "Total_roof": 235.3, "Gross_volu": 3655.1, "Is_Gross_v": "false", "Heated_vol": 3450.9, "Ridge_mean": 19.6, "Eaves_mean": 15.26, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 18, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.294, "Heated_are": 1104.3, "Mean_Uvalu": 0.49, "Specific_d": "24,3", "Specific_s": 33.6, "Total_Year": 63981.0, "January_He": 9164.0, "February_H": 6447.0, "March_Heat": 4085.0, "April_Heat": 892.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 1854.0, "November_H": 5659.0, "December_H": 8928.0, "PV_potenti": 12.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201921567203907, 48.792807758468697, 0.0 ], [ 9.201865116623889, 48.792849492056654, 0.0 ], [ 9.201684222548533, 48.792743699181884, 0.0 ], [ 9.201742712853747, 48.792701512490517, 0.0 ], [ 9.201801338799966, 48.792659235607879, 0.0 ], [ 9.201804066923119, 48.79266075952809, 0.0 ], [ 9.201807052098665, 48.792658506207104, 0.0 ], [ 9.201822604243022, 48.792667651157707, 0.0 ], [ 9.201807677642091, 48.792678737917875, 0.0 ], [ 9.201967975894002, 48.792773416199047, 0.0 ], [ 9.201921567203907, 48.792807758468697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e0c6", "Latitude": 48.79044, "Longitude": 9.19936, "X_coordina": 3514720.46, "Y_coordina": 5405904.26, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 976.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.2, "Total_wall": 693.2, "Total_wa00": 0.0, "Total_outw": 914.6, "Total_shar": 211.4, "Total_roof": 215.8, "Gross_volu": 3089.4, "Is_Gross_v": "false", "Heated_vol": 3052.9, "Ridge_mean": 18.5, "Eaves_mean": 15.25, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 16, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.357, "Heated_are": 976.9, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.2, "Total_Year": 48898.0, "January_He": 8314.0, "February_H": 5808.0, "March_Heat": 3590.0, "April_Heat": 683.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1670.0, "November_H": 5171.0, "December_H": 8102.0, "PV_potenti": 9.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199447238199474, 48.790469470714179, 0.0 ], [ 9.19934858839042, 48.790542929280555, 0.0 ], [ 9.199177119704814, 48.790442511529889, 0.0 ], [ 9.199226104972599, 48.790405917803156, 0.0 ], [ 9.199275904593343, 48.790368783104405, 0.0 ], [ 9.199447238199474, 48.790469470714179, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e0c7", "Latitude": 48.79054, "Longitude": 9.19932, "X_coordina": 3514718.01, "Y_coordina": 5405915.93, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 60.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 19.7, "Total_wall": 103.4, "Total_wa00": 0.0, "Total_outw": 163.0, "Total_shar": 81.6, "Total_roof": 21.7, "Gross_volu": 158.4, "Is_Gross_v": "false", "Heated_vol": 158.4, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.913, "Heated_are": 60.5, "Mean_Uvalu": 0.52, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199324871686549, 48.790568148947763, 0.0 ], [ 9.199295561213585, 48.790589871269859, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199262123887712, 48.7905317485518, 0.0 ], [ 9.199324871686549, 48.790568148947763, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df81", "Latitude": 48.78872, "Longitude": 9.20594, "X_coordina": 3515204.67, "Y_coordina": 5405715.15, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 667.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.1, "Total_wall": 564.9, "Total_wa00": 0.0, "Total_outw": 774.3, "Total_shar": 28.4, "Total_roof": 249.7, "Gross_volu": 2246.7, "Is_Gross_v": "false", "Heated_vol": 2086.6, "Ridge_mean": 17.7, "Eaves_mean": 10.32, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 667.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 36948.0, "January_He": 6581.0, "February_H": 4577.0, "March_Heat": 2739.0, "April_Heat": 518.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1301.0, "November_H": 4113.0, "December_H": 6470.0, "PV_potenti": 11.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205944076814259, 48.78869517231778, 0.0 ], [ 9.20601360066601, 48.788724003379137, 0.0 ], [ 9.20591751575239, 48.788822461777592, 0.0 ], [ 9.205848399351158, 48.788793450083134, 0.0 ], [ 9.205776284290376, 48.788763274697999, 0.0 ], [ 9.205803116295172, 48.788735440341632, 0.0 ], [ 9.205871145304521, 48.78866499845158, 0.0 ], [ 9.205944076814259, 48.78869517231778, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df82", "Latitude": 48.78872, "Longitude": 9.2058, "X_coordina": 3515194.11, "Y_coordina": 5405715.01, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 49.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.0, "Total_wall": 57.6, "Total_wa00": 0.0, "Total_outw": 128.0, "Total_shar": 62.2, "Total_roof": 27.0, "Gross_volu": 110.9, "Is_Gross_v": "false", "Heated_vol": 110.9, "Ridge_mean": 4.1, "Eaves_mean": 4.12, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.006, "Heated_are": 49.5, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 2269.0, "January_He": 218.0, "February_H": 105.0, "March_Heat": 32.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 69.0, "December_H": 215.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205748815624034, 48.788768539349803, 0.0 ], [ 9.205699506908484, 48.788757746675323, 0.0 ], [ 9.205720162018046, 48.788716974365961, 0.0 ], [ 9.205803116295172, 48.788735440341632, 0.0 ], [ 9.205776284290376, 48.788763274697999, 0.0 ], [ 9.205748815624034, 48.788768539349803, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df83", "Latitude": 48.7887, "Longitude": 9.20569, "X_coordina": 3515186.57, "Y_coordina": 5405712.88, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 90.6, "Total_wa00": 0.0, "Total_outw": 179.9, "Total_shar": 74.6, "Total_roof": 47.0, "Gross_volu": 225.9, "Is_Gross_v": "false", "Heated_vol": 203.3, "Ridge_mean": 5.6, "Eaves_mean": 5.6, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.854, "Heated_are": 65.1, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.72 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205699506908484, 48.788757746675323, 0.0 ], [ 9.205576914738339, 48.78873053887439, 0.0 ], [ 9.205597706024975, 48.78868976634368, 0.0 ], [ 9.205720162018046, 48.788716974365961, 0.0 ], [ 9.205699506908484, 48.788757746675323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df7f", "Latitude": 48.78846, "Longitude": 9.20516, "X_coordina": 3515147.33, "Y_coordina": 5405685.27, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 245.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 124.7, "Total_wall": 237.5, "Total_wa00": 0.0, "Total_outw": 461.1, "Total_shar": 0.0, "Total_roof": 168.9, "Gross_volu": 798.4, "Is_Gross_v": "false", "Heated_vol": 767.6, "Ridge_mean": 8.5, "Eaves_mean": 4.21, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.678, "Heated_are": 245.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 54.1, "Total_Year": 17185.0, "January_He": 3279.0, "February_H": 2269.0, "March_Heat": 1386.0, "April_Heat": 313.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 689.0, "November_H": 2062.0, "December_H": 3235.0, "PV_potenti": 7.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205032893767205, 48.788446270934358, 0.0 ], [ 9.205047911261374, 48.788424572595183, 0.0 ], [ 9.205055623219817, 48.788413498253846, 0.0 ], [ 9.205223628510149, 48.788464365533549, 0.0 ], [ 9.205196705337206, 48.78850326052796, 0.0 ], [ 9.205171675996692, 48.788539364508509, 0.0 ], [ 9.205003398697842, 48.788488587561595, 0.0 ], [ 9.205027346754985, 48.788454284015458, 0.0 ], [ 9.205032893767205, 48.788446270934358, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defa", "Latitude": 48.78997, "Longitude": 9.19927, "X_coordina": 3514714.53, "Y_coordina": 5405852.34, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2956.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 483.4, "Total_wall": 1703.0, "Total_wa00": 0.0, "Total_outw": 2108.2, "Total_shar": 333.4, "Total_roof": 493.4, "Gross_volu": 9348.9, "Is_Gross_v": "false", "Heated_vol": 9237.8, "Ridge_mean": 23.6, "Eaves_mean": 16.03, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 2956.1, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 43.5, "Total_Year": 344382.0, "January_He": 29760.0, "February_H": 22179.0, "March_Heat": 15395.0, "April_Heat": 4862.0, "May_Heatin": 419.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 842.0, "October_He": 7314.0, "November_H": 18957.0, "December_H": 28814.0, "PV_potenti": 20.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199117528789701, 48.790103242828941, 0.0 ], [ 9.198986982250862, 48.790026134164989, 0.0 ], [ 9.199039898639564, 48.789985667005787, 0.0 ], [ 9.199037988722131, 48.789984501299763, 0.0 ], [ 9.199080466117639, 48.789954213534124, 0.0 ], [ 9.199082511771493, 48.789955289081149, 0.0 ], [ 9.199125247778932, 48.789921583753866, 0.0 ], [ 9.199156349764069, 48.789939964312822, 0.0 ], [ 9.199360812052076, 48.78988394779865, 0.0 ], [ 9.1993938468112, 48.789874898240527, 0.0 ], [ 9.19939699688282, 48.789879928509379, 0.0 ], [ 9.199389520010646, 48.78988200969907, 0.0 ], [ 9.199413081793185, 48.789920815908104, 0.0 ], [ 9.19946457218775, 48.790001388226869, 0.0 ], [ 9.19946960226196, 48.790000030659634, 0.0 ], [ 9.199472341220089, 48.790004342249432, 0.0 ], [ 9.199240285590378, 48.790068949449385, 0.0 ], [ 9.199117528789701, 48.790103242828941, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defb", "Latitude": 48.79007, "Longitude": 9.19922, "X_coordina": 3514710.78, "Y_coordina": 5405864.09, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 40.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.3, "Total_wall": 65.1, "Total_wa00": 0.0, "Total_outw": 123.1, "Total_shar": 92.4, "Total_roof": 22.3, "Gross_volu": 111.9, "Is_Gross_v": "false", "Heated_vol": 111.9, "Ridge_mean": 5.0, "Eaves_mean": 4.99, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.98, "Heated_are": 40.3, "Mean_Uvalu": 0.51, "Specific_d": "73,0", "Specific_s": 79.7, "Total_Year": 6159.0, "January_He": 774.0, "February_H": 550.0, "March_Heat": 341.0, "April_Heat": 81.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 185.0, "November_H": 508.0, "December_H": 752.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199236852564093, 48.790095572782533, 0.0 ], [ 9.1991468577638, 48.790120637295736, 0.0 ], [ 9.199117528789701, 48.790103242828941, 0.0 ], [ 9.199240285590378, 48.790068949449385, 0.0 ], [ 9.199236852564093, 48.790095572782533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defc", "Latitude": 48.78991, "Longitude": 9.19965, "X_coordina": 3514742.01, "Y_coordina": 5405845.88, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1805.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 324.7, "Total_wall": 1184.7, "Total_wa00": 0.0, "Total_outw": 1596.4, "Total_shar": 241.9, "Total_roof": 326.5, "Gross_volu": 5965.5, "Is_Gross_v": "false", "Heated_vol": 5640.8, "Ridge_mean": 20.3, "Eaves_mean": 17.27, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.319, "Heated_are": 1805.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 41.3, "Total_Year": 206265.0, "January_He": 17726.0, "February_H": 12887.0, "March_Heat": 8593.0, "April_Heat": 2416.0, "May_Heatin": 177.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 395.0, "October_He": 4010.0, "November_H": 11057.0, "December_H": 17212.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199650166216314, 48.789854760861914, 0.0 ], [ 9.19964893318247, 48.789852694756156, 0.0 ], [ 9.199718535939517, 48.789833330406594, 0.0 ], [ 9.199760988961359, 48.78989989018136, 0.0 ], [ 9.199793581682643, 48.789950910259776, 0.0 ], [ 9.199723843770546, 48.789970544659568, 0.0 ], [ 9.199719596713498, 48.789963448058792, 0.0 ], [ 9.199487130461437, 48.790027337079422, 0.0 ], [ 9.199472341220089, 48.790004342249432, 0.0 ], [ 9.19946960226196, 48.790000030659634, 0.0 ], [ 9.19946457218775, 48.790001388226869, 0.0 ], [ 9.199444167537317, 48.789969410756733, 0.0 ], [ 9.199413081793185, 48.789920815908104, 0.0 ], [ 9.199650166216314, 48.789854760861914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defd", "Latitude": 48.78974, "Longitude": 9.19958, "X_coordina": 3514736.77, "Y_coordina": 5405827.3, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 175.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 114.1, "Total_wall": 172.4, "Total_wa00": 0.0, "Total_outw": 529.1, "Total_shar": 0.0, "Total_roof": 115.6, "Gross_volu": 363.4, "Is_Gross_v": "false", "Heated_vol": 363.4, "Ridge_mean": 3.8, "Eaves_mean": 3.82, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.107, "Heated_are": 175.9, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19967238143464, 48.78975994283757, 0.0 ], [ 9.199480977696108, 48.789814138813085, 0.0 ], [ 9.199473035174551, 48.789801743110289, 0.0 ], [ 9.199412949182907, 48.789818662894135, 0.0 ], [ 9.199390488297265, 48.789782912181693, 0.0 ], [ 9.199638833107974, 48.789708115067199, 0.0 ], [ 9.19967238143464, 48.78975994283757, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defe", "Latitude": 48.78969, "Longitude": 9.19978, "X_coordina": 3514751.54, "Y_coordina": 5405821.86, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 33.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.4, "Total_wall": 37.9, "Total_wa00": 0.0, "Total_outw": 184.9, "Total_shar": 0.0, "Total_roof": 36.4, "Gross_volu": 56.5, "Is_Gross_v": "false", "Heated_vol": 56.5, "Ridge_mean": 1.6, "Eaves_mean": 1.57, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.961, "Heated_are": 33.8, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199785489145494, 48.789729352474389, 0.0 ], [ 9.19970976564008, 48.78974953679252, 0.0 ], [ 9.199678808374999, 48.7896990533946, 0.0 ], [ 9.199754939734838, 48.789678778465515, 0.0 ], [ 9.199785489145494, 48.789729352474389, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd80", "Latitude": 48.78993, "Longitude": 9.19846, "X_coordina": 3514654.74, "Y_coordina": 5405847.54, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1120.3, "SecondaryU": "retail", "Secondar00": 201.0, "BuildingTy": "GMH", "Footprint_": 251.3, "Total_wall": 740.2, "Total_wa00": 0.0, "Total_outw": 1029.4, "Total_shar": 348.9, "Total_roof": 286.0, "Gross_volu": 4251.9, "Is_Gross_v": "false", "Heated_vol": 4129.1, "Ridge_mean": 18.8, "Eaves_mean": 15.0, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 21, "Number_o00": 40, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.306, "Heated_are": 1321.3, "Mean_Uvalu": 0.44, "Specific_d": "24,5", "Specific_s": 32.6, "Total_Year": 75514.0, "January_He": 10625.0, "February_H": 7526.0, "March_Heat": 4732.0, "April_Heat": 977.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2157.0, "November_H": 6609.0, "December_H": 10341.0, "PV_potenti": 14.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198383532215807, 48.789850565325033, 0.0 ], [ 9.198388824916735, 48.789846779414496, 0.0 ], [ 9.198569844495774, 48.789954285846029, 0.0 ], [ 9.198509458285026, 48.789998722306187, 0.0 ], [ 9.198442557963537, 48.790047845988575, 0.0 ], [ 9.198305877811785, 48.78996804941319, 0.0 ], [ 9.198261538318695, 48.789940339358971, 0.0 ], [ 9.198315953987308, 48.789900319568467, 0.0 ], [ 9.19832857405796, 48.789891035700265, 0.0 ], [ 9.198383532215807, 48.789850565325033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd81", "Latitude": 48.78984, "Longitude": 9.19837, "X_coordina": 3514648.0000000005, "Y_coordina": 5405837.81, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 167.8, "SecondaryU": "retail", "Secondar00": 30.6, "BuildingTy": "GMH", "Footprint_": 38.3, "Total_wall": 271.5, "Total_wa00": 0.0, "Total_outw": 373.6, "Total_shar": 164.8, "Total_roof": 57.5, "Gross_volu": 658.5, "Is_Gross_v": "false", "Heated_vol": 620.2, "Ridge_mean": 19.1, "Eaves_mean": 15.28, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.584, "Heated_are": 198.5, "Mean_Uvalu": 0.52, "Specific_d": "24,7", "Specific_s": 49.1, "Total_Year": 14646.0, "January_He": 2487.0, "February_H": 1666.0, "March_Heat": 949.0, "April_Heat": 196.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 446.0, "November_H": 1492.0, "December_H": 2478.0, "PV_potenti": 2.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198263709514503, 48.789869655648303, 0.0 ], [ 9.198276600708386, 48.789860101548058, 0.0 ], [ 9.198330878768942, 48.789819722292343, 0.0 ], [ 9.198383532215807, 48.789850565325033, 0.0 ], [ 9.19832857405796, 48.789891035700265, 0.0 ], [ 9.198315953987308, 48.789900319568467, 0.0 ], [ 9.198263709514503, 48.789869655648303, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd82", "Latitude": 48.79005, "Longitude": 9.19833, "X_coordina": 3514645.44, "Y_coordina": 5405861.38, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 915.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 252.5, "Total_wall": 195.2, "Total_wa00": 0.0, "Total_outw": 303.4, "Total_shar": 633.2, "Total_roof": 252.5, "Gross_volu": 2354.6, "Is_Gross_v": "false", "Heated_vol": 2354.6, "Ridge_mean": 9.3, "Eaves_mean": 9.33, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.297, "Heated_are": 915.8, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 30919.0, "January_He": 354.0, "February_H": 132.0, "March_Heat": 14.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 33.0, "December_H": 293.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198442557963537, 48.790047845988575, 0.0 ], [ 9.198435501360667, 48.790052983795398, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198136814077255, 48.790097200985727, 0.0 ], [ 9.198165308208848, 48.79007548036131, 0.0 ], [ 9.198183625472467, 48.79006142075292, 0.0 ], [ 9.198305877811785, 48.78996804941319, 0.0 ], [ 9.198442557963537, 48.790047845988575, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd79", "Latitude": 48.79021, "Longitude": 9.21178, "X_coordina": 3515633.7, "Y_coordina": 5405881.8, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 539.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.9, "Total_wall": 302.1, "Total_wa00": 0.0, "Total_outw": 459.3, "Total_shar": 336.9, "Total_roof": 185.4, "Gross_volu": 1813.9, "Is_Gross_v": "false", "Heated_vol": 1686.1, "Ridge_mean": 16.7, "Eaves_mean": 11.63, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 539.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 28917.0, "January_He": 4917.0, "February_H": 3584.0, "March_Heat": 2273.0, "April_Heat": 470.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1079.0, "November_H": 3172.0, "December_H": 4812.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211851240319829, 48.790225748035873, 0.0 ], [ 9.211714792241072, 48.790303333283383, 0.0 ], [ 9.21167069307163, 48.790269872835204, 0.0 ], [ 9.211628505691081, 48.790237937558388, 0.0 ], [ 9.211764952591087, 48.790160082643446, 0.0 ], [ 9.211806867428422, 48.790191928448365, 0.0 ], [ 9.211851240319829, 48.790225748035873, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dcad", "Latitude": 48.79258, "Longitude": 9.20158, "X_coordina": 3514883.54, "Y_coordina": 5406142.67, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 132.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 72.0, "Total_wall": 128.2, "Total_wa00": 0.0, "Total_outw": 286.6, "Total_shar": 37.7, "Total_roof": 72.0, "Gross_volu": 291.9, "Is_Gross_v": "false", "Heated_vol": 291.9, "Ridge_mean": 4.1, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.933, "Heated_are": 132.3, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 50.4, "Total_Year": 16326.0, "January_He": 1561.0, "February_H": 1139.0, "March_Heat": 767.0, "April_Heat": 235.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 382.0, "November_H": 993.0, "December_H": 1520.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201544047355725, 48.792541976219447, 0.0 ], [ 9.201589473616702, 48.79256815439517, 0.0 ], [ 9.201595717975859, 48.79256409690246, 0.0 ], [ 9.201625867277443, 48.792581848989393, 0.0 ], [ 9.201621388247545, 48.792584914233494, 0.0 ], [ 9.201618525115531, 48.792583660316083, 0.0 ], [ 9.201527193834789, 48.792649644249039, 0.0 ], [ 9.201498273024061, 48.792632789222786, 0.0 ], [ 9.20149677989002, 48.792633780994862, 0.0 ], [ 9.201454488946013, 48.792608856228306, 0.0 ], [ 9.201544047355725, 48.792541976219447, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dadd", "Latitude": 48.79505, "Longitude": 9.20393, "X_coordina": 3515055.17, "Y_coordina": 5406417.86, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 915.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 211.2, "Total_wall": 667.7, "Total_wa00": 0.0, "Total_outw": 894.1, "Total_shar": 356.1, "Total_roof": 211.2, "Gross_volu": 2859.4, "Is_Gross_v": "false", "Heated_vol": 2859.4, "Ridge_mean": 15.2, "Eaves_mean": 15.16, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.381, "Heated_are": 915.0, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 44273.0, "January_He": 7305.0, "February_H": 5189.0, "March_Heat": 3307.0, "April_Heat": 709.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1522.0, "November_H": 4554.0, "December_H": 7107.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204020697278487, 48.795101336032261, 0.0 ], [ 9.203918444378678, 48.795159517831252, 0.0 ], [ 9.203847308911683, 48.795104340790424, 0.0 ], [ 9.203835902584043, 48.795110925399698, 0.0 ], [ 9.203824140026244, 48.795130369705795, 0.0 ], [ 9.203794979410018, 48.795122058424525, 0.0 ], [ 9.20380661097038, 48.795103873282898, 0.0 ], [ 9.203816484070204, 48.795088388958789, 0.0 ], [ 9.203822730747058, 48.795084870884402, 0.0 ], [ 9.20375146120519, 48.795030143638776, 0.0 ], [ 9.203856032207577, 48.794973036965722, 0.0 ], [ 9.203891123644835, 48.795000671294673, 0.0 ], [ 9.203905653816623, 48.794992462524725, 0.0 ], [ 9.203998635064327, 48.795064596384833, 0.0 ], [ 9.203984104157835, 48.795072625320607, 0.0 ], [ 9.204020697278487, 48.795101336032261, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d9dd", "Latitude": 48.7879, "Longitude": 9.19486, "X_coordina": 3514391.08, "Y_coordina": 5405621.98, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 983.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 196.9, "Total_wall": 638.0, "Total_wa00": 0.0, "Total_outw": 945.0, "Total_shar": 349.7, "Total_roof": 213.8, "Gross_volu": 3270.0, "Is_Gross_v": "false", "Heated_vol": 3073.1, "Ridge_mean": 17.7, "Eaves_mean": 15.49, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 983.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.0, "Total_Year": 49011.0, "January_He": 8118.0, "February_H": 5772.0, "March_Heat": 3796.0, "April_Heat": 971.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 1675.0, "November_H": 5029.0, "December_H": 7948.0, "PV_potenti": 10.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194685671870326, 48.787965962057797, 0.0 ], [ 9.194690512973148, 48.787915776471145, 0.0 ], [ 9.194694702159394, 48.787872965726237, 0.0 ], [ 9.194953723644439, 48.787885026887409, 0.0 ], [ 9.194949528407294, 48.787926219026048, 0.0 ], [ 9.194944283132191, 48.78797739446798, 0.0 ], [ 9.194685671870326, 48.787965962057797, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d755", "Latitude": 48.78851, "Longitude": 9.21189, "X_coordina": 3515642.05, "Y_coordina": 5405692.56, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.6, "Total_wall": 50.5, "Total_wa00": 0.0, "Total_outw": 115.9, "Total_shar": 236.2, "Total_roof": 58.1, "Gross_volu": 344.0, "Is_Gross_v": "false", "Heated_vol": 301.5, "Ridge_mean": 10.1, "Eaves_mean": 6.05, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.468, "Heated_are": 87.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 5509.0, "January_He": 1042.0, "February_H": 712.0, "March_Heat": 403.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 205.0, "November_H": 665.0, "December_H": 1022.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211850268617232, 48.788507758680382, 0.0 ], [ 9.211908394985189, 48.788511608377405, 0.0 ], [ 9.211902183976083, 48.78855559247247, 0.0 ], [ 9.211844057557821, 48.78855174277242, 0.0 ], [ 9.211784433797332, 48.78854780587303, 0.0 ], [ 9.211791461816567, 48.788503910205385, 0.0 ], [ 9.211850268617232, 48.788507758680382, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d404", "Latitude": 48.78828, "Longitude": 9.21061, "X_coordina": 3515548.08, "Y_coordina": 5405666.42, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.0, "Total_wall": 115.8, "Total_wa00": 0.0, "Total_outw": 187.5, "Total_shar": 112.5, "Total_roof": 94.2, "Gross_volu": 457.8, "Is_Gross_v": "false", "Heated_vol": 431.8, "Ridge_mean": 10.4, "Eaves_mean": 5.33, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.605, "Heated_are": 138.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 54.3, "Total_Year": 9692.0, "January_He": 1888.0, "February_H": 1258.0, "March_Heat": 763.0, "April_Heat": 176.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 362.0, "November_H": 1147.0, "December_H": 1878.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210615717081131, 48.788324870339359, 0.0 ], [ 9.210615623164308, 48.7883316957166, 0.0 ], [ 9.210615631104533, 48.788333593091231, 0.0 ], [ 9.21051638982493, 48.788332335770733, 0.0 ], [ 9.210518021736913, 48.788260483786011, 0.0 ], [ 9.210616814952283, 48.788262020687903, 0.0 ], [ 9.210616597681296, 48.788275140946816, 0.0 ], [ 9.210615717081131, 48.788324870339359, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d381", "Latitude": 48.79539, "Longitude": 9.21167, "X_coordina": 3515624.01, "Y_coordina": 5406457.64, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 134.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 113.1, "Total_wall": 138.7, "Total_wa00": 0.0, "Total_outw": 333.2, "Total_shar": 78.2, "Total_roof": 116.8, "Gross_volu": 531.7, "Is_Gross_v": "false", "Heated_vol": 418.6, "Ridge_mean": 7.0, "Eaves_mean": 3.46, "Storey_num": 2, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.762, "Heated_are": 134.0, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 68.7, "Total_Year": 11326.0, "January_He": 2322.0, "February_H": 1567.0, "March_Heat": 888.0, "April_Heat": 164.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 458.0, "November_H": 1486.0, "December_H": 2287.0, "PV_potenti": 4.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211580449048247, 48.795348563127646, 0.0 ], [ 9.211625358240671, 48.795347041833296, 0.0 ], [ 9.211681835372579, 48.79534522948817, 0.0 ], [ 9.211685204547166, 48.795401965052854, 0.0 ], [ 9.211689305717421, 48.795470928873428, 0.0 ], [ 9.211581252159522, 48.795474814310147, 0.0 ], [ 9.211580539860709, 48.795467262041072, 0.0 ], [ 9.21157953455074, 48.795454764515327, 0.0 ], [ 9.211575385149592, 48.795406663041916, 0.0 ], [ 9.21157051476432, 48.795348941073037, 0.0 ], [ 9.211580449048247, 48.795348563127646, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d383", "Latitude": 48.79529, "Longitude": 9.21167, "X_coordina": 3515623.9, "Y_coordina": 5406446.34, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.9, "Total_wall": 137.5, "Total_wa00": 0.0, "Total_outw": 281.4, "Total_shar": 78.5, "Total_roof": 70.3, "Gross_volu": 406.7, "Is_Gross_v": "false", "Heated_vol": 386.1, "Ridge_mean": 7.0, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.699, "Heated_are": 123.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 44.1, "Total_Year": 7400.0, "January_He": 1477.0, "February_H": 903.0, "March_Heat": 449.0, "April_Heat": 71.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 203.0, "November_H": 840.0, "December_H": 1490.0, "PV_potenti": 2.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211620676434869, 48.795269446415368, 0.0 ], [ 9.211677156128049, 48.79526826353262, 0.0 ], [ 9.211681835372579, 48.79534522948817, 0.0 ], [ 9.211625358240671, 48.795347041833296, 0.0 ], [ 9.211580449048247, 48.795348563127646, 0.0 ], [ 9.211573995657126, 48.795270431421358, 0.0 ], [ 9.211620676434869, 48.795269446415368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d333", "Latitude": 48.79299, "Longitude": 9.20255, "X_coordina": 3514954.66, "Y_coordina": 5406189.04, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 533.7, "SecondaryU": "retail", "Secondar00": 113.0, "BuildingTy": "GMH", "Footprint_": 141.3, "Total_wall": 451.9, "Total_wa00": 0.0, "Total_outw": 669.7, "Total_shar": 367.3, "Total_roof": 163.0, "Gross_volu": 2162.4, "Is_Gross_v": "false", "Heated_vol": 2021.1, "Ridge_mean": 16.9, "Eaves_mean": 13.11, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 646.8, "Mean_Uvalu": 0.44, "Specific_d": "25,8", "Specific_s": 37.9, "Total_Year": 41228.0, "January_He": 5928.0, "February_H": 4310.0, "March_Heat": 2732.0, "April_Heat": 574.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1303.0, "November_H": 3816.0, "December_H": 5778.0, "PV_potenti": 8.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20249788242125, 48.793094142266668, 0.0 ], [ 9.202491336194361, 48.79309082660513, 0.0 ], [ 9.202494050248625, 48.793088843513999, 0.0 ], [ 9.202458852309253, 48.793068043130042, 0.0 ], [ 9.202435250811224, 48.793054146466304, 0.0 ], [ 9.202423381835885, 48.79304715329075, 0.0 ], [ 9.202448215897785, 48.793029124918895, 0.0 ], [ 9.202404694182455, 48.793002943736226, 0.0 ], [ 9.202503066704111, 48.792928134219096, 0.0 ], [ 9.202560637154942, 48.792961844235329, 0.0 ], [ 9.202614796841821, 48.792993491981321, 0.0 ], [ 9.202516683893466, 48.793065153811142, 0.0 ], [ 9.202528414975568, 48.793071697601697, 0.0 ], [ 9.20249788242125, 48.793094142266668, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d334", "Latitude": 48.79288, "Longitude": 9.20242, "X_coordina": 3514944.59, "Y_coordina": 5406176.61, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 117.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.1, "Total_wall": 147.9, "Total_wa00": 0.0, "Total_outw": 268.4, "Total_shar": 65.2, "Total_roof": 43.1, "Gross_volu": 296.0, "Is_Gross_v": "false", "Heated_vol": 296.0, "Ridge_mean": 6.9, "Eaves_mean": 6.88, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.791, "Heated_are": 117.3, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 14.7, "Total_Year": 5577.0, "January_He": 567.0, "February_H": 301.0, "March_Heat": 83.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 206.0, "December_H": 550.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202381650959618, 48.792857128184217, 0.0 ], [ 9.20243649273146, 48.792889224433779, 0.0 ], [ 9.202365115570361, 48.792941955181618, 0.0 ], [ 9.202308097627927, 48.79291022241582, 0.0 ], [ 9.202357495289663, 48.792874615808707, 0.0 ], [ 9.202381650959618, 48.792857128184217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf97", "Latitude": 48.78762, "Longitude": 9.19572, "X_coordina": 3514454.37, "Y_coordina": 5405590.02, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 4888.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 840.2, "Total_wall": 2238.1, "Total_wa00": 0.0, "Total_outw": 2399.6, "Total_shar": 333.3, "Total_roof": 1365.2, "Gross_volu": 16116.7, "Is_Gross_v": "false", "Heated_vol": 15276.4, "Ridge_mean": 26.8, "Eaves_mean": 5.9, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.286, "Heated_are": 4888.5, "Mean_Uvalu": 1.38, "Specific_d": "non calculated", "Specific_s": 101.0, "Total_Year": 493863.00000000006, "January_He": 97671.0, "February_H": 76877.0, "March_Heat": 62411.0, "April_Heat": 31938.0, "May_Heatin": 8132.0, "June_Heati": 507, "July_Heati": 44, "August_Hea": 105, "September_": 12493.0, "October_He": 39460.0, "November_H": 69537.0, "December_H": 94689.0, "PV_potenti": 60.2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195551924926505, 48.787712418182394, 0.0 ], [ 9.195550606275624, 48.787710462163083, 0.0 ], [ 9.195561807116537, 48.787707165145406, 0.0 ], [ 9.195563125767803, 48.787709121173606, 0.0 ], [ 9.195568201960478, 48.787707626968867, 0.0 ], [ 9.195565549560271, 48.787703692511265, 0.0 ], [ 9.195571229221052, 48.787702020680442, 0.0 ], [ 9.195569816371464, 48.78769992491808, 0.0 ], [ 9.195573524601095, 48.787698833385484, 0.0 ], [ 9.195551692672517, 48.787666448871711, 0.0 ], [ 9.195547984458399, 48.787667540403575, 0.0 ], [ 9.195546798852282, 48.787665781729537, 0.0 ], [ 9.195540910662086, 48.787667514944459, 0.0 ], [ 9.195536449409529, 48.787660897295076, 0.0 ], [ 9.195542337599134, 48.787659164089384, 0.0 ], [ 9.195540835221422, 48.787656935526542, 0.0 ], [ 9.195544543448529, 48.787655843994877, 0.0 ], [ 9.195523367602814, 48.787624432612347, 0.0 ], [ 9.195519659377556, 48.787625524143323, 0.0 ], [ 9.195518770615861, 48.787624205788774, 0.0 ], [ 9.195512882443161, 48.787625939002233, 0.0 ], [ 9.195508258576043, 48.787619080146797, 0.0 ], [ 9.19551414676171, 48.787617346933544, 0.0 ], [ 9.195512596356838, 48.7876150471334, 0.0 ], [ 9.195516304581476, 48.787613955602652, 0.0 ], [ 9.195495418509202, 48.787582973998504, 0.0 ], [ 9.195491710286385, 48.787584065528591, 0.0 ], [ 9.195490343228277, 48.787582037678746, 0.0 ], [ 9.195484455045918, 48.787583770890805, 0.0 ], [ 9.195479807780798, 48.787576877300417, 0.0 ], [ 9.195485695962548, 48.787575144097595, 0.0 ], [ 9.195484818768568, 48.787573842889557, 0.0 ], [ 9.195488526990781, 48.78757275135969, 0.0 ], [ 9.195466359375432, 48.787539868709224, 0.0 ], [ 9.195462651155163, 48.787540960238388, 0.0 ], [ 9.195461527983767, 48.787539294150783, 0.0 ], [ 9.195455639805402, 48.787541027361357, 0.0 ], [ 9.195451717480507, 48.787535209105442, 0.0 ], [ 9.195457605644721, 48.787533475895074, 0.0 ], [ 9.195455971203595, 48.787531051422732, 0.0 ], [ 9.195459679423289, 48.787529959893803, 0.0 ], [ 9.19545351657464, 48.787520818130382, 0.0 ], [ 9.195449808355482, 48.787521909659127, 0.0 ], [ 9.195448870828779, 48.787520518953251, 0.0 ], [ 9.195442942443711, 48.787522264002462, 0.0 ], [ 9.195438575496597, 48.787515786218187, 0.0 ], [ 9.195444503881063, 48.787514041169231, 0.0 ], [ 9.195443553899047, 48.787512631996144, 0.0 ], [ 9.195503154303657, 48.787495088358391, 0.0 ], [ 9.195499943208418, 48.787490325130975, 0.0 ], [ 9.195510291865009, 48.787487278959262, 0.0 ], [ 9.19550343008609, 48.787477100432191, 0.0 ], [ 9.195517815010113, 48.787472866160847, 0.0 ], [ 9.19552467679136, 48.787483044687079, 0.0 ], [ 9.195636724881947, 48.787450062691732, 0.0 ], [ 9.195629863096196, 48.78743988417213, 0.0 ], [ 9.195642802237844, 48.787436075459155, 0.0 ], [ 9.195649664039255, 48.78744625396898, 0.0 ], [ 9.195661186876078, 48.787442862145426, 0.0 ], [ 9.195664407017322, 48.787447638769628, 0.0 ], [ 9.195721857725726, 48.787430727759173, 0.0 ], [ 9.195723483210973, 48.78743313892533, 0.0 ], [ 9.195731019107361, 48.787430920684713, 0.0 ], [ 9.1957343552433, 48.787435869367563, 0.0 ], [ 9.195726819346319, 48.787438087608429, 0.0 ], [ 9.195727923457262, 48.787439725381944, 0.0 ], [ 9.195726541774549, 48.787440132090133, 0.0 ], [ 9.195732948890955, 48.787449636130994, 0.0 ], [ 9.19573433057384, 48.787449229413731, 0.0 ], [ 9.195735698664693, 48.787451258778667, 0.0 ], [ 9.195743234549639, 48.787449040537268, 0.0 ], [ 9.195747154478694, 48.78745485518148, 0.0 ], [ 9.195739618593054, 48.787457073423141, 0.0 ], [ 9.195740928060243, 48.787459015823579, 0.0 ], [ 9.195739546377107, 48.787459422531924, 0.0 ], [ 9.195760686905333, 48.787490781402262, 0.0 ], [ 9.195762068589158, 48.787490374693668, 0.0 ], [ 9.195763527157521, 48.7874925382594, 0.0 ], [ 9.195771063047367, 48.787490320007215, 0.0 ], [ 9.195775191473048, 48.787496443912147, 0.0 ], [ 9.195767655582431, 48.787498662155599, 0.0 ], [ 9.195768933666027, 48.787500558001632, 0.0 ], [ 9.19576755196837, 48.787500964710333, 0.0 ], [ 9.195788312397802, 48.787531759689791, 0.0 ], [ 9.195789694082524, 48.787531352980857, 0.0 ], [ 9.195790975014814, 48.787533253048196, 0.0 ], [ 9.195798510909535, 48.78753103479422, 0.0 ], [ 9.195804042108772, 48.78753923949354, 0.0 ], [ 9.195796506213036, 48.78754145773889, 0.0 ], [ 9.195797612929228, 48.787543099383001, 0.0 ], [ 9.195796231244248, 48.787543506092014, 0.0 ], [ 9.195817436462782, 48.787574960817039, 0.0 ], [ 9.195818818148455, 48.787574554107763, 0.0 ], [ 9.195820194130228, 48.787576595166293, 0.0 ], [ 9.195827730043783, 48.787574376919366, 0.0 ], [ 9.195832441291433, 48.787581365328336, 0.0 ], [ 9.195824905390689, 48.787583583584528, 0.0 ], [ 9.195826021169966, 48.787585238665514, 0.0 ], [ 9.19582463948406, 48.787585645374875, 0.0 ], [ 9.195845948874188, 48.787617254558995, 0.0 ], [ 9.195847330560788, 48.787616847849378, 0.0 ], [ 9.195848689024592, 48.787618862913448, 0.0 ], [ 9.195856108803541, 48.787616678844358, 0.0 ], [ 9.195858903177072, 48.787620823861914, 0.0 ], [ 9.195863177507386, 48.78761956568178, 0.0 ], [ 9.195862021607372, 48.787617851076995, 0.0 ], [ 9.19587565931387, 48.787613836708381, 0.0 ], [ 9.19587725694422, 48.787616206536796, 0.0 ], [ 9.195888393161855, 48.787612928508203, 0.0 ], [ 9.195892646567131, 48.787619237762669, 0.0 ], [ 9.195887759881089, 48.787620676194436, 0.0 ], [ 9.195910997463056, 48.787655145444617, 0.0 ], [ 9.195916731085152, 48.787653457705346, 0.0 ], [ 9.195920451455471, 48.787658976276603, 0.0 ], [ 9.195914717832872, 48.787660664016045, 0.0 ], [ 9.195908782582986, 48.787662411106126, 0.0 ], [ 9.195909968434359, 48.787664170126725, 0.0 ], [ 9.195893399602495, 48.78766904729445, 0.0 ], [ 9.195892213737972, 48.787667288273703, 0.0 ], [ 9.195825685534114, 48.787686871339318, 0.0 ], [ 9.195827978911124, 48.78769027319013, 0.0 ], [ 9.195815643485144, 48.787693904215111, 0.0 ], [ 9.195866220445529, 48.787768927065095, 0.0 ], [ 9.195869587497349, 48.787776778400016, 0.0 ], [ 9.195870920571409, 48.787784891203493, 0.0 ], [ 9.195870182129569, 48.787793037097387, 0.0 ], [ 9.195867392956989, 48.787800986749929, 0.0 ], [ 9.195862631588769, 48.787808516360293, 0.0 ], [ 9.195860993065132, 48.787810228883764, 0.0 ], [ 9.195875067374688, 48.787816108558836, 0.0 ], [ 9.19586867090629, 48.787822775795121, 0.0 ], [ 9.195854295264922, 48.787816691812701, 0.0 ], [ 9.195847780141731, 48.787821485366429, 0.0 ], [ 9.195838108158362, 48.787826559661809, 0.0 ], [ 9.195827288397933, 48.787830493985659, 0.0 ], [ 9.195815625442911, 48.787833177582307, 0.0 ], [ 9.195803447651503, 48.787834534905819, 0.0 ], [ 9.195794975680233, 48.787834529995273, 0.0 ], [ 9.195793229956793, 48.787845295081198, 0.0 ], [ 9.195782492535127, 48.78784453482308, 0.0 ], [ 9.195784240613285, 48.787833755264593, 0.0 ], [ 9.195778923670611, 48.78783315629444, 0.0 ], [ 9.195767267897187, 48.787830459165825, 0.0 ], [ 9.195756458627276, 48.787826512294735, 0.0 ], [ 9.195746800177032, 48.78782142679534, 0.0 ], [ 9.195738564461992, 48.787815345822814, 0.0 ], [ 9.195731983306111, 48.787808440575773, 0.0 ], [ 9.195730339932144, 48.787806002894825, 0.0 ], [ 9.195717699113439, 48.787809723785486, 0.0 ], [ 9.195713326959373, 48.787803238368305, 0.0 ], [ 9.195725967776783, 48.787799517478135, 0.0 ], [ 9.195680766511177, 48.787732468324521, 0.0 ], [ 9.195600384269538, 48.78775612921617, 0.0 ], [ 9.195601961798005, 48.787758469236827, 0.0 ], [ 9.195583474920552, 48.787763910921399, 0.0 ], [ 9.195581897392778, 48.787761570900493, 0.0 ], [ 9.1955723873022, 48.787764370234662, 0.0 ], [ 9.195568501492321, 48.787758606189861, 0.0 ], [ 9.195576772780983, 48.787756171505201, 0.0 ], [ 9.195552641675238, 48.787720376513313, 0.0 ], [ 9.195543879038746, 48.787722955827519, 0.0 ], [ 9.195539283628671, 48.787716139198253, 0.0 ], [ 9.195551924926505, 48.787712418182394, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf98", "Latitude": 48.78755, "Longitude": 9.19597, "X_coordina": 3514472.55, "Y_coordina": 5405582.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 18.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 23.3, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 167.9, "Total_shar": 0.0, "Total_roof": 23.3, "Gross_volu": 81.6, "Is_Gross_v": "true", "Heated_vol": 58.3, "Ridge_mean": 3.5, "Eaves_mean": 3.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.44, "Heated_are": 18.6, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 42.9, "Total_Year": 1412.0, "January_He": 235.0, "February_H": 142.0, "March_Heat": 62.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 110.0, "December_H": 229.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195886698107362, 48.787545744565513, 0.0 ], [ 9.195930822483561, 48.787532756171878, 0.0 ], [ 9.195967178289203, 48.787586684189158, 0.0 ], [ 9.195923053875223, 48.787599672596649, 0.0 ], [ 9.195886698107362, 48.787545744565513, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf99", "Latitude": 48.78776, "Longitude": 9.1957, "X_coordina": 3514452.83, "Y_coordina": 5405605.82, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 96.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 52.7, "Total_wall": 84.6, "Total_wa00": 0.0, "Total_outw": 146.2, "Total_shar": 159.7, "Total_roof": 58.5, "Gross_volu": 328.4, "Is_Gross_v": "false", "Heated_vol": 302.7, "Ridge_mean": 7.0, "Eaves_mean": 5.35, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.611, "Heated_are": 96.9, "Mean_Uvalu": 1.17, "Specific_d": "non calculated", "Specific_s": 149.1, "Total_Year": 14445.0, "January_He": 2956.0, "February_H": 2333.0, "March_Heat": 1827.0, "April_Heat": 829.0, "May_Heatin": 144.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 0, "September_": 275.0, "October_He": 1114.0, "November_H": 2109.0, "December_H": 2855.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195723552526264, 48.787795934825155, 0.0 ], [ 9.19563867581776, 48.787820918677646, 0.0 ], [ 9.19559746741654, 48.787759792175351, 0.0 ], [ 9.195601961798005, 48.787758469236827, 0.0 ], [ 9.195600384269538, 48.78775612921617, 0.0 ], [ 9.195680766511177, 48.787732468324521, 0.0 ], [ 9.195723552526264, 48.787795934825155, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf9b", "Latitude": 48.78771, "Longitude": 9.19594, "X_coordina": 3514469.92, "Y_coordina": 5405600.19, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 127.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 79.1, "Total_wall": 124.1, "Total_wa00": 0.0, "Total_outw": 263.8, "Total_shar": 175.1, "Total_roof": 79.1, "Gross_volu": 459.9, "Is_Gross_v": "false", "Heated_vol": 398.4, "Ridge_mean": 5.8, "Eaves_mean": 5.78, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.656, "Heated_are": 127.5, "Mean_Uvalu": 0.43, "Specific_d": "non calculated", "Specific_s": 66.4, "Total_Year": 8465.0, "January_He": 1944.0, "February_H": 1393.0, "March_Heat": 942.0, "April_Heat": 278.0, "May_Heatin": 25.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 587.0, "November_H": 1309.0, "December_H": 1910.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195948532016629, 48.787736734893464, 0.0 ], [ 9.195952023714772, 48.78774191423804, 0.0 ], [ 9.195949059348093, 48.787742786820829, 0.0 ], [ 9.195955713938087, 48.787752657792836, 0.0 ], [ 9.195958678291619, 48.787751785209906, 0.0 ], [ 9.195967927857822, 48.78776550539888, 0.0 ], [ 9.195955059694187, 48.787769293245994, 0.0 ], [ 9.195953371510534, 48.787766789100971, 0.0 ], [ 9.195901248677607, 48.787782131840878, 0.0 ], [ 9.195902936859195, 48.787784635986654, 0.0 ], [ 9.195891052640663, 48.787788134190166, 0.0 ], [ 9.195885651912675, 48.78778012309489, 0.0 ], [ 9.195888071482228, 48.787779410875125, 0.0 ], [ 9.195878755002081, 48.787765591400984, 0.0 ], [ 9.195876072310222, 48.787766381069737, 0.0 ], [ 9.195874263664681, 48.787763698243317, 0.0 ], [ 9.195864610916185, 48.787766539595815, 0.0 ], [ 9.195815643485144, 48.787693904215111, 0.0 ], [ 9.195827978911124, 48.78769027319013, 0.0 ], [ 9.195825685534114, 48.787686871339318, 0.0 ], [ 9.195892213737972, 48.787667288273703, 0.0 ], [ 9.195893399602495, 48.78766904729445, 0.0 ], [ 9.195901326927242, 48.787666713823157, 0.0 ], [ 9.19590320233959, 48.787669495703433, 0.0 ], [ 9.195900466205014, 48.787670301101414, 0.0 ], [ 9.195903899022646, 48.787675393132872, 0.0 ], [ 9.19590663515744, 48.787674587734806, 0.0 ], [ 9.195911012143288, 48.787681080303507, 0.0 ], [ 9.195908268273731, 48.787681887980916, 0.0 ], [ 9.195923886042904, 48.787705054395239, 0.0 ], [ 9.195926629913473, 48.787704246717468, 0.0 ], [ 9.195930927720681, 48.787710621808941, 0.0 ], [ 9.195927844130019, 48.787711529484426, 0.0 ], [ 9.195945448438327, 48.787737642578392, 0.0 ], [ 9.195948532016629, 48.787736734893464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf4f", "Latitude": 48.79126, "Longitude": 9.19935, "X_coordina": 3514719.43, "Y_coordina": 5405996.46, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 834.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 141.6, "Total_wall": 490.4, "Total_wa00": 0.0, "Total_outw": 662.5, "Total_shar": 528.9, "Total_roof": 199.7, "Gross_volu": 2748.8, "Is_Gross_v": "false", "Heated_vol": 2607.2, "Ridge_mean": 22.8, "Eaves_mean": 15.18, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.313, "Heated_are": 834.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 32.3, "Total_Year": 40122.0, "January_He": 6659.0, "February_H": 4689.0, "March_Heat": 2944.0, "April_Heat": 599.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1324.0, "November_H": 4125.0, "December_H": 6498.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199377554057609, 48.79125858117655, 0.0 ], [ 9.199416295793684, 48.791281354690533, 0.0 ], [ 9.199366131408555, 48.791319371326836, 0.0 ], [ 9.199315885076345, 48.791357334128726, 0.0 ], [ 9.199276979833696, 48.791334515902449, 0.0 ], [ 9.199232399859827, 48.791308380307463, 0.0 ], [ 9.199226972041236, 48.791312436260341, 0.0 ], [ 9.199186457559989, 48.791288766513112, 0.0 ], [ 9.199191885379307, 48.791284710562117, 0.0 ], [ 9.199195704608258, 48.791286862122334, 0.0 ], [ 9.199242383461591, 48.791251891008628, 0.0 ], [ 9.199292725438731, 48.791214035980893, 0.0 ], [ 9.199316051947598, 48.79122766399761, 0.0 ], [ 9.199319987326961, 48.791224779630603, 0.0 ], [ 9.199338170370037, 48.791211169691877, 0.0 ], [ 9.199363952313718, 48.791226232226222, 0.0 ], [ 9.199353911151791, 48.791233803192611, 0.0 ], [ 9.199385695580112, 48.791252452274982, 0.0 ], [ 9.199377554057609, 48.79125858117655, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf50", "Latitude": 48.79119, "Longitude": 9.19946, "X_coordina": 3514727.79, "Y_coordina": 5405988.48, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 33.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.0, "Total_wall": 63.4, "Total_wa00": 0.0, "Total_outw": 180.0, "Total_shar": 8.3, "Total_roof": 42.0, "Gross_volu": 140.0, "Is_Gross_v": "false", "Heated_vol": 105.1, "Ridge_mean": 3.3, "Eaves_mean": 3.33, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.203, "Heated_are": 33.6, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199363952313718, 48.791226232226222, 0.0 ], [ 9.199354130262821, 48.791220404195599, 0.0 ], [ 9.199421164135911, 48.791170470450339, 0.0 ], [ 9.199475593185261, 48.79120238898544, 0.0 ], [ 9.1994525246365, 48.791219514428469, 0.0 ], [ 9.199455389419223, 48.791221218015167, 0.0 ], [ 9.19940966056258, 48.791255468181426, 0.0 ], [ 9.199362188412689, 48.791227584134091, 0.0 ], [ 9.199363952313718, 48.791226232226222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd84", "Latitude": 48.79237, "Longitude": 9.21246, "X_coordina": 3515682.9, "Y_coordina": 5406121.68, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 650.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 253.7, "Total_wall": 504.9, "Total_wa00": 0.0, "Total_outw": 822.6, "Total_shar": 46.8, "Total_roof": 255.0, "Gross_volu": 1657.3, "Is_Gross_v": "false", "Heated_vol": 1657.3, "Ridge_mean": 6.9, "Eaves_mean": 6.94, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.612, "Heated_are": 650.1, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 53.8, "Total_Year": 44495.0, "January_He": 8107.0, "February_H": 5942.0, "March_Heat": 4057.0, "April_Heat": 1281.0, "May_Heatin": 120.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 262.0, "October_He": 2089.0, "November_H": 5262.0, "December_H": 7873.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212497347692878, 48.79230485045165, 0.0 ], [ 9.212479202962696, 48.792359017934423, 0.0 ], [ 9.212482335511275, 48.792359551696251, 0.0 ], [ 9.212424558974741, 48.792536358141959, 0.0 ], [ 9.212319018738928, 48.792521535530234, 0.0 ], [ 9.212375713291612, 48.792346259833458, 0.0 ], [ 9.212379525572675, 48.792346612497354, 0.0 ], [ 9.212397514191093, 48.792287679367597, 0.0 ], [ 9.212394382786506, 48.79228741537213, 0.0 ], [ 9.212411189373015, 48.792238645785943, 0.0 ], [ 9.212518225745482, 48.792253375629393, 0.0 ], [ 9.212501965550716, 48.792302593840844, 0.0 ], [ 9.212498288611247, 48.792302061084051, 0.0 ], [ 9.212497347692878, 48.79230485045165, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd85", "Latitude": 48.79176, "Longitude": 9.2121, "X_coordina": 3515656.66, "Y_coordina": 5406054.24, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3211, "PrimaryUsa": "sport location", "PrimaryU00": 1858.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 515.9, "Total_wall": 1008.7, "Total_wa00": 0.0, "Total_outw": 1516.5, "Total_shar": 25.4, "Total_roof": 515.9, "Gross_volu": 5140.4, "Is_Gross_v": "false", "Heated_vol": 5140.4, "Ridge_mean": 10.0, "Eaves_mean": 9.96, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.397, "Heated_are": 1858.0, "Mean_Uvalu": 0.44, "Specific_d": "124,1", "Specific_s": 110.8, "Total_Year": 436562.0, "January_He": 45121.0, "February_H": 34896.0, "March_Heat": 26409.0, "April_Heat": 11662.0, "May_Heatin": 2001.0, "June_Heati": 41, "July_Heati": 0, "August_Hea": 1, "September_": 2549.0, "October_He": 12115.0, "November_H": 28377.0, "December_H": 42773.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211836553962167, 48.791683436855124, 0.0 ], [ 9.211841864769339, 48.791684146474779, 0.0 ], [ 9.211841191855804, 48.7916859461847, 0.0 ], [ 9.212189132897443, 48.791735932607438, 0.0 ], [ 9.212189670081333, 48.791734223069206, 0.0 ], [ 9.212323538444583, 48.791754119221658, 0.0 ], [ 9.2123010993118, 48.79182268237534, 0.0 ], [ 9.212288467391668, 48.791860923192218, 0.0 ], [ 9.212282151614108, 48.791880088561506, 0.0 ], [ 9.212147605477981, 48.791860912998764, 0.0 ], [ 9.212148412584749, 48.791858663421905, 0.0 ], [ 9.211800468842421, 48.791808227264148, 0.0 ], [ 9.211799933158424, 48.791810296492201, 0.0 ], [ 9.211794349765599, 48.791809497448327, 0.0 ], [ 9.211836553962167, 48.791683436855124, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd87", "Latitude": 48.79232, "Longitude": 9.21392, "X_coordina": 3515789.99, "Y_coordina": 5406116.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 28.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.2, "Total_wall": 62.9, "Total_wa00": 0.0, "Total_outw": 196.8, "Total_shar": 0.0, "Total_roof": 34.2, "Gross_volu": 107.9, "Is_Gross_v": "false", "Heated_vol": 90.1, "Ridge_mean": 3.1, "Eaves_mean": 3.12, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.333, "Heated_are": 28.8, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 104.2, "Total_Year": 3003.0, "January_He": 661.0, "February_H": 484.0, "March_Heat": 348.0, "April_Heat": 130.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 217.0, "November_H": 455.0, "December_H": 653.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213901352577627, 48.792369154381831, 0.0 ], [ 9.213821366719708, 48.792346732096476, 0.0 ], [ 9.213847326465968, 48.792306398124147, 0.0 ], [ 9.213849760190053, 48.792302616813927, 0.0 ], [ 9.21389799717431, 48.792316195617197, 0.0 ], [ 9.213895698405121, 48.792319706906973, 0.0 ], [ 9.213930442157176, 48.792328724653984, 0.0 ], [ 9.213903946098217, 48.792370948036513, 0.0 ], [ 9.213900812005056, 48.792370054621827, 0.0 ], [ 9.213901352577627, 48.792369154381831, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd88", "Latitude": 48.79241, "Longitude": 9.21289, "X_coordina": 3515714.5, "Y_coordina": 5406126.19, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1074.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 393.7, "Total_wall": 775.1, "Total_wa00": 0.0, "Total_outw": 1285.5, "Total_shar": 224.6, "Total_roof": 393.7, "Gross_volu": 2637.6, "Is_Gross_v": "false", "Heated_vol": 2637.6, "Ridge_mean": 6.7, "Eaves_mean": 6.71, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.592, "Heated_are": 1074.6, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 43.2, "Total_Year": 73088.0, "January_He": 10591.0, "February_H": 7653.0, "March_Heat": 5367.0, "April_Heat": 1849.0, "May_Heatin": 225.0, "June_Heati": 10, "July_Heati": 2, "August_Hea": 3, "September_": 427.0, "October_He": 2950.0, "November_H": 6921.0, "December_H": 10397.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212813839266163, 48.792351206142506, 0.0 ], [ 9.212825393149309, 48.79231557504778, 0.0 ], [ 9.212968385341647, 48.792336262900086, 0.0 ], [ 9.21295427916675, 48.792379812004889, 0.0 ], [ 9.213218461800134, 48.792511331018019, 0.0 ], [ 9.213174119668448, 48.792549720556799, 0.0 ], [ 9.212938307537401, 48.792432806534144, 0.0 ], [ 9.212479202962696, 48.792359017934423, 0.0 ], [ 9.212497347692878, 48.79230485045165, 0.0 ], [ 9.212813839266163, 48.792351206142506, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd89", "Latitude": 48.79213, "Longitude": 9.213, "X_coordina": 3515722.43, "Y_coordina": 5406095.92, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1710.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 483.5, "Total_wall": 1076.2, "Total_wa00": 0.0, "Total_outw": 1618.0, "Total_shar": 119.8, "Total_roof": 483.5, "Gross_volu": 5828.8, "Is_Gross_v": "false", "Heated_vol": 5345.4, "Ridge_mean": 12.1, "Eaves_mean": 12.05, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1710.5, "Mean_Uvalu": 0.39, "Specific_d": "24,8", "Specific_s": 42.5, "Total_Year": 115104.0, "January_He": 15992.0, "February_H": 12027.0, "March_Heat": 8780.0, "April_Heat": 3241.0, "May_Heatin": 379.0, "June_Heati": 18, "July_Heati": 3, "August_Hea": 6, "September_": 822.0, "October_He": 4989.0, "November_H": 10813.0, "December_H": 15548.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212814090120945, 48.792313977311053, 0.0 ], [ 9.212838404102847, 48.792238306634232, 0.0 ], [ 9.212841944562493, 48.792238749708815, 0.0 ], [ 9.212860346221333, 48.792181074672605, 0.0 ], [ 9.212857214060259, 48.792180630843916, 0.0 ], [ 9.212927781743346, 48.791971607872306, 0.0 ], [ 9.212934181757934, 48.791972405351295, 0.0 ], [ 9.21293378069447, 48.791974114641249, 0.0 ], [ 9.213089983721051, 48.791997205853541, 0.0 ], [ 9.213090791549432, 48.791995136116, 0.0 ], [ 9.213097056995007, 48.791996293529344, 0.0 ], [ 9.213072310855747, 48.792066209953255, 0.0 ], [ 9.213069995668201, 48.792065854542386, 0.0 ], [ 9.212979537438265, 48.792334353880626, 0.0 ], [ 9.212982533511331, 48.792334797957665, 0.0 ], [ 9.212981458804087, 48.792338127118207, 0.0 ], [ 9.212968385341647, 48.792336262900086, 0.0 ], [ 9.212825393149309, 48.79231557504778, 0.0 ], [ 9.212814090120945, 48.792313977311053, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd8a", "Latitude": 48.79266, "Longitude": 9.21332, "X_coordina": 3515745.67, "Y_coordina": 5406154.58, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6251.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1242.8, "Total_wall": 2276.9, "Total_wa00": 0.0, "Total_outw": 3218.4, "Total_shar": 59.7, "Total_roof": 1242.8, "Gross_volu": 20485.9, "Is_Gross_v": "false", "Heated_vol": 19534.6, "Ridge_mean": 16.5, "Eaves_mean": 16.49, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.238, "Heated_are": 6251.1, "Mean_Uvalu": 0.34, "Specific_d": "24,8", "Specific_s": 32.4, "Total_Year": 357656.99999999994, "January_He": 44441.0, "February_H": 33945.0, "March_Heat": 25279.0, "April_Heat": 9664.0, "May_Heatin": 1038.0, "June_Heati": 34, "July_Heati": 4, "August_Hea": 9, "September_": 2098.0, "October_He": 13429.0, "November_H": 29583.0, "December_H": 42855.0, "PV_potenti": 59.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213217629964799, 48.792507735614485, 0.0 ], [ 9.213288150328106, 48.792448345380947, 0.0 ], [ 9.213350616321092, 48.792479523083095, 0.0 ], [ 9.213347362144276, 48.792482406666693, 0.0 ], [ 9.213546354217117, 48.792581853032843, 0.0 ], [ 9.21354960838892, 48.792578969443696, 0.0 ], [ 9.213611255818998, 48.792609608980243, 0.0 ], [ 9.213541424505014, 48.792670976451113, 0.0 ], [ 9.213538287728429, 48.792669453566447, 0.0 ], [ 9.213259619162246, 48.792909706228521, 0.0 ], [ 9.213263984277132, 48.79291203615827, 0.0 ], [ 9.213260051090836, 48.792915280690941, 0.0 ], [ 9.213167169907242, 48.792868962158948, 0.0 ], [ 9.213170018485615, 48.792866708796524, 0.0 ], [ 9.213029398183151, 48.792795839447372, 0.0 ], [ 9.213026143586861, 48.792798633098926, 0.0 ], [ 9.212999271387364, 48.792784384953372, 0.0 ], [ 9.21293693752709, 48.792752307582226, 0.0 ], [ 9.212940869960498, 48.792748883214706, 0.0 ], [ 9.212943052503549, 48.792750048185702, 0.0 ], [ 9.213174119668448, 48.792549720556799, 0.0 ], [ 9.213218461800134, 48.792511331018019, 0.0 ], [ 9.213220631384564, 48.792509438605691, 0.0 ], [ 9.213217629964799, 48.792507735614485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd8d", "Latitude": 48.792, "Longitude": 9.21212, "X_coordina": 3515658.18, "Y_coordina": 5406081.28, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 2485.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 687.7, "Total_wall": 1788.3, "Total_wa00": 0.0, "Total_outw": 2060.0, "Total_shar": 0.0, "Total_roof": 753.9, "Gross_volu": 8454.5, "Is_Gross_v": "false", "Heated_vol": 7766.8, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.401, "Heated_are": 2485.4, "Mean_Uvalu": 0.4, "Specific_d": "24,8", "Specific_s": 44.4, "Total_Year": 172109.0, "January_He": 24033.0, "February_H": 17984.0, "March_Heat": 13448.0, "April_Heat": 5588.0, "May_Heatin": 860.0, "June_Heati": 45, "July_Heati": 7, "August_Hea": 14, "September_": 1425.0, "October_He": 7461.0, "November_H": 16050.0, "December_H": 23458.0, "PV_potenti": 34.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211863446867172, 48.791961431159791, 0.0 ], [ 9.211883323938281, 48.791963013214989, 0.0 ], [ 9.211884655381743, 48.791955996724532, 0.0 ], [ 9.211986627355152, 48.791964082033786, 0.0 ], [ 9.21198543126574, 48.791970918429065, 0.0 ], [ 9.212004900051337, 48.791972501214865, 0.0 ], [ 9.212006095380461, 48.791965484973566, 0.0 ], [ 9.212108067392228, 48.791973570175308, 0.0 ], [ 9.212106871698108, 48.791980496494709, 0.0 ], [ 9.212126612686554, 48.791982078758593, 0.0 ], [ 9.212127808757062, 48.791975242361872, 0.0 ], [ 9.212229916526235, 48.791983237282132, 0.0 ], [ 9.212228584750934, 48.791990163853562, 0.0 ], [ 9.212306867418981, 48.791996296229414, 0.0 ], [ 9.212497414243485, 48.792011204824178, 0.0 ], [ 9.212480584403069, 48.79210277810035, 0.0 ], [ 9.212333397420226, 48.792090864927168, 0.0 ], [ 9.212333133571725, 48.792092843732803, 0.0 ], [ 9.211628046057097, 48.792038029274913, 0.0 ], [ 9.211627248756637, 48.792042616843574, 0.0 ], [ 9.211619897203017, 48.79204209081135, 0.0 ], [ 9.211639051677833, 48.791936575230032, 0.0 ], [ 9.211646267118667, 48.791937101511202, 0.0 ], [ 9.211645072118269, 48.791944207671769, 0.0 ], [ 9.211761474918552, 48.79195334574149, 0.0 ], [ 9.211762806378749, 48.791946329252404, 0.0 ], [ 9.211864778313362, 48.791954414669561, 0.0 ], [ 9.211863446867172, 48.791961431159791, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c7ed", "Latitude": 48.79086, "Longitude": 9.2142, "X_coordina": 3515811.18, "Y_coordina": 5405953.98, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 603.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 190.2, "Total_wall": 380.7, "Total_wa00": 0.0, "Total_outw": 654.8, "Total_shar": 195.9, "Total_roof": 223.9, "Gross_volu": 2074.8, "Is_Gross_v": "false", "Heated_vol": 1884.5, "Ridge_mean": 12.6, "Eaves_mean": 9.27, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.405, "Heated_are": 603.1, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 30452.0, "January_He": 5249.0, "February_H": 3630.0, "March_Heat": 2190.0, "April_Heat": 403.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1005.0, "November_H": 3248.0, "December_H": 5129.0, "PV_potenti": 11.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214217599484128, 48.790791036736323, 0.0 ], [ 9.214241424237105, 48.79095276500373, 0.0 ], [ 9.214171625159304, 48.790957031318818, 0.0 ], [ 9.214097335702299, 48.790961485786973, 0.0 ], [ 9.214079370060237, 48.79083328810799, 0.0 ], [ 9.214074876942821, 48.790800834034265, 0.0 ], [ 9.214078005968432, 48.790800558446833, 0.0 ], [ 9.214106309413149, 48.790799516669701, 0.0 ], [ 9.214217599484128, 48.790791036736323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c7ee", "Latitude": 48.79079, "Longitude": 9.21407, "X_coordina": 3515801.77, "Y_coordina": 5405946.85, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 68.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 37.3, "Total_wall": 87.8, "Total_wa00": 0.0, "Total_outw": 183.6, "Total_shar": 33.6, "Total_roof": 37.3, "Gross_volu": 155.5, "Is_Gross_v": "false", "Heated_vol": 155.5, "Ridge_mean": 4.2, "Eaves_mean": 4.17, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.045, "Heated_are": 68.4, "Mean_Uvalu": 0.38, "Specific_d": "73,0", "Specific_s": 58.0, "Total_Year": 8957.0, "January_He": 921.0, "February_H": 668.0, "March_Heat": 463.0, "April_Heat": 153.0, "May_Heatin": 17.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 228.0, "November_H": 586.0, "December_H": 899.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21398753489952, 48.790840203058082, 0.0 ], [ 9.213979979320156, 48.790791658343494, 0.0 ], [ 9.214075488560884, 48.790784646646038, 0.0 ], [ 9.214078005968432, 48.790800558446833, 0.0 ], [ 9.214074876942821, 48.790800834034265, 0.0 ], [ 9.214079370060237, 48.79083328810799, 0.0 ], [ 9.21398753489952, 48.790840203058082, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c398", "Latitude": 48.79138, "Longitude": 9.20291, "X_coordina": 3514981.39, "Y_coordina": 5406010.34, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 758.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 126.2, "Total_wall": 614.9, "Total_wa00": 0.0, "Total_outw": 845.0, "Total_shar": 296.0, "Total_roof": 220.7, "Gross_volu": 2496.5, "Is_Gross_v": "false", "Heated_vol": 2370.4, "Ridge_mean": 22.1, "Eaves_mean": 16.93, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.4, "Heated_are": 758.5, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 39992.0, "January_He": 6951.0, "February_H": 4873.0, "March_Heat": 2969.0, "April_Heat": 579.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1381.0, "November_H": 4330.0, "December_H": 6818.0, "PV_potenti": 8.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202871120458312, 48.791350406406472, 0.0 ], [ 9.202890765425275, 48.791362061865705, 0.0 ], [ 9.202985715017983, 48.791418096794253, 0.0 ], [ 9.202972960054799, 48.791427561254999, 0.0 ], [ 9.202930895317605, 48.791458659032962, 0.0 ], [ 9.202911355457475, 48.791473081241222, 0.0 ], [ 9.202818453448565, 48.791418571347023, 0.0 ], [ 9.202798506370003, 48.791433264024263, 0.0 ], [ 9.202777497897371, 48.791420981485182, 0.0 ], [ 9.202748577376044, 48.791404126768626, 0.0 ], [ 9.202843290526896, 48.791333999410256, 0.0 ], [ 9.202871120458312, 48.791350406406472, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c399", "Latitude": 48.79144, "Longitude": 9.20303, "X_coordina": 3514990.26, "Y_coordina": 5406016.23, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.8, "Total_wall": 78.3, "Total_wa00": 0.0, "Total_outw": 171.8, "Total_shar": 58.1, "Total_roof": 35.8, "Gross_volu": 156.5, "Is_Gross_v": "false", "Heated_vol": 156.5, "Ridge_mean": 4.4, "Eaves_mean": 4.37, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.958, "Heated_are": 65.3, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202972960054799, 48.791427561254999, 0.0 ], [ 9.202985715017983, 48.791418096794253, 0.0 ], [ 9.203045194853104, 48.791453152065564, 0.0 ], [ 9.202991875488356, 48.791494521000097, 0.0 ], [ 9.202930895317605, 48.791458659032962, 0.0 ], [ 9.202972960054799, 48.791427561254999, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2e9", "Latitude": 48.78973, "Longitude": 9.19359, "X_coordina": 3514296.59, "Y_coordina": 5405825.22, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 7115.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1284.6, "Total_wall": 3305.2, "Total_wa00": 0.0, "Total_outw": 4650.3, "Total_shar": 352.5, "Total_roof": 1739.0, "Gross_volu": 23518.9, "Is_Gross_v": "false", "Heated_vol": 22234.4, "Ridge_mean": 22.2, "Eaves_mean": 13.5, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.278, "Heated_are": 7115.0, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 52.2, "Total_Year": 475408.0, "January_He": 82800.0, "February_H": 62477.0, "March_Heat": 45545.0, "April_Heat": 17001.0, "May_Heatin": 2028.0, "June_Heati": 68, "July_Heati": 7, "August_Hea": 15, "September_": 3791.0, "October_He": 23601.0, "November_H": 54281.0, "December_H": 79844.0, "PV_potenti": 89.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193334027647676, 48.789732091592256, 0.0 ], [ 9.193653254777008, 48.789932264733444, 0.0 ], [ 9.193587022996324, 48.789979496076896, 0.0 ], [ 9.193522690854319, 48.790025285411431, 0.0 ], [ 9.193531692676226, 48.790030395929683, 0.0 ], [ 9.193528979124551, 48.790032558657174, 0.0 ], [ 9.193199389177023, 48.789827276915098, 0.0 ], [ 9.193215809011337, 48.789814929828175, 0.0 ], [ 9.193255432532167, 48.789784828844688, 0.0 ], [ 9.193160246043078, 48.789734361547232, 0.0 ], [ 9.193170829444961, 48.789726070819917, 0.0 ], [ 9.193488874591798, 48.789477437553685, 0.0 ], [ 9.193556247470612, 48.789514732561614, 0.0 ], [ 9.193584069225155, 48.789530062735487, 0.0 ], [ 9.193921207850824, 48.789716626560804, 0.0 ], [ 9.193859340204666, 48.789766098803959, 0.0 ], [ 9.193796794054849, 48.789816111697149, 0.0 ], [ 9.193669415225237, 48.789746455336733, 0.0 ], [ 9.193524852546471, 48.789667295809828, 0.0 ], [ 9.193460345359044, 48.789632064213698, 0.0 ], [ 9.193334027647676, 48.789732091592256, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ea", "Latitude": 48.78975, "Longitude": 9.19323, "X_coordina": 3514270.39, "Y_coordina": 5405826.77, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 75.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 87.5, "Total_wa00": 0.0, "Total_outw": 187.3, "Total_shar": 159.5, "Total_roof": 46.1, "Gross_volu": 272.9, "Is_Gross_v": "false", "Heated_vol": 236.2, "Ridge_mean": 5.9, "Eaves_mean": 5.89, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.709, "Heated_are": 75.6, "Mean_Uvalu": 0.63, "Specific_d": "non calculated", "Specific_s": 102.8, "Total_Year": 7767.0, "January_He": 1668.0, "February_H": 1259.0, "March_Heat": 925.0, "April_Heat": 356.0, "May_Heatin": 51.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 582.0, "November_H": 1178.0, "December_H": 1646.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193114258244613, 48.789744456171235, 0.0 ], [ 9.193120538498444, 48.789735480252943, 0.0 ], [ 9.193131235991768, 48.789728547184751, 0.0 ], [ 9.193144952533927, 48.789724585523992, 0.0 ], [ 9.193159893579383, 48.789724083867412, 0.0 ], [ 9.193170829444961, 48.789726070819917, 0.0 ], [ 9.193160246043078, 48.789734361547232, 0.0 ], [ 9.193255432532167, 48.789784828844688, 0.0 ], [ 9.193215809011337, 48.789814929828175, 0.0 ], [ 9.193163538385724, 48.789776620131022, 0.0 ], [ 9.193149348556833, 48.78977783092472, 0.0 ], [ 9.193135498933808, 48.789775489162679, 0.0 ], [ 9.193126638155551, 48.789771646299897, 0.0 ], [ 9.193117517056685, 48.789763802271445, 0.0 ], [ 9.193113207365831, 48.789754322555865, 0.0 ], [ 9.193114258244613, 48.789744456171235, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ec", "Latitude": 48.78945, "Longitude": 9.19389, "X_coordina": 3514318.75, "Y_coordina": 5405793.39, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3866.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 731.9, "Total_wall": 1827.9, "Total_wa00": 0.0, "Total_outw": 2512.6, "Total_shar": 370.0, "Total_roof": 967.3, "Gross_volu": 12520.6, "Is_Gross_v": "false", "Heated_vol": 12082.5, "Ridge_mean": 21.0, "Eaves_mean": 12.39, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.288, "Heated_are": 3866.4, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 53.9, "Total_Year": 264824.0, "January_He": 46807.0, "February_H": 35079.0, "March_Heat": 25257.0, "April_Heat": 9156.0, "May_Heatin": 1062.0, "June_Heati": 36, "July_Heati": 4, "August_Hea": 8, "September_": 2040.0, "October_He": 13129.0, "November_H": 30544.0, "December_H": 45216.0, "PV_potenti": 50.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193846861140283, 48.789317580724081, 0.0 ], [ 9.194193966932501, 48.789512669724722, 0.0 ], [ 9.19412829896099, 48.789564666384564, 0.0 ], [ 9.194082575605892, 48.789600892757392, 0.0 ], [ 9.194058964360325, 48.789618737429208, 0.0 ], [ 9.193916990636881, 48.789540473265774, 0.0 ], [ 9.193782927948771, 48.789466691795631, 0.0 ], [ 9.193714191634255, 48.789428769748071, 0.0 ], [ 9.193584069225155, 48.789530062735487, 0.0 ], [ 9.193556247470612, 48.789514732561614, 0.0 ], [ 9.193488874591798, 48.789477437553685, 0.0 ], [ 9.193680995361099, 48.789325323480909, 0.0 ], [ 9.193690764124122, 48.78931757361724, 0.0 ], [ 9.193783496218769, 48.789366875603179, 0.0 ], [ 9.193830307610179, 48.789330467668862, 0.0 ], [ 9.193846861140283, 48.789317580724081, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ed", "Latitude": 48.7893, "Longitude": 9.19379, "X_coordina": 3514312.14, "Y_coordina": 5405777.09, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 98.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 60.1, "Total_wall": 91.2, "Total_wa00": 0.0, "Total_outw": 169.9, "Total_shar": 144.2, "Total_roof": 60.1, "Gross_volu": 321.5, "Is_Gross_v": "false", "Heated_vol": 307.0, "Ridge_mean": 5.3, "Eaves_mean": 5.34, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.671, "Heated_are": 98.2, "Mean_Uvalu": 0.6, "Specific_d": "14,6", "Specific_s": 73.6, "Total_Year": 8669.0, "January_He": 1748.0, "February_H": 1195.0, "March_Heat": 777.0, "April_Heat": 254.0, "May_Heatin": 32.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 393.0, "November_H": 1052.0, "December_H": 1732.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193677307069493, 48.78932173273882, 0.0 ], [ 9.193672651954648, 48.789314456753523, 0.0 ], [ 9.193671125195143, 48.789306725888466, 0.0 ], [ 9.193672592429358, 48.789298989987934, 0.0 ], [ 9.193677191823008, 48.789291788361247, 0.0 ], [ 9.193680580936107, 48.789288365562783, 0.0 ], [ 9.193684380397022, 48.78928548161587, 0.0 ], [ 9.193693752301961, 48.789280699899443, 0.0 ], [ 9.193704628123735, 48.789277714125227, 0.0 ], [ 9.19371632810285, 48.789276705283612, 0.0 ], [ 9.193728035697355, 48.789277674748014, 0.0 ], [ 9.193738934365323, 48.789280623892253, 0.0 ], [ 9.193744660208472, 48.789283222044247, 0.0 ], [ 9.193830307610179, 48.789330467668862, 0.0 ], [ 9.193783496218769, 48.789366875603179, 0.0 ], [ 9.193690764124122, 48.78931757361724, 0.0 ], [ 9.193680995361099, 48.789325323480909, 0.0 ], [ 9.193677307069493, 48.78932173273882, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ee", "Latitude": 48.78949, "Longitude": 9.19388, "X_coordina": 3514318.68, "Y_coordina": 5405798.15, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 25.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.8, "Total_wall": 41.2, "Total_wa00": 0.0, "Total_outw": 44.6, "Total_shar": 33.3, "Total_roof": 27.8, "Gross_volu": 66.7, "Is_Gross_v": "false", "Heated_vol": 66.7, "Ridge_mean": 2.4, "Eaves_mean": 2.41, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.452, "Heated_are": 25.1, "Mean_Uvalu": 0.43, "Specific_d": "32,8", "Specific_s": 37.0, "Total_Year": 1749.0, "January_He": 271.0, "February_H": 169.0, "March_Heat": 72.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 133.0, "December_H": 259.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193916990636881, 48.789540473265774, 0.0 ], [ 9.193898131468883, 48.78955543234602, 0.0 ], [ 9.193764068803075, 48.789481659846444, 0.0 ], [ 9.193782941557879, 48.789466691772731, 0.0 ], [ 9.193916990636881, 48.789540473265774, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bfed", "Latitude": 48.79214, "Longitude": 9.19889, "X_coordina": 3514686.04, "Y_coordina": 5406094.23, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 677.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 276.9, "Total_wall": 148.8, "Total_wa00": 0.0, "Total_outw": 256.4, "Total_shar": 648.4, "Total_roof": 276.9, "Gross_volu": 2264.8, "Is_Gross_v": "false", "Heated_vol": 2117.0, "Ridge_mean": 8.2, "Eaves_mean": 8.18, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.315, "Heated_are": 677.5, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 6.9, "Total_Year": 26902.0, "January_He": 1582.0, "February_H": 917.0, "March_Heat": 269.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 445.0, "December_H": 1403.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198880408518374, 48.792054635254907, 0.0 ], [ 9.199013274898835, 48.792132009774541, 0.0 ], [ 9.1988186749867, 48.792275324431102, 0.0 ], [ 9.198813081798164, 48.79227200691475, 0.0 ], [ 9.198687714968473, 48.79219821617064, 0.0 ], [ 9.198734937990537, 48.792162884634855, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198880408518374, 48.792054635254907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bf86", "Latitude": 48.78806, "Longitude": 9.19945, "X_coordina": 3514728.36, "Y_coordina": 5405639.88, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 687.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.6, "Total_wall": 651.0, "Total_wa00": 0.0, "Total_outw": 1015.4, "Total_shar": 0.0, "Total_roof": 236.6, "Gross_volu": 2620.6, "Is_Gross_v": "false", "Heated_vol": 2436.0, "Ridge_mean": 16.5, "Eaves_mean": 11.76, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 11, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 687.4, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 55.1, "Total_Year": 48729.0, "January_He": 9079.0, "February_H": 6438.0, "March_Heat": 4194.0, "April_Heat": 1038.0, "May_Heatin": 54.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 157.0, "October_He": 2133.0, "November_H": 5834.0, "December_H": 8915.0, "PV_potenti": 11.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199465757822075, 48.788000045563209, 0.0 ], [ 9.199479148241437, 48.788047951678543, 0.0 ], [ 9.199485269312765, 48.7880472216859, 0.0 ], [ 9.19950997862691, 48.788135393987453, 0.0 ], [ 9.199425236079207, 48.788145612223786, 0.0 ], [ 9.199378580175123, 48.788151268278924, 0.0 ], [ 9.199377901519098, 48.788151719072211, 0.0 ], [ 9.199360773023031, 48.78815642475687, 0.0 ], [ 9.199343607480232, 48.788151778442824, 0.0 ], [ 9.199336486054492, 48.788140460389556, 0.0 ], [ 9.199341618196435, 48.788130559903365, 0.0 ], [ 9.199310553371721, 48.788018209101708, 0.0 ], [ 9.199404138537689, 48.788007256248648, 0.0 ], [ 9.199465757822075, 48.788000045563209, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bf87", "Latitude": 48.78811, "Longitude": 9.19959, "X_coordina": 3514738.55, "Y_coordina": 5405646.1, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.7, "Total_wall": 36.3, "Total_wa00": 0.0, "Total_outw": 110.8, "Total_shar": 54.2, "Total_roof": 23.7, "Gross_volu": 63.4, "Is_Gross_v": "false", "Heated_vol": 60.8, "Ridge_mean": 2.7, "Eaves_mean": 2.71, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.345, "Heated_are": 19.4, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19955869387462, 48.788099969579818, 0.0 ], [ 9.19958179761332, 48.788160717932335, 0.0 ], [ 9.199533651168082, 48.788167995259343, 0.0 ], [ 9.19951666535367, 48.788105707595498, 0.0 ], [ 9.19955869387462, 48.788099969579818, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bd42", "Latitude": 48.78793, "Longitude": 9.19807, "X_coordina": 3514626.56, "Y_coordina": 5405625.7, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 381.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 118.4, "Total_wall": 324.0, "Total_wa00": 0.0, "Total_outw": 546.1, "Total_shar": 49.1, "Total_roof": 259.7, "Gross_volu": 1199.2, "Is_Gross_v": "false", "Heated_vol": 1192.4, "Ridge_mean": 13.6, "Eaves_mean": 5.11, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.587, "Heated_are": 381.6, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 50.6, "Total_Year": 25343.0, "January_He": 4661.0, "February_H": 3328.0, "March_Heat": 2095.0, "April_Heat": 467.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1064.0, "November_H": 3024.0, "December_H": 4576.0, "PV_potenti": 11.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197937143138761, 48.787981101512308, 0.0 ], [ 9.197950991119397, 48.787972714808284, 0.0 ], [ 9.198002924094178, 48.787890165528133, 0.0 ], [ 9.198026298464342, 48.787881852358133, 0.0 ], [ 9.198035835151451, 48.787884533667857, 0.0 ], [ 9.198063858948689, 48.78789229983731, 0.0 ], [ 9.198091964831361, 48.787900173767113, 0.0 ], [ 9.19810163761222, 48.78790285483727, 0.0 ], [ 9.198110268779386, 48.787917497545408, 0.0 ], [ 9.19808105700554, 48.787964038328965, 0.0 ], [ 9.1980714546429, 48.787979251944215, 0.0 ], [ 9.198043594114431, 48.788023362454787, 0.0 ], [ 9.197990557557095, 48.788008751136303, 0.0 ], [ 9.197969618156993, 48.788002987060217, 0.0 ], [ 9.197948389282157, 48.788003203401225, 0.0 ], [ 9.197936369057492, 48.787991893681941, 0.0 ], [ 9.197937143138761, 48.787981101512308, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bbd6", "Latitude": 48.79454, "Longitude": 9.20888, "X_coordina": 3515419.16, "Y_coordina": 5406362.99, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1730.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 270.8, "Total_wall": 1488.3, "Total_wa00": 0.0, "Total_outw": 1890.6, "Total_shar": 0.0, "Total_roof": 270.8, "Gross_volu": 5616.2, "Is_Gross_v": "false", "Heated_vol": 5408.6, "Ridge_mean": 21.7, "Eaves_mean": 21.73, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 28, "Number_o00": 43, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.371, "Heated_are": 1730.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 84060.0, "January_He": 14140.0, "February_H": 9888.0, "March_Heat": 6046.0, "April_Heat": 1169.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 2697.0, "November_H": 8744.0, "December_H": 13830.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208966905258945, 48.794496273812783, 0.0 ], [ 9.208929770925698, 48.794600023052347, 0.0 ], [ 9.208889049085192, 48.794593712351713, 0.0 ], [ 9.20886429396973, 48.794663178238245, 0.0 ], [ 9.208740902659407, 48.794644068398696, 0.0 ], [ 9.208745207654022, 48.794631920915172, 0.0 ], [ 9.208737172243048, 48.794630676550383, 0.0 ], [ 9.208709252465049, 48.794626320899198, 0.0 ], [ 9.208724858968861, 48.794582499841511, 0.0 ], [ 9.208751903765643, 48.794507184802164, 0.0 ], [ 9.208766972866805, 48.794465073259623, 0.0 ], [ 9.208966905258945, 48.794496273812783, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b8a7", "Latitude": 48.79002, "Longitude": 9.19793, "X_coordina": 3514615.79, "Y_coordina": 5405857.32, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 493.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 171.5, "Total_wall": 441.8, "Total_wa00": 0.0, "Total_outw": 744.0, "Total_shar": 0.0, "Total_roof": 195.1, "Gross_volu": 1656.0, "Is_Gross_v": "false", "Heated_vol": 1542.8, "Ridge_mean": 11.3, "Eaves_mean": 7.97, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.508, "Heated_are": 493.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 30896.0, "January_He": 5677.0, "February_H": 3984.0, "March_Heat": 2440.0, "April_Heat": 504.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1215.0, "November_H": 3602.0, "December_H": 5568.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19788186506632, 48.790120210198587, 0.0 ], [ 9.197821304126974, 48.790085783577318, 0.0 ], [ 9.197760334285816, 48.790051177779013, 0.0 ], [ 9.197890186633771, 48.789952218563222, 0.0 ], [ 9.19795402605795, 48.789989786840323, 0.0 ], [ 9.198011590813596, 48.790023679002665, 0.0 ], [ 9.19788186506632, 48.790120210198587, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b827", "Latitude": 48.78802, "Longitude": 9.20879, "X_coordina": 3515414.03, "Y_coordina": 5405637.67, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 212.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.3, "Total_wall": 135.1, "Total_wa00": 0.0, "Total_outw": 227.0, "Total_shar": 267.4, "Total_roof": 92.3, "Gross_volu": 682.2, "Is_Gross_v": "false", "Heated_vol": 664.4, "Ridge_mean": 13.5, "Eaves_mean": 8.81, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.428, "Heated_are": 212.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.2, "Total_Year": 12133.0, "January_He": 2121.0, "February_H": 1497.0, "March_Heat": 978.0, "April_Heat": 252.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 462.0, "November_H": 1329.0, "December_H": 2083.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208666611875922, 48.788052532762528, 0.0 ], [ 9.208696581227796, 48.788026940135531, 0.0 ], [ 9.208732246808708, 48.787996661145748, 0.0 ], [ 9.20873701992201, 48.787999080433025, 0.0 ], [ 9.208815915755881, 48.788023396636447, 0.0 ], [ 9.208790884026778, 48.788058242479423, 0.0 ], [ 9.208770318149178, 48.788087055335652, 0.0 ], [ 9.208677659166989, 48.788058357782525, 0.0 ], [ 9.208666611875922, 48.788052532762528, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b629", "Latitude": 48.79546, "Longitude": 9.20855, "X_coordina": 3515394.76, "Y_coordina": 5406464.75, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1004.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 227.5, "Total_wall": 786.7, "Total_wa00": 0.0, "Total_outw": 1059.1, "Total_shar": 202.3, "Total_roof": 227.5, "Gross_volu": 3138.0, "Is_Gross_v": "false", "Heated_vol": 3138.0, "Ridge_mean": 15.5, "Eaves_mean": 15.47, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1004.1, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.5, "Total_Year": 52573.0, "January_He": 8740.0, "February_H": 6278.0, "March_Heat": 4247.0, "April_Heat": 1200.0, "May_Heatin": 55.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 136.0, "October_He": 1995.0, "November_H": 5497.0, "December_H": 8519.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208603354658612, 48.795445266702608, 0.0 ], [ 9.208644485846831, 48.795451666685238, 0.0 ], [ 9.208647444032385, 48.795442938741857, 0.0 ], [ 9.208660927956297, 48.79544516239968, 0.0 ], [ 9.208624602604592, 48.795547381357643, 0.0 ], [ 9.208464571760029, 48.795522402641076, 0.0 ], [ 9.208358611392386, 48.795505958546364, 0.0 ], [ 9.208392114762196, 48.795412377438481, 0.0 ], [ 9.208445095030584, 48.795420644444363, 0.0 ], [ 9.208448189355909, 48.795411916259646, 0.0 ], [ 9.208606448957992, 48.795436538513727, 0.0 ], [ 9.208603354658612, 48.795445266702608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b61c", "Latitude": 48.79183, "Longitude": 9.20333, "X_coordina": 3515011.82, "Y_coordina": 5406060.56, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 669.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.6, "Total_wall": 504.8, "Total_wa00": 0.0, "Total_outw": 791.0, "Total_shar": 286.9, "Total_roof": 200.7, "Gross_volu": 2469.1, "Is_Gross_v": "false", "Heated_vol": 2298.5, "Ridge_mean": 16.1, "Eaves_mean": 12.81, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 11, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.371, "Heated_are": 669.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 38731.0, "January_He": 6830.0, "February_H": 4886.0, "March_Heat": 3073.0, "April_Heat": 623.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1532.0, "November_H": 4438.0, "December_H": 6648.0, "PV_potenti": 10.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203233480140261, 48.791771958798087, 0.0 ], [ 9.203299517801646, 48.79177939581713, 0.0 ], [ 9.203299789996095, 48.791779395336611, 0.0 ], [ 9.203296573070347, 48.791791630625397, 0.0 ], [ 9.203372278034578, 48.791800129619176, 0.0 ], [ 9.203336764931711, 48.79193696612532, 0.0 ], [ 9.203279849232105, 48.79193041226187, 0.0 ], [ 9.203263101232052, 48.791928463505414, 0.0 ], [ 9.203196790458986, 48.791920847100393, 0.0 ], [ 9.20319379522228, 48.791920582614658, 0.0 ], [ 9.203233480140261, 48.791771958798087, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003acc8", "Latitude": 48.79281, "Longitude": 9.20252, "X_coordina": 3514952.01, "Y_coordina": 5406168.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 153.8, "SecondaryU": "industry", "Secondar00": 63.6, "BuildingTy": "EFH", "Footprint_": 79.5, "Total_wall": 226.5, "Total_wa00": 0.0, "Total_outw": 407.7, "Total_shar": 65.3, "Total_roof": 79.5, "Gross_volu": 537.0, "Is_Gross_v": "false", "Heated_vol": 537.0, "Ridge_mean": 6.7, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.718, "Heated_are": 217.4, "Mean_Uvalu": 0.49, "Specific_d": "20,8", "Specific_s": 38.0, "Total_Year": 12783.0, "January_He": 2114.0, "February_H": 1475.0, "March_Heat": 864.0, "April_Heat": 161.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 332.0, "November_H": 1242.0, "December_H": 2053.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202539643687228, 48.79281818327437, 0.0 ], [ 9.202440585144616, 48.792891555252808, 0.0 ], [ 9.20243649273146, 48.792889224433779, 0.0 ], [ 9.202381650959618, 48.792857128184217, 0.0 ], [ 9.20245641745851, 48.792801154217642, 0.0 ], [ 9.202505131875725, 48.792764919282654, 0.0 ], [ 9.202564340046793, 48.792799795424628, 0.0 ], [ 9.202539643687228, 48.79281818327437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abdd", "Latitude": 48.78915, "Longitude": 9.19867, "X_coordina": 3514670.6, "Y_coordina": 5405761.44, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 990.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 207.4, "Total_wall": 826.3, "Total_wa00": 0.0, "Total_outw": 1207.3, "Total_shar": 0.0, "Total_roof": 228.5, "Gross_volu": 3300.1, "Is_Gross_v": "false", "Heated_vol": 3096.6, "Ridge_mean": 17.5, "Eaves_mean": 14.33, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 990.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 53553.0, "January_He": 9427.0, "February_H": 6554.0, "March_Heat": 4012.0, "April_Heat": 777.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 1851.0, "November_H": 5878.0, "December_H": 9253.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198728453143794, 48.789107920756365, 0.0 ], [ 9.198732911989183, 48.789168701442975, 0.0 ], [ 9.19873737049044, 48.789229392205741, 0.0 ], [ 9.198530816165913, 48.78923757185099, 0.0 ], [ 9.198525267417212, 48.789176433341716, 0.0 ], [ 9.198519718682219, 48.789115294831497, 0.0 ], [ 9.198728453143794, 48.789107920756365, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abd6", "Latitude": 48.78896, "Longitude": 9.19864, "X_coordina": 3514668.05, "Y_coordina": 5405740.64, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 299.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 128.0, "Total_wall": 340.3, "Total_wa00": 0.0, "Total_outw": 579.6, "Total_shar": 87.9, "Total_roof": 148.2, "Gross_volu": 1064.9, "Is_Gross_v": "false", "Heated_vol": 937.0, "Ridge_mean": 12.6, "Eaves_mean": 5.52, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.616, "Heated_are": 299.8, "Mean_Uvalu": 0.57, "Specific_d": "73,0", "Specific_s": 71.9, "Total_Year": 43460.0, "January_He": 5074.0, "February_H": 3622.0, "March_Heat": 2416.0, "April_Heat": 739.0, "May_Heatin": 73.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 160.0, "October_He": 1255.0, "November_H": 3259.0, "December_H": 4969.0, "PV_potenti": 3.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198604963729993, 48.788956072919937, 0.0 ], [ 9.198670550059093, 48.788953711695889, 0.0 ], [ 9.198677557129258, 48.789039486762704, 0.0 ], [ 9.198619590656641, 48.789041565077369, 0.0 ], [ 9.198509099163676, 48.789045172697378, 0.0 ], [ 9.198513976639816, 48.789005148268203, 0.0 ], [ 9.198519646879577, 48.788959097587728, 0.0 ], [ 9.198536519866895, 48.788958528956918, 0.0 ], [ 9.198539668946745, 48.78892884872505, 0.0 ], [ 9.198602397362912, 48.788926492467041, 0.0 ], [ 9.198604963729993, 48.788956072919937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abd8", "Latitude": 48.78904, "Longitude": 9.1986, "X_coordina": 3514665.61, "Y_coordina": 5405748.76, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.8, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 155.8, "Total_shar": 60.2, "Total_roof": 28.8, "Gross_volu": 90.9, "Is_Gross_v": "false", "Heated_vol": 72.8, "Ridge_mean": 3.2, "Eaves_mean": 3.18, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.244, "Heated_are": 23.3, "Mean_Uvalu": 0.6, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19850778189382, 48.789056235576147, 0.0 ], [ 9.198509099163676, 48.789045172697378, 0.0 ], [ 9.198576319401544, 48.789042988557696, 0.0 ], [ 9.198619590656641, 48.789041565077369, 0.0 ], [ 9.198622024853965, 48.789072134917333, 0.0 ], [ 9.198498333986816, 48.789076124987204, 0.0 ], [ 9.198506858704997, 48.789063700829878, 0.0 ], [ 9.19850778189382, 48.789056235576147, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa53", "Latitude": 48.78936, "Longitude": 9.20057, "X_coordina": 3514809.69, "Y_coordina": 5405785.49, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1404.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 224.1, "Total_wall": 1046.9, "Total_wa00": 0.0, "Total_outw": 1320.3, "Total_shar": 22.1, "Total_roof": 338.5, "Gross_volu": 4526.0, "Is_Gross_v": "false", "Heated_vol": 4389.9, "Ridge_mean": 24.0, "Eaves_mean": 15.55, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 44, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.364, "Heated_are": 1404.8, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 67217.0, "January_He": 11168.0, "February_H": 7833.0, "March_Heat": 4918.0, "April_Heat": 989.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 2124.0, "November_H": 6877.0, "December_H": 10949.0, "PV_potenti": 13.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200657234762238, 48.789372008957642, 0.0 ], [ 9.200658801677875, 48.789389541336682, 0.0 ], [ 9.200620547881968, 48.789417250513068, 0.0 ], [ 9.200570461033156, 48.789453541017259, 0.0 ], [ 9.200514121463399, 48.789420007690872, 0.0 ], [ 9.200391243220837, 48.789423189064387, 0.0 ], [ 9.200385419322229, 48.789327700295409, 0.0 ], [ 9.200652390760618, 48.789317613596872, 0.0 ], [ 9.200653247819268, 48.789327773474668, 0.0 ], [ 9.200655385268528, 48.789351869285369, 0.0 ], [ 9.200657234762238, 48.789372008957642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa50", "Latitude": 48.7878, "Longitude": 9.20972, "X_coordina": 3515482.84, "Y_coordina": 5405612.8, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3905.0, "SecondaryU": "retail", "Secondar00": 811.0, "BuildingTy": "GMH", "Footprint_": 1013.8, "Total_wall": 2100.3, "Total_wa00": 0.0, "Total_outw": 2833.4, "Total_shar": 133.7, "Total_roof": 1013.8, "Gross_volu": 15751.2, "Is_Gross_v": "false", "Heated_vol": 14737.5, "Ridge_mean": 19.4, "Eaves_mean": 10.35, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 76, "Number_o00": 118, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.27, "Heated_are": 4716.0, "Mean_Uvalu": 0.48, "Specific_d": "25,7", "Specific_s": 32.5, "Total_Year": 274385.0, "January_He": 37430.0, "February_H": 26719.0, "March_Heat": 17226.0, "April_Heat": 4033.0, "May_Heatin": 129.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 387.0, "October_He": 7621.0, "November_H": 23301.0, "December_H": 36472.0, "PV_potenti": 46.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209381387956844, 48.787866172496202, 0.0 ], [ 9.209308263454213, 48.787855244815589, 0.0 ], [ 9.209336614917206, 48.787767967328257, 0.0 ], [ 9.20934015241383, 48.787767781050448, 0.0 ], [ 9.209353592349149, 48.787727201045485, 0.0 ], [ 9.209369183455127, 48.787680322471104, 0.0 ], [ 9.209441490451603, 48.787691071752853, 0.0 ], [ 9.210045409938276, 48.787780435031209, 0.0 ], [ 9.210003731957094, 48.787902447529376, 0.0 ], [ 9.209962707019152, 48.787952699737588, 0.0 ], [ 9.209941872605794, 48.787949590393247, 0.0 ], [ 9.209919267941267, 48.787946214501041, 0.0 ], [ 9.209638208341056, 48.787904372440686, 0.0 ], [ 9.209556641112307, 48.787892201355291, 0.0 ], [ 9.209381387956844, 48.787866172496202, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa51", "Latitude": 48.78804, "Longitude": 9.20992, "X_coordina": 3515497.32, "Y_coordina": 5405639.86, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 109.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 132.1, "Total_wall": 141.1, "Total_wa00": 0.0, "Total_outw": 426.5, "Total_shar": 0.0, "Total_roof": 132.1, "Gross_volu": 378.3, "Is_Gross_v": "false", "Heated_vol": 342.7, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.11, "Heated_are": 109.7, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209746298880372, 48.788011184778966, 0.0 ], [ 9.21002218410359, 48.788052136775221, 0.0 ], [ 9.210003228082456, 48.788107834089807, 0.0 ], [ 9.209727343318722, 48.788067061895013, 0.0 ], [ 9.209746298880372, 48.788011184778966, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa12", "Latitude": 48.78919, "Longitude": 9.1958, "X_coordina": 3514459.86, "Y_coordina": 5405765.12, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 832.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 127.2, "Total_wall": 719.0, "Total_wa00": 0.0, "Total_outw": 962.7, "Total_shar": 228.4, "Total_roof": 228.0, "Gross_volu": 2706.6, "Is_Gross_v": "false", "Heated_vol": 2601.2, "Ridge_mean": 23.3, "Eaves_mean": 16.78, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 15, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.409, "Heated_are": 832.4, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 43.2, "Total_Year": 49167.0, "January_He": 8859.0, "February_H": 6249.0, "March_Heat": 3834.0, "April_Heat": 757.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 1848.0, "November_H": 5626.0, "December_H": 8692.0, "PV_potenti": 6.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195686263543443, 48.789174818229725, 0.0 ], [ 9.195720594003646, 48.789148951800833, 0.0 ], [ 9.195739912513416, 48.78914730033928, 0.0 ], [ 9.195755325332819, 48.789156176579944, 0.0 ], [ 9.195756309445814, 48.789164268034639, 0.0 ], [ 9.195769949951735, 48.789172337973369, 0.0 ], [ 9.195786183174045, 48.789182201975173, 0.0 ], [ 9.195798124480566, 48.789173279231534, 0.0 ], [ 9.195795260637706, 48.789171755399011, 0.0 ], [ 9.195781622926622, 48.789164404847646, 0.0 ], [ 9.195783929463486, 48.789162602453324, 0.0 ], [ 9.195797296393417, 48.789170313159396, 0.0 ], [ 9.195818847288015, 48.789182775900393, 0.0 ], [ 9.195849127220637, 48.789200169591957, 0.0 ], [ 9.195873951659388, 48.789214515151507, 0.0 ], [ 9.195796604771671, 48.789272377666194, 0.0 ], [ 9.195762316608681, 48.789274144510152, 0.0 ], [ 9.195647329050798, 48.789206627430829, 0.0 ], [ 9.195689262424418, 48.789176072064549, 0.0 ], [ 9.195686263543443, 48.789174818229725, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a92a", "Latitude": 48.78856, "Longitude": 9.21231, "X_coordina": 3515672.51, "Y_coordina": 5405698.46, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.2, "Total_wall": 48.2, "Total_wa00": 0.0, "Total_outw": 103.1, "Total_shar": 206.0, "Total_roof": 52.4, "Gross_volu": 313.4, "Is_Gross_v": "false", "Heated_vol": 272.2, "Ridge_mean": 9.2, "Eaves_mean": 5.92, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 87.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 5423.0, "January_He": 1014.0, "February_H": 698.0, "March_Heat": 404.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 206.0, "November_H": 649.0, "December_H": 993.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212320552834466, 48.788562645252632, 0.0 ], [ 9.21231611057196, 48.788606446261362, 0.0 ], [ 9.212259759283413, 48.788604032276723, 0.0 ], [ 9.212201774937448, 48.788601621273678, 0.0 ], [ 9.212205672566057, 48.788557731349279, 0.0 ], [ 9.212263929417832, 48.788560231771747, 0.0 ], [ 9.212320552834466, 48.788562645252632, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b4", "Latitude": 48.78839, "Longitude": 9.19549, "X_coordina": 3514437.05, "Y_coordina": 5405675.96, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1030.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 228.4, "Total_wall": 466.1, "Total_wa00": 0.0, "Total_outw": 748.6, "Total_shar": 543.1, "Total_roof": 256.3, "Gross_volu": 3448.8, "Is_Gross_v": "false", "Heated_vol": 3220.4, "Ridge_mean": 16.6, "Eaves_mean": 13.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.286, "Heated_are": 1030.5, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 28.3, "Total_Year": 45508.0, "January_He": 7234.0, "February_H": 5139.0, "March_Heat": 3220.0, "April_Heat": 592.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1421.0, "November_H": 4512.0, "December_H": 7011.0, "PV_potenti": 13.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195574764525022, 48.788464071306791, 0.0 ], [ 9.195500275801285, 48.788486768628545, 0.0 ], [ 9.195425650921843, 48.788509466133135, 0.0 ], [ 9.195347501111033, 48.788395395695439, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.19539624565054, 48.788331647048786, 0.0 ], [ 9.195470192285432, 48.788309580179401, 0.0 ], [ 9.195574764525022, 48.788464071306791, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b5", "Latitude": 48.78849, "Longitude": 9.19535, "X_coordina": 3514426.72, "Y_coordina": 5405687.01, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 76.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.7, "Total_wall": 129.6, "Total_wa00": 0.0, "Total_outw": 299.8, "Total_shar": 0.0, "Total_roof": 42.7, "Gross_volu": 233.6, "Is_Gross_v": "false", "Heated_vol": 204.0, "Ridge_mean": 5.5, "Eaves_mean": 5.49, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.001, "Heated_are": 76.8, "Mean_Uvalu": 0.51, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195336708023074, 48.788489743914845, 0.0 ], [ 9.195349711120418, 48.78850896551814, 0.0 ], [ 9.195352021831608, 48.788508242208991, 0.0 ], [ 9.195366940302335, 48.788530068346823, 0.0 ], [ 9.19530264721166, 48.788549960609402, 0.0 ], [ 9.195246888979529, 48.788489716392931, 0.0 ], [ 9.19531866094156, 48.788468282774161, 0.0 ], [ 9.19533385365696, 48.788490647993171, 0.0 ], [ 9.195336708023074, 48.788489743914845, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b6", "Latitude": 48.78838, "Longitude": 9.1953, "X_coordina": 3514422.99, "Y_coordina": 5405674.53, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 111.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 60.5, "Total_wall": 111.8, "Total_wa00": 0.0, "Total_outw": 306.3, "Total_shar": 48.3, "Total_roof": 60.5, "Gross_volu": 227.4, "Is_Gross_v": "false", "Heated_vol": 227.4, "Ridge_mean": 3.8, "Eaves_mean": 3.77, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.024, "Heated_are": 111.6, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.195347501111033, 48.788395395695439, 0.0 ], [ 9.195200831164634, 48.788439257383899, 0.0 ], [ 9.195164076257045, 48.788401371901102, 0.0 ], [ 9.195173183701725, 48.78839865875581, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a563", "Latitude": 48.78815, "Longitude": 9.21097, "X_coordina": 3515574.49, "Y_coordina": 5405652.29, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 156.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.4, "Total_wall": 155.9, "Total_wa00": 0.0, "Total_outw": 247.9, "Total_shar": 118.1, "Total_roof": 92.4, "Gross_volu": 545.2, "Is_Gross_v": "false", "Heated_vol": 487.8, "Ridge_mean": 12.4, "Eaves_mean": 6.65, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.598, "Heated_are": 156.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.4, "Total_Year": 11439.0, "January_He": 2143.0, "February_H": 1540.0, "March_Heat": 986.0, "April_Heat": 230.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 516.0, "November_H": 1417.0, "December_H": 2090.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210977889400395, 48.788204519011437, 0.0 ], [ 9.210919071713436, 48.788197972401342, 0.0 ], [ 9.210856713883883, 48.788190982624883, 0.0 ], [ 9.21087335060942, 48.788134120409978, 0.0 ], [ 9.21093557567545, 48.788141919733597, 0.0 ], [ 9.210994124517232, 48.788149276140842, 0.0 ], [ 9.210977889400395, 48.788204519011437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a3e3", "Latitude": 48.79234, "Longitude": 9.19829, "X_coordina": 3514641.57, "Y_coordina": 5406115.4, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 128.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 45.3, "Total_wall": 49.2, "Total_wa00": 0.0, "Total_outw": 98.8, "Total_shar": 309.9, "Total_roof": 72.0, "Gross_volu": 446.6, "Is_Gross_v": "false", "Heated_vol": 401.3, "Ridge_mean": 12.8, "Eaves_mean": 6.76, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 128.4, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 6684.0, "January_He": 1133.0, "February_H": 804.0, "March_Heat": 517.0, "April_Heat": 115.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 243.0, "November_H": 716.0, "December_H": 1107.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198267480905164, 48.792312154268323, 0.0 ], [ 9.198282213582612, 48.792320761566515, 0.0 ], [ 9.198309769317005, 48.792336900362685, 0.0 ], [ 9.198310990307608, 48.792335909100501, 0.0 ], [ 9.198314400573736, 48.792337881546629, 0.0 ], [ 9.198268803901065, 48.792371591484212, 0.0 ], [ 9.198226192842558, 48.792403138098095, 0.0 ], [ 9.198222782221213, 48.792401075726424, 0.0 ], [ 9.198224003569317, 48.792400174388142, 0.0 ], [ 9.198182260604307, 48.792375697094649, 0.0 ], [ 9.198181039256045, 48.792376598432476, 0.0 ], [ 9.198177493247782, 48.792374716139619, 0.0 ], [ 9.19822037580197, 48.792342989229084, 0.0 ], [ 9.198265700992506, 48.792309459625073, 0.0 ], [ 9.198268838349017, 48.792311252695242, 0.0 ], [ 9.198267480905164, 48.792312154268323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a22d", "Latitude": 48.78989, "Longitude": 9.21296, "X_coordina": 3515720.14, "Y_coordina": 5405846.13, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 569.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 141.7, "Total_wall": 377.1, "Total_wa00": 0.0, "Total_outw": 564.5, "Total_shar": 212.1, "Total_roof": 221.7, "Gross_volu": 1822.9, "Is_Gross_v": "false", "Heated_vol": 1778.6, "Ridge_mean": 15.9, "Eaves_mean": 9.8, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.412, "Heated_are": 569.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 39.2, "Total_Year": 31309.0, "January_He": 5613.0, "February_H": 3855.0, "March_Heat": 2279.0, "April_Heat": 422.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1079.0, "November_H": 3469.0, "December_H": 5518.0, "PV_potenti": 10.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213014494084643, 48.7899501444872, 0.0 ], [ 9.212952915474013, 48.789967074091386, 0.0 ], [ 9.212887666514368, 48.789984999607583, 0.0 ], [ 9.212816553958779, 48.789871467573718, 0.0 ], [ 9.212815457997905, 48.789869761050007, 0.0 ], [ 9.21283924557193, 48.789862972816444, 0.0 ], [ 9.212880563895485, 48.789850217213385, 0.0 ], [ 9.212896873624137, 48.789845151339726, 0.0 ], [ 9.212941186700755, 48.78983257002578, 0.0 ], [ 9.213014494084643, 48.7899501444872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c5", "Latitude": 48.78777, "Longitude": 9.20357, "X_coordina": 3515031.11, "Y_coordina": 5405608.44, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 3202.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 775.7, "Total_wall": 1546.4, "Total_wa00": 0.0, "Total_outw": 2438.8, "Total_shar": 350.5, "Total_roof": 943.8, "Gross_volu": 10616.2, "Is_Gross_v": "false", "Heated_vol": 10007.7, "Ridge_mean": 15.8, "Eaves_mean": 10.8, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.318, "Heated_are": 3202.5, "Mean_Uvalu": 0.47, "Specific_d": "24,8", "Specific_s": 42.6, "Total_Year": 215829.0, "January_He": 31191.0, "February_H": 22767.0, "March_Heat": 15712.0, "April_Heat": 4776.0, "May_Heatin": 402.0, "June_Heati": 17, "July_Heati": 2, "August_Hea": 6, "September_": 1167.0, "October_He": 9003.0, "November_H": 20882.0, "December_H": 30355.0, "PV_potenti": 49.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203709959767204, 48.788073727025221, 0.0 ], [ 9.203613903298573, 48.788079112477632, 0.0 ], [ 9.203537030745784, 48.788083384860798, 0.0 ], [ 9.203533526738154, 48.788058212429519, 0.0 ], [ 9.203524143069956, 48.787992494819072, 0.0 ], [ 9.2035169899063, 48.78793990211971, 0.0 ], [ 9.203513483373486, 48.787914100226004, 0.0 ], [ 9.203384355133457, 48.787582060419005, 0.0 ], [ 9.20337211576156, 48.787584150279095, 0.0 ], [ 9.203359465417259, 48.787551890023018, 0.0 ], [ 9.203348326565246, 48.787523224043042, 0.0 ], [ 9.203437125115, 48.787506880946005, 0.0 ], [ 9.203494647180724, 48.787496348167984, 0.0 ], [ 9.203512870294686, 48.787493258559884, 0.0 ], [ 9.203535697619751, 48.787551848447023, 0.0 ], [ 9.203532569464642, 48.787552303594197, 0.0 ], [ 9.203665552335933, 48.787895037335488, 0.0 ], [ 9.203685016741021, 48.787895992069821, 0.0 ], [ 9.203709959767204, 48.788073727025221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c6", "Latitude": 48.78741, "Longitude": 9.20376, "X_coordina": 3515044.89, "Y_coordina": 5405569.1, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 904.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 242.0, "Total_wall": 692.7, "Total_wa00": 0.0, "Total_outw": 1061.5, "Total_shar": 0.0, "Total_roof": 272.9, "Gross_volu": 3069.0, "Is_Gross_v": "false", "Heated_vol": 2827.0, "Ridge_mean": 14.4, "Eaves_mean": 10.93, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.413, "Heated_are": 904.6, "Mean_Uvalu": 0.48, "Specific_d": "24,8", "Specific_s": 46.3, "Total_Year": 64397.0, "January_He": 9811.0, "February_H": 7021.0, "March_Heat": 4645.0, "April_Heat": 1286.0, "May_Heatin": 113.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 303.0, "October_He": 2638.0, "November_H": 6457.0, "December_H": 9645.0, "PV_potenti": 15.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203589695870662, 48.78737667161316, 0.0 ], [ 9.203668542026717, 48.787355939672132, 0.0 ], [ 9.203749019684116, 48.787334845095806, 0.0 ], [ 9.203844909785811, 48.787490333268444, 0.0 ], [ 9.203760896969241, 48.787512243479348, 0.0 ], [ 9.203679059267913, 48.787533610239798, 0.0 ], [ 9.203639468878931, 48.787469025139302, 0.0 ], [ 9.203642185496491, 48.787467761403967, 0.0 ], [ 9.203610682452597, 48.787417549778148, 0.0 ], [ 9.203585617675879, 48.787377757907045, 0.0 ], [ 9.203589695870662, 48.78737667161316, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c7", "Latitude": 48.78748, "Longitude": 9.20328, "X_coordina": 3515009.91, "Y_coordina": 5405575.97, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 2444.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 800.4, "Total_wall": 1251.7, "Total_wa00": 0.0, "Total_outw": 2029.8, "Total_shar": 200.2, "Total_roof": 800.4, "Gross_volu": 8437.9, "Is_Gross_v": "false", "Heated_vol": 7637.6, "Ridge_mean": 12.1, "Eaves_mean": 12.09, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.352, "Heated_are": 2444.0, "Mean_Uvalu": 0.33, "Specific_d": "24,8", "Specific_s": 37.0, "Total_Year": 151108.0, "January_He": 19931.0, "February_H": 15048.0, "March_Heat": 11095.0, "April_Heat": 4192.0, "May_Heatin": 502.0, "June_Heati": 20, "July_Heati": 3, "August_Hea": 6, "September_": 945.0, "October_He": 6006.0, "November_H": 13273.0, "December_H": 19378.0, "PV_potenti": 36.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203338359193543, 48.787346631558101, 0.0 ], [ 9.203348983652671, 48.787349040736686, 0.0 ], [ 9.203359337032332, 48.78735172016399, 0.0 ], [ 9.203369691503193, 48.787354669359459, 0.0 ], [ 9.203379774894856, 48.787357888803761, 0.0 ], [ 9.20338972292933, 48.787361288333585, 0.0 ], [ 9.203397764680753, 48.787364421458513, 0.0 ], [ 9.203388416949661, 48.787374869114281, 0.0 ], [ 9.203396187259337, 48.78737818256608, 0.0 ], [ 9.203405322057733, 48.787382392843931, 0.0 ], [ 9.203414185413839, 48.787386783447872, 0.0 ], [ 9.203422777327679, 48.787391354377959, 0.0 ], [ 9.20343109816274, 48.787396195557285, 0.0 ], [ 9.203439011833693, 48.787401307226311, 0.0 ], [ 9.203443378198209, 48.787404177069966, 0.0 ], [ 9.203448700432658, 48.787407854537754, 0.0 ], [ 9.203455252889452, 48.787412878686837, 0.0 ], [ 9.203460167232905, 48.787416646798391, 0.0 ], [ 9.203466995134743, 48.787422479773163, 0.0 ], [ 9.203473551594332, 48.787428493074465, 0.0 ], [ 9.203479428355196, 48.787434687423733, 0.0 ], [ 9.203484897224575, 48.787440972417109, 0.0 ], [ 9.203474977888735, 48.78744467681468, 0.0 ], [ 9.203468048070393, 48.787447296845322, 0.0 ], [ 9.203472698972316, 48.787453223589822, 0.0 ], [ 9.203477215971139, 48.78745969011274, 0.0 ], [ 9.203481325077979, 48.787466247279887, 0.0 ], [ 9.203485162378296, 48.787472894850822, 0.0 ], [ 9.20348845570078, 48.787479633306532, 0.0 ], [ 9.203491341130867, 48.787486462406598, 0.0 ], [ 9.203493682582755, 48.787493382391489, 0.0 ], [ 9.203494647180724, 48.787496348167984, 0.0 ], [ 9.203437125115, 48.787506880946005, 0.0 ], [ 9.203348326565246, 48.787523224043042, 0.0 ], [ 9.203359465417259, 48.787551890023018, 0.0 ], [ 9.203322473692593, 48.787557800379901, 0.0 ], [ 9.203330584134578, 48.78757792896112, 0.0 ], [ 9.2032253244755, 48.787595649881879, 0.0 ], [ 9.203230548755993, 48.787608769517398, 0.0 ], [ 9.203050426419912, 48.787656566952407, 0.0 ], [ 9.203014262525501, 48.787564099260237, 0.0 ], [ 9.203097896891117, 48.787549474078354, 0.0 ], [ 9.203095833105678, 48.787543902450793, 0.0 ], [ 9.203094588012563, 48.787538868921324, 0.0 ], [ 9.203093753717082, 48.787534464133017, 0.0 ], [ 9.203093504046935, 48.78752655129064, 0.0 ], [ 9.202984440948576, 48.787525754423882, 0.0 ], [ 9.202984685556372, 48.787518919794024, 0.0 ], [ 9.202985336607785, 48.787511634829364, 0.0 ], [ 9.202986395916046, 48.787504349145081, 0.0 ], [ 9.202987999929316, 48.787497152424308, 0.0 ], [ 9.202990012561731, 48.787490044906882, 0.0 ], [ 9.202992433450431, 48.787482936669761, 0.0 ], [ 9.202995262957957, 48.787475917635952, 0.0 ], [ 9.202998637169719, 48.787468987565553, 0.0 ], [ 9.203002419999946, 48.787462146698367, 0.0 ], [ 9.203006611448501, 48.787455395034385, 0.0 ], [ 9.203011211877962, 48.787448822496614, 0.0 ], [ 9.203016220925488, 48.787442339161927, 0.0 ], [ 9.20302014854264, 48.787437656206926, 0.0 ], [ 9.203021773950946, 48.787435764944313, 0.0 ], [ 9.203027600596915, 48.787429549938722, 0.0 ], [ 9.203033836586126, 48.787423603982091, 0.0 ], [ 9.203040345107523, 48.787417747468304, 0.0 ], [ 9.203047126886631, 48.787412160243306, 0.0 ], [ 9.203054453368685, 48.787406661981144, 0.0 ], [ 9.203062053108383, 48.787401433007659, 0.0 ], [ 9.203069926105762, 48.787396473322801, 0.0 ], [ 9.203078071635177, 48.787391603080479, 0.0 ], [ 9.203086626507666, 48.787387001886657, 0.0 ], [ 9.203095318552569, 48.787382670221326, 0.0 ], [ 9.203104419940653, 48.78737860760436, 0.0 ], [ 9.20311365813841, 48.787374724592709, 0.0 ], [ 9.203120316157564, 48.787372194986439, 0.0 ], [ 9.20312371320955, 48.787370930063126, 0.0 ], [ 9.203133362200923, 48.787367675790989, 0.0 ], [ 9.203143284087563, 48.78736460088399, 0.0 ], [ 9.203153343147219, 48.787361795505134, 0.0 ], [ 9.20316353974302, 48.78735934957745, 0.0 ], [ 9.203173873149131, 48.787357083254825, 0.0 ], [ 9.203184344091721, 48.787355176383272, 0.0 ], [ 9.203194952207944, 48.787353539039735, 0.0 ], [ 9.203205697497953, 48.787352171224185, 0.0 ], [ 9.203216444239734, 48.787351163099743, 0.0 ], [ 9.203227327792568, 48.787350334580204, 0.0 ], [ 9.20323821316069, 48.787349955674792, 0.0 ], [ 9.203249099254947, 48.787349756614397, 0.0 ], [ 9.203252093130585, 48.787349751330261, 0.0 ], [ 9.203252315911957, 48.787337521317944, 0.0 ], [ 9.203261298263035, 48.787337685311137, 0.0 ], [ 9.203272458704131, 48.787338025306319, 0.0 ], [ 9.203283620598228, 48.78733872499253, 0.0 ], [ 9.203294783945546, 48.787339784369792, 0.0 ], [ 9.203305811934607, 48.787341023832269, 0.0 ], [ 9.203316705292048, 48.78734262322606, 0.0 ], [ 9.203327599740053, 48.787344492387909, 0.0 ], [ 9.203338359193543, 48.787346631558101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c8", "Latitude": 48.78824, "Longitude": 9.20338, "X_coordina": 3515016.81, "Y_coordina": 5405660.75, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 2980.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1088.0, "Total_wall": 936.7, "Total_wa00": 0.0, "Total_outw": 1000.5, "Total_shar": 489.2, "Total_roof": 1229.8, "Gross_volu": 10076.2, "Is_Gross_v": "false", "Heated_vol": 9314.6, "Ridge_mean": 11.5, "Eaves_mean": 11.5, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.329, "Heated_are": 2980.7, "Mean_Uvalu": 0.34, "Specific_d": "124,1", "Specific_s": 117.6, "Total_Year": 720440.0, "January_He": 74497.0, "February_H": 59013.0, "March_Heat": 46136.0, "April_Heat": 21704.0, "May_Heatin": 4153.0, "June_Heati": 96, "July_Heati": 0, "August_Hea": 3, "September_": 5114.0, "October_He": 21604.0, "November_H": 47891.0, "December_H": 70271.0, "PV_potenti": 55.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203298038786635, 48.788482438586193, 0.0 ], [ 9.203082423152308, 48.788099024869048, 0.0 ], [ 9.203387638922413, 48.788024209269658, 0.0 ], [ 9.203603121195732, 48.78840780250404, 0.0 ], [ 9.203598227116712, 48.78840907008798, 0.0 ], [ 9.203298038786635, 48.788482438586193, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c9", "Latitude": 48.78821, "Longitude": 9.20361, "X_coordina": 3515033.68, "Y_coordina": 5405657.72, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1105.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 517.2, "Total_wall": 482.4, "Total_wa00": 0.0, "Total_outw": 745.8, "Total_shar": 636.2, "Total_roof": 559.3, "Gross_volu": 3734.3, "Is_Gross_v": "false", "Heated_vol": 3453.2, "Ridge_mean": 8.2, "Eaves_mean": 8.19, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.427, "Heated_are": 1105.0, "Mean_Uvalu": 0.38, "Specific_d": "24,8", "Specific_s": 45.9, "Total_Year": 78124.0, "January_He": 11136.0, "February_H": 8293.0, "March_Heat": 6102.0, "April_Heat": 2296.0, "May_Heatin": 291.0, "June_Heati": 16, "July_Heati": 2, "August_Hea": 5, "September_": 648.0, "October_He": 3553.0, "November_H": 7506.0, "December_H": 10826.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203603121195732, 48.78840780250404, 0.0 ], [ 9.203387638922413, 48.788024209269658, 0.0 ], [ 9.203523863986653, 48.787990786762776, 0.0 ], [ 9.203524143069956, 48.787992494819072, 0.0 ], [ 9.203537030745784, 48.788083384860798, 0.0 ], [ 9.20359077356326, 48.788080412302854, 0.0 ], [ 9.203737598152843, 48.788446591531233, 0.0 ], [ 9.203633865085861, 48.788472043555565, 0.0 ], [ 9.203598227116712, 48.78840907008798, 0.0 ], [ 9.203603121195732, 48.78840780250404, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039e8f", "Latitude": 48.79, "Longitude": 9.20792, "X_coordina": 3515349.61, "Y_coordina": 5405857.85, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 727.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 227.5, "Total_wall": 447.7, "Total_wa00": 0.0, "Total_outw": 661.7, "Total_shar": 286.8, "Total_roof": 227.5, "Gross_volu": 2286.8, "Is_Gross_v": "false", "Heated_vol": 2274.6, "Ridge_mean": 10.1, "Eaves_mean": 10.05, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.396, "Heated_are": 727.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 39870.0, "January_He": 7103.0, "February_H": 4935.0, "March_Heat": 2893.0, "April_Heat": 485.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1421.0, "November_H": 4514.0, "December_H": 6924.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207914299118674, 48.790123576057994, 0.0 ], [ 9.207785656233819, 48.790115265498443, 0.0 ], [ 9.207785786385942, 48.79011382648558, 0.0 ], [ 9.207817385488573, 48.789922232136291, 0.0 ], [ 9.207959782114742, 48.789932675991615, 0.0 ], [ 9.207929273403838, 48.790124538181779, 0.0 ], [ 9.207914299118674, 48.790123576057994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cf7", "Latitude": 48.78909, "Longitude": 9.20019, "X_coordina": 3514782.24, "Y_coordina": 5405755.13, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1274.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 225.3, "Total_wall": 1059.6, "Total_wa00": 0.0, "Total_outw": 1416.2, "Total_shar": 0.0, "Total_roof": 236.4, "Gross_volu": 4113.9, "Is_Gross_v": "false", "Heated_vol": 3982.9, "Ridge_mean": 18.9, "Eaves_mean": 18.92, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 35, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.378, "Heated_are": 1274.5, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 61624.0, "January_He": 10290.0, "February_H": 7207.0, "March_Heat": 4516.0, "April_Heat": 946.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 81.0, "October_He": 1972.0, "November_H": 6332.0, "December_H": 10066.0, "PV_potenti": 9.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200033128394711, 48.789134887032695, 0.0 ], [ 9.200050408263612, 48.789133957778915, 0.0 ], [ 9.200046199379146, 48.789102222044981, 0.0 ], [ 9.200051716513737, 48.789086475823282, 0.0 ], [ 9.200064501709397, 48.789050394231268, 0.0 ], [ 9.200251465941825, 48.789044224224789, 0.0 ], [ 9.200254324428123, 48.789078570085493, 0.0 ], [ 9.200260323970175, 48.789149869100299, 0.0 ], [ 9.200262463728555, 48.789174594380484, 0.0 ], [ 9.200037808453724, 48.789182448509244, 0.0 ], [ 9.200033128394711, 48.789134887032695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cf8", "Latitude": 48.78891, "Longitude": 9.20021, "X_coordina": 3514783.67, "Y_coordina": 5405734.69, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 67.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.7, "Total_wall": 77.7, "Total_wa00": 0.0, "Total_outw": 257.8, "Total_shar": 31.7, "Total_roof": 74.7, "Gross_volu": 223.9, "Is_Gross_v": "false", "Heated_vol": 178.2, "Ridge_mean": 3.0, "Eaves_mean": 3.01, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.103, "Heated_are": 67.1, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 106.1, "Total_Year": 7121.0, "January_He": 1394.0, "February_H": 1089.0, "March_Heat": 893.0, "April_Heat": 464.0, "May_Heatin": 125.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 2, "September_": 187.0, "October_He": 585.0, "November_H": 1009.0, "December_H": 1366.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200101204309698, 48.788902945608498, 0.0 ], [ 9.200246527835269, 48.78889765727191, 0.0 ], [ 9.200248520394045, 48.788919595176424, 0.0 ], [ 9.200251928954572, 48.788955378859704, 0.0 ], [ 9.200187294969902, 48.788957649404544, 0.0 ], [ 9.200081023271718, 48.788961431043269, 0.0 ], [ 9.200101204309698, 48.788902945608498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cda", "Latitude": 48.79555, "Longitude": 9.20895, "X_coordina": 3515423.57, "Y_coordina": 5406474.8, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 303.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 107.7, "Total_wall": 370.1, "Total_wa00": 0.0, "Total_outw": 624.5, "Total_shar": 0.0, "Total_roof": 147.7, "Gross_volu": 1027.4, "Is_Gross_v": "false", "Heated_vol": 949.3, "Ridge_mean": 11.9, "Eaves_mean": 7.42, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.64, "Heated_are": 303.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 53.5, "Total_Year": 21075.0, "January_He": 4048.0, "February_H": 2763.0, "March_Heat": 1671.0, "April_Heat": 375.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 817.0, "November_H": 2517.0, "December_H": 4004.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208923918359693, 48.795616169783024, 0.0 ], [ 9.208806652886462, 48.79559785821511, 0.0 ], [ 9.208821178955317, 48.79555601742873, 0.0 ], [ 9.208836109962874, 48.795513366594008, 0.0 ], [ 9.208954598348489, 48.79553122629558, 0.0 ], [ 9.208939392980737, 48.795573338102052, 0.0 ], [ 9.208965134464348, 48.795577427878847, 0.0 ], [ 9.208998230983832, 48.79558276323155, 0.0 ], [ 9.208994865649084, 48.795591761693245, 0.0 ], [ 9.208990020311958, 48.795604899323628, 0.0 ], [ 9.208982346966797, 48.795625325892665, 0.0 ], [ 9.208923918359693, 48.795616169783024, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039c95", "Latitude": 48.79493, "Longitude": 9.20878, "X_coordina": 3515411.28, "Y_coordina": 5406405.74, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1175.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 255.0, "Total_wall": 950.9, "Total_wa00": 0.0, "Total_outw": 1279.0, "Total_shar": 179.3, "Total_roof": 255.0, "Gross_volu": 3672.9, "Is_Gross_v": "false", "Heated_vol": 3672.9, "Ridge_mean": 15.5, "Eaves_mean": 15.51, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 30, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 1175.3, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.7, "Total_Year": 61783.0, "January_He": 10442.0, "February_H": 7491.0, "March_Heat": 4833.0, "April_Heat": 1108.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 2318.0, "November_H": 6641.0, "December_H": 10179.0, "PV_potenti": 9.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208760098357342, 48.794842045272141, 0.0 ], [ 9.208765075683095, 48.794827918251336, 0.0 ], [ 9.20883467108386, 48.794838762740689, 0.0 ], [ 9.208795520016203, 48.794948630389499, 0.0 ], [ 9.2088075055314, 48.794950586976405, 0.0 ], [ 9.208793782079679, 48.794989009215321, 0.0 ], [ 9.208781524344168, 48.794987053120515, 0.0 ], [ 9.208752058154243, 48.795069296663186, 0.0 ], [ 9.208632070405256, 48.795050630156446, 0.0 ], [ 9.208644717454892, 48.795015177364597, 0.0 ], [ 9.208630144426689, 48.795012865754245, 0.0 ], [ 9.208682214729608, 48.794867454949262, 0.0 ], [ 9.208696923450633, 48.794869676383634, 0.0 ], [ 9.208709706514989, 48.794834223337013, 0.0 ], [ 9.208760098357342, 48.794842045272141, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7c", "Latitude": 48.79084, "Longitude": 9.20065, "X_coordina": 3514815.42, "Y_coordina": 5405949.78, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 10594.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1628.9, "Total_wall": 4762.4, "Total_wa00": 0.0, "Total_outw": 6279.4, "Total_shar": 605.6, "Total_roof": 1818.9, "Gross_volu": 33940.6, "Is_Gross_v": "false", "Heated_vol": 33108.2, "Ridge_mean": 22.5, "Eaves_mean": 19.25, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.246, "Heated_are": 10594.6, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 51.4, "Total_Year": 699718.00000000012, "January_He": 120865.0, "February_H": 91249.0, "March_Heat": 67276.0, "April_Heat": 26077.0, "May_Heatin": 3340.0, "June_Heati": 113, "July_Heati": 12, "August_Hea": 24, "September_": 5845.0, "October_He": 34675.0, "November_H": 78986.0, "December_H": 116468.0, "PV_potenti": 98.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201234694495039, 48.791249505796557, 0.0 ], [ 9.201189780524247, 48.791283035856239, 0.0 ], [ 9.199906115856596, 48.790529553330067, 0.0 ], [ 9.200022676290677, 48.790442754481624, 0.0 ], [ 9.20002485879299, 48.790444009621375, 0.0 ], [ 9.200118302147404, 48.790498970453697, 0.0 ], [ 9.200377215077809, 48.790650940760671, 0.0 ], [ 9.200442008825744, 48.790688236223851, 0.0 ], [ 9.200889316352004, 48.790951562430834, 0.0 ], [ 9.200951520749532, 48.790987783039363, 0.0 ], [ 9.201306068650142, 48.791196326120442, 0.0 ], [ 9.201303761858609, 48.791198038701474, 0.0 ], [ 9.201234694495039, 48.791249505796557, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7d", "Latitude": 48.79039, "Longitude": 9.20108, "X_coordina": 3514846.95, "Y_coordina": 5405899.2, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 76.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 95.9, "Total_wall": 117.5, "Total_wa00": 0.0, "Total_outw": 381.7, "Total_shar": 0.0, "Total_roof": 95.9, "Gross_volu": 293.4, "Is_Gross_v": "false", "Heated_vol": 238.4, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.146, "Heated_are": 76.3, "Mean_Uvalu": 0.31, "Specific_d": "32,9", "Specific_s": 27.1, "Total_Year": 4571.0, "January_He": 615.0, "February_H": 376.0, "March_Heat": 165.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 31.0, "November_H": 271.0, "December_H": 588.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201140807923936, 48.790437389808538, 0.0 ], [ 9.20114735695164, 48.790441514855978, 0.0 ], [ 9.201139489399671, 48.790448003098845, 0.0 ], [ 9.20113294145, 48.790444147819947, 0.0 ], [ 9.201087753065773, 48.790476958934939, 0.0 ], [ 9.201083660911635, 48.790474628066463, 0.0 ], [ 9.201084610333728, 48.790473817096021, 0.0 ], [ 9.200923777056689, 48.790379228406294, 0.0 ], [ 9.200922148602594, 48.790380400254662, 0.0 ], [ 9.20091941955272, 48.790378606543754, 0.0 ], [ 9.200973558159074, 48.790337776672082, 0.0 ], [ 9.200976423302011, 48.790339570144219, 0.0 ], [ 9.200975066678014, 48.790340651595308, 0.0 ], [ 9.201137670222939, 48.790435506892962, 0.0 ], [ 9.201139162939599, 48.790434425202257, 0.0 ], [ 9.201142164546974, 48.790436308355517, 0.0 ], [ 9.201140807923936, 48.790437389808538, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7f", "Latitude": 48.79063, "Longitude": 9.20156, "X_coordina": 3514882.39, "Y_coordina": 5405926.79, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 146.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 136.4, "Total_wall": 83.8, "Total_wa00": 0.0, "Total_outw": 289.5, "Total_shar": 281.1, "Total_roof": 139.5, "Gross_volu": 502.4, "Is_Gross_v": "false", "Heated_vol": 457.4, "Ridge_mean": 4.4, "Eaves_mean": 2.95, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.739, "Heated_are": 146.4, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 15.4, "Total_Year": 7067.0, "January_He": 733.0, "February_H": 404.0, "March_Heat": 118.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 290.0, "December_H": 692.0, "PV_potenti": 7.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201383229541761, 48.790616723440955, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201650141282787, 48.790691972051917, 0.0 ], [ 9.201588536385341, 48.790737491337332, 0.0 ], [ 9.201383229541761, 48.790616723440955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a80", "Latitude": 48.79033, "Longitude": 9.20154, "X_coordina": 3514881.21, "Y_coordina": 5405893.11, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1913.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 828.4, "Total_wall": 1213.5, "Total_wa00": 0.0, "Total_outw": 1949.4, "Total_shar": 22.5, "Total_roof": 838.1, "Gross_volu": 7391.6, "Is_Gross_v": "false", "Heated_vol": 6563.2, "Ridge_mean": 10.1, "Eaves_mean": 7.91, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.41, "Heated_are": 1913.1, "Mean_Uvalu": 0.49, "Specific_d": "non calculated", "Specific_s": 68.1, "Total_Year": 130280.0, "January_He": 27797.0, "February_H": 20571.0, "March_Heat": 15318.0, "April_Heat": 6147.0, "May_Heatin": 821.0, "June_Heati": 27, "July_Heati": 3, "August_Hea": 7, "September_": 2013.0, "October_He": 10336.0, "November_H": 19682.0, "December_H": 27560.0, "PV_potenti": 40.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201925799185217, 48.790402924126695, 0.0 ], [ 9.201907593607995, 48.790444590685112, 0.0 ], [ 9.201887364271794, 48.790490667045724, 0.0 ], [ 9.20106377008476, 48.790333123016651, 0.0 ], [ 9.201116502446983, 48.79021289297259, 0.0 ], [ 9.201448962500475, 48.790276517335023, 0.0 ], [ 9.201443700221935, 48.790287856917004, 0.0 ], [ 9.201935239129057, 48.790381325904285, 0.0 ], [ 9.201925799185217, 48.790402924126695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a81", "Latitude": 48.79049, "Longitude": 9.20212, "X_coordina": 3514923.85, "Y_coordina": 5405911.45, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1018.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 206.7, "Total_wall": 764.6, "Total_wa00": 0.0, "Total_outw": 1025.2, "Total_shar": 25.6, "Total_roof": 207.8, "Gross_volu": 3046.4, "Is_Gross_v": "false", "Heated_vol": 3182.7, "Ridge_mean": 15.1, "Eaves_mean": 14.42, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.406, "Heated_are": 1018.5, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 54.9, "Total_Year": 70746.0, "January_He": 12660.0, "February_H": 9415.0, "March_Heat": 6691.0, "April_Heat": 2354.0, "May_Heatin": 269.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 2, "September_": 520.0, "October_He": 3482.0, "November_H": 8218.0, "December_H": 12246.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202103541636776, 48.790607008711973, 0.0 ], [ 9.201940655595841, 48.790510176955451, 0.0 ], [ 9.201996017635246, 48.790469164611679, 0.0 ], [ 9.202007822411325, 48.790460331389653, 0.0 ], [ 9.202056399521542, 48.790424276717516, 0.0 ], [ 9.202220235633531, 48.790520477178184, 0.0 ], [ 9.202103541636776, 48.790607008711973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a82", "Latitude": 48.79008, "Longitude": 9.20284, "X_coordina": 3514976.57, "Y_coordina": 5405865.17, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 1183.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 844.3, "Total_wall": 685.2, "Total_wa00": 0.0, "Total_outw": 1555.5, "Total_shar": 87.9, "Total_roof": 854.8, "Gross_volu": 5125.6, "Is_Gross_v": "false", "Heated_vol": 4281.3, "Ridge_mean": 7.3, "Eaves_mean": 4.52, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.491, "Heated_are": 1183.5, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 43.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202657226923892, 48.789876125593445, 0.0 ], [ 9.20267584582658, 48.789869708248212, 0.0 ], [ 9.2026845973691, 48.78988003406279, 0.0 ], [ 9.202745897738538, 48.789860772420845, 0.0 ], [ 9.203051300613101, 48.790268037976922, 0.0 ], [ 9.202991500518191, 48.790288196371591, 0.0 ], [ 9.202999846457866, 48.790299152341838, 0.0 ], [ 9.202976876443909, 48.790306566568113, 0.0 ], [ 9.202969347429999, 48.790295699079998, 0.0 ], [ 9.202847295930955, 48.790335660376442, 0.0 ], [ 9.202844697108953, 48.790332427703724, 0.0 ], [ 9.202847143163989, 48.790331524158866, 0.0 ], [ 9.20254653011466, 48.789930544295899, 0.0 ], [ 9.202543675435027, 48.789931358629509, 0.0 ], [ 9.202541075929599, 48.789927946103667, 0.0 ], [ 9.202664753272542, 48.789886363642005, 0.0 ], [ 9.202657226923892, 48.789876125593445, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a84", "Latitude": 48.79011, "Longitude": 9.20211, "X_coordina": 3514922.96, "Y_coordina": 5405869.19, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1355.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 415.3, "Total_wall": 826.5, "Total_wa00": 0.0, "Total_outw": 1262.4, "Total_shar": 140.3, "Total_roof": 415.3, "Gross_volu": 4404.0, "Is_Gross_v": "false", "Heated_vol": 4235.6, "Ridge_mean": 10.6, "Eaves_mean": 10.61, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.384, "Heated_are": 1355.4, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 56.7, "Total_Year": 96659.0, "January_He": 17576.0, "February_H": 12949.0, "March_Heat": 9056.0, "April_Heat": 3074.0, "May_Heatin": 328.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 675.0, "October_He": 4730.0, "November_H": 11418.0, "December_H": 17036.0, "PV_potenti": 19.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201939078158469, 48.790218827184361, 0.0 ], [ 9.201973058165606, 48.790140174343634, 0.0 ], [ 9.202042097575887, 48.789980618644364, 0.0 ], [ 9.202211120097427, 48.790013144097294, 0.0 ], [ 9.202091519771429, 48.790290678510097, 0.0 ], [ 9.201922358497399, 48.790257703508424, 0.0 ], [ 9.201939078158469, 48.790218827184361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a85", "Latitude": 48.79062, "Longitude": 9.20049, "X_coordina": 3514803.96, "Y_coordina": 5405924.89, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 404.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 56.0, "Total_wall": 379.0, "Total_wa00": 0.0, "Total_outw": 488.2, "Total_shar": 265.7, "Total_roof": 56.0, "Gross_volu": 1077.5, "Is_Gross_v": "false", "Heated_vol": 1077.5, "Ridge_mean": 19.2, "Eaves_mean": 19.24, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.456, "Heated_are": 404.9, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 6.2, "Total_Year": 15827.0, "January_He": 924.0, "February_H": 422.0, "March_Heat": 80.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 226.0, "December_H": 862.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200442008825744, 48.790688236223851, 0.0 ], [ 9.200377215077809, 48.790650940760671, 0.0 ], [ 9.20045822295676, 48.790590461027541, 0.0 ], [ 9.200521382840316, 48.790627579443381, 0.0 ], [ 9.200442008825744, 48.790688236223851, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a86", "Latitude": 48.79092, "Longitude": 9.20101, "X_coordina": 3514841.48, "Y_coordina": 5405958.33, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 399.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 55.3, "Total_wall": 383.2, "Total_wa00": 0.0, "Total_outw": 481.8, "Total_shar": 253.2, "Total_roof": 55.3, "Gross_volu": 1066.9, "Is_Gross_v": "false", "Heated_vol": 1066.9, "Ridge_mean": 19.3, "Eaves_mean": 19.31, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.463, "Heated_are": 399.3, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 6.5, "Total_Year": 15719.0, "January_He": 947.0, "February_H": 436.0, "March_Heat": 85.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 237.0, "December_H": 885.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200951520749532, 48.790987783039363, 0.0 ], [ 9.200889316352004, 48.790951562430834, 0.0 ], [ 9.200969913658, 48.790890543515729, 0.0 ], [ 9.201032937840644, 48.790927571962548, 0.0 ], [ 9.200951520749532, 48.790987783039363, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a87", "Latitude": 48.79042, "Longitude": 9.20016, "X_coordina": 3514779.18, "Y_coordina": 5405902.83, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 281.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.4, "Total_wall": 197.6, "Total_wa00": 0.0, "Total_outw": 293.9, "Total_shar": 285.6, "Total_roof": 81.4, "Gross_volu": 899.2, "Is_Gross_v": "false", "Heated_vol": 878.8, "Ridge_mean": 11.1, "Eaves_mean": 11.05, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.406, "Heated_are": 281.2, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 4.9, "Total_Year": 10627.0, "January_He": 514.0, "February_H": 243.0, "March_Heat": 47.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 114.0, "December_H": 464.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20002485879299, 48.790444009621375, 0.0 ], [ 9.200104780518961, 48.790384161486514, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200118302147404, 48.790498970453697, 0.0 ], [ 9.20002485879299, 48.790444009621375, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a88", "Latitude": 48.79066, "Longitude": 9.20098, "X_coordina": 3514839.83, "Y_coordina": 5405929.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 11142.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 2894.1, "Total_wall": 2525.3, "Total_wa00": 0.0, "Total_outw": 3868.6, "Total_shar": 627.4, "Total_roof": 2908.3, "Gross_volu": 37715.1, "Is_Gross_v": "false", "Heated_vol": 34821.0, "Ridge_mean": 15.5, "Eaves_mean": 12.07, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.226, "Heated_are": 11142.7, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 392552.0, "January_He": 10696.0, "February_H": 4254.0, "March_Heat": 608.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 1577.0, "December_H": 9239.0, "PV_potenti": 133.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201461843928968, 48.790910546237633, 0.0 ], [ 9.201346100031195, 48.790996985412619, 0.0 ], [ 9.201260479354369, 48.791060980848343, 0.0 ], [ 9.201032937840644, 48.790927571962548, 0.0 ], [ 9.200969913658, 48.790890543515729, 0.0 ], [ 9.200521382840316, 48.790627579443381, 0.0 ], [ 9.20045822295676, 48.790590461027541, 0.0 ], [ 9.200329175864512, 48.790514790057976, 0.0 ], [ 9.200559314366668, 48.790344613677334, 0.0 ], [ 9.2006161704339, 48.790302610233439, 0.0 ], [ 9.201545971374252, 48.790847632347386, 0.0 ], [ 9.201461843928968, 48.790910546237633, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a89", "Latitude": 48.79037, "Longitude": 9.20042, "X_coordina": 3514798.83, "Y_coordina": 5405897.27, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1129.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 326.8, "Total_wall": 387.2, "Total_wa00": 0.0, "Total_outw": 580.0, "Total_shar": 659.7, "Total_roof": 326.8, "Gross_volu": 3640.8, "Is_Gross_v": "false", "Heated_vol": 3529.6, "Ridge_mean": 11.1, "Eaves_mean": 11.14, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.289, "Heated_are": 1129.5, "Mean_Uvalu": 0.31, "Specific_d": "32,9", "Specific_s": 1.7, "Total_Year": 39036.0, "January_He": 793.0, "February_H": 320.0, "March_Heat": 47.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 98.0, "December_H": 663.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200559314366668, 48.790344613677334, 0.0 ], [ 9.200329175864512, 48.790514790057976, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200344094180728, 48.790330780375321, 0.0 ], [ 9.200428628547376, 48.790267416968362, 0.0 ], [ 9.200559314366668, 48.790344613677334, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8a", "Latitude": 48.79034, "Longitude": 9.20027, "X_coordina": 3514787.52, "Y_coordina": 5405893.41, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 507.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 147.0, "Total_wall": 217.4, "Total_wa00": 0.0, "Total_outw": 311.6, "Total_shar": 468.8, "Total_roof": 147.0, "Gross_volu": 1631.1, "Is_Gross_v": "false", "Heated_vol": 1587.2, "Ridge_mean": 11.1, "Eaves_mean": 11.1, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.317, "Heated_are": 507.9, "Mean_Uvalu": 0.32, "Specific_d": "32,9", "Specific_s": 2.1, "Total_Year": 17769.0, "January_He": 437.0, "February_H": 176.0, "March_Heat": 28.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 59.0, "December_H": 379.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200344094180728, 48.790330780375321, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200104780518961, 48.790384161486514, 0.0 ], [ 9.200249289603402, 48.790275732167935, 0.0 ], [ 9.200344094180728, 48.790330780375321, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8b", "Latitude": 48.79055, "Longitude": 9.20142, "X_coordina": 3514872.26, "Y_coordina": 5405917.75, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 70.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 51.5, "Total_wa00": 0.0, "Total_outw": 129.4, "Total_shar": 122.9, "Total_roof": 47.5, "Gross_volu": 170.6, "Is_Gross_v": "false", "Heated_vol": 170.6, "Ridge_mean": 4.4, "Eaves_mean": 4.41, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.852, "Heated_are": 70.6, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 8.9, "Total_Year": 2945.0, "January_He": 222.0, "February_H": 101.0, "March_Heat": 26.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 61.0, "December_H": 212.0, "PV_potenti": 1.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201441427808767, 48.790570131140051, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201383229541761, 48.790616723440955, 0.0 ], [ 9.20131311205609, 48.790575571097662, 0.0 ], [ 9.201373084958464, 48.79053032458291, 0.0 ], [ 9.201441427808767, 48.790570131140051, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8c", "Latitude": 48.79058, "Longitude": 9.20163, "X_coordina": 3514887.63, "Y_coordina": 5405921.24, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 442.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 181.4, "Total_wall": 342.2, "Total_wa00": 0.0, "Total_outw": 677.2, "Total_shar": 223.8, "Total_roof": 181.4, "Gross_volu": 1563.3, "Is_Gross_v": "false", "Heated_vol": 1381.9, "Ridge_mean": 8.6, "Eaves_mean": 8.62, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 442.2, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 8.8, "Total_Year": 18406.0, "January_He": 1391.0, "February_H": 605.0, "March_Heat": 145.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 365.0, "December_H": 1348.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201441427808767, 48.790570131140051, 0.0 ], [ 9.201518089718764, 48.790512266048154, 0.0 ], [ 9.201734304176902, 48.790638050321519, 0.0 ], [ 9.201655740968233, 48.79069690804522, 0.0 ], [ 9.201648648929835, 48.790693143672165, 0.0 ], [ 9.201650141282787, 48.790691972051917, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201441427808767, 48.790570131140051, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8d", "Latitude": 48.79041, "Longitude": 9.20203, "X_coordina": 3514916.64, "Y_coordina": 5405902.08, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 75.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 81.9, "Total_wa00": 0.0, "Total_outw": 81.9, "Total_shar": 47.8, "Total_roof": 41.7, "Gross_volu": 196.0, "Is_Gross_v": "false", "Heated_vol": 196.0, "Ridge_mean": 4.7, "Eaves_mean": 4.69, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.843, "Heated_are": 75.7, "Mean_Uvalu": 0.44, "Specific_d": "non calculated", "Specific_s": 67.3, "Total_Year": 5097.0, "January_He": 1141.0, "February_H": 802.0, "March_Heat": 571.0, "April_Heat": 223.0, "May_Heatin": 36.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 359.0, "November_H": 761.0, "December_H": 1145.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202056385948294, 48.7904242857337, 0.0 ], [ 9.202007822411325, 48.790460331389653, 0.0 ], [ 9.201907593607995, 48.790444590685112, 0.0 ], [ 9.201925785611945, 48.790402933142865, 0.0 ], [ 9.202056385948294, 48.7904242857337, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8e", "Latitude": 48.79051, "Longitude": 9.20135, "X_coordina": 3514867.02, "Y_coordina": 5405913.1, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 71.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.3, "Total_wall": 80.4, "Total_wa00": 0.0, "Total_outw": 181.9, "Total_shar": 58.5, "Total_roof": 48.4, "Gross_volu": 176.5, "Is_Gross_v": "false", "Heated_vol": 176.5, "Ridge_mean": 4.5, "Eaves_mean": 4.47, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.997, "Heated_are": 71.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 12.8, "Total_Year": 3284.0, "January_He": 313.0, "February_H": 150.0, "March_Heat": 42.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 99.0, "December_H": 309.0, "PV_potenti": 1.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20131311205609, 48.790575571097662, 0.0 ], [ 9.201241083976592, 48.790533073195967, 0.0 ], [ 9.201300922238405, 48.790488186648211, 0.0 ], [ 9.201373084958464, 48.79053032458291, 0.0 ], [ 9.20131311205609, 48.790575571097662, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8f", "Latitude": 48.79008, "Longitude": 9.20162, "X_coordina": 3514886.54, "Y_coordina": 5405865.16, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2910.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 551.3, "Total_wall": 1353.5, "Total_wa00": 0.0, "Total_outw": 1780.1, "Total_shar": 622.3, "Total_roof": 551.3, "Gross_volu": 9365.0, "Is_Gross_v": "false", "Heated_vol": 9095.8, "Ridge_mean": 17.0, "Eaves_mean": 16.99, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.267, "Heated_are": 2910.7, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 103376.0, "January_He": 3061.0, "February_H": 1277.0, "March_Heat": 227.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 7.0, "November_H": 471.0, "December_H": 2682.0, "PV_potenti": 26.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201270261725183, 48.790104086520408, 0.0 ], [ 9.201318122808948, 48.789991058783372, 0.0 ], [ 9.201425991499978, 48.790011732438273, 0.0 ], [ 9.201871768061096, 48.790097188609685, 0.0 ], [ 9.201862599246265, 48.790118516581835, 0.0 ], [ 9.201828619441681, 48.790197259313537, 0.0 ], [ 9.201823361223951, 48.790209588065792, 0.0 ], [ 9.201270261725183, 48.790104086520408, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a90", "Latitude": 48.79015, "Longitude": 9.20195, "X_coordina": 3514910.76, "Y_coordina": 5405872.83, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 450.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 77.0, "Total_wall": 380.3, "Total_wa00": 0.0, "Total_outw": 490.2, "Total_shar": 336.1, "Total_roof": 77.0, "Gross_volu": 1406.3, "Is_Gross_v": "false", "Heated_vol": 1406.3, "Ridge_mean": 18.2, "Eaves_mean": 18.25, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.38, "Heated_are": 450.0, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 58.6, "Total_Year": 32937.0, "January_He": 5807.0, "February_H": 4349.0, "March_Heat": 3239.0, "April_Heat": 1360.0, "May_Heatin": 220.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 314.0, "October_He": 1668.0, "November_H": 3764.0, "December_H": 5630.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201973058165606, 48.790140174343634, 0.0 ], [ 9.201939078158469, 48.790218827184361, 0.0 ], [ 9.201828619441681, 48.790197259313537, 0.0 ], [ 9.201862599246265, 48.790118516581835, 0.0 ], [ 9.201973058165606, 48.790140174343634, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a91", "Latitude": 48.79031, "Longitude": 9.20019, "X_coordina": 3514781.45, "Y_coordina": 5405890.84, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 60.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.9, "Total_wall": 69.1, "Total_wa00": 0.0, "Total_outw": 154.8, "Total_shar": 83.6, "Total_roof": 32.9, "Gross_volu": 132.5, "Is_Gross_v": "false", "Heated_vol": 132.5, "Ridge_mean": 4.0, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.017, "Heated_are": 60.2, "Mean_Uvalu": 0.64, "Specific_d": "32,9", "Specific_s": 22.4, "Total_Year": 3330.0, "January_He": 424.0, "February_H": 236.0, "March_Heat": 84.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 167.0, "December_H": 419.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200080582925583, 48.790356776826712, 0.0 ], [ 9.200168645003695, 48.790290619849131, 0.0 ], [ 9.200202883824183, 48.790310523373542, 0.0 ], [ 9.200114686020536, 48.79037677053654, 0.0 ], [ 9.200080582925583, 48.790356776826712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a5a", "Latitude": 48.79013, "Longitude": 9.19777, "X_coordina": 3514604.23, "Y_coordina": 5405870.25, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 865.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 161.2, "Total_wall": 822.8, "Total_wa00": 0.0, "Total_outw": 1118.2, "Total_shar": 0.0, "Total_roof": 202.4, "Gross_volu": 2867.0, "Is_Gross_v": "false", "Heated_vol": 2705.9, "Ridge_mean": 20.0, "Eaves_mean": 15.39, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.431, "Heated_are": 865.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 48462.0, "January_He": 8649.0, "February_H": 6033.0, "March_Heat": 3634.0, "April_Heat": 691.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1728.0, "November_H": 5411.0, "December_H": 8502.0, "PV_potenti": 10.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197694249719225, 48.790100299625571, 0.0 ], [ 9.197733874669469, 48.790071186261017, 0.0 ], [ 9.197794297318181, 48.790105073624083, 0.0 ], [ 9.197852265427404, 48.790137706241751, 0.0 ], [ 9.19772376427237, 48.790234325077371, 0.0 ], [ 9.197666744900456, 48.790200701607212, 0.0 ], [ 9.197606042621281, 48.790164926261546, 0.0 ], [ 9.197647160456269, 48.79013473128186, 0.0 ], [ 9.19765084343919, 48.790136883127531, 0.0 ], [ 9.197697931995085, 48.790102271623716, 0.0 ], [ 9.197694249719225, 48.790100299625571, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039923", "Latitude": 48.79143, "Longitude": 9.20098, "X_coordina": 3514839.55, "Y_coordina": 5406014.77, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1525.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 367.6, "Total_wall": 613.0, "Total_wa00": 0.0, "Total_outw": 830.8, "Total_shar": 455.0, "Total_roof": 406.1, "Gross_volu": 4842.0, "Is_Gross_v": "false", "Heated_vol": 4766.1, "Ridge_mean": 15.2, "Eaves_mean": 10.86, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 1525.1, "Mean_Uvalu": 0.46, "Specific_d": "73,0", "Specific_s": 45.7, "Total_Year": 180976.0, "January_He": 15941.0, "February_H": 11867.0, "March_Heat": 8390.0, "April_Heat": 2883.0, "May_Heatin": 282.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 548.0, "October_He": 4111.0, "November_H": 10206.0, "December_H": 15386.0, "PV_potenti": 22.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201112717018891, 48.791445122883069, 0.0 ], [ 9.201090057565423, 48.791462337862342, 0.0 ], [ 9.201042699320416, 48.791497310909328, 0.0 ], [ 9.200948933155235, 48.791566715744345, 0.0 ], [ 9.200948119807075, 48.791567526476051, 0.0 ], [ 9.200941068634085, 48.791574013279508, 0.0 ], [ 9.200815427164788, 48.791499955549334, 0.0 ], [ 9.200850574222448, 48.791474355949411, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200760944334728, 48.791420737925776, 0.0 ], [ 9.200826754364456, 48.791371345039813, 0.0 ], [ 9.200895820876374, 48.791319518497424, 0.0 ], [ 9.201112717018891, 48.791445122883069, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039924", "Latitude": 48.79144, "Longitude": 9.20083, "X_coordina": 3514828.81, "Y_coordina": 5406016.52, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 26.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.4, "Total_wall": 24.3, "Total_wa00": 0.0, "Total_outw": 77.8, "Total_shar": 115.8, "Total_roof": 32.4, "Gross_volu": 97.5, "Is_Gross_v": "false", "Heated_vol": 81.8, "Ridge_mean": 3.0, "Eaves_mean": 2.99, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.963, "Heated_are": 26.2, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 93.9, "Total_Year": 4368.0, "January_He": 524.0, "February_H": 406.0, "March_Heat": 309.0, "April_Heat": 127.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 171.0, "November_H": 362.0, "December_H": 505.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200850574222448, 48.791474355949411, 0.0 ], [ 9.200815427164788, 48.791499955549334, 0.0 ], [ 9.200730860812671, 48.79145334271368, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200850574222448, 48.791474355949411, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003983f", "Latitude": 48.79514, "Longitude": 9.20869, "X_coordina": 3515404.93, "Y_coordina": 5406429.4, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1088.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.2, "Total_wall": 913.0, "Total_wa00": 0.0, "Total_outw": 1262.1, "Total_shar": 179.1, "Total_roof": 233.2, "Gross_volu": 3534.0, "Is_Gross_v": "false", "Heated_vol": 3400.6, "Ridge_mean": 16.3, "Eaves_mean": 16.29, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 31, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.4, "Heated_are": 1088.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.6, "Total_Year": 55982.0, "January_He": 9438.0, "February_H": 6782.0, "March_Heat": 4288.0, "April_Heat": 858.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 2040.0, "November_H": 6054.0, "December_H": 9179.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208545348845444, 48.795242504240136, 0.0 ], [ 9.208562782037443, 48.795245260298991, 0.0 ], [ 9.208569238737585, 48.795226814278074, 0.0 ], [ 9.208572603378741, 48.795217635982411, 0.0 ], [ 9.208558030295194, 48.79521532436312, 0.0 ], [ 9.208604984159535, 48.795083231549441, 0.0 ], [ 9.208619556834126, 48.795085453240034, 0.0 ], [ 9.208632070405256, 48.795050630156446, 0.0 ], [ 9.208752058154243, 48.795069296663186, 0.0 ], [ 9.208722998322225, 48.795151089842882, 0.0 ], [ 9.20873525572239, 48.795152956020907, 0.0 ], [ 9.208721395681446, 48.795191288573875, 0.0 ], [ 9.208709546964636, 48.795189511577256, 0.0 ], [ 9.208682637847923, 48.795264826351811, 0.0 ], [ 9.208674330124245, 48.795263582476238, 0.0 ], [ 9.2086712362201, 48.795272400590058, 0.0 ], [ 9.208541850327327, 48.79525222231868, 0.0 ], [ 9.208545348845444, 48.795242504240136, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000395e8", "Latitude": 48.79174, "Longitude": 9.20242, "X_coordina": 3514945.25, "Y_coordina": 5406049.84, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 847.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 143.0, "Total_wall": 754.1, "Total_wa00": 0.0, "Total_outw": 1017.3, "Total_shar": 168.6, "Total_roof": 221.2, "Gross_volu": 2790.1, "Is_Gross_v": "false", "Heated_vol": 2647.1, "Ridge_mean": 21.9, "Eaves_mean": 17.05, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 847.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 37.1, "Total_Year": 44806.0, "January_He": 7966.0, "February_H": 5445.0, "March_Heat": 3173.0, "April_Heat": 562.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1462.0, "November_H": 4861.0, "December_H": 7846.0, "PV_potenti": 9.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202483375637977, 48.791789016785735, 0.0 ], [ 9.202449453706922, 48.791814524804877, 0.0 ], [ 9.202431407386218, 48.79182813499277, 0.0 ], [ 9.202387893952849, 48.791803752255838, 0.0 ], [ 9.202370932058345, 48.791816281445229, 0.0 ], [ 9.202322913715609, 48.791788489503439, 0.0 ], [ 9.202301606819121, 48.791803544177192, 0.0 ], [ 9.202280735494341, 48.791791531078204, 0.0 ], [ 9.202249905950371, 48.791773780354866, 0.0 ], [ 9.202361854186041, 48.791691033821529, 0.0 ], [ 9.202503457598935, 48.791773964232355, 0.0 ], [ 9.202483375637977, 48.791789016785735, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000395e9", "Latitude": 48.79179, "Longitude": 9.20256, "X_coordina": 3514955.38, "Y_coordina": 5406055.82, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 41.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.2, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 164.0, "Total_shar": 45.1, "Total_roof": 45.2, "Gross_volu": 97.0, "Is_Gross_v": "false", "Heated_vol": 97.0, "Ridge_mean": 2.1, "Eaves_mean": 2.15, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.39, "Heated_are": 41.3, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 62.3, "Total_Year": 3230.0, "January_He": 624.0, "February_H": 435.0, "March_Heat": 278.0, "April_Heat": 69.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 145.0, "November_H": 396.0, "December_H": 612.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202503457598935, 48.791773964232355, 0.0 ], [ 9.202580124154791, 48.791818521419295, 0.0 ], [ 9.202539018769532, 48.791851415836405, 0.0 ], [ 9.202512211195474, 48.791852362218243, 0.0 ], [ 9.202449453706922, 48.791814524804877, 0.0 ], [ 9.202483375637977, 48.791789016785735, 0.0 ], [ 9.202503457598935, 48.791773964232355, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000394b3", "Latitude": 48.79303, "Longitude": 9.20162, "X_coordina": 3514886.23, "Y_coordina": 5406193.12, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 958.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 179.0, "Total_wall": 669.1, "Total_wa00": 0.0, "Total_outw": 980.8, "Total_shar": 310.4, "Total_roof": 244.6, "Gross_volu": 3174.4, "Is_Gross_v": "false", "Heated_vol": 2995.4, "Ridge_mean": 20.7, "Eaves_mean": 14.32, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 958.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 34.1, "Total_Year": 47825.0, "January_He": 8185.0, "February_H": 5698.0, "March_Heat": 3431.0, "April_Heat": 655.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1530.0, "November_H": 5019.0, "December_H": 8048.0, "PV_potenti": 11.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201448229211497, 48.793051021441492, 0.0 ], [ 9.2015038623192, 48.793008929795384, 0.0 ], [ 9.201563702200612, 48.792963773357144, 0.0 ], [ 9.201708989814893, 48.793048496749016, 0.0 ], [ 9.201647243471394, 48.793093386829604, 0.0 ], [ 9.201589839637869, 48.793135121949796, 0.0 ], [ 9.201544409262555, 48.793108044548148, 0.0 ], [ 9.201552007856675, 48.79310227614004, 0.0 ], [ 9.201528135831284, 48.79308873945844, 0.0 ], [ 9.201517549501361, 48.793096131717775, 0.0 ], [ 9.201515777309952, 48.793095415430329, 0.0 ], [ 9.20152567989479, 48.793087215055472, 0.0 ], [ 9.201500715116589, 48.793072691121097, 0.0 ], [ 9.201493523022846, 48.793078009196684, 0.0 ], [ 9.201448229211497, 48.793051021441492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000394b4", "Latitude": 48.79307, "Longitude": 9.20143, "X_coordina": 3514872.07, "Y_coordina": 5406198.06, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.6, "Total_wall": 75.7, "Total_wa00": 0.0, "Total_outw": 178.6, "Total_shar": 0.0, "Total_roof": 26.6, "Gross_volu": 97.7, "Is_Gross_v": "false", "Heated_vol": 97.7, "Ridge_mean": 3.7, "Eaves_mean": 3.67, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.319, "Heated_are": 49.3, "Mean_Uvalu": 0.49, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201336531839623, 48.793095549107463, 0.0 ], [ 9.201381990288512, 48.793061658354809, 0.0 ], [ 9.201382261770146, 48.793061478032897, 0.0 ], [ 9.201435468120028, 48.793093127999661, 0.0 ], [ 9.201389873577961, 48.793127019011209, 0.0 ], [ 9.201336531839623, 48.793095549107463, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000391fe", "Latitude": 48.78883, "Longitude": 9.21357, "X_coordina": 3515765.68, "Y_coordina": 5405728.23, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 60.9, "Total_wa00": 0.0, "Total_outw": 126.2, "Total_shar": 216.8, "Total_roof": 56.0, "Gross_volu": 358.6, "Is_Gross_v": "false", "Heated_vol": 313.3, "Ridge_mean": 9.6, "Eaves_mean": 6.12, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.483, "Heated_are": 100.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 6128.0, "January_He": 1107.0, "February_H": 795.0, "March_Heat": 487.0, "April_Heat": 98.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 237.0, "November_H": 708.0, "December_H": 1094.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213532627552178, 48.788801669360353, 0.0 ], [ 9.213560129511189, 48.788836508738896, 0.0 ], [ 9.213586126512135, 48.788869462505282, 0.0 ], [ 9.213514099149355, 48.788893156064653, 0.0 ], [ 9.213494625312057, 48.788858032021743, 0.0 ], [ 9.213474465334878, 48.788821560392492, 0.0 ], [ 9.213532627552178, 48.788801669360353, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000391a2", "Latitude": 48.78873, "Longitude": 9.21186, "X_coordina": 3515639.53, "Y_coordina": 5405717.02, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 106.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.3, "Total_wall": 111.0, "Total_wa00": 0.0, "Total_outw": 208.1, "Total_shar": 114.3, "Total_roof": 66.4, "Gross_volu": 353.4, "Is_Gross_v": "false", "Heated_vol": 332.9, "Ridge_mean": 10.5, "Eaves_mean": 6.43, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.65, "Heated_are": 106.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 60.9, "Total_Year": 8178.0, "January_He": 1599.0, "February_H": 1115.0, "March_Heat": 668.0, "April_Heat": 133.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 344.0, "November_H": 1042.0, "December_H": 1565.0, "PV_potenti": 2.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211819213591408, 48.78872776905704, 0.0 ], [ 9.211874754143036, 48.788731533603411, 0.0 ], [ 9.21186827241422, 48.78877587788763, 0.0 ], [ 9.21175134166471, 48.788768899059924, 0.0 ], [ 9.211757411445355, 48.788723656303212, 0.0 ], [ 9.211819213591408, 48.78872776905704, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003914b", "Latitude": 48.78772, "Longitude": 9.20087, "X_coordina": 3514832.14, "Y_coordina": 5405602.65, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 444.8, "SecondaryU": "retail", "Secondar00": 91.1, "BuildingTy": "GMH", "Footprint_": 113.8, "Total_wall": 311.1, "Total_wa00": 0.0, "Total_outw": 462.7, "Total_shar": 363.9, "Total_roof": 166.6, "Gross_volu": 1732.8, "Is_Gross_v": "false", "Heated_vol": 1674.6, "Ridge_mean": 18.9, "Eaves_mean": 12.6, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.349, "Heated_are": 535.9, "Mean_Uvalu": 0.45, "Specific_d": "25,6", "Specific_s": 39.4, "Total_Year": 34785.0, "January_He": 4914.0, "February_H": 3696.0, "March_Heat": 2505.0, "April_Heat": 640.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 1223.0, "November_H": 3247.0, "December_H": 4763.0, "PV_potenti": 6.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200802600973432, 48.787808163141058, 0.0 ], [ 9.200763743628844, 48.787755895319677, 0.0 ], [ 9.200727485632259, 48.787707040053085, 0.0 ], [ 9.200795983404756, 48.78768443971942, 0.0 ], [ 9.200799265977007, 48.787688570484178, 0.0 ], [ 9.200802255926595, 48.787687576110244, 0.0 ], [ 9.200842347165018, 48.787673927721599, 0.0 ], [ 9.20087819483658, 48.787722244126108, 0.0 ], [ 9.200915136294162, 48.787771817542009, 0.0 ], [ 9.200802600973432, 48.787808163141058, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039116", "Latitude": 48.78909, "Longitude": 9.20046, "X_coordina": 3514802.02, "Y_coordina": 5405754.97, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1011.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 199.4, "Total_wall": 729.6, "Total_wa00": 0.0, "Total_outw": 1040.6, "Total_shar": 428.3, "Total_roof": 265.7, "Gross_volu": 3724.5, "Is_Gross_v": "false", "Heated_vol": 3525.1, "Ridge_mean": 19.3, "Eaves_mean": 16.55, "Storey_num": 6, "Average_St": 3.1, "Number_of_": 16, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.333, "Heated_are": 1011.6, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 63656.0, "January_He": 11052.0, "February_H": 8137.0, "March_Heat": 5671.0, "April_Heat": 1659.0, "May_Heatin": 88.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 230.0, "October_He": 2789.0, "November_H": 7215.0, "December_H": 10790.0, "PV_potenti": 10.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200386440200514, 48.789071416143386, 0.0 ], [ 9.200449032614786, 48.789069059116983, 0.0 ], [ 9.200469579327802, 48.789068303961081, 0.0 ], [ 9.200469001654735, 48.789059942067958, 0.0 ], [ 9.200468423623654, 48.789051490251786, 0.0 ], [ 9.200510877216288, 48.789049797713815, 0.0 ], [ 9.200512713384155, 48.789066610237867, 0.0 ], [ 9.200533940544762, 48.789065853885695, 0.0 ], [ 9.200534516437054, 48.789073766163384, 0.0 ], [ 9.200538098209776, 48.789118811670747, 0.0 ], [ 9.200525851896014, 48.789119282614479, 0.0 ], [ 9.200527290192255, 48.789138703616516, 0.0 ], [ 9.20052916255894, 48.789164598364792, 0.0 ], [ 9.200303693336059, 48.789173083894731, 0.0 ], [ 9.20029527318783, 48.789074901923698, 0.0 ], [ 9.200298266808655, 48.789074806793117, 0.0 ], [ 9.200322215058961, 48.789073865899681, 0.0 ], [ 9.200320786150252, 48.789056782893255, 0.0 ], [ 9.200364736383221, 48.789054997881998, 0.0 ], [ 9.200365450844878, 48.789063539384927, 0.0 ], [ 9.200366165664809, 48.78907217081089, 0.0 ], [ 9.200386440200514, 48.789071416143386, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003911b", "Latitude": 48.78893, "Longitude": 9.20034, "X_coordina": 3514793.24, "Y_coordina": 5405737.29, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 68.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 41.2, "Total_wall": 120.4, "Total_wa00": 0.0, "Total_outw": 240.1, "Total_shar": 31.7, "Total_roof": 41.2, "Gross_volu": 212.8, "Is_Gross_v": "false", "Heated_vol": 212.8, "Ridge_mean": 5.2, "Eaves_mean": 5.17, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.953, "Heated_are": 68.1, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 22.6, "Total_Year": 3779.0, "January_He": 487.0, "February_H": 264.0, "March_Heat": 98.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 17.0, "November_H": 193.0, "December_H": 474.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200251928954572, 48.788955378859704, 0.0 ], [ 9.200248520394045, 48.788919595176424, 0.0 ], [ 9.200308121520345, 48.788917962817209, 0.0 ], [ 9.200344854840193, 48.788983543176343, 0.0 ], [ 9.200254914222212, 48.788987386485722, 0.0 ], [ 9.200251928954572, 48.788955378859704, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038ea5", "Latitude": 48.79393, "Longitude": 9.20008, "X_coordina": 3514772.56, "Y_coordina": 5406292.72, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 262.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 163.9, "Total_wall": 153.3, "Total_wa00": 0.0, "Total_outw": 328.0, "Total_shar": 229.4, "Total_roof": 163.9, "Gross_volu": 859.5, "Is_Gross_v": "false", "Heated_vol": 818.7, "Ridge_mean": 5.2, "Eaves_mean": 5.25, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.569, "Heated_are": 262.0, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 11414.0, "January_He": 953.0, "February_H": 488.0, "March_Heat": 146.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 298.0, "December_H": 899.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199911092066124, 48.793940346576811, 0.0 ], [ 9.200011785304453, 48.793865894864439, 0.0 ], [ 9.200124606701806, 48.793932152370388, 0.0 ], [ 9.200119857042585, 48.793935667643524, 0.0 ], [ 9.200159010201714, 48.79395862002962, 0.0 ], [ 9.200063611440036, 48.794029645575954, 0.0 ], [ 9.199911092066124, 48.793940346576811, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d5c", "Latitude": 48.79336, "Longitude": 9.21366, "X_coordina": 3515770.82, "Y_coordina": 5406232.11, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 74.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.1, "Total_wall": 49.5, "Total_wa00": 0.0, "Total_outw": 140.1, "Total_shar": 136.8, "Total_roof": 67.9, "Gross_volu": 268.2, "Is_Gross_v": "false", "Heated_vol": 233.5, "Ridge_mean": 5.7, "Eaves_mean": 3.38, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.694, "Heated_are": 74.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 60.5, "Total_Year": 5702.0, "January_He": 1090.0, "February_H": 781.0, "March_Heat": 482.0, "April_Heat": 105.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 250.0, "November_H": 714.0, "December_H": 1074.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213545102889594, 48.793377409300675, 0.0 ], [ 9.213612134308423, 48.793329535565491, 0.0 ], [ 9.213693598740592, 48.79337929201651, 0.0 ], [ 9.213626703434876, 48.79342716554617, 0.0 ], [ 9.213545102889594, 48.793377409300675, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2c", "Latitude": 48.79345, "Longitude": 9.20374, "X_coordina": 3515041.97, "Y_coordina": 5406240.93, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 12932.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 778.8, "Total_wall": 7046.9, "Total_wa00": 0.0, "Total_outw": 7364.0, "Total_shar": 861.1, "Total_roof": 778.8, "Gross_volu": 40414.5, "Is_Gross_v": "false", "Heated_vol": 40414.5, "Ridge_mean": 56.2, "Eaves_mean": 56.22, "Storey_num": 22, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.213, "Heated_are": 12932.6, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 49.4, "Total_Year": 827871.0, "January_He": 140599.0, "February_H": 107609.0, "March_Heat": 79812.0, "April_Heat": 31147.0, "May_Heatin": 3875.0, "June_Heati": 130, "July_Heati": 13, "August_Hea": 29, "September_": 7021.0, "October_He": 41022.0, "November_H": 92604.0, "December_H": 135064.0, "PV_potenti": 35.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203569346238877, 48.793481712201505, 0.0 ], [ 9.203579237286162, 48.793470724040311, 0.0 ], [ 9.203668391527318, 48.793371560541317, 0.0 ], [ 9.203691967991407, 48.793345530928313, 0.0 ], [ 9.203676700241163, 48.793339533053199, 0.0 ], [ 9.203709761188012, 48.793302965602678, 0.0 ], [ 9.203716985844892, 48.793305740453299, 0.0 ], [ 9.20374083190695, 48.79327908088802, 0.0 ], [ 9.203738105512279, 48.79327800662864, 0.0 ], [ 9.203741628124689, 48.793274043758991, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203770623062008, 48.793241709892364, 0.0 ], [ 9.203816835664369, 48.793259972520879, 0.0 ], [ 9.203815344742949, 48.793261503860435, 0.0 ], [ 9.203837837144389, 48.793270276560357, 0.0 ], [ 9.203846915127249, 48.793260189050727, 0.0 ], [ 9.20385517941377, 48.793250822369409, 0.0 ], [ 9.203866630130717, 48.793255298277558, 0.0 ], [ 9.203949648071637, 48.793287793538859, 0.0 ], [ 9.203959599504014, 48.793291732551538, 0.0 ], [ 9.203928841536843, 48.793325598288327, 0.0 ], [ 9.203921616865475, 48.793322823451035, 0.0 ], [ 9.20372528592352, 48.793540516224816, 0.0 ], [ 9.20377736027565, 48.793561016587482, 0.0 ], [ 9.20378553950855, 48.793564239362389, 0.0 ], [ 9.203679040866078, 48.793682407500221, 0.0 ], [ 9.203654788093425, 48.793709517387917, 0.0 ], [ 9.203595761500205, 48.793686331554738, 0.0 ], [ 9.203440220731544, 48.793625278563596, 0.0 ], [ 9.203468945314382, 48.793593304946796, 0.0 ], [ 9.203478429553714, 48.793582677207539, 0.0 ], [ 9.203488184902211, 48.793571779217707, 0.0 ], [ 9.203569346238877, 48.793481712201505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2d", "Latitude": 48.79364, "Longitude": 9.20387, "X_coordina": 3515051.02, "Y_coordina": 5406261.97, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 437.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 273.6, "Total_wall": 283.9, "Total_wa00": 0.0, "Total_outw": 466.7, "Total_shar": 131.5, "Total_roof": 273.6, "Gross_volu": 1537.8, "Is_Gross_v": "false", "Heated_vol": 1368.1, "Ridge_mean": 5.6, "Eaves_mean": 5.62, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.563, "Heated_are": 437.8, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 64.7, "Total_Year": 34720.0, "January_He": 6486.0, "February_H": 4742.0, "March_Heat": 3305.0, "April_Heat": 1117.0, "May_Heatin": 126.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 264.0, "October_He": 1769.0, "November_H": 4214.0, "December_H": 6297.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203679040866078, 48.793682407500221, 0.0 ], [ 9.20378553950855, 48.793564239362389, 0.0 ], [ 9.20377736027565, 48.793561016587482, 0.0 ], [ 9.203799489547182, 48.793547309043731, 0.0 ], [ 9.203968745932068, 48.793667866663192, 0.0 ], [ 9.203912679252429, 48.793703395841561, 0.0 ], [ 9.203920540418842, 48.793762461707196, 0.0 ], [ 9.203852839296655, 48.793781825214758, 0.0 ], [ 9.203812299165966, 48.793752851658269, 0.0 ], [ 9.203824358018627, 48.793739431703486, 0.0 ], [ 9.203679040866078, 48.793682407500221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2e", "Latitude": 48.79338, "Longitude": 9.20352, "X_coordina": 3515025.25, "Y_coordina": 5406232.26, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 577.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 211.5, "Total_wall": 273.2, "Total_wa00": 0.0, "Total_outw": 328.1, "Total_shar": 384.5, "Total_roof": 211.5, "Gross_volu": 1448.8, "Is_Gross_v": "false", "Heated_vol": 1448.8, "Ridge_mean": 6.8, "Eaves_mean": 6.84, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.481, "Heated_are": 577.1, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 43.0, "Total_Year": 33258.0, "January_He": 5851.0, "February_H": 4255.0, "March_Heat": 2871.0, "April_Heat": 870.0, "May_Heatin": 77.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 1379.0, "November_H": 3686.0, "December_H": 5685.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203579237286162, 48.793470724040311, 0.0 ], [ 9.203439919111529, 48.793416026940704, 0.0 ], [ 9.203387212556192, 48.793474750211146, 0.0 ], [ 9.20333255978592, 48.793456052696051, 0.0 ], [ 9.203307579919366, 48.793471653578074, 0.0 ], [ 9.203275819158019, 48.793459569963424, 0.0 ], [ 9.20333962838045, 48.793386529291439, 0.0 ], [ 9.203341819451083, 48.793389852594863, 0.0 ], [ 9.203372542426091, 48.793380895907511, 0.0 ], [ 9.203371444164077, 48.793378559834096, 0.0 ], [ 9.203391041696269, 48.793378255452204, 0.0 ], [ 9.20347256023461, 48.793410214163245, 0.0 ], [ 9.203489769864634, 48.793391569574318, 0.0 ], [ 9.203488537677311, 48.793389773280111, 0.0 ], [ 9.20351909142695, 48.79337263380733, 0.0 ], [ 9.203511421733504, 48.793360777449635, 0.0 ], [ 9.203537115817088, 48.793353538153404, 0.0 ], [ 9.203538754915895, 48.79332134261599, 0.0 ], [ 9.203668391527318, 48.793371560541317, 0.0 ], [ 9.203579237286162, 48.793470724040311, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2f", "Latitude": 48.79362, "Longitude": 9.20352, "X_coordina": 3515025.77, "Y_coordina": 5406259.16, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 241.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 88.0, "Total_wall": 227.1, "Total_wa00": 0.0, "Total_outw": 291.7, "Total_shar": 143.3, "Total_roof": 88.0, "Gross_volu": 563.5, "Is_Gross_v": "false", "Heated_vol": 563.5, "Ridge_mean": 6.4, "Eaves_mean": 6.4, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.715, "Heated_are": 241.6, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 52.4, "Total_Year": 16194.0, "January_He": 3057.0, "February_H": 2160.0, "March_Heat": 1381.0, "April_Heat": 366.0, "May_Heatin": 31.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 680.0, "November_H": 1931.0, "December_H": 2991.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203595761500205, 48.793686331554738, 0.0 ], [ 9.203572728873301, 48.793712270261551, 0.0 ], [ 9.203364703992415, 48.793630357743844, 0.0 ], [ 9.203378764654813, 48.793573411291248, 0.0 ], [ 9.203425696602915, 48.793567573287653, 0.0 ], [ 9.203436638211439, 48.793580772724177, 0.0 ], [ 9.203468945314382, 48.793593304946796, 0.0 ], [ 9.203440220731544, 48.793625278563596, 0.0 ], [ 9.203595761500205, 48.793686331554738, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d31", "Latitude": 48.79315, "Longitude": 9.20377, "X_coordina": 3515044.1, "Y_coordina": 5406206.82, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 7153.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1374.6, "Total_wall": 2488.9, "Total_wa00": 0.0, "Total_outw": 2807.1, "Total_shar": 3377.8, "Total_roof": 2121.8, "Gross_volu": 22606.8, "Is_Gross_v": "false", "Heated_vol": 22354.4, "Ridge_mean": 20.6, "Eaves_mean": 20.58, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.266, "Heated_are": 7153.4, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 52.8, "Total_Year": 481856.0, "January_He": 80116.0, "February_H": 62324.0, "March_Heat": 48290.0, "April_Heat": 21679.0, "May_Heatin": 3667.0, "June_Heati": 156, "July_Heati": 17, "August_Hea": 33, "September_": 5474.0, "October_He": 25316.0, "November_H": 53435.0, "December_H": 76840.0, "PV_potenti": 83.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204146408183144, 48.793344096756343, 0.0 ], [ 9.203963468438532, 48.793272482053588, 0.0 ], [ 9.203949648071637, 48.793287793538859, 0.0 ], [ 9.203866630130717, 48.793255298277558, 0.0 ], [ 9.20385517941377, 48.793250822369409, 0.0 ], [ 9.203837837144389, 48.793270276560357, 0.0 ], [ 9.203815344742949, 48.793261503860435, 0.0 ], [ 9.203816835664369, 48.793259972520879, 0.0 ], [ 9.203770623062008, 48.793241709892364, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203602247372038, 48.79320379018543, 0.0 ], [ 9.203558065636686, 48.793189588426678, 0.0 ], [ 9.203527507445902, 48.793232518000451, 0.0 ], [ 9.203545117238598, 48.793245525794958, 0.0 ], [ 9.203506699889299, 48.793270142828689, 0.0 ], [ 9.203501378120764, 48.79326673513718, 0.0 ], [ 9.203442232727038, 48.793348670095192, 0.0 ], [ 9.203355233000261, 48.793341180254423, 0.0 ], [ 9.20321001270892, 48.793172919818808, 0.0 ], [ 9.203112481275754, 48.793152499383076, 0.0 ], [ 9.203212563066774, 48.793029307360968, 0.0 ], [ 9.203374198438128, 48.793049794367477, 0.0 ], [ 9.203424199503274, 48.793028933705664, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203456570838174, 48.792990119454437, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203455346789402, 48.793057654226622, 0.0 ], [ 9.203463264626706, 48.793063575193898, 0.0 ], [ 9.203244803817777, 48.793193990461766, 0.0 ], [ 9.203365881248649, 48.79328181188977, 0.0 ], [ 9.203533739775457, 48.793181763110141, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.20384729494651, 48.793152370007689, 0.0 ], [ 9.204001795881727, 48.793225743826625, 0.0 ], [ 9.204032039233939, 48.793199252715006, 0.0 ], [ 9.203982650719608, 48.79316975535081, 0.0 ], [ 9.20404376889835, 48.79313826374576, 0.0 ], [ 9.204109278063772, 48.793048493845284, 0.0 ], [ 9.204161257554698, 48.793079245492549, 0.0 ], [ 9.204334989640483, 48.793095573220221, 0.0 ], [ 9.20431025443958, 48.793137791266112, 0.0 ], [ 9.204343244502148, 48.793251486058985, 0.0 ], [ 9.204172684157138, 48.793312576921096, 0.0 ], [ 9.204146408183144, 48.793344096756343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d32", "Latitude": 48.79307, "Longitude": 9.20383, "X_coordina": 3515048.47, "Y_coordina": 5406198.1, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 278.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 92.6, "Total_wall": 311.4, "Total_wa00": 0.0, "Total_outw": 552.6, "Total_shar": 320.5, "Total_roof": 92.6, "Gross_volu": 934.8, "Is_Gross_v": "false", "Heated_vol": 870.6, "Ridge_mean": 10.7, "Eaves_mean": 10.69, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.553, "Heated_are": 278.6, "Mean_Uvalu": 0.53, "Specific_d": "14,6", "Specific_s": 58.8, "Total_Year": 20457.0, "January_He": 4142.0, "February_H": 2709.0, "March_Heat": 1624.0, "April_Heat": 436.0, "May_Heatin": 44.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 813.0, "November_H": 2421.0, "December_H": 4114.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203732563842411, 48.793052218325457, 0.0 ], [ 9.203744885647712, 48.79303654982261, 0.0 ], [ 9.203784147085392, 48.793052396826326, 0.0 ], [ 9.203780484385213, 48.793055370785943, 0.0 ], [ 9.203850142208809, 48.793082494345967, 0.0 ], [ 9.203854751054481, 48.793077900084853, 0.0 ], [ 9.203897419815151, 48.793094910024692, 0.0 ], [ 9.203862874053803, 48.79313444763708, 0.0 ], [ 9.20384729494651, 48.793152370007689, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.203718623747532, 48.793071576556557, 0.0 ], [ 9.203676167938513, 48.793039908630099, 0.0 ], [ 9.203684695686002, 48.793028383328718, 0.0 ], [ 9.203726544102809, 48.793044495547129, 0.0 ], [ 9.20372207098506, 48.79304899963946, 0.0 ], [ 9.203732563842411, 48.793052218325457, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d33", "Latitude": 48.7931, "Longitude": 9.20353, "X_coordina": 3515026.04, "Y_coordina": 5406201.62, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 6695.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 489.0, "Total_wall": 3079.1, "Total_wa00": 0.0, "Total_outw": 3243.0, "Total_shar": 1554.0, "Total_roof": 489.0, "Gross_volu": 20924.5, "Is_Gross_v": "false", "Heated_vol": 20924.5, "Ridge_mean": 45.5, "Eaves_mean": 45.5, "Storey_num": 18, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.194, "Heated_are": 6695.8, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 49.6, "Total_Year": 429988.99999999994, "January_He": 70089.0, "February_H": 55007.0, "March_Heat": 42955.0, "April_Heat": 19578.0, "May_Heatin": 3337.0, "June_Heati": 140, "July_Heati": 15, "August_Hea": 30, "September_": 4898.0, "October_He": 22318.0, "November_H": 46763.0, "December_H": 67033.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203676167938513, 48.793039908630099, 0.0 ], [ 9.203718623747532, 48.793071576556557, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.203610954592424, 48.793135702641237, 0.0 ], [ 9.203532612792285, 48.793182421544103, 0.0 ], [ 9.203365881248649, 48.79328181188977, 0.0 ], [ 9.203244803817777, 48.793193990461766, 0.0 ], [ 9.203463264626706, 48.793063575193898, 0.0 ], [ 9.203455346789402, 48.793057654226622, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203524048242464, 48.793016617599015, 0.0 ], [ 9.203524457635307, 48.793016886646221, 0.0 ], [ 9.203551611543931, 48.793000472560962, 0.0 ], [ 9.203553386670981, 48.79300190820058, 0.0 ], [ 9.203577417890983, 48.792987388024009, 0.0 ], [ 9.203617741851783, 48.792963127288637, 0.0 ], [ 9.203676979779981, 48.793005106768227, 0.0 ], [ 9.203646293481611, 48.793023055830623, 0.0 ], [ 9.20366226602053, 48.793035077343603, 0.0 ], [ 9.203666611777042, 48.793032731644779, 0.0 ], [ 9.203676167938513, 48.793039908630099, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d34", "Latitude": 48.79276, "Longitude": 9.20378, "X_coordina": 3515044.66, "Y_coordina": 5406163.65, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 7665.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1098.8, "Total_wall": 3595.1, "Total_wa00": 0.0, "Total_outw": 4909.1, "Total_shar": 1036.2, "Total_roof": 1359.3, "Gross_volu": 25038.5, "Is_Gross_v": "false", "Heated_vol": 23953.4, "Ridge_mean": 27.0, "Eaves_mean": 26.99, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.248, "Heated_are": 7665.1, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 50.8, "Total_Year": 501378.0, "January_He": 84021.0, "February_H": 65158.0, "March_Heat": 49481.0, "April_Heat": 20649.0, "May_Heatin": 2985.0, "June_Heati": 113, "July_Heati": 12, "August_Hea": 25, "September_": 4890.0, "October_He": 25620.0, "November_H": 55767.0, "December_H": 80671.0, "PV_potenti": 57.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204178845558593, 48.792684359854029, 0.0 ], [ 9.20411555878008, 48.792711206327631, 0.0 ], [ 9.203544072602453, 48.792953635700094, 0.0 ], [ 9.203577417890983, 48.792987388024009, 0.0 ], [ 9.203553386670981, 48.79300190820058, 0.0 ], [ 9.203551611543931, 48.793000472560962, 0.0 ], [ 9.203524457635307, 48.793016886646221, 0.0 ], [ 9.203524048242464, 48.793016617599015, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203456570838174, 48.792990119454437, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203386464380367, 48.793020277770111, 0.0 ], [ 9.203306377362662, 48.792938229033489, 0.0 ], [ 9.203288883858463, 48.792920275199471, 0.0 ], [ 9.203304916082429, 48.792913412704415, 0.0 ], [ 9.203522712405784, 48.792820946243268, 0.0 ], [ 9.203764557171239, 48.792718455301504, 0.0 ], [ 9.203759772195966, 48.792713158276463, 0.0 ], [ 9.203860858814981, 48.792670625361858, 0.0 ], [ 9.203811792533799, 48.792619725537506, 0.0 ], [ 9.203813830383913, 48.792618822694948, 0.0 ], [ 9.203970214441666, 48.79255281166904, 0.0 ], [ 9.204027006967767, 48.792528791388897, 0.0 ], [ 9.204178845558593, 48.792684359854029, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d35", "Latitude": 48.79264, "Longitude": 9.20366, "X_coordina": 3515035.81, "Y_coordina": 5406150.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1799.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 788.4, "Total_wall": 1112.7, "Total_wa00": 0.0, "Total_outw": 2425.3, "Total_shar": 473.1, "Total_roof": 788.4, "Gross_volu": 5644.1, "Is_Gross_v": "false", "Heated_vol": 5622.0, "Ridge_mean": 10.0, "Eaves_mean": 10.03, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.477, "Heated_are": 1799.1, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 8.6, "Total_Year": 74589.0, "January_He": 5439.0, "February_H": 2609.0, "March_Heat": 636.0, "April_Heat": 25.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 58.0, "November_H": 1529.0, "December_H": 5177.0, "PV_potenti": 36.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203718922095986, 48.792405691875544, 0.0 ], [ 9.203880446895456, 48.79243292263898, 0.0 ], [ 9.203885237686302, 48.792439658426417, 0.0 ], [ 9.203936171513607, 48.792447661361351, 0.0 ], [ 9.203937025645462, 48.792456921978555, 0.0 ], [ 9.203955824444865, 48.792461115094554, 0.0 ], [ 9.203965740437987, 48.792523504503322, 0.0 ], [ 9.203957448225927, 48.792525947126876, 0.0 ], [ 9.203970214441666, 48.79255281166904, 0.0 ], [ 9.203813830383913, 48.792618822694948, 0.0 ], [ 9.203802623607443, 48.792607332309494, 0.0 ], [ 9.203728763769767, 48.792584262713973, 0.0 ], [ 9.203679064589823, 48.79261231686268, 0.0 ], [ 9.203680336803451, 48.792624004678935, 0.0 ], [ 9.203653422947937, 48.79263241517183, 0.0 ], [ 9.203486631810666, 48.792783871563287, 0.0 ], [ 9.203522712405784, 48.792820946243268, 0.0 ], [ 9.203304916082429, 48.792913412704415, 0.0 ], [ 9.203290581593269, 48.792902557256596, 0.0 ], [ 9.203287324632539, 48.792904901019263, 0.0 ], [ 9.203255989969815, 48.792897132977828, 0.0 ], [ 9.203294417192462, 48.792841312524992, 0.0 ], [ 9.203302996584874, 48.792842556309274, 0.0 ], [ 9.20336768410885, 48.792852333684735, 0.0 ], [ 9.203372143430196, 48.792844412534173, 0.0 ], [ 9.203330647271319, 48.792814361408986, 0.0 ], [ 9.203325596672896, 48.792810683459543, 0.0 ], [ 9.203334913445579, 48.792792322598018, 0.0 ], [ 9.203339276275361, 48.79279420328978, 0.0 ], [ 9.203346365465638, 48.792797158250238, 0.0 ], [ 9.203530093497424, 48.792626878099547, 0.0 ], [ 9.203517546883392, 48.792620605622496, 0.0 ], [ 9.203564860806702, 48.792574840813046, 0.0 ], [ 9.203580953275502, 48.79258290548831, 0.0 ], [ 9.203595729168022, 48.792568311744766, 0.0 ], [ 9.203596146586507, 48.792536927674306, 0.0 ], [ 9.203615869700583, 48.792534105171605, 0.0 ], [ 9.203614315481344, 48.792519989916158, 0.0 ], [ 9.203622072045448, 48.792519706430603, 0.0 ], [ 9.203669500040251, 48.79246854596024, 0.0 ], [ 9.203665001127348, 48.792466665521538, 0.0 ], [ 9.203718922095986, 48.792405691875544, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d36", "Latitude": 48.79315, "Longitude": 9.20344, "X_coordina": 3515019.94, "Y_coordina": 5406207.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1575.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 492.5, "Total_wall": 1158.3, "Total_wa00": 0.0, "Total_outw": 1846.3, "Total_shar": 2183.6, "Total_roof": 492.5, "Gross_volu": 5333.6, "Is_Gross_v": "false", "Heated_vol": 4923.5, "Ridge_mean": 10.8, "Eaves_mean": 10.83, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.42, "Heated_are": 1575.5, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 10.8, "Total_Year": 68864.0, "January_He": 5654.0, "February_H": 3165.0, "March_Heat": 979.0, "April_Heat": 49.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 92.0, "November_H": 1876.0, "December_H": 5277.0, "PV_potenti": 23.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203287027150649, 48.793302903309794, 0.0 ], [ 9.203257932702147, 48.793310688093584, 0.0 ], [ 9.203241360921547, 48.793285089122598, 0.0 ], [ 9.203223283328029, 48.7932573346406, 0.0 ], [ 9.203199433295334, 48.793249373528518, 0.0 ], [ 9.203198895790131, 48.793251083024927, 0.0 ], [ 9.203168660990395, 48.793246100650379, 0.0 ], [ 9.203178335369953, 48.793215149871067, 0.0 ], [ 9.203099638796514, 48.793174103692479, 0.0 ], [ 9.203059454891346, 48.793165721739562, 0.0 ], [ 9.20307700829478, 48.793131070208169, 0.0 ], [ 9.20304553923693, 48.793123751964707, 0.0 ], [ 9.203048373405865, 48.793117812011239, 0.0 ], [ 9.203056067650115, 48.793102061817926, 0.0 ], [ 9.203061514948176, 48.793102861524922, 0.0 ], [ 9.20306009116082, 48.793087307256151, 0.0 ], [ 9.203059379086039, 48.79307948516027, 0.0 ], [ 9.203069308633657, 48.79307802887373, 0.0 ], [ 9.203122220239308, 48.793070112206195, 0.0 ], [ 9.203121797394569, 48.793032794665983, 0.0 ], [ 9.203121773073871, 48.793026769828941, 0.0 ], [ 9.20313304873158, 48.793021624295712, 0.0 ], [ 9.203190651890136, 48.792995894451806, 0.0 ], [ 9.203193012371324, 48.792973769085677, 0.0 ], [ 9.203195381202359, 48.792953711947106, 0.0 ], [ 9.203215507356022, 48.792949539948253, 0.0 ], [ 9.203232097802081, 48.792946093574415, 0.0 ], [ 9.203229367441216, 48.792944030150529, 0.0 ], [ 9.203256277175418, 48.792934540681443, 0.0 ], [ 9.203271868900071, 48.792953397113095, 0.0 ], [ 9.203306377362662, 48.792938229033489, 0.0 ], [ 9.203386464380367, 48.793020277770111, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203424199503274, 48.793028933705664, 0.0 ], [ 9.203374198438128, 48.793049794367477, 0.0 ], [ 9.203212563066774, 48.793029307360968, 0.0 ], [ 9.203112481275754, 48.793152499383076, 0.0 ], [ 9.20321001270892, 48.793172919818808, 0.0 ], [ 9.203355233000261, 48.793341180254423, 0.0 ], [ 9.203442232727038, 48.793348670095192, 0.0 ], [ 9.203501378120764, 48.79326673513718, 0.0 ], [ 9.203506699889299, 48.793270142828689, 0.0 ], [ 9.203545117238598, 48.793245525794958, 0.0 ], [ 9.203527507445902, 48.793232518000451, 0.0 ], [ 9.203557686663693, 48.793190110653313, 0.0 ], [ 9.203602247372038, 48.79320379018543, 0.0 ], [ 9.203603337636045, 48.793204147952146, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203741628124689, 48.793274043758991, 0.0 ], [ 9.203626713539112, 48.793229465069693, 0.0 ], [ 9.20360914739519, 48.793227248039848, 0.0 ], [ 9.203583411182992, 48.793224056291713, 0.0 ], [ 9.203541680457251, 48.793270710471255, 0.0 ], [ 9.203539639605255, 48.793304525343451, 0.0 ], [ 9.203538754915895, 48.79332134261599, 0.0 ], [ 9.203537115817088, 48.793353538153404, 0.0 ], [ 9.203511421733504, 48.793360777449635, 0.0 ], [ 9.20351909142695, 48.79337263380733, 0.0 ], [ 9.203488537677311, 48.793389773280111, 0.0 ], [ 9.203489769864634, 48.793391569574318, 0.0 ], [ 9.20347256023461, 48.793410214163245, 0.0 ], [ 9.203391041696269, 48.793378255452204, 0.0 ], [ 9.203371444164077, 48.793378559834096, 0.0 ], [ 9.203372542426091, 48.793380895907511, 0.0 ], [ 9.203341819451083, 48.793389852594863, 0.0 ], [ 9.20333962838045, 48.793386529291439, 0.0 ], [ 9.203308268918207, 48.793339015088002, 0.0 ], [ 9.203313287594437, 48.793334779819496, 0.0 ], [ 9.203296278408821, 48.793301987742588, 0.0 ], [ 9.203286063179187, 48.793300117380589, 0.0 ], [ 9.203287027150649, 48.793302903309794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d38", "Latitude": 48.79333, "Longitude": 9.20318, "X_coordina": 3515000.71, "Y_coordina": 5406226.88, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2766.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 889.3, "Total_wall": 1204.9, "Total_wa00": 0.0, "Total_outw": 1554.5, "Total_shar": 464.2, "Total_roof": 889.3, "Gross_volu": 7240.3, "Is_Gross_v": "false", "Heated_vol": 7240.3, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.412, "Heated_are": 2766.6, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 3.8, "Total_Year": 101424.0, "January_He": 4040.0, "February_H": 1742.0, "March_Heat": 296.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 779.0, "December_H": 3637.0, "PV_potenti": 40.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203223283328029, 48.7932573346406, 0.0 ], [ 9.203241360921547, 48.793285089122598, 0.0 ], [ 9.203191388576276, 48.793313143539599, 0.0 ], [ 9.203167353458756, 48.793326764405933, 0.0 ], [ 9.203200434318234, 48.793429848379965, 0.0 ], [ 9.203232744171252, 48.793443100052862, 0.0 ], [ 9.203275819158019, 48.793459569963424, 0.0 ], [ 9.203307579919366, 48.793471653578074, 0.0 ], [ 9.20333255978592, 48.793456052696051, 0.0 ], [ 9.203387212556192, 48.793474750211146, 0.0 ], [ 9.203412698855391, 48.793483427782419, 0.0 ], [ 9.203394895373235, 48.793557196558929, 0.0 ], [ 9.203385916274074, 48.79355811165334, 0.0 ], [ 9.203314761799108, 48.793564891644351, 0.0 ], [ 9.203281232871415, 48.793586802263647, 0.0 ], [ 9.203251930598688, 48.793576872468584, 0.0 ], [ 9.203196325053263, 48.793558176570848, 0.0 ], [ 9.203128977416608, 48.79356396057068, 0.0 ], [ 9.203086700853087, 48.793509271678765, 0.0 ], [ 9.203082322364631, 48.793503524291616, 0.0 ], [ 9.203090200304453, 48.793499553761315, 0.0 ], [ 9.203081314849101, 48.793489947608705, 0.0 ], [ 9.20303742216751, 48.793506930636745, 0.0 ], [ 9.20296061399209, 48.793461744551379, 0.0 ], [ 9.202979019362541, 48.793435814121914, 0.0 ], [ 9.202956642826331, 48.793422005330257, 0.0 ], [ 9.202981406507977, 48.793386531795072, 0.0 ], [ 9.202960392459238, 48.793373080296753, 0.0 ], [ 9.202946257484671, 48.793377961081106, 0.0 ], [ 9.20286345532454, 48.793331346715959, 0.0 ], [ 9.202908368670659, 48.793263734981323, 0.0 ], [ 9.20291594501122, 48.793252481184403, 0.0 ], [ 9.202941537841362, 48.793253874862692, 0.0 ], [ 9.202974823225066, 48.793205347391073, 0.0 ], [ 9.203046431262534, 48.793209897180617, 0.0 ], [ 9.203054143665218, 48.793198643134609, 0.0 ], [ 9.203007409900348, 48.793152324962172, 0.0 ], [ 9.202997297800167, 48.793142271347008, 0.0 ], [ 9.20302834952874, 48.79311362090754, 0.0 ], [ 9.203048373405865, 48.793117812011239, 0.0 ], [ 9.20304553923693, 48.793123751964707, 0.0 ], [ 9.20307700829478, 48.793131070208169, 0.0 ], [ 9.203059454891346, 48.793165721739562, 0.0 ], [ 9.203099638796514, 48.793174103692479, 0.0 ], [ 9.203178335369953, 48.793215149871067, 0.0 ], [ 9.203168660990395, 48.793246100650379, 0.0 ], [ 9.203198895790131, 48.793251083024927, 0.0 ], [ 9.203199433295334, 48.793249373528518, 0.0 ], [ 9.203223283328029, 48.7932573346406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d39", "Latitude": 48.79336, "Longitude": 9.20324, "X_coordina": 3515005.26, "Y_coordina": 5406229.99, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 21.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 26.9, "Total_wall": 53.8, "Total_wa00": 0.0, "Total_outw": 225.8, "Total_shar": 106.1, "Total_roof": 26.9, "Gross_volu": 85.2, "Is_Gross_v": "false", "Heated_vol": 67.5, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.428, "Heated_are": 21.6, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 45.7, "Total_Year": 1696.0, "January_He": 309.0, "February_H": 161.0, "March_Heat": 62.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 132.0, "December_H": 303.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203232744171252, 48.793443100052862, 0.0 ], [ 9.203200434318234, 48.793429848379965, 0.0 ], [ 9.203167353458756, 48.793326764405933, 0.0 ], [ 9.203191388576276, 48.793313143539599, 0.0 ], [ 9.203232744171252, 48.793443100052862, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038bae", "Latitude": 48.78989, "Longitude": 9.20677, "X_coordina": 3515265.17, "Y_coordina": 5405844.6, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 844.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.3, "Total_wall": 705.1, "Total_wa00": 0.0, "Total_outw": 1047.3, "Total_shar": 69.7, "Total_roof": 233.4, "Gross_volu": 2822.1, "Is_Gross_v": "false", "Heated_vol": 2637.8, "Ridge_mean": 17.3, "Eaves_mean": 13.65, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 844.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 36.8, "Total_Year": 44434.0, "January_He": 7821.0, "February_H": 5369.0, "March_Heat": 3206.0, "April_Heat": 607.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1471.0, "November_H": 4836.0, "December_H": 7676.0, "PV_potenti": 9.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20665382052316, 48.789830535682739, 0.0 ], [ 9.20665408864515, 48.789829546041645, 0.0 ], [ 9.20681963592617, 48.789843726552107, 0.0 ], [ 9.206811368213733, 48.789885106270511, 0.0 ], [ 9.20680959753858, 48.789884749755885, 0.0 ], [ 9.206798131590347, 48.789942681164533, 0.0 ], [ 9.206799902267452, 48.78994303767935, 0.0 ], [ 9.206791901164811, 48.789983068062448, 0.0 ], [ 9.206626624141085, 48.789968527333002, 0.0 ], [ 9.206637161278245, 48.789916352720681, 0.0 ], [ 9.206657583226448, 48.789918294394454, 0.0 ], [ 9.206664242338434, 48.789882852533772, 0.0 ], [ 9.206644637695238, 48.789881089241831, 0.0 ], [ 9.206647565255716, 48.789864897734908, 0.0 ], [ 9.20665382052316, 48.789830535682739, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038ba9", "Latitude": 48.7899, "Longitude": 9.2065, "X_coordina": 3515245.78, "Y_coordina": 5405846.71, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 533.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.2, "Total_wall": 554.6, "Total_wa00": 0.0, "Total_outw": 865.0, "Total_shar": 112.3, "Total_roof": 148.6, "Gross_volu": 1792.7, "Is_Gross_v": "false", "Heated_vol": 1667.4, "Ridge_mean": 15.6, "Eaves_mean": 12.02, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 533.6, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 50.8, "Total_Year": 35569.0, "January_He": 6723.0, "February_H": 4633.0, "March_Heat": 2803.0, "April_Heat": 605.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 1402.0, "November_H": 4225.0, "December_H": 6617.0, "PV_potenti": 7.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206442477999563, 48.789998802161612, 0.0 ], [ 9.206395236238846, 48.789994570506522, 0.0 ], [ 9.20640427033668, 48.789940869907859, 0.0 ], [ 9.206398277852873, 48.789939801564685, 0.0 ], [ 9.206404957066299, 48.789909215559156, 0.0 ], [ 9.206411763886516, 48.789909742900576, 0.0 ], [ 9.206417495975966, 48.789880507446249, 0.0 ], [ 9.206399657588541, 48.789878021557634, 0.0 ], [ 9.206402447660359, 48.789861470608841, 0.0 ], [ 9.206421718506167, 48.789848217293873, 0.0 ], [ 9.206473997380114, 48.789852889525214, 0.0 ], [ 9.206523280763482, 48.789857207410378, 0.0 ], [ 9.206491898353434, 48.790003299661805, 0.0 ], [ 9.206442477999563, 48.789998802161612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038baa", "Latitude": 48.78993, "Longitude": 9.20631, "X_coordina": 3515231.74, "Y_coordina": 5405849.42, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 90.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.8, "Total_wall": 88.4, "Total_wa00": 0.0, "Total_outw": 232.5, "Total_shar": 100.5, "Total_roof": 55.8, "Gross_volu": 202.8, "Is_Gross_v": "false", "Heated_vol": 202.8, "Ridge_mean": 4.1, "Eaves_mean": 4.13, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.986, "Heated_are": 90.0, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206226980114401, 48.789950449669121, 0.0 ], [ 9.206281530336481, 48.789911594883179, 0.0 ], [ 9.206310719307913, 48.789927459076672, 0.0 ], [ 9.206340704203797, 48.78993828611334, 0.0 ], [ 9.206338136149059, 48.789942607048964, 0.0 ], [ 9.206348223935443, 48.789946725460574, 0.0 ], [ 9.206336561664823, 48.789956907727195, 0.0 ], [ 9.206327984115552, 48.78998920567868, 0.0 ], [ 9.206321177285453, 48.789988678332321, 0.0 ], [ 9.206192526528362, 48.789978297764939, 0.0 ], [ 9.206188442284633, 48.789977945383185, 0.0 ], [ 9.206226980114401, 48.789950449669121, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038b24", "Latitude": 48.79071, "Longitude": 9.20639, "X_coordina": 3515236.99, "Y_coordina": 5405936.69, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 418.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 167.7, "Total_wall": 331.1, "Total_wa00": 0.0, "Total_outw": 652.0, "Total_shar": 0.0, "Total_roof": 279.9, "Gross_volu": 1474.2, "Is_Gross_v": "false", "Heated_vol": 1306.5, "Ridge_mean": 12.1, "Eaves_mean": 5.48, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.562, "Heated_are": 418.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.4, "Total_Year": 27712.0, "January_He": 5204.0, "February_H": 3598.0, "March_Heat": 2202.0, "April_Heat": 473.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1097.0, "November_H": 3308.0, "December_H": 5125.0, "PV_potenti": 13.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206340883136454, 48.790811713945175, 0.0 ], [ 9.206272557020329, 48.790810217725507, 0.0 ], [ 9.206279142300682, 48.790657066009018, 0.0 ], [ 9.206348147942606, 48.790658381159957, 0.0 ], [ 9.206413342951164, 48.790659703099884, 0.0 ], [ 9.206405806522989, 48.790813126299653, 0.0 ], [ 9.206340883136454, 48.790811713945175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038af9", "Latitude": 48.79415, "Longitude": 9.20307, "X_coordina": 3514992.51, "Y_coordina": 5406317.63, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 475.7, "SecondaryU": "retail", "Secondar00": 106.8, "BuildingTy": "GMH", "Footprint_": 133.5, "Total_wall": 376.3, "Total_wa00": 0.0, "Total_outw": 559.2, "Total_shar": 333.6, "Total_roof": 154.6, "Gross_volu": 1953.9, "Is_Gross_v": "false", "Heated_vol": 1820.4, "Ridge_mean": 16.2, "Eaves_mean": 13.07, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 582.5, "Mean_Uvalu": 0.47, "Specific_d": "26,3", "Specific_s": 39.0, "Total_Year": 38061.0, "January_He": 5560.0, "February_H": 3930.0, "March_Heat": 2484.0, "April_Heat": 549.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1213.0, "November_H": 3493.0, "December_H": 5410.0, "PV_potenti": 7.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203033252850107, 48.794092700117154, 0.0 ], [ 9.203034208114433, 48.794093327897905, 0.0 ], [ 9.203086871089321, 48.794124708284109, 0.0 ], [ 9.203140216100252, 48.794156447137212, 0.0 ], [ 9.203049840689699, 48.79422341973175, 0.0 ], [ 9.203046568028824, 48.79422189680156, 0.0 ], [ 9.203021871149875, 48.794240284750991, 0.0 ], [ 9.202971936336809, 48.7942104282278, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202933246691853, 48.794167782721054, 0.0 ], [ 9.203029588941504, 48.794095404283773, 0.0 ], [ 9.203033252850107, 48.794092700117154, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038afb", "Latitude": 48.79411, "Longitude": 9.203, "X_coordina": 3514986.93, "Y_coordina": 5406313.12, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 136.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.0, "Total_wall": 130.4, "Total_wa00": 0.0, "Total_outw": 233.3, "Total_shar": 129.3, "Total_roof": 50.0, "Gross_volu": 336.8, "Is_Gross_v": "false", "Heated_vol": 336.8, "Ridge_mean": 6.7, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.684, "Heated_are": 136.4, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 7.5, "Total_Year": 5506.0, "January_He": 366.0, "February_H": 160.0, "March_Heat": 37.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 93.0, "December_H": 363.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202968037519309, 48.794087419664443, 0.0 ], [ 9.203029588941504, 48.794095404283773, 0.0 ], [ 9.202933246691853, 48.794167782721054, 0.0 ], [ 9.20287731184238, 48.794135059175616, 0.0 ], [ 9.202944751495135, 48.79408440330274, 0.0 ], [ 9.202968037519309, 48.794087419664443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038a6a", "Latitude": 48.78794, "Longitude": 9.20862, "X_coordina": 3515402.07, "Y_coordina": 5405629.05, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 204.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 59.5, "Total_wall": 219.4, "Total_wa00": 0.0, "Total_outw": 357.8, "Total_shar": 133.4, "Total_roof": 90.4, "Gross_volu": 694.2, "Is_Gross_v": "false", "Heated_vol": 639.5, "Ridge_mean": 13.9, "Eaves_mean": 9.4, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.561, "Heated_are": 204.6, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 13113.0, "January_He": 2483.0, "February_H": 1690.0, "March_Heat": 994.0, "April_Heat": 208.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 473.0, "November_H": 1524.0, "December_H": 2465.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208568743156365, 48.787916026091651, 0.0 ], [ 9.208651655756187, 48.787957330704984, 0.0 ], [ 9.208616669843703, 48.78798742859145, 0.0 ], [ 9.208586701219977, 48.78801320104386, 0.0 ], [ 9.208504746404966, 48.787973153581341, 0.0 ], [ 9.208534439892533, 48.787946662259003, 0.0 ], [ 9.208568743156365, 48.787916026091651, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000384f9", "Latitude": 48.78771, "Longitude": 9.20656, "X_coordina": 3515250.45, "Y_coordina": 5405602.77, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.4, "Total_wall": 376.7, "Total_wa00": 0.0, "Total_outw": 637.3, "Total_shar": 155.1, "Total_roof": 249.5, "Gross_volu": 1947.9, "Is_Gross_v": "false", "Heated_vol": 1783.5, "Ridge_mean": 14.9, "Eaves_mean": 9.4, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.429, "Heated_are": 570.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 31931.0, "January_He": 5679.0, "February_H": 3925.0, "March_Heat": 2432.0, "April_Heat": 524.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1147.0, "November_H": 3528.0, "December_H": 5579.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206595925475721, 48.787794768177612, 0.0 ], [ 9.206398477715883, 48.787765267574322, 0.0 ], [ 9.20641111788734, 48.787728196369066, 0.0 ], [ 9.206426581548568, 48.787682757200145, 0.0 ], [ 9.206520948643707, 48.787697065715243, 0.0 ], [ 9.20652618626233, 48.787680060749501, 0.0 ], [ 9.206554311433676, 48.787669129542863, 0.0 ], [ 9.206610277148293, 48.787677392047605, 0.0 ], [ 9.206629138253282, 48.787697141413148, 0.0 ], [ 9.206595925475721, 48.787794768177612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038352", "Latitude": 48.79083, "Longitude": 9.21127, "X_coordina": 3515595.81, "Y_coordina": 5405950.67, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 516.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.3, "Total_wall": 305.8, "Total_wa00": 0.0, "Total_outw": 451.9, "Total_shar": 287.4, "Total_roof": 186.3, "Gross_volu": 1710.7, "Is_Gross_v": "false", "Heated_vol": 1614.1, "Ridge_mean": 15.7, "Eaves_mean": 10.67, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.376, "Heated_are": 516.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 28456.0, "January_He": 4986.0, "February_H": 3531.0, "March_Heat": 2167.0, "April_Heat": 413.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1058.0, "November_H": 3186.0, "December_H": 4876.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211321173936204, 48.790813833254681, 0.0 ], [ 9.21125454099254, 48.790923932089754, 0.0 ], [ 9.211193775895273, 48.790908127062522, 0.0 ], [ 9.211132057418196, 48.790892143903861, 0.0 ], [ 9.211199498474837, 48.79077997541377, 0.0 ], [ 9.21123205751025, 48.790787649128866, 0.0 ], [ 9.211230974416118, 48.79078899996977, 0.0 ], [ 9.21125958634412, 48.790796590993232, 0.0 ], [ 9.211291740513804, 48.790805074746721, 0.0 ], [ 9.211321714915924, 48.790813022949415, 0.0 ], [ 9.211321173936204, 48.790813833254681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037f6a", "Latitude": 48.79469, "Longitude": 9.2045, "X_coordina": 3515097.05, "Y_coordina": 5406378.74, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 139.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 63.3, "Total_wall": 219.4, "Total_wa00": 0.0, "Total_outw": 390.5, "Total_shar": 56.8, "Total_roof": 84.1, "Gross_volu": 591.5, "Is_Gross_v": "false", "Heated_vol": 528.1, "Ridge_mean": 10.9, "Eaves_mean": 7.67, "Storey_num": 3, "Average_St": 3.3, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.665, "Heated_are": 139.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 64.3, "Total_Year": 11137.0, "January_He": 2229.0, "February_H": 1520.0, "March_Heat": 897.0, "April_Heat": 192.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 456.0, "November_H": 1396.0, "December_H": 2205.0, "PV_potenti": 3.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204497288496773, 48.794685673350763, 0.0 ], [ 9.204531395912612, 48.794705575807789, 0.0 ], [ 9.204450379753409, 48.79476443975134, 0.0 ], [ 9.204415455698193, 48.79474453872011, 0.0 ], [ 9.204377939828069, 48.794723203501178, 0.0 ], [ 9.204418917184496, 48.794692017219525, 0.0 ], [ 9.204457723752775, 48.794662543324797, 0.0 ], [ 9.204497288496773, 48.794685673350763, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037ced", "Latitude": 48.78972, "Longitude": 9.20618, "X_coordina": 3515222.37, "Y_coordina": 5405826.17, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 642.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 264.3, "Total_wall": 484.0, "Total_wa00": 0.0, "Total_outw": 761.1, "Total_shar": 62.9, "Total_roof": 264.3, "Gross_volu": 2008.3, "Is_Gross_v": "false", "Heated_vol": 2008.3, "Ridge_mean": 7.6, "Eaves_mean": 7.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 17, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.504, "Heated_are": 642.7, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 36180.0, "January_He": 6405.0, "February_H": 4521.0, "March_Heat": 2778.0, "April_Heat": 576.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1324.0, "November_H": 4017.0, "December_H": 6295.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206189002236881, 48.789782450406967, 0.0 ], [ 9.206086806449058, 48.789851334994822, 0.0 ], [ 9.205974942340253, 48.789785890879294, 0.0 ], [ 9.206181716640794, 48.789631841365043, 0.0 ], [ 9.206304905766268, 48.789704458884387, 0.0 ], [ 9.206189002236881, 48.789782450406967, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037cee", "Latitude": 48.78989, "Longitude": 9.2059, "X_coordina": 3515201.51, "Y_coordina": 5405844.55, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.5, "Total_wall": 56.1, "Total_wa00": 0.0, "Total_outw": 183.4, "Total_shar": 0.0, "Total_roof": 34.5, "Gross_volu": 83.1, "Is_Gross_v": "false", "Heated_vol": 83.1, "Ridge_mean": 2.4, "Eaves_mean": 2.39, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.507, "Heated_are": 31.5, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205816453774197, 48.789933559076303, 0.0 ], [ 9.205818003414668, 48.789879871899345, 0.0 ], [ 9.205897078793951, 48.789881169322861, 0.0 ], [ 9.205894712684426, 48.789934857960674, 0.0 ], [ 9.205816453774197, 48.789933559076303, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037a76", "Latitude": 48.7913, "Longitude": 9.20388, "X_coordina": 3515052.83, "Y_coordina": 5406001.77, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 114.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.2, "Total_wall": 79.0, "Total_wa00": 0.0, "Total_outw": 169.0, "Total_shar": 221.4, "Total_roof": 64.1, "Gross_volu": 409.6, "Is_Gross_v": "false", "Heated_vol": 358.4, "Ridge_mean": 9.5, "Eaves_mean": 6.14, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.508, "Heated_are": 114.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 7142.0, "January_He": 1341.0, "February_H": 926.0, "March_Heat": 523.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 260.0, "November_H": 858.0, "December_H": 1321.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203797802708262, 48.791282586391681, 0.0 ], [ 9.203848917709379, 48.791302009344314, 0.0 ], [ 9.203850008298192, 48.791302457031833, 0.0 ], [ 9.203901395895894, 48.791321969402169, 0.0 ], [ 9.203900450146916, 48.791323679625293, 0.0 ], [ 9.203898135786394, 48.791323503875873, 0.0 ], [ 9.203879804159318, 48.791367329129081, 0.0 ], [ 9.203831186524448, 48.791359681762621, 0.0 ], [ 9.203776848863924, 48.79135105533787, 0.0 ], [ 9.203801491136067, 48.791285996961271, 0.0 ], [ 9.203793582279344, 48.791282234166133, 0.0 ], [ 9.203797802708262, 48.791282586391681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037719", "Latitude": 48.78999, "Longitude": 9.19719, "X_coordina": 3514561.24, "Y_coordina": 5405853.95, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1363.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 204.6, "Total_wall": 967.0, "Total_wa00": 0.0, "Total_outw": 1240.7, "Total_shar": 256.7, "Total_roof": 228.0, "Gross_volu": 4402.1, "Is_Gross_v": "false", "Heated_vol": 4260.3, "Ridge_mean": 23.2, "Eaves_mean": 19.75, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 25, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.325, "Heated_are": 1363.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 34.5, "Total_Year": 68643.0, "January_He": 11878.0, "February_H": 8201.0, "March_Heat": 4860.0, "April_Heat": 890.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 81.0, "October_He": 2156.0, "November_H": 7245.0, "December_H": 11712.0, "PV_potenti": 10.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197242499501044, 48.790016725924076, 0.0 ], [ 9.197262959907404, 48.790028560795662, 0.0 ], [ 9.19724803413872, 48.790039916739794, 0.0 ], [ 9.197239621070905, 48.790046225803984, 0.0 ], [ 9.197196064318806, 48.790079212447658, 0.0 ], [ 9.197169875944006, 48.790099040488322, 0.0 ], [ 9.197013143833406, 48.790006957175059, 0.0 ], [ 9.197083033894428, 48.789956390427399, 0.0 ], [ 9.197140031691486, 48.789915197765929, 0.0 ], [ 9.197273705599715, 48.789992393089427, 0.0 ], [ 9.197242499501044, 48.790016725924076, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000376af", "Latitude": 48.7903, "Longitude": 9.19877, "X_coordina": 3514677.47, "Y_coordina": 5405888.58, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1767.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 252.0, "Total_wall": 851.7, "Total_wa00": 0.0, "Total_outw": 1025.6, "Total_shar": 524.2, "Total_roof": 252.0, "Gross_volu": 4831.3, "Is_Gross_v": "false", "Heated_vol": 4831.3, "Ridge_mean": 19.7, "Eaves_mean": 19.71, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.281, "Heated_are": 1767.2, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 41.8, "Total_Year": 99733.0, "January_He": 16567.0, "February_H": 12679.0, "March_Heat": 9205.0, "April_Heat": 3309.0, "May_Heatin": 328.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 2, "September_": 637.0, "October_He": 4516.0, "November_H": 10776.0, "December_H": 15886.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198758117280001, 48.790209613913156, 0.0 ], [ 9.198860016851, 48.790269686818718, 0.0 ], [ 9.198881842580951, 48.790282508204534, 0.0 ], [ 9.19869390345351, 48.790422124324799, 0.0 ], [ 9.198671395822812, 48.790408944385639, 0.0 ], [ 9.198571134992184, 48.790350307266955, 0.0 ], [ 9.198758117280001, 48.790209613913156, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037537", "Latitude": 48.78852, "Longitude": 9.21063, "X_coordina": 3515549.57, "Y_coordina": 5405693.28, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 106.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.2, "Total_wall": 74.2, "Total_wa00": 0.0, "Total_outw": 160.0, "Total_shar": 192.4, "Total_roof": 62.8, "Gross_volu": 378.3, "Is_Gross_v": "false", "Heated_vol": 331.2, "Ridge_mean": 9.7, "Eaves_mean": 6.33, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 106.0, "Mean_Uvalu": 0.64, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 7975.0, "January_He": 1568.0, "February_H": 1074.0, "March_Heat": 631.0, "April_Heat": 126.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 332.0, "November_H": 1004.0, "December_H": 1535.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21063785401954, 48.788509083419662, 0.0 ], [ 9.210642574893031, 48.788564018136583, 0.0 ], [ 9.210589916555413, 48.788566002839488, 0.0 ], [ 9.21053780256751, 48.788567986523141, 0.0 ], [ 9.210534078438236, 48.788523571047179, 0.0 ], [ 9.210533217896229, 48.788513051553004, 0.0 ], [ 9.210585195739155, 48.788511068120336, 0.0 ], [ 9.21063785401954, 48.788509083419662, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037370", "Latitude": 48.79019, "Longitude": 9.20787, "X_coordina": 3515346.3, "Y_coordina": 5405879.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 811.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 225.0, "Total_wall": 541.6, "Total_wa00": 0.0, "Total_outw": 830.9, "Total_shar": 133.5, "Total_roof": 225.0, "Gross_volu": 2202.9, "Is_Gross_v": "false", "Heated_vol": 2202.9, "Ridge_mean": 9.8, "Eaves_mean": 9.79, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 10, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.45, "Heated_are": 811.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 42313.0, "January_He": 7486.0, "February_H": 5148.0, "March_Heat": 2929.0, "April_Heat": 435.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1380.0, "November_H": 4715.0, "December_H": 7309.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207742756700945, 48.790305801135084, 0.0 ], [ 9.207772310239948, 48.790113131411097, 0.0 ], [ 9.207785786385942, 48.79011382648558, 0.0 ], [ 9.207785656233819, 48.790115265498443, 0.0 ], [ 9.207914299118674, 48.790123576057994, 0.0 ], [ 9.207883794950199, 48.790316607228633, 0.0 ], [ 9.207742756700945, 48.790305801135084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036f17", "Latitude": 48.7944, "Longitude": 9.20272, "X_coordina": 3514966.68, "Y_coordina": 5406345.71, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 862.7, "SecondaryU": "retail", "Secondar00": 159.9, "BuildingTy": "GMH", "Footprint_": 199.9, "Total_wall": 522.0, "Total_wa00": 0.0, "Total_outw": 718.7, "Total_shar": 478.1, "Total_roof": 221.5, "Gross_volu": 3294.4, "Is_Gross_v": "false", "Heated_vol": 3195.7, "Ridge_mean": 18.0, "Eaves_mean": 14.84, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 16, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.292, "Heated_are": 1022.6, "Mean_Uvalu": 0.47, "Specific_d": "24,8", "Specific_s": 35.4, "Total_Year": 61576.0, "January_He": 8639.0, "February_H": 6359.0, "March_Heat": 4180.0, "April_Heat": 990.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 110.0, "October_He": 1966.0, "November_H": 5555.0, "December_H": 8407.0, "PV_potenti": 12.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20254396879815, 48.794433652634524, 0.0 ], [ 9.202687139473644, 48.794329269250198, 0.0 ], [ 9.202703511092864, 48.79433895217835, 0.0 ], [ 9.202757127573854, 48.794370510882644, 0.0 ], [ 9.202813882133047, 48.794403952429931, 0.0 ], [ 9.202816883677512, 48.794405745614846, 0.0 ], [ 9.202753234099651, 48.794451359017799, 0.0 ], [ 9.202750503676564, 48.794449295583213, 0.0 ], [ 9.20272987522034, 48.794464079363941, 0.0 ], [ 9.202733012869899, 48.79446587231142, 0.0 ], [ 9.202671398551733, 48.794509953385159, 0.0 ], [ 9.20266853311082, 48.794508159956948, 0.0 ], [ 9.202614644691467, 48.794476691614221, 0.0 ], [ 9.202541247072027, 48.794433747345096, 0.0 ], [ 9.202542468029907, 48.794432756038518, 0.0 ], [ 9.20254396879815, 48.794433652634524, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036df9", "Latitude": 48.79405, "Longitude": 9.20256, "X_coordina": 3514954.92, "Y_coordina": 5406306.9, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 572.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 351.0, "Total_wall": 404.2, "Total_wa00": 0.0, "Total_outw": 830.6, "Total_shar": 101.9, "Total_roof": 351.0, "Gross_volu": 1827.3, "Is_Gross_v": "false", "Heated_vol": 1789.5, "Ridge_mean": 5.2, "Eaves_mean": 5.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.61, "Heated_are": 572.7, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 63.5, "Total_Year": 44722.0, "January_He": 8237.0, "February_H": 6103.0, "March_Heat": 4312.0, "April_Heat": 1531.0, "May_Heatin": 193.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 1, "September_": 344.0, "October_He": 2265.0, "November_H": 5355.0, "December_H": 8009.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202629996093606, 48.794165439158817, 0.0 ], [ 9.202515535470292, 48.794098647449189, 0.0 ], [ 9.202411320887865, 48.794176614554843, 0.0 ], [ 9.20230185389584, 48.794133104058908, 0.0 ], [ 9.202526704690822, 48.793965540929761, 0.0 ], [ 9.202733527622545, 48.794086933516354, 0.0 ], [ 9.202629996093606, 48.794165439158817, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036dfa", "Latitude": 48.79385, "Longitude": 9.20275, "X_coordina": 3514968.86, "Y_coordina": 5406285.02, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 35.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 44.3, "Total_wall": 55.2, "Total_wa00": 0.0, "Total_outw": 170.8, "Total_shar": 36.1, "Total_roof": 44.3, "Gross_volu": 126.9, "Is_Gross_v": "true", "Heated_vol": 110.9, "Ridge_mean": 2.9, "Eaves_mean": 2.86, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.195, "Heated_are": 35.5, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 96.8, "Total_Year": 3952.0, "January_He": 810.0, "February_H": 573.0, "March_Heat": 381.0, "April_Heat": 120.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 203.0, "November_H": 516.0, "December_H": 792.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202716370399987, 48.793916019021076, 0.0 ], [ 9.202641882154552, 48.793872447266814, 0.0 ], [ 9.202696567882338, 48.793831705571549, 0.0 ], [ 9.202771056114601, 48.793875277290773, 0.0 ], [ 9.202716370399987, 48.793916019021076, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036c84", "Latitude": 48.79251, "Longitude": 9.20187, "X_coordina": 3514904.84, "Y_coordina": 5406135.88, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 366.0, "SecondaryU": "office and administration", "Secondar00": 91.2, "BuildingTy": "MFH", "Footprint_": 114.0, "Total_wall": 481.4, "Total_wa00": 0.0, "Total_outw": 649.3, "Total_shar": 232.4, "Total_roof": 114.0, "Gross_volu": 1428.7, "Is_Gross_v": "false", "Heated_vol": 1428.7, "Ridge_mean": 12.5, "Eaves_mean": 12.53, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.497, "Heated_are": 457.2, "Mean_Uvalu": 0.46, "Specific_d": "15,6", "Specific_s": 47.9, "Total_Year": 29032.0, "January_He": 5300.0, "February_H": 3752.0, "March_Heat": 2401.0, "April_Heat": 584.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 88.0, "October_He": 1207.0, "November_H": 3358.0, "December_H": 5182.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201920140956538, 48.792554086532164, 0.0 ], [ 9.20192137018066, 48.79255516345988, 0.0 ], [ 9.201918793314363, 48.792557416067915, 0.0 ], [ 9.201909108972652, 48.792552127556412, 0.0 ], [ 9.201845869928277, 48.792597919600439, 0.0 ], [ 9.201739335429565, 48.792538037325478, 0.0 ], [ 9.201710976470135, 48.792559488816778, 0.0 ], [ 9.201708248355288, 48.792557964894307, 0.0 ], [ 9.201788849035065, 48.792497395035696, 0.0 ], [ 9.201809585518578, 48.792509678229379, 0.0 ], [ 9.201862371550474, 48.792470558873973, 0.0 ], [ 9.201896476063579, 48.792490372199723, 0.0 ], [ 9.201948178543617, 48.792520405944899, 0.0 ], [ 9.201945465581048, 48.792522658792215, 0.0 ], [ 9.201948058323673, 48.792524362793621, 0.0 ], [ 9.20194602513539, 48.79252643460169, 0.0 ], [ 9.201951347442312, 48.792530022211665, 0.0 ], [ 9.201920140956538, 48.792554086532164, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003685d", "Latitude": 48.7885, "Longitude": 9.21105, "X_coordina": 3515580.01, "Y_coordina": 5405691.55, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 96.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 58.6, "Total_wa00": 0.0, "Total_outw": 140.2, "Total_shar": 197.5, "Total_roof": 63.7, "Gross_volu": 346.6, "Is_Gross_v": "false", "Heated_vol": 300.4, "Ridge_mean": 9.3, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.521, "Heated_are": 96.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5954.0, "January_He": 1134.0, "February_H": 761.0, "March_Heat": 418.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 211.0, "November_H": 719.0, "December_H": 1115.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21100138326279, 48.788549782804097, 0.0 ], [ 9.210950757989151, 48.788549785626479, 0.0 ], [ 9.210950708635423, 48.788505543279626, 0.0 ], [ 9.210950799493975, 48.788494752274801, 0.0 ], [ 9.211001560800577, 48.788494749203132, 0.0 ], [ 9.211053274725076, 48.788494744363291, 0.0 ], [ 9.211053505509081, 48.788549777216012, 0.0 ], [ 9.21100138326279, 48.788549782804097, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036717", "Latitude": 48.78768, "Longitude": 9.20098, "X_coordina": 3514840.53, "Y_coordina": 5405598.61, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 519.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 114.5, "Total_wall": 375.4, "Total_wa00": 0.0, "Total_outw": 586.1, "Total_shar": 255.9, "Total_roof": 164.1, "Gross_volu": 1737.8, "Is_Gross_v": "false", "Heated_vol": 1623.4, "Ridge_mean": 19.0, "Eaves_mean": 12.27, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 519.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.5, "Total_Year": 27718.0, "January_He": 4866.0, "February_H": 3386.0, "March_Heat": 2048.0, "April_Heat": 394.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 959.0, "November_H": 2994.0, "December_H": 4789.0, "PV_potenti": 7.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201006825791271, 48.787695312343502, 0.0 ], [ 9.20100084554003, 48.787697211178866, 0.0 ], [ 9.201028211846412, 48.787734481729458, 0.0 ], [ 9.200915136294162, 48.787771817542009, 0.0 ], [ 9.20087819483658, 48.787722244126108, 0.0 ], [ 9.200842347165018, 48.787673927721599, 0.0 ], [ 9.200955969409529, 48.787637220491455, 0.0 ], [ 9.200974718053875, 48.787663445482451, 0.0 ], [ 9.200981513382386, 48.787661185531242, 0.0 ], [ 9.201006825791271, 48.787695312343502, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036718", "Latitude": 48.78758, "Longitude": 9.201, "X_coordina": 3514841.74, "Y_coordina": 5405587.02, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 26.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.7, "Total_wall": 57.2, "Total_wa00": 0.0, "Total_outw": 178.0, "Total_shar": 0.0, "Total_roof": 32.7, "Gross_volu": 82.0, "Is_Gross_v": "false", "Heated_vol": 81.3, "Ridge_mean": 2.5, "Eaves_mean": 2.52, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 1.501, "Heated_are": 26.0, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200968067770916, 48.787565710064221, 0.0 ], [ 9.201003770061856, 48.787611688669003, 0.0 ], [ 9.200934321674598, 48.787634740403512, 0.0 ], [ 9.200898892679298, 48.787589031071626, 0.0 ], [ 9.200968067770916, 48.787565710064221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036642", "Latitude": 48.79464, "Longitude": 9.20441, "X_coordina": 3515090.8, "Y_coordina": 5406372.49, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 226.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 73.5, "Total_wall": 256.4, "Total_wa00": 0.0, "Total_outw": 460.0, "Total_shar": 57.0, "Total_roof": 89.4, "Gross_volu": 680.1, "Is_Gross_v": "false", "Heated_vol": 606.5, "Ridge_mean": 10.7, "Eaves_mean": 7.53, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.662, "Heated_are": 226.0, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 16925.0, "January_He": 3168.0, "February_H": 2271.0, "March_Heat": 1489.0, "April_Heat": 398.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 771.0, "November_H": 2051.0, "December_H": 3109.0, "PV_potenti": 3.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204320092840536, 48.794689225122752, 0.0 ], [ 9.204281073325188, 48.794666273915929, 0.0 ], [ 9.204363037876337, 48.794606329324708, 0.0 ], [ 9.204400967081874, 48.794628922745041, 0.0 ], [ 9.204434120955716, 48.794648647076421, 0.0 ], [ 9.204457723752775, 48.794662543324797, 0.0 ], [ 9.204418917184496, 48.794692017219525, 0.0 ], [ 9.204394225909166, 48.794678212818766, 0.0 ], [ 9.204352973416634, 48.794708680191512, 0.0 ], [ 9.204320092840536, 48.794689225122752, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003663a", "Latitude": 48.79289, "Longitude": 9.20266, "X_coordina": 3514962.83, "Y_coordina": 5406178.43, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 466.0, "SecondaryU": "retail", "Secondar00": 118.7, "BuildingTy": "GMH", "Footprint_": 148.4, "Total_wall": 422.1, "Total_wa00": 0.0, "Total_outw": 632.9, "Total_shar": 308.9, "Total_roof": 171.0, "Gross_volu": 2183.4, "Is_Gross_v": "false", "Heated_vol": 2035.0, "Ridge_mean": 16.3, "Eaves_mean": 13.13, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 584.8, "Mean_Uvalu": 0.48, "Specific_d": "27,4", "Specific_s": 41.6, "Total_Year": 40360.0, "January_He": 5888.0, "February_H": 4235.0, "March_Heat": 2682.0, "April_Heat": 598.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1297.0, "November_H": 3752.0, "December_H": 5758.0, "PV_potenti": 8.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202685075771106, 48.792870892388216, 0.0 ], [ 9.202738144824348, 48.792902092378398, 0.0 ], [ 9.202614796841821, 48.792993491981321, 0.0 ], [ 9.202560909717791, 48.792961933679472, 0.0 ], [ 9.202503066704111, 48.792928134219096, 0.0 ], [ 9.202628323028211, 48.792837450765582, 0.0 ], [ 9.202685075771106, 48.792870892388216, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036439", "Latitude": 48.78762, "Longitude": 9.20598, "X_coordina": 3515207.67, "Y_coordina": 5405592.21, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 500.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 165.7, "Total_wall": 309.7, "Total_wa00": 0.0, "Total_outw": 581.5, "Total_shar": 151.8, "Total_roof": 250.8, "Gross_volu": 1664.5, "Is_Gross_v": "false", "Heated_vol": 1563.5, "Ridge_mean": 13.1, "Eaves_mean": 7.56, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.452, "Heated_are": 500.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 29755.0, "January_He": 5281.0, "February_H": 3746.0, "March_Heat": 2414.0, "April_Heat": 604.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1149.0, "November_H": 3347.0, "December_H": 5192.0, "PV_potenti": 9.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205853640535855, 48.787579471340514, 0.0 ], [ 9.205881759911938, 48.787567101529532, 0.0 ], [ 9.205936638556866, 48.787575815923333, 0.0 ], [ 9.205955779259385, 48.787597453296392, 0.0 ], [ 9.205950800749333, 48.787611310444746, 0.0 ], [ 9.206043396986352, 48.787625262823362, 0.0 ], [ 9.206027659352111, 48.787670342736774, 0.0 ], [ 9.206014072934911, 48.787709034219084, 0.0 ], [ 9.205819214059513, 48.787680157457174, 0.0 ], [ 9.205853640535855, 48.787579471340514, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036399", "Latitude": 48.79544, "Longitude": 9.20897, "X_coordina": 3515425.31, "Y_coordina": 5406463.2, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 280.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 82.1, "Total_wall": 237.0, "Total_wa00": 0.0, "Total_outw": 374.1, "Total_shar": 195.5, "Total_roof": 110.3, "Gross_volu": 947.1, "Is_Gross_v": "false", "Heated_vol": 875.7, "Ridge_mean": 13.9, "Eaves_mean": 9.17, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.475, "Heated_are": 280.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 18336.0, "January_He": 3305.0, "February_H": 2400.0, "March_Heat": 1559.0, "April_Heat": 366.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 795.0, "November_H": 2184.0, "December_H": 3224.0, "PV_potenti": 5.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208999406477584, 48.795439782664005, 0.0 ], [ 9.209006760741723, 48.795440848399487, 0.0 ], [ 9.208995061362142, 48.795475040579014, 0.0 ], [ 9.208983227726952, 48.795509682618494, 0.0 ], [ 9.208915404494453, 48.795499734240543, 0.0 ], [ 9.208844448956677, 48.795489341885393, 0.0 ], [ 9.208868117138989, 48.795420237678712, 0.0 ], [ 9.208939345545103, 48.795430809371418, 0.0 ], [ 9.208999406477584, 48.795439782664005, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003639a", "Latitude": 48.79545, "Longitude": 9.20912, "X_coordina": 3515436.16, "Y_coordina": 5406463.65, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 34.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.3, "Total_wall": 42.8, "Total_wa00": 0.0, "Total_outw": 148.9, "Total_shar": 108.4, "Total_roof": 42.3, "Gross_volu": 148.6, "Is_Gross_v": "false", "Heated_vol": 106.3, "Ridge_mean": 3.5, "Eaves_mean": 3.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.973, "Heated_are": 34.0, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 105.9, "Total_Year": 3602.0, "January_He": 747.0, "February_H": 565.0, "March_Heat": 438.0, "April_Heat": 202.0, "May_Heatin": 41.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 278.0, "November_H": 527.0, "December_H": 735.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209139834103659, 48.795496629175155, 0.0 ], [ 9.208995061362142, 48.795475040579014, 0.0 ], [ 9.209006760741723, 48.795440848399487, 0.0 ], [ 9.209079896947229, 48.795451956084065, 0.0 ], [ 9.209151534885043, 48.795462796672687, 0.0 ], [ 9.209139834103659, 48.795496629175155, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003632e", "Latitude": 48.78803, "Longitude": 9.21134, "X_coordina": 3515601.63, "Y_coordina": 5405639.64, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 107.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.9, "Total_wall": 57.0, "Total_wa00": 0.0, "Total_outw": 121.0, "Total_shar": 202.0, "Total_roof": 66.6, "Gross_volu": 378.2, "Is_Gross_v": "false", "Heated_vol": 335.9, "Ridge_mean": 8.4, "Eaves_mean": 5.32, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.497, "Heated_are": 107.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 6680.0, "January_He": 1246.0, "February_H": 861.0, "March_Heat": 500.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 253.0, "November_H": 799.0, "December_H": 1222.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211362446906408, 48.788035656606894, 0.0 ], [ 9.211346205432854, 48.788089280916324, 0.0 ], [ 9.211290244153705, 48.788082369558715, 0.0 ], [ 9.21122624959669, 48.788074483748439, 0.0 ], [ 9.21124112881358, 48.788020502259968, 0.0 ], [ 9.211305123681832, 48.788028477985144, 0.0 ], [ 9.211362446906408, 48.788035656606894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035f5e", "Latitude": 48.78844, "Longitude": 9.19596, "X_coordina": 3514471.31, "Y_coordina": 5405681.33, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.9, "Total_wall": 44.7, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 51.1, "Total_roof": 38.9, "Gross_volu": 94.0, "Is_Gross_v": "false", "Heated_vol": 94.0, "Ridge_mean": 2.4, "Eaves_mean": 2.41, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.302, "Heated_are": 35.2, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195896463058912, 48.788494817925312, 0.0 ], [ 9.195858281960737, 48.788440299214869, 0.0 ], [ 9.19593114334703, 48.788419133132457, 0.0 ], [ 9.19596891449199, 48.788473202898373, 0.0 ], [ 9.195896463058912, 48.788494817925312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035f4d", "Latitude": 48.79273, "Longitude": 9.19912, "X_coordina": 3514702.15, "Y_coordina": 5406159.25, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1308.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 276.6, "Total_wall": 725.5, "Total_wa00": 0.0, "Total_outw": 1080.5, "Total_shar": 251.2, "Total_roof": 414.0, "Gross_volu": 4299.1, "Is_Gross_v": "false", "Heated_vol": 4089.8, "Ridge_mean": 18.6, "Eaves_mean": 12.68, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 21, "Number_o00": 43, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.34, "Heated_are": 1308.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 70763.0, "January_He": 12019.0, "February_H": 8776.0, "March_Heat": 5648.0, "April_Heat": 1185.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 2750.0, "November_H": 7804.0, "December_H": 11686.0, "PV_potenti": 20.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199130392204419, 48.792631692553485, 0.0 ], [ 9.199187822895748, 48.792665134726967, 0.0 ], [ 9.199241843336365, 48.792696604453155, 0.0 ], [ 9.199014547399363, 48.792866683295905, 0.0 ], [ 9.198902141705169, 48.792801323209147, 0.0 ], [ 9.19891910443976, 48.792788704607517, 0.0 ], [ 9.198940409565488, 48.792772841252635, 0.0 ], [ 9.199130392204419, 48.792631692553485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000359d8", "Latitude": 48.79413, "Longitude": 9.20056, "X_coordina": 3514808.18, "Y_coordina": 5406315.82, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 190.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 114.4, "Total_wall": 206.4, "Total_wa00": 0.0, "Total_outw": 456.7, "Total_shar": 120.1, "Total_roof": 114.4, "Gross_volu": 710.0, "Is_Gross_v": "false", "Heated_vol": 595.6, "Ridge_mean": 6.2, "Eaves_mean": 6.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.669, "Heated_are": 190.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 55.6, "Total_Year": 13614.0, "January_He": 2624.0, "February_H": 1820.0, "March_Heat": 1090.0, "April_Heat": 217.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 563.0, "November_H": 1664.0, "December_H": 2574.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200575943560233, 48.79407272698122, 0.0 ], [ 9.200637197794745, 48.794108679624365, 0.0 ], [ 9.200465399088349, 48.794236580354493, 0.0 ], [ 9.200404145178512, 48.794200717543845, 0.0 ], [ 9.20040794498162, 48.794197923300686, 0.0 ], [ 9.200508092866858, 48.79412329225994, 0.0 ], [ 9.200575943560233, 48.79407272698122, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003584e", "Latitude": 48.78872, "Longitude": 9.20042, "X_coordina": 3514799.24, "Y_coordina": 5405714.11, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 862.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 215.8, "Total_wall": 785.6, "Total_wa00": 0.0, "Total_outw": 1014.4, "Total_shar": 0.0, "Total_roof": 215.8, "Gross_volu": 2708.2, "Is_Gross_v": "false", "Heated_vol": 2696.5, "Ridge_mean": 12.6, "Eaves_mean": 12.55, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.451, "Heated_are": 862.9, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 48543.0, "January_He": 8503.0, "February_H": 6038.0, "March_Heat": 3841.0, "April_Heat": 842.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 1845.0, "November_H": 5352.0, "December_H": 8326.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200307239011346, 48.78879881552151, 0.0 ], [ 9.200287502235675, 48.788763689704631, 0.0 ], [ 9.20028981360309, 48.788763146142642, 0.0 ], [ 9.200259387124781, 48.788709244870205, 0.0 ], [ 9.200314178000102, 48.788695840874887, 0.0 ], [ 9.200308558625657, 48.788685869124627, 0.0 ], [ 9.200439213622095, 48.788653898735248, 0.0 ], [ 9.200476765602032, 48.788720017172295, 0.0 ], [ 9.200458955138316, 48.788724364512348, 0.0 ], [ 9.200495548124225, 48.788788865986184, 0.0 ], [ 9.200310101816278, 48.788834240458534, 0.0 ], [ 9.200292147784012, 48.788802528640232, 0.0 ], [ 9.200307239011346, 48.78879881552151, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035790", "Latitude": 48.79388, "Longitude": 9.2021, "X_coordina": 3514921.21, "Y_coordina": 5406288.43, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1625.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 298.5, "Total_wall": 1318.4, "Total_wa00": 0.0, "Total_outw": 1692.0, "Total_shar": 351.3, "Total_roof": 298.5, "Gross_volu": 5080.8, "Is_Gross_v": "false", "Heated_vol": 5080.8, "Ridge_mean": 17.8, "Eaves_mean": 17.78, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 26, "Number_o00": 36, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.377, "Heated_are": 1625.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 80182.0, "January_He": 13328.0, "February_H": 9574.0, "March_Heat": 6026.0, "April_Heat": 1213.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 2780.0, "November_H": 8381.0, "December_H": 12981.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201897801650249, 48.79397401898629, 0.0 ], [ 9.201894527236259, 48.79397204640857, 0.0 ], [ 9.201877746499974, 48.793962094311397, 0.0 ], [ 9.201984270885138, 48.793883044551244, 0.0 ], [ 9.201974038981914, 48.793877037618259, 0.0 ], [ 9.202000229226813, 48.793857658113474, 0.0 ], [ 9.202010461129209, 48.793863665044157, 0.0 ], [ 9.202121463120415, 48.793781280129018, 0.0 ], [ 9.202122554831345, 48.793781997601442, 0.0 ], [ 9.202138653236156, 48.793791501243128, 0.0 ], [ 9.202146020121097, 48.793795804643018, 0.0 ], [ 9.202201954480303, 48.793828618469661, 0.0 ], [ 9.202238380301864, 48.793850046237978, 0.0 ], [ 9.20219875535537, 48.793879251055721, 0.0 ], [ 9.202172561089883, 48.793863740268336, 0.0 ], [ 9.202150849298819, 48.793879874702348, 0.0 ], [ 9.202177043204729, 48.793895295571687, 0.0 ], [ 9.202054234382153, 48.793986243994141, 0.0 ], [ 9.20202804010532, 48.79397073317422, 0.0 ], [ 9.202006328221845, 48.793986867580848, 0.0 ], [ 9.202032522139351, 48.794002288482737, 0.0 ], [ 9.201995204573278, 48.794029960481019, 0.0 ], [ 9.201899159434502, 48.793973207293668, 0.0 ], [ 9.201897801650249, 48.79397401898629, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003559c", "Latitude": 48.78777, "Longitude": 9.20789, "X_coordina": 3515348.66, "Y_coordina": 5405609.85, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 976.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 201.1, "Total_wall": 648.5, "Total_wa00": 0.0, "Total_outw": 820.0, "Total_shar": 191.9, "Total_roof": 267.6, "Gross_volu": 3251.5, "Is_Gross_v": "false", "Heated_vol": 3050.4, "Ridge_mean": 18.6, "Eaves_mean": 13.6, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 976.1, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 57774.0, "January_He": 10158.0, "February_H": 7287.0, "March_Heat": 4711.0, "April_Heat": 1094.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2409.0, "November_H": 6567.0, "December_H": 9897.0, "PV_potenti": 13.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207857706412168, 48.787888356254037, 0.0 ], [ 9.207718619413724, 48.787755160499223, 0.0 ], [ 9.207782733725107, 48.787726359186387, 0.0 ], [ 9.207845217528751, 48.787698190246203, 0.0 ], [ 9.207982539295022, 48.787832288274288, 0.0 ], [ 9.207918017446792, 48.787861270280878, 0.0 ], [ 9.207857706412168, 48.787888356254037, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000354fa", "Latitude": 48.79517, "Longitude": 9.20979, "X_coordina": 3515485.3, "Y_coordina": 5406432.98, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 314.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 85.9, "Total_wall": 262.8, "Total_wa00": 0.0, "Total_outw": 399.6, "Total_shar": 192.1, "Total_roof": 116.4, "Gross_volu": 1018.3, "Is_Gross_v": "false", "Heated_vol": 983.3, "Ridge_mean": 13.9, "Eaves_mean": 9.45, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.467, "Heated_are": 314.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 43.2, "Total_Year": 18563.0, "January_He": 3301.0, "February_H": 2358.0, "March_Heat": 1477.0, "April_Heat": 294.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 738.0, "November_H": 2148.0, "December_H": 3218.0, "PV_potenti": 5.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209666396521735, 48.795225631294706, 0.0 ], [ 9.209696939664902, 48.795140867699942, 0.0 ], [ 9.20974747107134, 48.795149408337238, 0.0 ], [ 9.209758912245888, 48.795151365816565, 0.0 ], [ 9.209815709063049, 48.795160974094316, 0.0 ], [ 9.209786650157335, 48.795242587692314, 0.0 ], [ 9.20974007098723, 48.795235298803981, 0.0 ], [ 9.209739397576662, 48.795237008577857, 0.0 ], [ 9.209715971889402, 48.79523336437434, 0.0 ], [ 9.209666396521735, 48.795225631294706, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003533e", "Latitude": 48.79522, "Longitude": 9.20904, "X_coordina": 3515430.75, "Y_coordina": 5406438.57, "LOD": "LOD2", "Year_of_co": 1939, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 152.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.6, "Total_wall": 135.5, "Total_wa00": 0.0, "Total_outw": 262.9, "Total_shar": 115.7, "Total_roof": 102.1, "Gross_volu": 500.1, "Is_Gross_v": "false", "Heated_vol": 477.6, "Ridge_mean": 10.8, "Eaves_mean": 4.84, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.616, "Heated_are": 152.8, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 49.8, "Total_Year": 10027.0, "January_He": 1984.0, "February_H": 1278.0, "March_Heat": 699.0, "April_Heat": 135.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 333.0, "November_H": 1172.0, "December_H": 1983.0, "PV_potenti": 4.39 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208982790616124, 48.79527336433442, 0.0 ], [ 9.208924635377503, 48.795264387575642, 0.0 ], [ 9.20894453157479, 48.795204732166169, 0.0 ], [ 9.209059068074074, 48.795221609772291, 0.0 ], [ 9.209072833137297, 48.795225991036787, 0.0 ], [ 9.209065297484081, 48.79524677705691, 0.0 ], [ 9.209050723622456, 48.795244285654235, 0.0 ], [ 9.209039720168423, 48.795282163441598, 0.0 ], [ 9.208982790616124, 48.79527336433442, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003525a", "Latitude": 48.79248, "Longitude": 9.19854, "X_coordina": 3514659.93, "Y_coordina": 5406131.1, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 50.4, "Total_wall": 73.2, "Total_wa00": 0.0, "Total_outw": 147.4, "Total_shar": 322.5, "Total_roof": 86.4, "Gross_volu": 490.5, "Is_Gross_v": "false", "Heated_vol": 440.1, "Ridge_mean": 12.9, "Eaves_mean": 6.31, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 140.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 8135.0, "January_He": 1445.0, "February_H": 1015.0, "March_Heat": 640.0, "April_Heat": 145.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 309.0, "November_H": 909.0, "December_H": 1419.0, "PV_potenti": 3.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198509336256771, 48.792451748636068, 0.0 ], [ 9.198507978813447, 48.792452650211963, 0.0 ], [ 9.198535807954981, 48.792469058253189, 0.0 ], [ 9.198557113066739, 48.792453194968296, 0.0 ], [ 9.198575256119772, 48.792463774667446, 0.0 ], [ 9.198563586016325, 48.792472517378897, 0.0 ], [ 9.19853495318538, 48.792493878637423, 0.0 ], [ 9.198508491532689, 48.79251361752145, 0.0 ], [ 9.198467374405279, 48.792544352336165, 0.0 ], [ 9.198464100573172, 48.792542469583076, 0.0 ], [ 9.19846518582105, 48.792541568476857, 0.0 ], [ 9.198421941629251, 48.792516104698542, 0.0 ], [ 9.198420584182626, 48.792517006273386, 0.0 ], [ 9.198417583261726, 48.792515302895943, 0.0 ], [ 9.198459244083274, 48.792484387314644, 0.0 ], [ 9.198505926330048, 48.792449866118758, 0.0 ], [ 9.198509336256771, 48.792451748636068, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000351a0", "Latitude": 48.78866, "Longitude": 9.20698, "X_coordina": 3515281.42, "Y_coordina": 5405707.83, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 50.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.8, "Total_wall": 79.1, "Total_wa00": 0.0, "Total_outw": 185.5, "Total_shar": 0.0, "Total_roof": 26.8, "Gross_volu": 99.8, "Is_Gross_v": "false", "Heated_vol": 99.8, "Ridge_mean": 3.7, "Eaves_mean": 3.7, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.33, "Heated_are": 50.0, "Mean_Uvalu": 0.5, "Specific_d": "32,9", "Specific_s": 25.2, "Total_Year": 2899.0, "January_He": 383.0, "February_H": 226.0, "March_Heat": 93.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 165.0, "December_H": 367.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206969688331467, 48.788704484138037, 0.0 ], [ 9.206914989472718, 48.788706740599942, 0.0 ], [ 9.206914561981062, 48.788702065338263, 0.0 ], [ 9.206908619252065, 48.788646862894794, 0.0 ], [ 9.206964001448092, 48.788645324596999, 0.0 ], [ 9.206967555286354, 48.78868218690652, 0.0 ], [ 9.206969688331467, 48.788704484138037, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b30", "Latitude": 48.78905, "Longitude": 9.20894, "X_coordina": 3515425.37, "Y_coordina": 5405752.64, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1844.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 297.3, "Total_wall": 1356.0, "Total_wa00": 0.0, "Total_outw": 1713.6, "Total_shar": 0.0, "Total_roof": 436.3, "Gross_volu": 5771.6, "Is_Gross_v": "false", "Heated_vol": 5765.1, "Ridge_mean": 23.0, "Eaves_mean": 14.68, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 30, "Number_o00": 47, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.362, "Heated_are": 1844.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 96813.0, "January_He": 16838.0, "February_H": 11683.0, "March_Heat": 7232.0, "April_Heat": 1449.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 144.0, "October_He": 3253.0, "November_H": 10387.0, "December_H": 16560.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208770433120579, 48.789098965977736, 0.0 ], [ 9.208724017803558, 48.789031337609309, 0.0 ], [ 9.208740557347536, 48.789016020611129, 0.0 ], [ 9.208819204514368, 48.789012820623604, 0.0 ], [ 9.2088187846787, 48.7890100337519, 0.0 ], [ 9.208928321203009, 48.789006058285253, 0.0 ], [ 9.208928333895566, 48.789009115666147, 0.0 ], [ 9.20906766919234, 48.789003916993671, 0.0 ], [ 9.209075582239942, 48.789106955124105, 0.0 ], [ 9.208920598552316, 48.789112721737837, 0.0 ], [ 9.208922021419944, 48.789127646481298, 0.0 ], [ 9.208913473879228, 48.789133956642814, 0.0 ], [ 9.208875646822756, 48.789135464037386, 0.0 ], [ 9.208862142188012, 48.789127845021405, 0.0 ], [ 9.20879961912946, 48.789146842365433, 0.0 ], [ 9.208767442872249, 48.789099870635063, 0.0 ], [ 9.208770433120579, 48.789098965977736, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b26", "Latitude": 48.78959, "Longitude": 9.20562, "X_coordina": 3515181.3, "Y_coordina": 5405810.99, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 175.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 64.6, "Total_wall": 220.0, "Total_wa00": 0.0, "Total_outw": 357.9, "Total_shar": 49.3, "Total_roof": 64.6, "Gross_volu": 476.8, "Is_Gross_v": "false", "Heated_vol": 476.8, "Ridge_mean": 7.4, "Eaves_mean": 7.36, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.732, "Heated_are": 175.2, "Mean_Uvalu": 0.41, "Specific_d": "73,0", "Specific_s": 54.7, "Total_Year": 22375.0, "January_He": 2263.0, "February_H": 1619.0, "March_Heat": 1088.0, "April_Heat": 333.0, "May_Heatin": 33.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 552.0, "November_H": 1428.0, "December_H": 2202.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205547631935445, 48.789557798730748, 0.0 ], [ 9.205661542233225, 48.789624678387447, 0.0 ], [ 9.205621516154801, 48.789654334738536, 0.0 ], [ 9.205601873429007, 48.789643219279171, 0.0 ], [ 9.205586265894391, 48.789653768208645, 0.0 ], [ 9.205499502054863, 48.78960257667476, 0.0 ], [ 9.205500957198721, 48.789592322783655, 0.0 ], [ 9.205547631935445, 48.789557798730748, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b24", "Latitude": 48.78968, "Longitude": 9.20546, "X_coordina": 3515169.02, "Y_coordina": 5405821.04, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 549.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 132.3, "Total_wall": 437.5, "Total_wa00": 0.0, "Total_outw": 678.0, "Total_shar": 172.2, "Total_roof": 189.1, "Gross_volu": 1849.6, "Is_Gross_v": "false", "Heated_vol": 1717.4, "Ridge_mean": 16.7, "Eaves_mean": 11.04, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 549.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 31903.0, "January_He": 5670.0, "February_H": 3992.0, "March_Heat": 2519.0, "April_Heat": 544.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1245.0, "November_H": 3593.0, "December_H": 5547.0, "PV_potenti": 8.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205431999750598, 48.78963578900958, 0.0 ], [ 9.205527083893267, 48.789691551850147, 0.0 ], [ 9.205474166058698, 48.789730313444196, 0.0 ], [ 9.205426539937953, 48.789765198857964, 0.0 ], [ 9.205300219619966, 48.789692046440976, 0.0 ], [ 9.205333865394699, 48.789666268294511, 0.0 ], [ 9.20534607583636, 48.78965698438774, 0.0 ], [ 9.205383384288412, 48.789628322139166, 0.0 ], [ 9.205416806329746, 48.789647775955522, 0.0 ], [ 9.205431999750598, 48.78963578900958, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000346e4", "Latitude": 48.79562, "Longitude": 9.2094, "X_coordina": 3515456.64, "Y_coordina": 5406482.96, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 129.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.0, "Total_wall": 101.5, "Total_wa00": 0.0, "Total_outw": 207.1, "Total_shar": 151.0, "Total_roof": 77.7, "Gross_volu": 449.8, "Is_Gross_v": "false", "Heated_vol": 403.7, "Ridge_mean": 8.4, "Eaves_mean": 5.47, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.573, "Heated_are": 129.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 8524.0, "January_He": 1614.0, "February_H": 1098.0, "March_Heat": 672.0, "April_Heat": 152.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 324.0, "November_H": 993.0, "December_H": 1597.0, "PV_potenti": 3.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209302925926375, 48.795635714366483, 0.0 ], [ 9.209316915767658, 48.795595942733918, 0.0 ], [ 9.209415386229395, 48.795611320485108, 0.0 ], [ 9.209408525958855, 48.795630846368567, 0.0 ], [ 9.209401801042164, 48.795650192158334, 0.0 ], [ 9.209389156238897, 48.795686094643017, 0.0 ], [ 9.209388483184656, 48.795687894337597, 0.0 ], [ 9.209290012955289, 48.795672606486725, 0.0 ], [ 9.209302925926375, 48.795635714366483, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f6", "Latitude": 48.79203, "Longitude": 9.19776, "X_coordina": 3514602.76, "Y_coordina": 5406080.89, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 313.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 114.3, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 239.8, "Total_shar": 314.9, "Total_roof": 183.5, "Gross_volu": 1093.0, "Is_Gross_v": "false", "Heated_vol": 978.7, "Ridge_mean": 12.6, "Eaves_mean": 6.23, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 313.2, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 61.4, "Total_Year": 23819.0, "January_He": 4283.0, "February_H": 3204.0, "March_Heat": 2337.0, "April_Heat": 885.0, "May_Heatin": 115.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 209.0, "October_He": 1238.0, "November_H": 2820.0, "December_H": 4146.0, "PV_potenti": 8.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197612326817582, 48.792042430538842, 0.0 ], [ 9.197653307960996, 48.792011696259941, 0.0 ], [ 9.197697953096529, 48.791978257968132, 0.0 ], [ 9.19777188916883, 48.792021654032666, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.197776486054321, 48.792083153877122, 0.0 ], [ 9.197733197973095, 48.79211560070901, 0.0 ], [ 9.19772965058652, 48.792113358710289, 0.0 ], [ 9.197731821443467, 48.792111646434485, 0.0 ], [ 9.197612326817582, 48.792042430538842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f7", "Latitude": 48.79197, "Longitude": 9.19767, "X_coordina": 3514595.96, "Y_coordina": 5406074.76, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 162.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.6, "Total_wall": 85.1, "Total_wa00": 0.0, "Total_outw": 162.9, "Total_shar": 253.9, "Total_roof": 93.6, "Gross_volu": 565.6, "Is_Gross_v": "false", "Heated_vol": 507.0, "Ridge_mean": 12.6, "Eaves_mean": 6.65, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.443, "Heated_are": 162.2, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 63.7, "Total_Year": 12710.0, "January_He": 2317.0, "February_H": 1720.0, "March_Heat": 1244.0, "April_Heat": 466.0, "May_Heatin": 61.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 110.0, "October_He": 659.0, "November_H": 1515.0, "December_H": 2247.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197612326817582, 48.792042430538842, 0.0 ], [ 9.197550808236988, 48.79200728604134, 0.0 ], [ 9.197549716629611, 48.792006568525224, 0.0 ], [ 9.197590559918861, 48.791975384886946, 0.0 ], [ 9.197634930749484, 48.791941407548428, 0.0 ], [ 9.197636840708871, 48.791942573277232, 0.0 ], [ 9.197697953096529, 48.791978257968132, 0.0 ], [ 9.197653307960996, 48.792011696259941, 0.0 ], [ 9.197612326817582, 48.792042430538842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f8", "Latitude": 48.79199, "Longitude": 9.19788, "X_coordina": 3514611.19, "Y_coordina": 5406076.43, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 32.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.1, "Total_wall": 44.3, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 75.5, "Total_roof": 40.1, "Gross_volu": 125.4, "Is_Gross_v": "false", "Heated_vol": 100.5, "Ridge_mean": 3.1, "Eaves_mean": 3.12, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.08, "Heated_are": 32.2, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 81.9, "Total_Year": 3103.0, "January_He": 630.0, "February_H": 441.0, "March_Heat": 286.0, "April_Heat": 89.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 147.0, "November_H": 390.0, "December_H": 621.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197843114346304, 48.792033221754039, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.19777188916883, 48.792021654032666, 0.0 ], [ 9.197814907069882, 48.791989747191401, 0.0 ], [ 9.197804809671618, 48.791983110190124, 0.0 ], [ 9.197831406359674, 48.791963101463082, 0.0 ], [ 9.197890337453968, 48.791997800639628, 0.0 ], [ 9.197843114346304, 48.792033221754039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003433d", "Latitude": 48.79428, "Longitude": 9.20452, "X_coordina": 3515098.62, "Y_coordina": 5406332.65, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 675.0, "SecondaryU": "office and administration", "Secondar00": 107.7, "BuildingTy": "GMH", "Footprint_": 134.7, "Total_wall": 871.3, "Total_wa00": 0.0, "Total_outw": 1151.6, "Total_shar": 0.0, "Total_roof": 156.6, "Gross_volu": 2170.6, "Is_Gross_v": "false", "Heated_vol": 2170.6, "Ridge_mean": 17.5, "Eaves_mean": 17.47, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.536, "Heated_are": 782.7, "Mean_Uvalu": 0.41, "Specific_d": "15,7", "Specific_s": 38.2, "Total_Year": 42186.0, "January_He": 7486.0, "February_H": 5190.0, "March_Heat": 3121.0, "April_Heat": 615.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1447.0, "November_H": 4621.0, "December_H": 7351.0, "PV_potenti": 6.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204405408046076, 48.794281450229875, 0.0 ], [ 9.204398183941821, 48.794278855269013, 0.0 ], [ 9.204401550742002, 48.794270036784091, 0.0 ], [ 9.204407919498783, 48.794263101365424, 0.0 ], [ 9.204417963424685, 48.794256249346248, 0.0 ], [ 9.20442546302259, 48.794259653128897, 0.0 ], [ 9.204454320520371, 48.794226959645535, 0.0 ], [ 9.204460958914254, 48.794219394280212, 0.0 ], [ 9.20457797920997, 48.794245534059314, 0.0 ], [ 9.204573793990885, 48.794253904385499, 0.0 ], [ 9.204555701565639, 48.79428972610193, 0.0 ], [ 9.204517285515079, 48.794281251595066, 0.0 ], [ 9.20448368777337, 48.794319708618978, 0.0 ], [ 9.204518340814076, 48.794339969806515, 0.0 ], [ 9.204466778005399, 48.794378638576106, 0.0 ], [ 9.204370595873979, 48.794322517159678, 0.0 ], [ 9.204405408046076, 48.794281450229875, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003419d", "Latitude": 48.79217, "Longitude": 9.20128, "X_coordina": 3514861.41, "Y_coordina": 5406097.56, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 947.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 192.4, "Total_wall": 470.0, "Total_wa00": 0.0, "Total_outw": 625.7, "Total_shar": 557.8, "Total_roof": 192.4, "Gross_volu": 2961.5, "Is_Gross_v": "false", "Heated_vol": 2961.5, "Ridge_mean": 15.4, "Eaves_mean": 15.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.289, "Heated_are": 947.7, "Mean_Uvalu": 0.35, "Specific_d": "15,8", "Specific_s": 27.8, "Total_Year": 41334.0, "January_He": 6320.0, "February_H": 4674.0, "March_Heat": 3104.0, "April_Heat": 703.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1359.0, "November_H": 3998.0, "December_H": 6099.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201329613415204, 48.792216827913613, 0.0 ], [ 9.201323474595169, 48.792213241702186, 0.0 ], [ 9.201304205818943, 48.792227573238492, 0.0 ], [ 9.201310344999104, 48.792231249373884, 0.0 ], [ 9.20131288758833, 48.792254445216123, 0.0 ], [ 9.201273842418216, 48.79225829025733, 0.0 ], [ 9.201246838649043, 48.792278300489322, 0.0 ], [ 9.20115461923905, 48.79222423768659, 0.0 ], [ 9.201105917449965, 48.79219563712121, 0.0 ], [ 9.201105098703451, 48.792195099009469, 0.0 ], [ 9.201108356079517, 48.792192845231057, 0.0 ], [ 9.201135630257522, 48.79217238494094, 0.0 ], [ 9.201169147317479, 48.792147507482603, 0.0 ], [ 9.201196422165335, 48.792127227023961, 0.0 ], [ 9.20122871715901, 48.792103071071985, 0.0 ], [ 9.2012439961112, 48.792112036731695, 0.0 ], [ 9.201369507959049, 48.792187173296796, 0.0 ], [ 9.201329613415204, 48.792216827913613, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034168", "Latitude": 48.78798, "Longitude": 9.2087, "X_coordina": 3515408.03, "Y_coordina": 5405633.55, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 165.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.6, "Total_wall": 119.7, "Total_wa00": 0.0, "Total_outw": 216.8, "Total_shar": 267.2, "Total_roof": 87.7, "Gross_volu": 656.5, "Is_Gross_v": "false", "Heated_vol": 598.9, "Ridge_mean": 13.6, "Eaves_mean": 9.13, "Storey_num": 4, "Average_St": 3.2, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.426, "Heated_are": 165.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 10159.0, "January_He": 1846.0, "February_H": 1284.0, "March_Heat": 811.0, "April_Heat": 196.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 396.0, "November_H": 1153.0, "December_H": 1819.0, "PV_potenti": 3.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208696581227796, 48.788026940135531, 0.0 ], [ 9.208666611875922, 48.788052532762528, 0.0 ], [ 9.208586701219977, 48.78801320104386, 0.0 ], [ 9.208616669843703, 48.78798742859145, 0.0 ], [ 9.208651655756187, 48.787957330704984, 0.0 ], [ 9.208732246808708, 48.787996661145748, 0.0 ], [ 9.208696581227796, 48.788026940135531, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003408e", "Latitude": 48.79315, "Longitude": 9.19893, "X_coordina": 3514688.16, "Y_coordina": 5406205.81, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 2367.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1075.1, "Total_wall": 1301.8, "Total_wa00": 0.0, "Total_outw": 2380.0, "Total_shar": 0.0, "Total_roof": 1075.1, "Gross_volu": 8281.7, "Is_Gross_v": "false", "Heated_vol": 7399.7, "Ridge_mean": 8.3, "Eaves_mean": 8.32, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.435, "Heated_are": 2367.9, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 57.8, "Total_Year": 171574.0, "January_He": 30963.0, "February_H": 22912.0, "March_Heat": 16395.0, "April_Heat": 5947.0, "May_Heatin": 744.0, "June_Heati": 26, "July_Heati": 2, "August_Hea": 5, "September_": 1339.0, "October_He": 8554.0, "November_H": 20071.0, "December_H": 30023.0, "PV_potenti": 51.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199290197020849, 48.793324726918271, 0.0 ], [ 9.199279612092978, 48.793332568587154, 0.0 ], [ 9.199304712818812, 48.793347182690283, 0.0 ], [ 9.199253689283573, 48.793385308659062, 0.0 ], [ 9.199223835229622, 48.793407661357705, 0.0 ], [ 9.19917335419921, 48.793445336734081, 0.0 ], [ 9.198642959742228, 48.793134487836689, 0.0 ], [ 9.198675120861544, 48.793110422759192, 0.0 ], [ 9.198467903406792, 48.79298902355, 0.0 ], [ 9.198487037536527, 48.792974782645572, 0.0 ], [ 9.19846180042358, 48.792959988751349, 0.0 ], [ 9.198533857948602, 48.792906180165581, 0.0 ], [ 9.198529765714643, 48.792903849207526, 0.0 ], [ 9.198547001132528, 48.792891320114393, 0.0 ], [ 9.198763359137907, 48.793018278668931, 0.0 ], [ 9.198754810373627, 48.793024767921821, 0.0 ], [ 9.198777046285523, 48.793037768460671, 0.0 ], [ 9.198823291717114, 48.793064845546169, 0.0 ], [ 9.198833062898444, 48.793057724712511, 0.0 ], [ 9.19923986200569, 48.793296128396229, 0.0 ], [ 9.199240540732141, 48.793295677604043, 0.0 ], [ 9.199290197020849, 48.793324726918271, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033ef5", "Latitude": 48.79083, "Longitude": 9.20001, "X_coordina": 3514768.31, "Y_coordina": 5405948.6, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1709.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 381.1, "Total_wall": 1259.1, "Total_wa00": 0.0, "Total_outw": 1749.2, "Total_shar": 230.3, "Total_roof": 381.1, "Gross_volu": 5718.1, "Is_Gross_v": "false", "Heated_vol": 5340.7, "Ridge_mean": 16.7, "Eaves_mean": 16.71, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 27, "Number_o00": 44, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 1709.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 31.6, "Total_Year": 81030.0, "January_He": 13293.0, "February_H": 9417.0, "March_Heat": 5980.0, "April_Heat": 1298.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 112.0, "October_He": 2659.0, "November_H": 8188.0, "December_H": 12974.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199849065460878, 48.790831256165127, 0.0 ], [ 9.199823011694567, 48.79085054503085, 0.0 ], [ 9.19975575921028, 48.790810915471795, 0.0 ], [ 9.199779369705384, 48.790793249484949, 0.0 ], [ 9.199828625635771, 48.79075629534028, 0.0 ], [ 9.199852100342412, 48.790738719497625, 0.0 ], [ 9.199876524836064, 48.790720422612615, 0.0 ], [ 9.200004616971057, 48.790795556203229, 0.0 ], [ 9.199992676384747, 48.790804569302608, 0.0 ], [ 9.20017424184252, 48.790910723394553, 0.0 ], [ 9.200157686908161, 48.790922981781861, 0.0 ], [ 9.200133940390334, 48.79094064808222, 0.0 ], [ 9.200103951363358, 48.790962821405863, 0.0 ], [ 9.200085768259498, 48.79097634154251, 0.0 ], [ 9.20007219843647, 48.790986346640388, 0.0 ], [ 9.200009587101443, 48.790950306111284, 0.0 ], [ 9.199991132501378, 48.790964006551803, 0.0 ], [ 9.199988825675661, 48.790965719106666, 0.0 ], [ 9.199867412850226, 48.79089336154022, 0.0 ], [ 9.199894418570844, 48.790873891164914, 0.0 ], [ 9.199874498368107, 48.790861246511994, 0.0 ], [ 9.199891052636875, 48.790848808319161, 0.0 ], [ 9.199853814846934, 48.790827740901683, 0.0 ], [ 9.199849065460878, 48.790831256165127, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033ea3", "Latitude": 48.78847, "Longitude": 9.21231, "X_coordina": 3515673.18, "Y_coordina": 5405688.62, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.3, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 110.2, "Total_shar": 213.7, "Total_roof": 53.4, "Gross_volu": 351.0, "Is_Gross_v": "false", "Heated_vol": 308.7, "Ridge_mean": 10.0, "Eaves_mean": 6.67, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 98.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 5710.0, "January_He": 1063.0, "February_H": 718.0, "March_Heat": 392.0, "April_Heat": 56.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 6.0, "October_He": 194.0, "November_H": 671.0, "December_H": 1044.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212272264734723, 48.788471461761986, 0.0 ], [ 9.212330113604624, 48.788474052826686, 0.0 ], [ 9.212325672875471, 48.788518213528235, 0.0 ], [ 9.212268096890254, 48.78851580180563, 0.0 ], [ 9.212209704001353, 48.78851330163593, 0.0 ], [ 9.212213599341464, 48.788468872172899, 0.0 ], [ 9.212272264734723, 48.788471461761986, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033b5f", "Latitude": 48.79517, "Longitude": 9.19374, "X_coordina": 3514306.13, "Y_coordina": 5406430.05, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6505.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 758.7, "Total_wall": 4125.6, "Total_wa00": 0.0, "Total_outw": 4464.1, "Total_shar": 12.1, "Total_roof": 872.6, "Gross_volu": 20329.0, "Is_Gross_v": "false", "Heated_vol": 20329.0, "Ridge_mean": 25.4, "Eaves_mean": 25.4, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.283, "Heated_are": 6505.3, "Mean_Uvalu": 0.43, "Specific_d": "24,8", "Specific_s": 36.6, "Total_Year": 399680.0, "January_He": 54855.0, "February_H": 40063.0, "March_Heat": 27622.0, "April_Heat": 8354.0, "May_Heatin": 683.0, "June_Heati": 24, "July_Heati": 3, "August_Hea": 7, "September_": 1806.0, "October_He": 15161.0, "November_H": 36104.0, "December_H": 53407.0, "PV_potenti": 39.1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193683252255781, 48.795236563867412, 0.0 ], [ 9.193624520942045, 48.795158519073894, 0.0 ], [ 9.193563682862552, 48.795081179194376, 0.0 ], [ 9.193500738128193, 48.795004571202398, 0.0 ], [ 9.193498399579287, 48.79500167959371, 0.0 ], [ 9.193495952284175, 48.794998824137124, 0.0 ], [ 9.193454251860125, 48.794949975788768, 0.0 ], [ 9.19352739207849, 48.794927821623375, 0.0 ], [ 9.193626634429647, 48.79489780017601, 0.0 ], [ 9.193657693453178, 48.794940101939673, 0.0 ], [ 9.193678642097876, 48.794968860228558, 0.0 ], [ 9.193699155781246, 48.794997763122801, 0.0 ], [ 9.193736799025574, 48.795053299527694, 0.0 ], [ 9.193772783657092, 48.795109306313179, 0.0 ], [ 9.193839749565091, 48.795222659139597, 0.0 ], [ 9.193870895407633, 48.795280328631094, 0.0 ], [ 9.193900396576611, 48.795338558408929, 0.0 ], [ 9.193927951274802, 48.7953967375025, 0.0 ], [ 9.193954080862737, 48.795455944117613, 0.0 ], [ 9.193960552044636, 48.795453981877202, 0.0 ], [ 9.193962255270476, 48.795457998590678, 0.0 ], [ 9.193905972026213, 48.795474999004277, 0.0 ], [ 9.193860157921229, 48.795489104212926, 0.0 ], [ 9.193768591982096, 48.795356800947964, 0.0 ], [ 9.193739849540448, 48.795315304631636, 0.0 ], [ 9.193683252255781, 48.795236563867412, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033a9d", "Latitude": 48.79136, "Longitude": 9.20386, "X_coordina": 3515051.2, "Y_coordina": 5406008.47, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.8, "Total_wall": 61.2, "Total_wa00": 0.0, "Total_outw": 128.4, "Total_shar": 242.7, "Total_roof": 60.4, "Gross_volu": 396.1, "Is_Gross_v": "false", "Heated_vol": 348.3, "Ridge_mean": 9.8, "Eaves_mean": 6.57, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 111.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 6467.0, "January_He": 1191.0, "February_H": 815.0, "March_Heat": 462.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 230.0, "November_H": 754.0, "December_H": 1169.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203776848863924, 48.79135105533787, 0.0 ], [ 9.203830641775863, 48.791359592803204, 0.0 ], [ 9.203879804159318, 48.791367329129081, 0.0 ], [ 9.20386285495627, 48.791416457424546, 0.0 ], [ 9.203866532104868, 48.791417080380143, 0.0 ], [ 9.203865450985298, 48.791418970689797, 0.0 ], [ 9.20381343745283, 48.791412947952551, 0.0 ], [ 9.203754343288534, 48.791406038484013, 0.0 ], [ 9.203754746115598, 48.791404688917176, 0.0 ], [ 9.203756516458636, 48.791404955555635, 0.0 ], [ 9.203765268768381, 48.791381739778771, 0.0 ], [ 9.203776848863924, 48.79135105533787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033940", "Latitude": 48.79174, "Longitude": 9.19788, "X_coordina": 3514611.29, "Y_coordina": 5406048.89, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1428.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 308.8, "Total_wall": 1119.1, "Total_wa00": 0.0, "Total_outw": 1588.8, "Total_shar": 0.0, "Total_roof": 333.4, "Gross_volu": 4749.5, "Is_Gross_v": "false", "Heated_vol": 4462.5, "Ridge_mean": 16.6, "Eaves_mean": 14.06, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.386, "Heated_are": 1428.0, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 58.2, "Total_Year": 104038.0, "January_He": 19069.0, "February_H": 14102.0, "March_Heat": 9756.0, "April_Heat": 3168.0, "May_Heatin": 321.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 694.0, "October_He": 5122.0, "November_H": 12441.0, "December_H": 18489.0, "PV_potenti": 16.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197893226648823, 48.791798075363424, 0.0 ], [ 9.197891316335365, 48.791796819715863, 0.0 ], [ 9.19776660621369, 48.791889475417896, 0.0 ], [ 9.197708495096126, 48.791855584082064, 0.0 ], [ 9.197650929505931, 48.791821961551172, 0.0 ], [ 9.197776587405871, 48.791728045415041, 0.0 ], [ 9.19790984362745, 48.791628360971373, 0.0 ], [ 9.197960727328523, 48.791658667687585, 0.0 ], [ 9.198012156540491, 48.791689243213973, 0.0 ], [ 9.197985291412587, 48.791710151681251, 0.0 ], [ 9.197988702331164, 48.791712303983296, 0.0 ], [ 9.197963462210302, 48.79173114140869, 0.0 ], [ 9.197959505134179, 48.791728540426767, 0.0 ], [ 9.197881206235417, 48.791786945493286, 0.0 ], [ 9.197895398193944, 48.79179654293047, 0.0 ], [ 9.197893226648823, 48.791798075363424, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033941", "Latitude": 48.79179, "Longitude": 9.19813, "X_coordina": 3514629.92, "Y_coordina": 5406054.79, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 61.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 77.6, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 168.3, "Total_shar": 126.4, "Total_roof": 77.6, "Gross_volu": 214.4, "Is_Gross_v": "false", "Heated_vol": 193.4, "Ridge_mean": 2.8, "Eaves_mean": 2.77, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.004, "Heated_are": 61.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198056433154184, 48.791873510450984, 0.0 ], [ 9.197996543394314, 48.791837284305764, 0.0 ], [ 9.198113787444715, 48.791749676920467, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198078280431925, 48.791857106778892, 0.0 ], [ 9.198056433154184, 48.791873510450984, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003368f", "Latitude": 48.79152, "Longitude": 9.2011, "X_coordina": 3514848.3, "Y_coordina": 5406025.14, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.2, "Total_wall": 329.2, "Total_wa00": 0.0, "Total_outw": 421.5, "Total_shar": 549.5, "Total_roof": 116.2, "Gross_volu": 1782.7, "Is_Gross_v": "false", "Heated_vol": 1782.7, "Ridge_mean": 15.4, "Eaves_mean": 15.35, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.315, "Heated_are": 570.5, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.3, "Total_Year": 25776.0, "January_He": 4031.0, "February_H": 2921.0, "March_Heat": 1958.0, "April_Heat": 492.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 870.0, "November_H": 2513.0, "December_H": 3900.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201035012771207, 48.791617282415856, 0.0 ], [ 9.201016459421732, 48.791606254200559, 0.0 ], [ 9.201012850500071, 48.79158863547395, 0.0 ], [ 9.200996616915996, 48.791579131907405, 0.0 ], [ 9.200970077340555, 48.79157899837957, 0.0 ], [ 9.200948933155235, 48.791566715744345, 0.0 ], [ 9.201042699320416, 48.791497310909328, 0.0 ], [ 9.201090057565423, 48.791462337862342, 0.0 ], [ 9.201093877248121, 48.791464579282412, 0.0 ], [ 9.201081936339527, 48.791473502570568, 0.0 ], [ 9.201110720247829, 48.791490357943673, 0.0 ], [ 9.201108820647457, 48.791491800038806, 0.0 ], [ 9.201130238111428, 48.791504351938372, 0.0 ], [ 9.20113213771165, 48.791502909842905, 0.0 ], [ 9.201163650055021, 48.791521379062118, 0.0 ], [ 9.201035012771207, 48.791617282415856, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335e9", "Latitude": 48.7877, "Longitude": 9.19737, "X_coordina": 3514575.35, "Y_coordina": 5405599.91, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 936.8, "SecondaryU": "office and administration", "Secondar00": 213.0, "BuildingTy": "MFH", "Footprint_": 266.2, "Total_wall": 735.8, "Total_wa00": 0.0, "Total_outw": 995.3, "Total_shar": 226.0, "Total_roof": 266.2, "Gross_volu": 3755.2, "Is_Gross_v": "false", "Heated_vol": 3592.9, "Ridge_mean": 14.1, "Eaves_mean": 14.11, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 26, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.347, "Heated_are": 1149.7, "Mean_Uvalu": 0.4, "Specific_d": "15,6", "Specific_s": 40.9, "Total_Year": 64960.0, "January_He": 10508.0, "February_H": 8017.0, "March_Heat": 5878.0, "April_Heat": 2061.0, "May_Heatin": 140.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 340.0, "October_He": 2986.0, "November_H": 6959.0, "December_H": 10120.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197277360036527, 48.787661296156614, 0.0 ], [ 9.197332031747832, 48.787617589505814, 0.0 ], [ 9.197333795577327, 48.787616237628292, 0.0 ], [ 9.197482041480969, 48.787697634180667, 0.0 ], [ 9.197428726796609, 48.787740349415181, 0.0 ], [ 9.197375411316512, 48.787782884778736, 0.0 ], [ 9.19738154860976, 48.787786291358437, 0.0 ], [ 9.197379106459222, 48.787788183941288, 0.0 ], [ 9.19732836842268, 48.787828646620675, 0.0 ], [ 9.197171120598044, 48.787742139637324, 0.0 ], [ 9.1971716638866, 48.787741868936109, 0.0 ], [ 9.197224708380427, 48.787699603901615, 0.0 ], [ 9.197227436096327, 48.787701127932138, 0.0 ], [ 9.197277360036527, 48.787661296156614, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335ea", "Latitude": 48.78767, "Longitude": 9.19725, "X_coordina": 3514566.59, "Y_coordina": 5405596.52, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.3, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 138.7, "Total_shar": 89.8, "Total_roof": 38.3, "Gross_volu": 123.4, "Is_Gross_v": "false", "Heated_vol": 95.9, "Ridge_mean": 3.2, "Eaves_mean": 3.22, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.104, "Heated_are": 30.7, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197244897169584, 48.787642377872494, 0.0 ], [ 9.197277360036527, 48.787661296156614, 0.0 ], [ 9.197227436096327, 48.787701127932138, 0.0 ], [ 9.197224708380427, 48.787699603901615, 0.0 ], [ 9.1971716638866, 48.787741868936109, 0.0 ], [ 9.197137298264526, 48.787723583345532, 0.0 ], [ 9.197244897169584, 48.787642377872494, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335ed", "Latitude": 48.78762, "Longitude": 9.19747, "X_coordina": 3514583.0, "Y_coordina": 5405590.48, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 106.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 115.4, "Total_wall": 64.7, "Total_wa00": 0.0, "Total_outw": 244.1, "Total_shar": 109.6, "Total_roof": 115.4, "Gross_volu": 207.9, "Is_Gross_v": "false", "Heated_vol": 207.9, "Ridge_mean": 1.8, "Eaves_mean": 1.81, "Storey_num": 1, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.422, "Heated_are": 106.7, "Mean_Uvalu": 0.34, "Specific_d": "14,6", "Specific_s": 53.0, "Total_Year": 7210.0, "January_He": 1353.0, "February_H": 950.0, "March_Heat": 624.0, "April_Heat": 189.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 316.0, "November_H": 836.0, "December_H": 1326.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197560468993148, 48.787673490038742, 0.0 ], [ 9.197513272990427, 48.787714845960217, 0.0 ], [ 9.197482041480969, 48.787697634180667, 0.0 ], [ 9.197333795577327, 48.787616237628292, 0.0 ], [ 9.197332031747832, 48.787617589505814, 0.0 ], [ 9.197300120988247, 48.787600648611644, 0.0 ], [ 9.197353988088272, 48.787560000733144, 0.0 ], [ 9.197560468993148, 48.787673490038742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003354a", "Latitude": 48.78865, "Longitude": 9.2123, "X_coordina": 3515671.89, "Y_coordina": 5405708.2, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.5, "Total_wall": 48.8, "Total_wa00": 0.0, "Total_outw": 107.5, "Total_shar": 212.7, "Total_roof": 52.7, "Gross_volu": 314.0, "Is_Gross_v": "false", "Heated_vol": 272.5, "Ridge_mean": 9.3, "Eaves_mean": 5.93, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 87.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 5456.0, "January_He": 1020.0, "February_H": 704.0, "March_Heat": 408.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 208.0, "November_H": 654.0, "December_H": 999.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212251555461243, 48.788691722957353, 0.0 ], [ 9.212193161990022, 48.788689132856753, 0.0 ], [ 9.212197467519557, 48.788645152258077, 0.0 ], [ 9.212255725609801, 48.788647922453343, 0.0 ], [ 9.212312894617469, 48.788650604703328, 0.0 ], [ 9.212308723759737, 48.788694225363422, 0.0 ], [ 9.212251555461243, 48.788691722957353, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000333da", "Latitude": 48.79519, "Longitude": 9.20743, "X_coordina": 3515312.01, "Y_coordina": 5406434.53, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1336.1, "SecondaryU": "retail", "Secondar00": 155.5, "BuildingTy": "GMH", "Footprint_": 194.4, "Total_wall": 1252.4, "Total_wa00": 0.0, "Total_outw": 1530.2, "Total_shar": 0.0, "Total_roof": 194.5, "Gross_volu": 4126.6, "Is_Gross_v": "false", "Heated_vol": 4126.6, "Ridge_mean": 22.4, "Eaves_mean": 22.42, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 45, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 1491.6, "Mean_Uvalu": 0.41, "Specific_d": "21,8", "Specific_s": 30.4, "Total_Year": 77804.0, "January_He": 11444.0, "February_H": 7927.0, "March_Heat": 4765.0, "April_Heat": 895.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 2019.0, "November_H": 6944.0, "December_H": 11199.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207496720616069, 48.795163017621547, 0.0 ], [ 9.207487031834683, 48.795189922219414, 0.0 ], [ 9.207452853810553, 48.795285302753911, 0.0 ], [ 9.207398512038321, 48.795276857896624, 0.0 ], [ 9.207268309259133, 48.795256499819644, 0.0 ], [ 9.207293472962741, 48.7951864940066, 0.0 ], [ 9.207312177970191, 48.795134574447736, 0.0 ], [ 9.207321303017858, 48.795135996797228, 0.0 ], [ 9.207496720616069, 48.795163017621547, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033327", "Latitude": 48.79089, "Longitude": 9.19914, "X_coordina": 3514704.17, "Y_coordina": 5405955.27, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2111, "PrimaryUsa": "industry", "PrimaryU00": 1668.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 386.2, "Total_wall": 1171.0, "Total_wa00": 0.0, "Total_outw": 1596.1, "Total_shar": 218.4, "Total_roof": 386.2, "Gross_volu": 5329.8, "Is_Gross_v": "false", "Heated_vol": 5213.2, "Ridge_mean": 13.8, "Eaves_mean": 13.8, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.37, "Heated_are": 1668.2, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 5.4, "Total_Year": 63792.0, "January_He": 3276.0, "February_H": 1574.0, "March_Heat": 357.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 751.0, "December_H": 2986.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199042991152853, 48.790836339119146, 0.0 ], [ 9.199041905951988, 48.790837240231021, 0.0 ], [ 9.199069462183289, 48.790853648619638, 0.0 ], [ 9.199077468650543, 48.790847789743722, 0.0 ], [ 9.199079514696438, 48.790848955213569, 0.0 ], [ 9.199112897579525, 48.790824528197597, 0.0 ], [ 9.199110851533854, 48.790823362728332, 0.0 ], [ 9.19911695800347, 48.790818855989045, 0.0 ], [ 9.199119004049106, 48.790820021458195, 0.0 ], [ 9.199133795666269, 48.790809205046955, 0.0 ], [ 9.199154015046732, 48.790794332684335, 0.0 ], [ 9.199151969001335, 48.790793167215789, 0.0 ], [ 9.199158889895768, 48.790788119524095, 0.0 ], [ 9.199160936297009, 48.790789374915519, 0.0 ], [ 9.199165957560487, 48.790785769286593, 0.0 ], [ 9.199276450914253, 48.790850413058905, 0.0 ], [ 9.199270615932452, 48.790854739489625, 0.0 ], [ 9.199273480688246, 48.790856443080983, 0.0 ], [ 9.199266559795957, 48.790861490779513, 0.0 ], [ 9.199263694684021, 48.79085969726497, 0.0 ], [ 9.199228684053129, 48.79088547599482, 0.0 ], [ 9.199231548453238, 48.790887089664238, 0.0 ], [ 9.199225441985634, 48.790891596409537, 0.0 ], [ 9.199222577229456, 48.790889892816992, 0.0 ], [ 9.19918946761412, 48.790914589162625, 0.0 ], [ 9.199191923373904, 48.790916113616234, 0.0 ], [ 9.19918405264816, 48.790921882341628, 0.0 ], [ 9.199212017613016, 48.790938379912554, 0.0 ], [ 9.199213916890981, 48.790936847925501, 0.0 ], [ 9.199220192212275, 48.79094061386116, 0.0 ], [ 9.199218156483367, 48.790942056160745, 0.0 ], [ 9.199246257921683, 48.790958643410818, 0.0 ], [ 9.199270512750743, 48.790966155025473, 0.0 ], [ 9.199199641520419, 48.791043701871722, 0.0 ], [ 9.199164065133592, 48.791029735323498, 0.0 ], [ 9.199159017509528, 48.791026686650497, 0.0 ], [ 9.199037468919975, 48.790954148598125, 0.0 ], [ 9.199017005942702, 48.790941864429776, 0.0 ], [ 9.198930790210586, 48.790890487167935, 0.0 ], [ 9.198907598990669, 48.790876589067935, 0.0 ], [ 9.198998519017399, 48.790809798588825, 0.0 ], [ 9.199005340107835, 48.790813923287573, 0.0 ], [ 9.199004254551156, 48.790814734476101, 0.0 ], [ 9.199035085211072, 48.790833205457467, 0.0 ], [ 9.199036306506677, 48.790832304110438, 0.0 ], [ 9.199042991152853, 48.790836339119146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033328", "Latitude": 48.79075, "Longitude": 9.19916, "X_coordina": 3514705.71, "Y_coordina": 5405939.79, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2111, "PrimaryUsa": "industry", "PrimaryU00": 23.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.4, "Total_wall": 33.3, "Total_wa00": 0.0, "Total_outw": 113.9, "Total_shar": 56.9, "Total_roof": 25.4, "Gross_volu": 57.2, "Is_Gross_v": "false", "Heated_vol": 57.2, "Ridge_mean": 2.3, "Eaves_mean": 2.26, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.468, "Heated_are": 23.0, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 24.9, "Total_Year": 1330.0, "January_He": 183.0, "February_H": 95.0, "March_Heat": 34.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 71.0, "December_H": 180.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19909052400102, 48.7907421069253, 0.0 ], [ 9.199165957560487, 48.790785769286593, 0.0 ], [ 9.199160936297009, 48.790789374915519, 0.0 ], [ 9.199158889895768, 48.790788119524095, 0.0 ], [ 9.199151969001335, 48.790793167215789, 0.0 ], [ 9.199154015046732, 48.790794332684335, 0.0 ], [ 9.199133795666269, 48.790809205046955, 0.0 ], [ 9.199059449077058, 48.790765091167778, 0.0 ], [ 9.19909052400102, 48.7907421069253, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000332e8", "Latitude": 48.78802, "Longitude": 9.19608, "X_coordina": 3514480.76, "Y_coordina": 5405635.15, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 971.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.7, "Total_wall": 910.6, "Total_wa00": 0.0, "Total_outw": 1253.6, "Total_shar": 9.1, "Total_roof": 238.0, "Gross_volu": 3208.4, "Is_Gross_v": "false", "Heated_vol": 3036.7, "Ridge_mean": 21.1, "Eaves_mean": 13.52, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 971.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 39.4, "Total_Year": 53643.0, "January_He": 9559.0, "February_H": 6671.0, "March_Heat": 3963.0, "April_Heat": 723.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1866.0, "November_H": 5954.0, "December_H": 9416.0, "PV_potenti": 10.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196072827863514, 48.787969093849256, 0.0 ], [ 9.196092165880829, 48.787972567943633, 0.0 ], [ 9.196112965340783, 48.788001847635961, 0.0 ], [ 9.196132991168398, 48.788007208948926, 0.0 ], [ 9.196144898036611, 48.788024454010774, 0.0 ], [ 9.196138011563855, 48.788038313983769, 0.0 ], [ 9.196161275369503, 48.788071366263225, 0.0 ], [ 9.196166065062819, 48.788078192302045, 0.0 ], [ 9.196164977766596, 48.788078553848884, 0.0 ], [ 9.196103401708578, 48.788097003152814, 0.0 ], [ 9.19606330218839, 48.78810894135637, 0.0 ], [ 9.196046854883503, 48.788113915159656, 0.0 ], [ 9.196014422149098, 48.788067749610931, 0.0 ], [ 9.19600001406055, 48.788072180394494, 0.0 ], [ 9.195962498793602, 48.788083754469795, 0.0 ], [ 9.19591514653775, 48.788015493061117, 0.0 ], [ 9.195953615774952, 48.78800427707241, 0.0 ], [ 9.195963810751349, 48.788001292242853, 0.0 ], [ 9.19602144582411, 48.787984288500319, 0.0 ], [ 9.196031640792427, 48.787981303664786, 0.0 ], [ 9.196072827863514, 48.787969093849256, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033291", "Latitude": 48.78816, "Longitude": 9.21252, "X_coordina": 3515688.08, "Y_coordina": 5405654.4, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 639.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.1, "Total_wall": 378.2, "Total_wa00": 0.0, "Total_outw": 582.7, "Total_shar": 310.3, "Total_roof": 229.7, "Gross_volu": 2124.8, "Is_Gross_v": "false", "Heated_vol": 1999.4, "Ridge_mean": 15.8, "Eaves_mean": 11.1, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.374, "Heated_are": 639.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.1, "Total_Year": 34503.0, "January_He": 5886.0, "February_H": 4160.0, "March_Heat": 2754.0, "April_Heat": 775.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1243.0, "November_H": 3649.0, "December_H": 5785.0, "PV_potenti": 10.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212366767321717, 48.788130117176692, 0.0 ], [ 9.212601656154822, 48.788162415995707, 0.0 ], [ 9.212591206949613, 48.788201642000871, 0.0 ], [ 9.212580621640642, 48.788240868256082, 0.0 ], [ 9.21234096825426, 48.788208308408862, 0.0 ], [ 9.212353867987661, 48.788169257755087, 0.0 ], [ 9.212366767321717, 48.788130117176692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003312e", "Latitude": 48.78868, "Longitude": 9.21065, "X_coordina": 3515550.56, "Y_coordina": 5405711.7, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.6, "Total_wall": 131.2, "Total_wa00": 0.0, "Total_outw": 267.1, "Total_shar": 106.5, "Total_roof": 64.6, "Gross_volu": 396.1, "Is_Gross_v": "false", "Heated_vol": 347.5, "Ridge_mean": 9.9, "Eaves_mean": 6.47, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.667, "Heated_are": 111.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 62.0, "Total_Year": 8655.0, "January_He": 1714.0, "February_H": 1182.0, "March_Heat": 696.0, "April_Heat": 131.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 359.0, "November_H": 1108.0, "December_H": 1679.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210552107769958, 48.788734409047294, 0.0 ], [ 9.210551823553516, 48.788731532010161, 0.0 ], [ 9.210548102785097, 48.788687925842609, 0.0 ], [ 9.210547244118224, 48.788677855963662, 0.0 ], [ 9.21059922250692, 48.7886759624474, 0.0 ], [ 9.210652017047877, 48.788673977491143, 0.0 ], [ 9.210656880816847, 48.788730530570206, 0.0 ], [ 9.21060395012789, 48.788732515777646, 0.0 ], [ 9.210552107769958, 48.788734409047294, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033051", "Latitude": 48.79238, "Longitude": 9.19839, "X_coordina": 3514648.63, "Y_coordina": 5406120.88, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 134.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.7, "Total_wall": 71.7, "Total_wa00": 0.0, "Total_outw": 147.8, "Total_shar": 322.7, "Total_roof": 77.9, "Gross_volu": 470.3, "Is_Gross_v": "false", "Heated_vol": 421.6, "Ridge_mean": 12.5, "Eaves_mean": 6.49, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.448, "Heated_are": 134.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 7859.0, "January_He": 1407.0, "February_H": 983.0, "March_Heat": 615.0, "April_Heat": 130.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 303.0, "November_H": 888.0, "December_H": 1377.0, "PV_potenti": 2.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19832209262588, 48.792459355070072, 0.0 ], [ 9.198318136182763, 48.79245693394688, 0.0 ], [ 9.198319357530517, 48.792456032607625, 0.0 ], [ 9.198279115105612, 48.792432452001137, 0.0 ], [ 9.198277893757712, 48.792433353339966, 0.0 ], [ 9.198273937673093, 48.792431022138217, 0.0 ], [ 9.198316414043859, 48.792399835433152, 0.0 ], [ 9.19834396273116, 48.792379645102592, 0.0 ], [ 9.198365811906614, 48.792363690992161, 0.0 ], [ 9.19838250384924, 48.792351432629367, 0.0 ], [ 9.198399690591508, 48.792361114767871, 0.0 ], [ 9.198378385468937, 48.79237697802391, 0.0 ], [ 9.198406077363822, 48.792393116562344, 0.0 ], [ 9.198407298353887, 48.79239212529918, 0.0 ], [ 9.19841057252866, 48.792394097976889, 0.0 ], [ 9.198364296792581, 48.792428168816301, 0.0 ], [ 9.19832209262588, 48.792459355070072, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032dcc", "Latitude": 48.79106, "Longitude": 9.20881, "X_coordina": 3515414.81, "Y_coordina": 5405976.0, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.9, "Total_wall": 69.4, "Total_wa00": 0.0, "Total_outw": 131.4, "Total_shar": 222.9, "Total_roof": 68.1, "Gross_volu": 398.5, "Is_Gross_v": "false", "Heated_vol": 389.5, "Ridge_mean": 10.2, "Eaves_mean": 6.07, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.473, "Heated_are": 124.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7195.0, "January_He": 1297.0, "February_H": 887.0, "March_Heat": 555.0, "April_Heat": 139.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 249.0, "November_H": 788.0, "December_H": 1285.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208736711641329, 48.791041827097906, 0.0 ], [ 9.208814464529089, 48.791051937430801, 0.0 ], [ 9.208802915556179, 48.791089366594306, 0.0 ], [ 9.208791501915419, 48.791126615663821, 0.0 ], [ 9.208714562878511, 48.791115874375258, 0.0 ], [ 9.208725569779844, 48.79107898574496, 0.0 ], [ 9.208736711641329, 48.791041827097906, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032d29", "Latitude": 48.78757, "Longitude": 9.20846, "X_coordina": 3515390.16, "Y_coordina": 5405587.19, "LOD": "LOD2", "Year_of_co": 1922, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 820.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 165.1, "Total_wall": 415.1, "Total_wa00": 0.0, "Total_outw": 513.0, "Total_shar": 405.0, "Total_roof": 199.7, "Gross_volu": 2587.4, "Is_Gross_v": "false", "Heated_vol": 2562.4, "Ridge_mean": 17.6, "Eaves_mean": 13.78, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.303, "Heated_are": 820.0, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 42516.0, "January_He": 7047.0, "February_H": 5065.0, "March_Heat": 3427.0, "April_Heat": 973.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 1564.0, "November_H": 4411.0, "December_H": 6895.0, "PV_potenti": 9.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208512751722772, 48.787606070690387, 0.0 ], [ 9.208497427171348, 48.787651779659193, 0.0 ], [ 9.208299163097733, 48.787622463636822, 0.0 ], [ 9.208314895705607, 48.787576664032365, 0.0 ], [ 9.208332510034511, 48.787525195830163, 0.0 ], [ 9.208529957602293, 48.787554603197805, 0.0 ], [ 9.208512751722772, 48.787606070690387, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032cb0", "Latitude": 48.79364, "Longitude": 9.20162, "X_coordina": 3514886.11, "Y_coordina": 5406261.4, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1541.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 319.8, "Total_wall": 1104.5, "Total_wa00": 0.0, "Total_outw": 1507.5, "Total_shar": 261.0, "Total_roof": 319.8, "Gross_volu": 5137.0, "Is_Gross_v": "false", "Heated_vol": 4817.2, "Ridge_mean": 19.0, "Eaves_mean": 18.99, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 47, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.353, "Heated_are": 1541.5, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 81244.0, "January_He": 13617.0, "February_H": 9979.0, "March_Heat": 6475.0, "April_Heat": 1415.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 3109.0, "November_H": 8801.0, "December_H": 13239.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201664201803487, 48.793691079138398, 0.0 ], [ 9.201660246184273, 48.793688927899709, 0.0 ], [ 9.201640839036502, 48.793702810113025, 0.0 ], [ 9.201645067221234, 48.793705050798685, 0.0 ], [ 9.201573138622564, 48.793756523083964, 0.0 ], [ 9.201536443827534, 48.793735814964364, 0.0 ], [ 9.201473348064781, 48.793783854632863, 0.0 ], [ 9.201385220962155, 48.79373284227016, 0.0 ], [ 9.201641968726957, 48.793543193795202, 0.0 ], [ 9.201773617994521, 48.7936204773208, 0.0 ], [ 9.201738064129424, 48.79364670737025, 0.0 ], [ 9.201730421851899, 48.79364159511448, 0.0 ], [ 9.201664201803487, 48.793691079138398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328db", "Latitude": 48.7876, "Longitude": 9.21065, "X_coordina": 3515551.33, "Y_coordina": 5405590.92, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2141.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 357.3, "Total_wall": 1073.9, "Total_wa00": 0.0, "Total_outw": 1243.0, "Total_shar": 0.0, "Total_roof": 478.4, "Gross_volu": 7048.2, "Is_Gross_v": "true", "Heated_vol": 6691.0, "Ridge_mean": 18.2, "Eaves_mean": 12.67, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 34, "Number_o00": 52, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 2141.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 88785.0, "January_He": 13751.0, "February_H": 9702.0, "March_Heat": 6023.0, "April_Heat": 1153.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 2400.0, "November_H": 8357.0, "December_H": 13397.0, "PV_potenti": 16.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210473737751844, 48.787585392506166, 19.47 ], [ 9.210677372984097, 48.78761567819609, 19.47 ], [ 9.210690119253748, 48.787578257440259, 19.47 ], [ 9.210730930713531, 48.787584327089519, 19.47 ], [ 9.210710194082559, 48.787645206163567, 19.47 ], [ 9.210465747267163, 48.78760885081229, 19.47 ], [ 9.210473737751844, 48.787585392506166, 19.47 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328db", "Latitude": 48.7876, "Longitude": 9.21065, "X_coordina": 3515551.33, "Y_coordina": 5405590.92, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2141.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 357.3, "Total_wall": 1073.9, "Total_wa00": 0.0, "Total_outw": 1243.0, "Total_shar": 0.0, "Total_roof": 478.4, "Gross_volu": 7048.2, "Is_Gross_v": "true", "Heated_vol": 6691.0, "Ridge_mean": 18.2, "Eaves_mean": 12.67, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 34, "Number_o00": 52, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 2141.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 88785.0, "January_He": 13751.0, "February_H": 9702.0, "March_Heat": 6023.0, "April_Heat": 1153.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 2400.0, "November_H": 8357.0, "December_H": 13397.0, "PV_potenti": 16.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210423144642142, 48.787639734300505, 0.0 ], [ 9.21043450004977, 48.787606397417065, 0.0 ], [ 9.210427861806695, 48.787605410135384, 0.0 ], [ 9.210439366630025, 48.787571634618345, 0.0 ], [ 9.210446004868871, 48.787572621899379, 0.0 ], [ 9.210455268469945, 48.787545426018511, 0.0 ], [ 9.210635828720411, 48.787572279946048, 0.0 ], [ 9.210643448698114, 48.787549909132103, 0.0 ], [ 9.210791481628913, 48.787571925181709, 0.0 ], [ 9.21075673745486, 48.787673928219895, 0.0 ], [ 9.210727840716446, 48.787685050227182, 0.0 ], [ 9.210423144642142, 48.787639734300505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328dc", "Latitude": 48.78745, "Longitude": 9.21057, "X_coordina": 3515545.2, "Y_coordina": 5405574.95, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 21.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.9, "Total_wall": 58.0, "Total_wa00": 0.0, "Total_outw": 83.5, "Total_shar": 0.0, "Total_roof": 26.9, "Gross_volu": 92.4, "Is_Gross_v": "false", "Heated_vol": 66.4, "Ridge_mean": 3.5, "Eaves_mean": 3.47, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.452, "Heated_are": 21.3, "Mean_Uvalu": 0.36, "Specific_d": "non calculated", "Specific_s": 109.7, "Total_Year": 2333.0, "January_He": 530.0, "February_H": 381.0, "March_Heat": 260.0, "April_Heat": 84.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 160.0, "November_H": 362.0, "December_H": 525.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210490094209833, 48.787508323394874, 0.0 ], [ 9.210515234175995, 48.787434629956174, 0.0 ], [ 9.210557719537992, 48.787440936865053, 0.0 ], [ 9.210532579630897, 48.787514630312835, 0.0 ], [ 9.210490094209833, 48.787508323394874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328d8", "Latitude": 48.78788, "Longitude": 9.19356, "X_coordina": 3514295.53, "Y_coordina": 5405619.42, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2080.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 296.4, "Total_wall": 1418.0, "Total_wa00": 0.0, "Total_outw": 1836.6, "Total_shar": 0.0, "Total_roof": 436.2, "Gross_volu": 6796.7, "Is_Gross_v": "false", "Heated_vol": 6500.3, "Ridge_mean": 24.2, "Eaves_mean": 18.87, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 38, "Number_o00": 54, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 2080.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 103140.0, "January_He": 17172.0, "February_H": 12171.0, "March_Heat": 7825.0, "April_Heat": 1766.0, "May_Heatin": 52.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 169.0, "October_He": 3558.0, "November_H": 10721.0, "December_H": 16759.0, "PV_potenti": 17.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19364870367601, 48.787900807346247, 0.0 ], [ 9.193666533818414, 48.787901496749953, 0.0 ], [ 9.193692720633157, 48.787916559880486, 0.0 ], [ 9.193585250110402, 48.787997402122144, 0.0 ], [ 9.193345740858131, 48.787857163910715, 0.0 ], [ 9.193360204013521, 48.787831601306131, 0.0 ], [ 9.193371557894427, 48.78781143934058, 0.0 ], [ 9.193641189705074, 48.787822496473694, 0.0 ], [ 9.193635205476866, 48.787894175693985, 0.0 ], [ 9.19364870367601, 48.787900807346247, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328d9", "Latitude": 48.78783, "Longitude": 9.19374, "X_coordina": 3514308.63, "Y_coordina": 5405613.54, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 41.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.3, "Total_wall": 54.1, "Total_wa00": 0.0, "Total_outw": 123.9, "Total_shar": 47.0, "Total_roof": 22.3, "Gross_volu": 85.7, "Is_Gross_v": "false", "Heated_vol": 85.7, "Ridge_mean": 3.9, "Eaves_mean": 3.86, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.153, "Heated_are": 41.0, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193725985857029, 48.787826040720006, 0.0 ], [ 9.193721003907044, 48.787875237343528, 0.0 ], [ 9.193719779126249, 48.787875239403938, 0.0 ], [ 9.193719518721617, 48.787878297246472, 0.0 ], [ 9.193668750053551, 48.787876224474175, 0.0 ], [ 9.193673584201978, 48.787823970697033, 0.0 ], [ 9.193725985857029, 48.787826040720006, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032862", "Latitude": 48.78869, "Longitude": 9.20943, "X_coordina": 3515461.12, "Y_coordina": 5405711.87, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 83.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.9, "Total_wall": 48.1, "Total_wa00": 0.0, "Total_outw": 112.6, "Total_shar": 206.7, "Total_roof": 53.2, "Gross_volu": 300.3, "Is_Gross_v": "false", "Heated_vol": 260.4, "Ridge_mean": 9.3, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.504, "Heated_are": 83.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 5117.0, "January_He": 966.0, "February_H": 655.0, "March_Heat": 366.0, "April_Heat": 58.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 185.0, "November_H": 611.0, "December_H": 949.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209384574543954, 48.788730243115175, 0.0 ], [ 9.209331643803271, 48.788732227738357, 0.0 ], [ 9.20933078463074, 48.788721978004062, 0.0 ], [ 9.209328057187724, 48.788687901898491, 0.0 ], [ 9.20938098750786, 48.788685827354065, 0.0 ], [ 9.209437183580729, 48.78868365692243, 0.0 ], [ 9.209441587573993, 48.788728161119693, 0.0 ], [ 9.209384574543954, 48.788730243115175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000327e4", "Latitude": 48.78845, "Longitude": 9.20071, "X_coordina": 3514820.56, "Y_coordina": 5405683.85, "LOD": "LOD2", "Year_of_co": 1910, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 916.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 147.4, "Total_wall": 737.9, "Total_wa00": 0.0, "Total_outw": 1033.6, "Total_shar": 298.1, "Total_roof": 202.4, "Gross_volu": 2967.5, "Is_Gross_v": "false", "Heated_vol": 2863.4, "Ridge_mean": 23.2, "Eaves_mean": 15.21, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 17, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.377, "Heated_are": 916.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 52570.0, "January_He": 9335.0, "February_H": 6629.0, "March_Heat": 4100.0, "April_Heat": 778.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 94.0, "October_He": 2010.0, "November_H": 5967.0, "December_H": 9122.0, "PV_potenti": 5.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200633333353132, 48.788428931411097, 0.0 ], [ 9.200695737588404, 48.788413715495857, 0.0 ], [ 9.200704373541939, 48.788429347160317, 0.0 ], [ 9.200755765377101, 48.788416848114956, 0.0 ], [ 9.200769089102327, 48.788413587635063, 0.0 ], [ 9.200789237210561, 48.788449432043649, 0.0 ], [ 9.200775777388914, 48.788452692763116, 0.0 ], [ 9.200790581118, 48.788479284352874, 0.0 ], [ 9.200738917768508, 48.788491963734224, 0.0 ], [ 9.20058637464712, 48.788529368011446, 0.0 ], [ 9.200570569032399, 48.78852453966433, 0.0 ], [ 9.200564538135822, 48.788513759330158, 0.0 ], [ 9.200571709608052, 48.7885034056197, 0.0 ], [ 9.200542514230305, 48.788451120901065, 0.0 ], [ 9.200633333353132, 48.788428931411097, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003250d", "Latitude": 48.7917, "Longitude": 9.20336, "X_coordina": 3515014.62, "Y_coordina": 5406046.02, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 640.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 156.4, "Total_wall": 335.7, "Total_wa00": 0.0, "Total_outw": 535.1, "Total_shar": 434.1, "Total_roof": 183.1, "Gross_volu": 2157.2, "Is_Gross_v": "false", "Heated_vol": 2000.8, "Ridge_mean": 15.4, "Eaves_mean": 12.13, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 640.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.2, "Total_Year": 32014.0, "January_He": 5429.0, "February_H": 3838.0, "March_Heat": 2332.0, "April_Heat": 394.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1102.0, "November_H": 3458.0, "December_H": 5276.0, "PV_potenti": 9.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203329769990681, 48.791654168752558, 0.0 ], [ 9.203407789855142, 48.791663023330273, 0.0 ], [ 9.203372278034578, 48.791800129619176, 0.0 ], [ 9.203296573070347, 48.791791630625397, 0.0 ], [ 9.203299789996095, 48.791779395336611, 0.0 ], [ 9.203299381704424, 48.7917793960574, 0.0 ], [ 9.203233480140261, 48.791771958798087, 0.0 ], [ 9.203266864170027, 48.791647085917134, 0.0 ], [ 9.203329769990681, 48.791654168752558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032423", "Latitude": 48.78911, "Longitude": 9.19952, "X_coordina": 3514732.55, "Y_coordina": 5405756.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 633.2, "SecondaryU": "retail", "Secondar00": 136.8, "BuildingTy": "GMH", "Footprint_": 171.1, "Total_wall": 558.4, "Total_wa00": 0.0, "Total_outw": 811.6, "Total_shar": 337.9, "Total_roof": 261.2, "Gross_volu": 2837.7, "Is_Gross_v": "false", "Heated_vol": 2666.6, "Ridge_mean": 19.2, "Eaves_mean": 12.89, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 12, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.364, "Heated_are": 770.1, "Mean_Uvalu": 0.49, "Specific_d": "26,0", "Specific_s": 42.2, "Total_Year": 52498.0, "January_He": 7940.0, "February_H": 5584.0, "March_Heat": 3554.0, "April_Heat": 790.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 107.0, "October_He": 1719.0, "November_H": 5011.0, "December_H": 7744.0, "PV_potenti": 11.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19938944995128, 48.789108666552721, 0.0 ], [ 9.199390843986102, 48.789117027037662, 0.0 ], [ 9.19943601947258, 48.789115330182739, 0.0 ], [ 9.199431312905167, 48.789060934530333, 0.0 ], [ 9.199486963698188, 48.789058320277029, 0.0 ], [ 9.19951295223535, 48.789057106246403, 0.0 ], [ 9.199544791923701, 48.789055702223784, 0.0 ], [ 9.199557613753942, 48.789200367144424, 0.0 ], [ 9.199394465369551, 48.789206674637306, 0.0 ], [ 9.199390193117329, 48.789158842657855, 0.0 ], [ 9.199385639786406, 48.789108763073472, 0.0 ], [ 9.19938944995128, 48.789108666552721, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000323b7", "Latitude": 48.7919, "Longitude": 9.19878, "X_coordina": 3514677.65, "Y_coordina": 5406067.35, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1843.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 464.5, "Total_wall": 1131.3, "Total_wa00": 0.0, "Total_outw": 1654.9, "Total_shar": 282.6, "Total_roof": 464.5, "Gross_volu": 6225.3, "Is_Gross_v": "false", "Heated_vol": 5760.9, "Ridge_mean": 16.6, "Eaves_mean": 13.24, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.345, "Heated_are": 1843.5, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 6.1, "Total_Year": 71887.0, "January_He": 4147.0, "February_H": 1854.0, "March_Heat": 393.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 991.0, "December_H": 3887.0, "PV_potenti": 21.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198971190338478, 48.791986765966769, 0.0 ], [ 9.198880408518374, 48.792054635254907, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198785306603574, 48.792028092153089, 0.0 ], [ 9.198752873320229, 48.792051977888462, 0.0 ], [ 9.198724363138991, 48.792035391226548, 0.0 ], [ 9.198689168910988, 48.792014949375663, 0.0 ], [ 9.198721600425182, 48.791990614043129, 0.0 ], [ 9.19849951701878, 48.791860158236837, 0.0 ], [ 9.198612826203087, 48.791775794376356, 0.0 ], [ 9.198882110189189, 48.791934224620093, 0.0 ], [ 9.198971190338478, 48.791986765966769, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000323b8", "Latitude": 48.79207, "Longitude": 9.19879, "X_coordina": 3514678.51, "Y_coordina": 5406086.49, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 325.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 118.9, "Total_wall": 149.2, "Total_wa00": 0.0, "Total_outw": 263.6, "Total_shar": 285.6, "Total_roof": 118.9, "Gross_volu": 794.5, "Is_Gross_v": "false", "Heated_vol": 794.5, "Ridge_mean": 6.7, "Eaves_mean": 6.68, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.487, "Heated_are": 325.1, "Mean_Uvalu": 0.56, "Specific_d": "32,9", "Specific_s": 7.9, "Total_Year": 13235.0, "January_He": 883.0, "February_H": 460.0, "March_Heat": 118.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 253.0, "December_H": 826.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198785306603574, 48.792028092153089, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198734937990537, 48.792162884634855, 0.0 ], [ 9.198636992226083, 48.792105502525985, 0.0 ], [ 9.198713798989726, 48.792048448377948, 0.0 ], [ 9.198738217354943, 48.792062794014321, 0.0 ], [ 9.198752873320229, 48.792051977888462, 0.0 ], [ 9.198785306603574, 48.792028092153089, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003232a", "Latitude": 48.79431, "Longitude": 9.2016, "X_coordina": 3514884.24, "Y_coordina": 5406335.89, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1512.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.5, "Total_wall": 993.9, "Total_wa00": 0.0, "Total_outw": 1227.9, "Total_shar": 452.2, "Total_roof": 233.5, "Gross_volu": 4726.5, "Is_Gross_v": "false", "Heated_vol": 4726.5, "Ridge_mean": 20.3, "Eaves_mean": 20.25, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 32, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.309, "Heated_are": 1512.5, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 30.0, "Total_Year": 69311.0, "January_He": 10989.0, "February_H": 7989.0, "March_Heat": 5213.0, "April_Heat": 1172.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 94.0, "October_He": 2295.0, "November_H": 6901.0, "December_H": 10670.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201651886547793, 48.794353837381536, 0.0 ], [ 9.201692815131127, 48.794378045065869, 0.0 ], [ 9.20161044377668, 48.794439067555025, 0.0 ], [ 9.201420539682692, 48.794327804731665, 0.0 ], [ 9.20155597032128, 48.794227392925308, 0.0 ], [ 9.201648877960043, 48.794282353418943, 0.0 ], [ 9.20161332356364, 48.794308583427771, 0.0 ], [ 9.20166884983467, 48.794341398224716, 0.0 ], [ 9.201651886547793, 48.794353837381536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032324", "Latitude": 48.79572, "Longitude": 9.21008, "X_coordina": 3515506.95, "Y_coordina": 5406493.62, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 664.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 115.2, "Total_wall": 525.8, "Total_wa00": 0.0, "Total_outw": 699.3, "Total_shar": 244.2, "Total_roof": 161.5, "Gross_volu": 2088.7, "Is_Gross_v": "false", "Heated_vol": 2077.3, "Ridge_mean": 21.1, "Eaves_mean": 15.93, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.386, "Heated_are": 664.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 35393.0, "January_He": 6176.0, "February_H": 4271.0, "March_Heat": 2657.0, "April_Heat": 567.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1245.0, "November_H": 3820.0, "December_H": 6047.0, "PV_potenti": 6.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209967785946663, 48.795726226094395, 0.0 ], [ 9.209971735700705, 48.795726848357738, 0.0 ], [ 9.209988950717133, 48.795677269097752, 0.0 ], [ 9.210010741836722, 48.79568055653219, 0.0 ], [ 9.210124055929562, 48.795697705078489, 0.0 ], [ 9.210090301774244, 48.795795693396478, 0.0 ], [ 9.209951789485659, 48.795774274429078, 0.0 ], [ 9.20996711291258, 48.795728025792314, 0.0 ], [ 9.209967785946663, 48.795726226094395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032325", "Latitude": 48.79562, "Longitude": 9.21017, "X_coordina": 3515513.71, "Y_coordina": 5406482.9, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 39.3, "Total_wall": 70.4, "Total_wa00": 0.0, "Total_outw": 238.3, "Total_shar": 0.0, "Total_roof": 39.3, "Gross_volu": 122.0, "Is_Gross_v": "false", "Heated_vol": 94.4, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.391, "Heated_are": 35.5, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210165891103921, 48.795677036247568, 0.0 ], [ 9.210119175369654, 48.795669747762176, 0.0 ], [ 9.210128049945224, 48.795643743666183, 0.0 ], [ 9.210072618105277, 48.795635212135672, 0.0 ], [ 9.210072891268913, 48.795602839162235, 0.0 ], [ 9.210186204456456, 48.795619807802204, 0.0 ], [ 9.210165891103921, 48.795677036247568, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000322d2", "Latitude": 48.79458, "Longitude": 9.20837, "X_coordina": 3515381.83, "Y_coordina": 5406367.48, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1716.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 253.1, "Total_wall": 1595.5, "Total_wa00": 0.0, "Total_outw": 1939.8, "Total_shar": 0.0, "Total_roof": 253.1, "Gross_volu": 5364.2, "Is_Gross_v": "false", "Heated_vol": 5364.2, "Ridge_mean": 22.5, "Eaves_mean": 22.52, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 28, "Number_o00": 44, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.392, "Heated_are": 1716.5, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 86091.0, "January_He": 14694.0, "February_H": 10234.0, "March_Heat": 6269.0, "April_Heat": 1264.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 116.0, "October_He": 2822.0, "November_H": 9067.0, "December_H": 14399.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20819320237964, 48.794674554785608, 0.0 ], [ 9.208193336996354, 48.794674194848021, 0.0 ], [ 9.208223334148528, 48.794588533387405, 0.0 ], [ 9.208241311515662, 48.794591288511256, 0.0 ], [ 9.20826767689001, 48.794516064737856, 0.0 ], [ 9.208467333988326, 48.794546547266776, 0.0 ], [ 9.208428055178777, 48.794658573192876, 0.0 ], [ 9.20838924031213, 48.794652618558501, 0.0 ], [ 9.208339666463072, 48.794645064751812, 0.0 ], [ 9.208322314066523, 48.794694644022719, 0.0 ], [ 9.20819320237964, 48.794674554785608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003213a", "Latitude": 48.79113, "Longitude": 9.20935, "X_coordina": 3515454.61, "Y_coordina": 5405984.06, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 125.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 69.5, "Total_wa00": 0.0, "Total_outw": 138.3, "Total_shar": 231.8, "Total_roof": 68.6, "Gross_volu": 411.2, "Is_Gross_v": "false", "Heated_vol": 391.4, "Ridge_mean": 10.4, "Eaves_mean": 6.28, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.467, "Heated_are": 125.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7231.0, "January_He": 1303.0, "February_H": 891.0, "March_Heat": 558.0, "April_Heat": 140.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 250.0, "November_H": 792.0, "December_H": 1291.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209267264567151, 48.791152009795852, 0.0 ], [ 9.209279351981049, 48.79111323075351, 0.0 ], [ 9.209356562949855, 48.791123881247053, 0.0 ], [ 9.209345019226767, 48.79116247946186, 0.0 ], [ 9.209334280463743, 48.791198288580098, 0.0 ], [ 9.209256252064177, 48.791187459709882, 0.0 ], [ 9.209267264567151, 48.791152009795852, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003200e", "Latitude": 48.7907, "Longitude": 9.20579, "X_coordina": 3515192.74, "Y_coordina": 5405935.37, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 420.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 167.6, "Total_wall": 336.9, "Total_wa00": 0.0, "Total_outw": 665.5, "Total_shar": 0.0, "Total_roof": 274.2, "Gross_volu": 1481.6, "Is_Gross_v": "false", "Heated_vol": 1314.0, "Ridge_mean": 12.0, "Eaves_mean": 5.61, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.559, "Heated_are": 420.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 27729.0, "January_He": 5206.0, "February_H": 3593.0, "March_Heat": 2197.0, "April_Heat": 466.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1090.0, "November_H": 3304.0, "December_H": 5130.0, "PV_potenti": 13.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205745883796837, 48.790647858605176, 0.0 ], [ 9.205811078409276, 48.790649090962901, 0.0 ], [ 9.205803674035799, 48.790801974345683, 0.0 ], [ 9.205739568349729, 48.790800829961981, 0.0 ], [ 9.205670426800317, 48.790799604612985, 0.0 ], [ 9.20567633380734, 48.790646544065844, 0.0 ], [ 9.205745883796837, 48.790647858605176, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00031b53", "Latitude": 48.78878, "Longitude": 9.21306, "X_coordina": 3515727.99, "Y_coordina": 5405723.34, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 50.0, "Total_wa00": 0.0, "Total_outw": 109.8, "Total_shar": 216.2, "Total_roof": 53.3, "Gross_volu": 321.7, "Is_Gross_v": "false", "Heated_vol": 280.1, "Ridge_mean": 9.4, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 89.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 5536.0, "January_He": 1033.0, "February_H": 711.0, "March_Heat": 411.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 661.0, "December_H": 1012.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213076789798148, 48.788784708787823, 0.0 ], [ 9.213072893292527, 48.788828688661603, 0.0 ], [ 9.213016950748944, 48.788826454138302, 0.0 ], [ 9.212957469131172, 48.788824046285079, 0.0 ], [ 9.212961501826289, 48.788780066163312, 0.0 ], [ 9.213020983392292, 48.788782474014589, 0.0 ], [ 9.213076789798148, 48.788784708787823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003183a", "Latitude": 48.78766, "Longitude": 9.20908, "X_coordina": 3515435.8, "Y_coordina": 5405597.09, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 585.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.4, "Total_wall": 327.0, "Total_wa00": 0.0, "Total_outw": 494.4, "Total_shar": 358.1, "Total_roof": 229.7, "Gross_volu": 2203.0, "Is_Gross_v": "false", "Heated_vol": 2042.6, "Ridge_mean": 16.3, "Eaves_mean": 11.15, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 585.9, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 34822.0, "January_He": 6043.0, "February_H": 4328.0, "March_Heat": 2947.0, "April_Heat": 904.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 115.0, "October_He": 1407.0, "November_H": 3815.0, "December_H": 5929.0, "PV_potenti": 11.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208945416586573, 48.787616796708129, 0.0 ], [ 9.209157843297623, 48.787648333988585, 0.0 ], [ 9.209141300522708, 48.787695484033932, 0.0 ], [ 9.209127043533513, 48.787735975574435, 0.0 ], [ 9.208914345419229, 48.787704708501003, 0.0 ], [ 9.208928872876383, 48.787663766877579, 0.0 ], [ 9.208945416586573, 48.787616796708129, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00031690", "Latitude": 48.78845, "Longitude": 9.21105, "X_coordina": 3515580.09, "Y_coordina": 5405685.29, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.4, "Total_wall": 118.4, "Total_wa00": 0.0, "Total_outw": 243.4, "Total_shar": 98.4, "Total_roof": 66.4, "Gross_volu": 369.3, "Is_Gross_v": "false", "Heated_vol": 320.9, "Ridge_mean": 9.4, "Eaves_mean": 5.81, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.684, "Heated_are": 102.7, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 6715.0, "January_He": 1369.0, "February_H": 839.0, "March_Heat": 431.0, "April_Heat": 77.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 197.0, "November_H": 778.0, "December_H": 1386.0, "PV_potenti": 2.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210951102621573, 48.788437200581008, 0.0 ], [ 9.211001592070923, 48.788437287930975, 0.0 ], [ 9.211054939748152, 48.788437459944255, 0.0 ], [ 9.211053274725076, 48.788494744363291, 0.0 ], [ 9.211001560800577, 48.788494749203132, 0.0 ], [ 9.210950799493975, 48.788494752274801, 0.0 ], [ 9.210950886206437, 48.788482972117329, 0.0 ], [ 9.210951113175174, 48.788439718424009, 0.0 ], [ 9.210951102621573, 48.788437200581008, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003152f", "Latitude": 48.78828, "Longitude": 9.21051, "X_coordina": 3515540.8, "Y_coordina": 5405666.27, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.0, "Total_wall": 113.6, "Total_wa00": 0.0, "Total_outw": 182.8, "Total_shar": 117.1, "Total_roof": 94.2, "Gross_volu": 444.9, "Is_Gross_v": "false", "Heated_vol": 431.6, "Ridge_mean": 10.2, "Eaves_mean": 5.11, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.607, "Heated_are": 138.1, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 55.7, "Total_Year": 9879.0, "January_He": 1853.0, "February_H": 1304.0, "March_Heat": 848.0, "April_Heat": 229.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 407.0, "November_H": 1170.0, "December_H": 1836.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210419346848571, 48.788259579645768, 0.0 ], [ 9.210421788682138, 48.78825967589858, 0.0 ], [ 9.210518016297165, 48.788260484695201, 0.0 ], [ 9.210516393907563, 48.788332335763272, 0.0 ], [ 9.210416923632849, 48.788330989751316, 0.0 ], [ 9.210417769377399, 48.788306077554786, 0.0 ], [ 9.210419346848571, 48.788259579645768, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313de", "Latitude": 48.79377, "Longitude": 9.20521, "X_coordina": 3515149.4, "Y_coordina": 5406276.43, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 107.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.2, "Total_wall": 131.8, "Total_wa00": 0.0, "Total_outw": 207.5, "Total_shar": 60.9, "Total_roof": 64.2, "Gross_volu": 399.4, "Is_Gross_v": "false", "Heated_vol": 335.2, "Ridge_mean": 6.2, "Eaves_mean": 6.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.715, "Heated_are": 107.3, "Mean_Uvalu": 0.64, "Specific_d": "24,8", "Specific_s": 85.3, "Total_Year": 11817.0, "January_He": 2139.0, "February_H": 1507.0, "March_Heat": 982.0, "April_Heat": 288.0, "May_Heatin": 34.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 85.0, "October_He": 591.0, "November_H": 1425.0, "December_H": 2099.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205233836270867, 48.79380383152634, 0.0 ], [ 9.205237939157609, 48.793808680086954, 0.0 ], [ 9.205145934016848, 48.793842295590153, 0.0 ], [ 9.205088766331627, 48.793774505120112, 0.0 ], [ 9.205177237855175, 48.793742154887958, 0.0 ], [ 9.20523003089739, 48.793805187161624, 0.0 ], [ 9.205233836270867, 48.79380383152634, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e0", "Latitude": 48.79365, "Longitude": 9.20509, "X_coordina": 3515140.43, "Y_coordina": 5406262.66, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 1936.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 368.7, "Total_wall": 1267.5, "Total_wa00": 0.0, "Total_outw": 1550.0, "Total_shar": 103.3, "Total_roof": 507.2, "Gross_volu": 6421.1, "Is_Gross_v": "false", "Heated_vol": 6052.4, "Ridge_mean": 20.5, "Eaves_mean": 9.6, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.347, "Heated_are": 1936.8, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 39.6, "Total_Year": 124794.0, "January_He": 17751.0, "February_H": 12949.0, "March_Heat": 8764.0, "April_Heat": 2539.0, "May_Heatin": 213.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 3, "September_": 547.0, "October_He": 4808.0, "November_H": 11705.0, "December_H": 17397.0, "PV_potenti": 22.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205249348403557, 48.793696156373962, 0.0 ], [ 9.205250578126686, 48.793704004509955, 0.0 ], [ 9.205247424508281, 48.793711653634197, 0.0 ], [ 9.20524029148897, 48.793718032935907, 0.0 ], [ 9.205240974935521, 48.793718751106418, 0.0 ], [ 9.205177237855175, 48.793742154887958, 0.0 ], [ 9.205088766331627, 48.793774505120112, 0.0 ], [ 9.205056353170336, 48.793736075552516, 0.0 ], [ 9.205032416880703, 48.793707072858396, 0.0 ], [ 9.204990287408375, 48.793722434866062, 0.0 ], [ 9.204988521007071, 48.793723157398922, 0.0 ], [ 9.204963496676127, 48.793694336474317, 0.0 ], [ 9.204883858944202, 48.793723523501519, 0.0 ], [ 9.204834214344473, 48.793664801799764, 0.0 ], [ 9.204835164864244, 48.793664260567631, 0.0 ], [ 9.204833625612544, 48.793657258259259, 0.0 ], [ 9.204834814227029, 48.793651680883627, 0.0 ], [ 9.204838574368553, 48.79364590110206, 0.0 ], [ 9.204843850991516, 48.793641530422953, 0.0 ], [ 9.204852351918539, 48.793636830283177, 0.0 ], [ 9.204862082230497, 48.793633225023378, 0.0 ], [ 9.204873001573057, 48.79363083161563, 0.0 ], [ 9.204884132940117, 48.793630371186431, 0.0 ], [ 9.204895560923655, 48.793632562973777, 0.0 ], [ 9.204902623651957, 48.79363565277054, 0.0 ], [ 9.204904875124479, 48.793637069556908, 0.0 ], [ 9.204905558931328, 48.793637877652344, 0.0 ], [ 9.205110904431072, 48.79356269568089, 0.0 ], [ 9.205111560946497, 48.793563485839023, 0.0 ], [ 9.205123848833763, 48.793562942395539, 0.0 ], [ 9.205135523005779, 48.793565430468405, 0.0 ], [ 9.20514508531549, 48.793570700940592, 0.0 ], [ 9.205150966997065, 48.793577875356291, 0.0 ], [ 9.205157135044656, 48.79358518414687, 0.0 ], [ 9.205152649908397, 48.793586720837823, 0.0 ], [ 9.205153119173291, 48.793591656805994, 0.0 ], [ 9.205151900515345, 48.793596532834634, 0.0 ], [ 9.20514904764168, 48.793601168980871, 0.0 ], [ 9.205144695407544, 48.793605259264218, 0.0 ], [ 9.20520404159763, 48.793676624784759, 0.0 ], [ 9.205210271967388, 48.79367584933226, 0.0 ], [ 9.20521662779969, 48.793675802036766, 0.0 ], [ 9.205222891587791, 48.793676546232383, 0.0 ], [ 9.20522883177463, 48.793678037370007, 0.0 ], [ 9.205233043978453, 48.793676321315381, 0.0 ], [ 9.205243848147541, 48.793689071207197, 0.0 ], [ 9.205249348403557, 48.793696156373962, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e1", "Latitude": 48.79386, "Longitude": 9.20539, "X_coordina": 3515162.68, "Y_coordina": 5406286.09, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 11.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 64.9, "Total_wa00": 0.0, "Total_outw": 125.4, "Total_shar": 0.0, "Total_roof": 88.9, "Gross_volu": 99.2, "Is_Gross_v": "true", "Heated_vol": 35.4, "Ridge_mean": 3.5, "Eaves_mean": -0.93, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 2.466, "Heated_are": 11.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205359789205723, 48.793844486242307, 4.47 ], [ 9.20539656887078, 48.793888914830298, 4.47 ], [ 9.20532930988346, 48.7939131342889, 4.47 ], [ 9.205292584957879, 48.793868768528576, 4.47 ], [ 9.205359789205723, 48.793844486242307, 4.47 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e1", "Latitude": 48.79386, "Longitude": 9.20539, "X_coordina": 3515162.68, "Y_coordina": 5406286.09, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 11.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 64.9, "Total_wa00": 0.0, "Total_outw": 125.4, "Total_shar": 0.0, "Total_roof": 88.9, "Gross_volu": 99.2, "Is_Gross_v": "true", "Heated_vol": 35.4, "Ridge_mean": 3.5, "Eaves_mean": -0.93, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 2.466, "Heated_are": 11.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205360868082217, 48.793842047389667, 0.0 ], [ 9.205400260232897, 48.793889636627277, 0.0 ], [ 9.205328231003925, 48.79391557314122, 0.0 ], [ 9.205288893635506, 48.793868055720409, 0.0 ], [ 9.205360868082217, 48.793842047389667, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313bf", "Latitude": 48.78985, "Longitude": 9.20629, "X_coordina": 3515229.74, "Y_coordina": 5405840.74, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 252.2, "SecondaryU": "industry", "Secondar00": 123.6, "BuildingTy": "RH", "Footprint_": 154.5, "Total_wall": 273.3, "Total_wa00": 0.0, "Total_outw": 550.1, "Total_shar": 341.2, "Total_roof": 204.9, "Gross_volu": 1328.7, "Is_Gross_v": "false", "Heated_vol": 1174.2, "Ridge_mean": 9.8, "Eaves_mean": 7.19, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.506, "Heated_are": 375.7, "Mean_Uvalu": 0.51, "Specific_d": "21,4", "Specific_s": 32.9, "Total_Year": 20425.0, "January_He": 3367.0, "February_H": 2206.0, "March_Heat": 1088.0, "April_Heat": 135.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 370.0, "November_H": 1881.0, "December_H": 3313.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206300766716703, 48.789823525189099, 0.0 ], [ 9.20635467161941, 48.78985966783268, 0.0 ], [ 9.206281530336481, 48.789911594883179, 0.0 ], [ 9.206226980114401, 48.789950449669121, 0.0 ], [ 9.206188442284633, 48.789977945383185, 0.0 ], [ 9.206179983560284, 48.789972834881041, 0.0 ], [ 9.206160747390436, 48.789961359095116, 0.0 ], [ 9.206134553212502, 48.789945669350345, 0.0 ], [ 9.206127186183467, 48.789941276279201, 0.0 ], [ 9.206191236394398, 48.7898959300298, 0.0 ], [ 9.206247687082303, 48.789855902849524, 0.0 ], [ 9.206165802374116, 48.789800027051577, 0.0 ], [ 9.206190913048642, 48.789783795840194, 0.0 ], [ 9.206216566231644, 48.789767114033658, 0.0 ], [ 9.206300766716703, 48.789823525189099, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313c0", "Latitude": 48.78999, "Longitude": 9.2061, "X_coordina": 3515216.39, "Y_coordina": 5405856.27, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 67.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.3, "Total_wall": 91.6, "Total_wa00": 0.0, "Total_outw": 211.9, "Total_shar": 0.0, "Total_roof": 36.3, "Gross_volu": 137.9, "Is_Gross_v": "true", "Heated_vol": 137.9, "Ridge_mean": 3.8, "Eaves_mean": 3.8, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.19, "Heated_are": 67.0, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206005182705578, 48.790025393338709, 0.0 ], [ 9.206040094277853, 48.789976412426846, 0.0 ], [ 9.206114223526026, 48.789999480069042, 0.0 ], [ 9.206079312009997, 48.790048461003074, 0.0 ], [ 9.206005182705578, 48.790025393338709, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313c1", "Latitude": 48.78983, "Longitude": 9.20622, "X_coordina": 3515224.89, "Y_coordina": 5405838.01, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.7, "Total_wall": 40.7, "Total_wa00": 0.0, "Total_outw": 85.0, "Total_shar": 203.1, "Total_roof": 55.7, "Gross_volu": 253.9, "Is_Gross_v": "false", "Heated_vol": 253.9, "Ridge_mean": 4.6, "Eaves_mean": 4.55, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.599, "Heated_are": 101.3, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 12.6, "Total_Year": 4612.0, "January_He": 406.0, "February_H": 250.0, "March_Heat": 89.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 154.0, "December_H": 371.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20610173679437, 48.789841596522585, 0.0 ], [ 9.206165802374116, 48.789800027051577, 0.0 ], [ 9.206247687082303, 48.789855902849524, 0.0 ], [ 9.206191236394398, 48.7898959300298, 0.0 ], [ 9.20610173679437, 48.789841596522585, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000312b3", "Latitude": 48.79107, "Longitude": 9.20961, "X_coordina": 3515473.82, "Y_coordina": 5405976.37, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 403.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.5, "Total_wall": 234.8, "Total_wa00": 0.0, "Total_outw": 510.2, "Total_shar": 137.1, "Total_roof": 240.7, "Gross_volu": 1384.7, "Is_Gross_v": "false", "Heated_vol": 1259.4, "Ridge_mean": 11.4, "Eaves_mean": 6.18, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.484, "Heated_are": 403.0, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 24932.0, "January_He": 4427.0, "February_H": 3157.0, "March_Heat": 2095.0, "April_Heat": 596.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1001.0, "November_H": 2814.0, "December_H": 4354.0, "PV_potenti": 10.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20969245367124, 48.791059694130439, 0.0 ], [ 9.20967902361955, 48.791102791994518, 0.0 ], [ 9.209666400751326, 48.791143640296838, 0.0 ], [ 9.209442532203761, 48.791113383711675, 0.0 ], [ 9.209467356507897, 48.79102845067046, 0.0 ], [ 9.209692588642355, 48.791059424113826, 0.0 ], [ 9.20969245367124, 48.791059694130439, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003113c", "Latitude": 48.78865, "Longitude": 9.1994, "X_coordina": 3514724.05, "Y_coordina": 5405706.27, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 973.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 278.9, "Total_wall": 824.0, "Total_wa00": 0.0, "Total_outw": 1306.4, "Total_shar": 0.0, "Total_roof": 278.9, "Gross_volu": 3321.2, "Is_Gross_v": "false", "Heated_vol": 3042.3, "Ridge_mean": 11.9, "Eaves_mean": 11.91, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.439, "Heated_are": 973.6, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 49.0, "Total_Year": 63128.0, "January_He": 11160.0, "February_H": 8081.0, "March_Heat": 5559.0, "April_Heat": 1671.0, "May_Heatin": 103.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 243.0, "October_He": 2763.0, "November_H": 7192.0, "December_H": 10935.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199279753041198, 48.788625606766075, 0.0 ], [ 9.199279894471134, 48.788626955376074, 0.0 ], [ 9.199329288272772, 48.78862525126285, 0.0 ], [ 9.199329552258366, 48.788623182561963, 0.0 ], [ 9.199372823486925, 48.788621848722393, 0.0 ], [ 9.199372677779571, 48.788619421036117, 0.0 ], [ 9.199379324395128, 48.788613924185867, 0.0 ], [ 9.199402322317251, 48.788613614594411, 0.0 ], [ 9.199409690348046, 48.788618457712907, 0.0 ], [ 9.199409564236039, 48.788620975793471, 0.0 ], [ 9.199494200371197, 48.788618041569514, 0.0 ], [ 9.199494207500443, 48.788619840030158, 0.0 ], [ 9.199513394583873, 48.788619447094661, 0.0 ], [ 9.199520576920039, 48.788714753718367, 0.0 ], [ 9.199482340908007, 48.788716078891113, 0.0 ], [ 9.199482662275097, 48.788728487797805, 0.0 ], [ 9.199430548379009, 48.78873064630573, 0.0 ], [ 9.199429975158658, 48.78872336348298, 0.0 ], [ 9.199287917115091, 48.788728375367988, 0.0 ], [ 9.199288760000352, 48.788735028259218, 0.0 ], [ 9.19923419684222, 48.788737280840657, 0.0 ], [ 9.199234008421296, 48.788724062390443, 0.0 ], [ 9.199193731415177, 48.788725480922224, 0.0 ], [ 9.199187230851408, 48.788630352946413, 0.0 ], [ 9.199207094825645, 48.788629059654589, 0.0 ], [ 9.199207630993763, 48.788626990483138, 0.0 ], [ 9.199279753041198, 48.788625606766075, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003106b", "Latitude": 48.79407, "Longitude": 9.20039, "X_coordina": 3514795.24, "Y_coordina": 5406308.98, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 396.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 247.9, "Total_wall": 230.8, "Total_wa00": 0.0, "Total_outw": 498.5, "Total_shar": 240.6, "Total_roof": 247.9, "Gross_volu": 1308.4, "Is_Gross_v": "false", "Heated_vol": 1240.2, "Ridge_mean": 5.3, "Eaves_mean": 5.28, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.565, "Heated_are": 396.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.6, "Total_Year": 17255.0, "January_He": 1432.0, "February_H": 733.0, "March_Heat": 218.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 446.0, "December_H": 1352.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20045146837449, 48.794087871030868, 0.0 ], [ 9.2004480761761, 48.7940904847189, 0.0 ], [ 9.200480135738683, 48.794109312858566, 0.0 ], [ 9.20048203581389, 48.794107960697211, 0.0 ], [ 9.200508092866858, 48.79412329225994, 0.0 ], [ 9.20040794498162, 48.794197923300686, 0.0 ], [ 9.20018066480135, 48.794064782119626, 0.0 ], [ 9.200282849297102, 48.793988888802659, 0.0 ], [ 9.200356790549158, 48.794032283185146, 0.0 ], [ 9.200352855010392, 48.794035167586415, 0.0 ], [ 9.200403604004265, 48.794064843981147, 0.0 ], [ 9.200407403797174, 48.794062049737967, 0.0 ], [ 9.20045146837449, 48.794087871030868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030907", "Latitude": 48.78877, "Longitude": 9.21267, "X_coordina": 3515699.5, "Y_coordina": 5405722.03, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 450.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.8, "Total_wall": 333.9, "Total_wa00": 0.0, "Total_outw": 560.2, "Total_shar": 111.9, "Total_roof": 213.2, "Gross_volu": 1417.7, "Is_Gross_v": "false", "Heated_vol": 1409.2, "Ridge_mean": 10.1, "Eaves_mean": 6.78, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.506, "Heated_are": 450.9, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 27846.0, "January_He": 4965.0, "February_H": 3574.0, "March_Heat": 2293.0, "April_Heat": 514.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1178.0, "November_H": 3256.0, "December_H": 4836.0, "PV_potenti": 10.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2126382433953, 48.788705127625782, 0.0 ], [ 9.212695003081031, 48.788707540671069, 0.0 ], [ 9.212679009339862, 48.788883910485147, 0.0 ], [ 9.212563584327354, 48.788879087868423, 0.0 ], [ 9.212570886286622, 48.788803538525684, 0.0 ], [ 9.212567075411915, 48.78880345563627, 0.0 ], [ 9.212569146491363, 48.788778273191646, 0.0 ], [ 9.212572276539172, 48.788778267414052, 0.0 ], [ 9.212579442382449, 48.788702718320714, 0.0 ], [ 9.2126382433953, 48.788705127625782, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085a", "Latitude": 48.79287, "Longitude": 9.20099, "X_coordina": 3514839.84, "Y_coordina": 5406174.92, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4729.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 701.0, "Total_wall": 2074.1, "Total_wa00": 0.0, "Total_outw": 2569.6, "Total_shar": 408.0, "Total_roof": 701.0, "Gross_volu": 15345.1, "Is_Gross_v": "false", "Heated_vol": 14778.8, "Ridge_mean": 24.2, "Eaves_mean": 24.21, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.232, "Heated_are": 4729.2, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 49.5, "Total_Year": 302992.99999999994, "January_He": 50548.0, "February_H": 39101.0, "March_Heat": 29698.0, "April_Heat": 12578.0, "May_Heatin": 1900.0, "June_Heati": 71, "July_Heati": 8, "August_Hea": 15, "September_": 2879.0, "October_He": 15230.0, "November_H": 33339.0, "December_H": 48533.0, "PV_potenti": 32.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200876532355441, 48.793067576886713, 0.0 ], [ 9.200683760095488, 48.792952091418151, 0.0 ], [ 9.200839949384857, 48.792835997547641, 0.0 ], [ 9.200888801100895, 48.792799763056735, 0.0 ], [ 9.201014592922395, 48.792706202866412, 0.0 ], [ 9.201209536843987, 48.792820245214735, 0.0 ], [ 9.201197457377813, 48.792828629213311, 0.0 ], [ 9.200876532355441, 48.793067576886713, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085b", "Latitude": 48.79321, "Longitude": 9.20156, "X_coordina": 3514881.73, "Y_coordina": 5406213.75, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 74.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 125.4, "Total_wall": 126.7, "Total_wa00": 0.0, "Total_outw": 395.3, "Total_shar": 96.7, "Total_roof": 134.7, "Gross_volu": 473.8, "Is_Gross_v": "false", "Heated_vol": 348.4, "Ridge_mean": 4.9, "Eaves_mean": 2.7, "Storey_num": 1, "Average_St": 3.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.913, "Heated_are": 74.9, "Mean_Uvalu": 0.5, "Specific_d": "non calculated", "Specific_s": 125.7, "Total_Year": 9417.0, "January_He": 2266.0, "February_H": 1564.0, "March_Heat": 974.0, "April_Heat": 263.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 550.0, "November_H": 1479.0, "December_H": 2247.0, "PV_potenti": 6.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201511017457429, 48.793198296334033, 0.0 ], [ 9.201592595760621, 48.793245543279319, 0.0 ], [ 9.201657803856603, 48.793283286935079, 0.0 ], [ 9.201658895550125, 48.79328400441198, 0.0 ], [ 9.201608418630236, 48.79332222039023, 0.0 ], [ 9.201377308260088, 48.793184052534045, 0.0 ], [ 9.201425479780902, 48.793147908930877, 0.0 ], [ 9.201457130083881, 48.793166557670531, 0.0 ], [ 9.201511017457429, 48.793198296334033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085d", "Latitude": 48.79304, "Longitude": 9.20117, "X_coordina": 3514853.18, "Y_coordina": 5406193.88, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2467.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 911.0, "Total_wall": 792.8, "Total_wa00": 0.0, "Total_outw": 1337.0, "Total_shar": 405.7, "Total_roof": 911.0, "Gross_volu": 6634.2, "Is_Gross_v": "false", "Heated_vol": 6634.2, "Ridge_mean": 7.3, "Eaves_mean": 7.28, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 2467.9, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 39.8, "Total_Year": 278380.0, "January_He": 22255.0, "February_H": 16824.0, "March_Heat": 12198.0, "April_Heat": 4330.0, "May_Heatin": 402.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 794.0, "October_He": 5798.0, "November_H": 14281.0, "December_H": 21301.0, "PV_potenti": 43.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200864454928311, 48.793076500387961, 0.0 ], [ 9.200876532355441, 48.793067576886713, 0.0 ], [ 9.201197457377813, 48.792828629213311, 0.0 ], [ 9.2013231045275, 48.792903136118269, 0.0 ], [ 9.201247792573541, 48.792959200225297, 0.0 ], [ 9.201251075017231, 48.792997232163948, 0.0 ], [ 9.201214843332563, 48.793024092704492, 0.0 ], [ 9.201193402358356, 48.793039866792952, 0.0 ], [ 9.201393532771052, 48.793157137010908, 0.0 ], [ 9.201234900776432, 48.793274944441784, 0.0 ], [ 9.201221331642994, 48.79328521944047, 0.0 ], [ 9.200864454928311, 48.793076500387961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000307a2", "Latitude": 48.7886, "Longitude": 9.21188, "X_coordina": 3515641.05, "Y_coordina": 5405702.3, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 86.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.2, "Total_wall": 49.8, "Total_wa00": 0.0, "Total_outw": 111.0, "Total_shar": 230.1, "Total_roof": 57.5, "Gross_volu": 340.7, "Is_Gross_v": "false", "Heated_vol": 298.5, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 86.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.0, "Total_Year": 5451.0, "January_He": 1031.0, "February_H": 704.0, "March_Heat": 398.0, "April_Heat": 65.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 203.0, "November_H": 657.0, "December_H": 1010.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211771326559264, 48.788634696224797, 0.0 ], [ 9.211777813653191, 48.788591610866234, 0.0 ], [ 9.211837845730683, 48.788595547017898, 0.0 ], [ 9.21189515491049, 48.788599218377477, 0.0 ], [ 9.211889079589351, 48.788643112297841, 0.0 ], [ 9.211831768467576, 48.788638991320582, 0.0 ], [ 9.211771326559264, 48.788634696224797, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003050e", "Latitude": 48.78758, "Longitude": 9.21333, "X_coordina": 3515748.2, "Y_coordina": 5405589.56, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 491.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.3, "Total_wall": 271.5, "Total_wa00": 0.0, "Total_outw": 422.4, "Total_shar": 316.5, "Total_roof": 186.7, "Gross_volu": 1595.6, "Is_Gross_v": "false", "Heated_vol": 1537.2, "Ridge_mean": 15.5, "Eaves_mean": 10.19, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.373, "Heated_are": 491.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.8, "Total_Year": 27391.0, "January_He": 4776.0, "February_H": 3414.0, "March_Heat": 2129.0, "April_Heat": 417.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1059.0, "November_H": 3089.0, "December_H": 4657.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213270575555386, 48.787659135339794, 0.0 ], [ 9.213204941341377, 48.787649635038221, 0.0 ], [ 9.213243916694729, 48.787534010961053, 0.0 ], [ 9.213309686088744, 48.787543331142864, 0.0 ], [ 9.213369191751816, 48.787551763655927, 0.0 ], [ 9.21333021857833, 48.787667837389442, 0.0 ], [ 9.213270575555386, 48.787659135339794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003045e", "Latitude": 48.78929, "Longitude": 9.20225, "X_coordina": 3514933.36, "Y_coordina": 5405777.74, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 905.1, "SecondaryU": "retail", "Secondar00": 161.3, "BuildingTy": "GMH", "Footprint_": 201.6, "Total_wall": 394.9, "Total_wa00": 0.0, "Total_outw": 527.1, "Total_shar": 649.8, "Total_roof": 236.3, "Gross_volu": 3512.9, "Is_Gross_v": "false", "Heated_vol": 3332.5, "Ridge_mean": 19.2, "Eaves_mean": 15.59, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.244, "Heated_are": 1066.4, "Mean_Uvalu": 0.45, "Specific_d": "24,5", "Specific_s": 29.6, "Total_Year": 57720.0, "January_He": 7554.0, "February_H": 5496.0, "March_Heat": 3796.0, "April_Heat": 1066.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1588.0, "November_H": 4620.0, "December_H": 7352.0, "PV_potenti": 11.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.20208910449054, 48.789316450126037, 0.0 ], [ 9.202084541239753, 48.789264572194043, 0.0 ], [ 9.202315315556854, 48.789255444394449, 0.0 ], [ 9.202320698118397, 48.789307950343442, 0.0 ], [ 9.202325512829322, 48.789354612252914, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003045f", "Latitude": 48.78936, "Longitude": 9.20226, "X_coordina": 3514934.13, "Y_coordina": 5405785.68, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 77.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.6, "Total_wall": 0.9, "Total_wa00": 0.0, "Total_outw": 1.8, "Total_shar": 330.8, "Total_roof": 46.6, "Gross_volu": 288.1, "Is_Gross_v": "false", "Heated_vol": 241.5, "Ridge_mean": 6.2, "Eaves_mean": 6.19, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 77.3, "Mean_Uvalu": 0.23, "Specific_d": "73,0", "Specific_s": 43.3, "Total_Year": 8993.0, "January_He": 689.0, "February_H": 553.0, "March_Heat": 447.0, "April_Heat": 223.0, "May_Heatin": 43.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 223.0, "November_H": 461.0, "December_H": 653.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202131113286089, 48.789373387984242, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202301199778736, 48.789400246251567, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.202155332831076, 48.789406077674322, 0.0 ], [ 9.202153050624345, 48.78938000382567, 0.0 ], [ 9.202142300899801, 48.789380382390306, 0.0 ], [ 9.202134398967713, 48.789378238093427, 0.0 ], [ 9.202131113286089, 48.789373387984242, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030460", "Latitude": 48.78939, "Longitude": 9.20217, "X_coordina": 3514927.7, "Y_coordina": 5405788.11, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 95.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.9, "Total_wall": 70.5, "Total_wa00": 0.0, "Total_outw": 109.3, "Total_shar": 159.6, "Total_roof": 34.9, "Gross_volu": 240.3, "Is_Gross_v": "false", "Heated_vol": 240.3, "Ridge_mean": 6.9, "Eaves_mean": 6.87, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.584, "Heated_are": 95.3, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.202131113286089, 48.789373387984242, 0.0 ], [ 9.202134398967713, 48.789378238093427, 0.0 ], [ 9.202142300899801, 48.789380382390306, 0.0 ], [ 9.202153050624345, 48.78938000382567, 0.0 ], [ 9.202155332831076, 48.789406077674322, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202103904279234, 48.789443486253539, 0.0 ], [ 9.202098733185275, 48.789443585252457, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030461", "Latitude": 48.78938, "Longitude": 9.20229, "X_coordina": 3514936.31, "Y_coordina": 5405787.59, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 153.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.8, "Total_wall": 81.1, "Total_wa00": 0.0, "Total_outw": 127.6, "Total_shar": 297.2, "Total_roof": 55.8, "Gross_volu": 370.7, "Is_Gross_v": "false", "Heated_vol": 370.7, "Ridge_mean": 6.6, "Eaves_mean": 6.63, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.52, "Heated_are": 153.0, "Mean_Uvalu": 0.39, "Specific_d": "73,0", "Specific_s": 40.9, "Total_Year": 17430.0, "January_He": 1505.0, "February_H": 1074.0, "March_Heat": 709.0, "April_Heat": 194.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 343.0, "November_H": 938.0, "December_H": 1447.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202321743865037, 48.789364960093138, 0.0 ], [ 9.202329646579951, 48.789434996722285, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.202301199778736, 48.789400246251567, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000302c6", "Latitude": 48.78878, "Longitude": 9.2137, "X_coordina": 3515774.98, "Y_coordina": 5405722.94, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 54.6, "Total_wa00": 0.0, "Total_outw": 124.2, "Total_shar": 219.4, "Total_roof": 62.8, "Gross_volu": 354.6, "Is_Gross_v": "false", "Heated_vol": 307.8, "Ridge_mean": 9.7, "Eaves_mean": 5.17, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.494, "Heated_are": 98.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 6092.0, "January_He": 1110.0, "February_H": 792.0, "March_Heat": 479.0, "April_Heat": 91.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 236.0, "November_H": 716.0, "December_H": 1094.0, "PV_potenti": 2.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213682927345285, 48.788782866305638, 0.0 ], [ 9.213720334500959, 48.788810763145605, 0.0 ], [ 9.213657883537389, 48.788846219020584, 0.0 ], [ 9.213625904305719, 48.788814625222201, 0.0 ], [ 9.213592695733229, 48.788781954611096, 0.0 ], [ 9.213642790435603, 48.788753086120884, 0.0 ], [ 9.213682927345285, 48.788782866305638, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003014e", "Latitude": 48.78861, "Longitude": 9.21308, "X_coordina": 3515729.22, "Y_coordina": 5405703.73, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.8, "Total_wall": 51.7, "Total_wa00": 0.0, "Total_outw": 125.1, "Total_shar": 231.9, "Total_roof": 53.5, "Gross_volu": 321.6, "Is_Gross_v": "false", "Heated_vol": 279.8, "Ridge_mean": 9.4, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.488, "Heated_are": 89.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.8, "Total_Year": 5343.0, "January_He": 1001.0, "February_H": 679.0, "March_Heat": 376.0, "April_Heat": 57.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 188.0, "November_H": 634.0, "December_H": 983.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213088205955374, 48.788652499898525, 0.0 ], [ 9.213033080138965, 48.788650263871801, 0.0 ], [ 9.212973190462519, 48.788647856781481, 0.0 ], [ 9.212977494165825, 48.788603606385671, 0.0 ], [ 9.213037111993357, 48.7886061039003, 0.0 ], [ 9.213091829876626, 48.788608430603617, 0.0 ], [ 9.213093055054511, 48.788608518260233, 0.0 ], [ 9.213088205955374, 48.788652499898525, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000300bf", "Latitude": 48.79132, "Longitude": 9.20985, "X_coordina": 3515491.53, "Y_coordina": 5406004.91, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 198.5, "Total_wall": 370.4, "Total_wa00": 0.0, "Total_outw": 693.0, "Total_shar": 122.7, "Total_roof": 307.0, "Gross_volu": 1853.2, "Is_Gross_v": "false", "Heated_vol": 1722.5, "Ridge_mean": 11.9, "Eaves_mean": 6.8, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.492, "Heated_are": 551.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.6, "Total_Year": 33341.0, "January_He": 6124.0, "February_H": 4236.0, "March_Heat": 2539.0, "April_Heat": 501.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1258.0, "November_H": 3867.0, "December_H": 6006.0, "PV_potenti": 15.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209834543253978, 48.791452581340288, 0.0 ], [ 9.209778983356324, 48.791444859208646, 0.0 ], [ 9.209720836147939, 48.791436782067592, 0.0 ], [ 9.209784900848589, 48.791231999246961, 0.0 ], [ 9.209843455742758, 48.791239985689458, 0.0 ], [ 9.209898470291012, 48.791247528937035, 0.0 ], [ 9.209834543253978, 48.791452581340288, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000300c0", "Latitude": 48.79131, "Longitude": 9.20963, "X_coordina": 3515475.32, "Y_coordina": 5406004.0, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 81.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 87.8, "Total_wall": 83.2, "Total_wa00": 0.0, "Total_outw": 304.4, "Total_shar": 0.0, "Total_roof": 87.8, "Gross_volu": 169.8, "Is_Gross_v": "false", "Heated_vol": 169.8, "Ridge_mean": 1.9, "Eaves_mean": 1.93, "Storey_num": 1, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.524, "Heated_are": 81.3, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209645005608154, 48.791267593983505, 0.0 ], [ 9.209606403685498, 48.791410193170002, 0.0 ], [ 9.209533010405753, 48.791401334370335, 0.0 ], [ 9.209572429478657, 48.791258823644753, 0.0 ], [ 9.209645005608154, 48.791267593983505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fdf2", "Latitude": 48.78801, "Longitude": 9.21034, "X_coordina": 3515527.9999999995, "Y_coordina": 5405636.72, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 147.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 86.8, "Total_wa00": 0.0, "Total_outw": 171.6, "Total_shar": 245.7, "Total_roof": 98.0, "Gross_volu": 559.2, "Is_Gross_v": "false", "Heated_vol": 502.5, "Ridge_mean": 13.0, "Eaves_mean": 6.7, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.457, "Heated_are": 147.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.0, "Total_Year": 9681.0, "January_He": 1759.0, "February_H": 1266.0, "March_Heat": 810.0, "April_Heat": 185.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 423.0, "November_H": 1155.0, "December_H": 1719.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210341509817844, 48.788067200684289, 0.0 ], [ 9.210282819442888, 48.78805849534897, 0.0 ], [ 9.210223311814389, 48.788049611628281, 0.0 ], [ 9.210242539368569, 48.787993823857512, 0.0 ], [ 9.210301911223283, 48.788002797739949, 0.0 ], [ 9.210361010549232, 48.788011682165951, 0.0 ], [ 9.210341509817844, 48.788067200684289, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fb31", "Latitude": 48.78809, "Longitude": 9.19584, "X_coordina": 3514462.81, "Y_coordina": 5405642.96, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 978.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 207.7, "Total_wall": 657.7, "Total_wa00": 0.0, "Total_outw": 980.7, "Total_shar": 263.1, "Total_roof": 241.6, "Gross_volu": 3211.1, "Is_Gross_v": "false", "Heated_vol": 3057.2, "Ridge_mean": 17.2, "Eaves_mean": 13.0, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.356, "Heated_are": 978.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.5, "Total_Year": 49245.0, "January_He": 8440.0, "February_H": 5883.0, "March_Heat": 3564.0, "April_Heat": 673.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1616.0, "November_H": 5195.0, "December_H": 8297.0, "PV_potenti": 12.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19584898671444, 48.788184931847596, 0.0 ], [ 9.195781971103202, 48.788204469314493, 0.0 ], [ 9.195737761230246, 48.788139349819723, 0.0 ], [ 9.195715040971049, 48.788106026760417, 0.0 ], [ 9.195697642419654, 48.78811136182523, 0.0 ], [ 9.195667123968784, 48.788067441017006, 0.0 ], [ 9.195749089797873, 48.788042932402583, 0.0 ], [ 9.195826434183322, 48.788019870367386, 0.0 ], [ 9.195926060847208, 48.788162319824039, 0.0 ], [ 9.195917905048383, 48.788164761638889, 0.0 ], [ 9.19584898671444, 48.788184931847596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fb32", "Latitude": 48.78817, "Longitude": 9.19577, "X_coordina": 3514457.64, "Y_coordina": 5405651.15, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 41.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.4, "Total_wall": 51.7, "Total_wa00": 0.0, "Total_outw": 155.7, "Total_shar": 67.6, "Total_roof": 50.4, "Gross_volu": 135.4, "Is_Gross_v": "false", "Heated_vol": 128.7, "Ridge_mean": 2.7, "Eaves_mean": 2.68, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.145, "Heated_are": 41.2, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195716621365094, 48.788232456734619, 0.0 ], [ 9.195666123555789, 48.788160154007002, 0.0 ], [ 9.195737761230246, 48.788139349819723, 0.0 ], [ 9.195782655039647, 48.788205367388244, 0.0 ], [ 9.195786897545194, 48.78821147498374, 0.0 ], [ 9.195716621365094, 48.788232456734619, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f89c", "Latitude": 48.78869, "Longitude": 9.21229, "X_coordina": 3515671.58, "Y_coordina": 5405713.1, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 49.8, "Total_wa00": 0.0, "Total_outw": 111.2, "Total_shar": 215.2, "Total_roof": 52.8, "Gross_volu": 316.9, "Is_Gross_v": "false", "Heated_vol": 275.3, "Ridge_mean": 9.3, "Eaves_mean": 5.94, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 88.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5519.0, "January_He": 1032.0, "February_H": 712.0, "March_Heat": 414.0, "April_Heat": 72.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 211.0, "November_H": 661.0, "December_H": 1010.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212189400429633, 48.788733022529009, 0.0 ], [ 9.212193161990022, 48.788689132856753, 0.0 ], [ 9.212251555461243, 48.788691722957353, 0.0 ], [ 9.212308723759737, 48.788694225363422, 0.0 ], [ 9.212304690880506, 48.788738295386899, 0.0 ], [ 9.212247386064023, 48.78873570330682, 0.0 ], [ 9.212189400429633, 48.788733022529009, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f76f", "Latitude": 48.79138, "Longitude": 9.20344, "X_coordina": 3515020.3, "Y_coordina": 5406009.97, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 754.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.7, "Total_wall": 360.7, "Total_wa00": 0.0, "Total_outw": 576.1, "Total_shar": 477.1, "Total_roof": 211.8, "Gross_volu": 2495.2, "Is_Gross_v": "false", "Heated_vol": 2356.6, "Ridge_mean": 15.8, "Eaves_mean": 12.12, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.311, "Heated_are": 754.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 38484.0, "January_He": 6502.0, "February_H": 4648.0, "March_Heat": 2900.0, "April_Heat": 542.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1388.0, "November_H": 4176.0, "December_H": 6319.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203381157314032, 48.791471533092405, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203343246265728, 48.791318010520556, 0.0 ], [ 9.203421812176632, 48.791327403666692, 0.0 ], [ 9.203418862048569, 48.79133828963446, 0.0 ], [ 9.203491028581327, 48.791346974648391, 0.0 ], [ 9.203456319243221, 48.791480482608506, 0.0 ], [ 9.203381157314032, 48.791471533092405, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f657", "Latitude": 48.7887, "Longitude": 9.21153, "X_coordina": 3515615.53, "Y_coordina": 5405713.67, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 132.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.9, "Total_wall": 131.5, "Total_wa00": 0.0, "Total_outw": 240.7, "Total_shar": 165.4, "Total_roof": 67.3, "Gross_volu": 462.4, "Is_Gross_v": "false", "Heated_vol": 413.5, "Ridge_mean": 11.3, "Eaves_mean": 7.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.57, "Heated_are": 132.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 56.9, "Total_Year": 9631.0, "January_He": 1796.0, "February_H": 1288.0, "March_Heat": 835.0, "April_Heat": 199.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 33.0, "October_He": 442.0, "November_H": 1186.0, "December_H": 1748.0, "PV_potenti": 3.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211481798497916, 48.788748711924363, 0.0 ], [ 9.211430070335703, 48.788745389807595, 0.0 ], [ 9.211438540511006, 48.788688362662299, 0.0 ], [ 9.211490268993069, 48.788691774698357, 0.0 ], [ 9.211542542215312, 48.788695275634218, 0.0 ], [ 9.211539233730832, 48.788717582776883, 0.0 ], [ 9.211534601772097, 48.788748794791729, 0.0 ], [ 9.211534207489708, 48.788752122691001, 0.0 ], [ 9.211481798497916, 48.788748711924363, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f658", "Latitude": 48.78867, "Longitude": 9.21128, "X_coordina": 3515596.78, "Y_coordina": 5405710.79, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 25.9, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 176.3, "Total_shar": 0.0, "Total_roof": 25.9, "Gross_volu": 74.0, "Is_Gross_v": "false", "Heated_vol": 62.4, "Ridge_mean": 2.8, "Eaves_mean": 2.85, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.487, "Heated_are": 23.5, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211266102966739, 48.788717994242596, 0.0 ], [ 9.211190415660997, 48.78871291749644, 0.0 ], [ 9.211195413832581, 48.788671633374776, 0.0 ], [ 9.211271644676874, 48.788676529273232, 0.0 ], [ 9.211266102966739, 48.788717994242596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f5c2", "Latitude": 48.79159, "Longitude": 9.20338, "X_coordina": 3515016.08, "Y_coordina": 5406033.66, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 397.3, "SecondaryU": "retail", "Secondar00": 87.2, "BuildingTy": "GMH", "Footprint_": 109.0, "Total_wall": 256.4, "Total_wa00": 0.0, "Total_outw": 387.3, "Total_shar": 425.9, "Total_roof": 128.6, "Gross_volu": 1606.7, "Is_Gross_v": "false", "Heated_vol": 1514.1, "Ridge_mean": 16.6, "Eaves_mean": 12.91, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.318, "Heated_are": 484.5, "Mean_Uvalu": 0.44, "Specific_d": "26,1", "Specific_s": 35.2, "Total_Year": 29732.0, "January_He": 4161.0, "February_H": 2990.0, "March_Heat": 1893.0, "April_Heat": 388.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 893.0, "November_H": 2660.0, "December_H": 4034.0, "PV_potenti": 5.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203266864170027, 48.791647085917134, 0.0 ], [ 9.203251614056631, 48.791645314362185, 0.0 ], [ 9.203273052460993, 48.791561827417873, 0.0 ], [ 9.203277273273022, 48.791562269585391, 0.0 ], [ 9.20335202666606, 48.791571129966897, 0.0 ], [ 9.203428550432729, 48.791580256943369, 0.0 ], [ 9.203407789855142, 48.791663023330273, 0.0 ], [ 9.203329769990681, 48.791654168752558, 0.0 ], [ 9.203266864170027, 48.791647085917134, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f5c3", "Latitude": 48.79156, "Longitude": 9.20307, "X_coordina": 3514992.91, "Y_coordina": 5406030.03, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 55.7, "Total_wa00": 0.0, "Total_outw": 185.2, "Total_shar": 54.8, "Total_roof": 47.7, "Gross_volu": 171.1, "Is_Gross_v": "false", "Heated_vol": 123.4, "Ridge_mean": 3.6, "Eaves_mean": 3.58, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.01, "Heated_are": 39.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202976154079744, 48.791612078862258, 0.0 ], [ 9.202991678315753, 48.791546856885624, 0.0 ], [ 9.202993555373846, 48.791539839535737, 0.0 ], [ 9.203072936694538, 48.791548871787612, 0.0 ], [ 9.203054173091838, 48.791620753833698, 0.0 ], [ 9.202976154079744, 48.791612078862258, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f552", "Latitude": 48.79397, "Longitude": 9.20025, "X_coordina": 3514784.91, "Y_coordina": 5406297.09, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 317.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 198.6, "Total_wall": 207.4, "Total_wa00": 0.0, "Total_outw": 472.1, "Total_shar": 233.8, "Total_roof": 198.6, "Gross_volu": 1187.9, "Is_Gross_v": "false", "Heated_vol": 993.1, "Ridge_mean": 6.0, "Eaves_mean": 5.98, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.543, "Heated_are": 317.8, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 12.0, "Total_Year": 14261.0, "January_He": 1272.0, "February_H": 681.0, "March_Heat": 204.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 427.0, "December_H": 1202.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200348664935118, 48.793939945820149, 0.0 ], [ 9.200282849297102, 48.793988888802659, 0.0 ], [ 9.20018066480135, 48.794064782119626, 0.0 ], [ 9.200150132028796, 48.794087585853227, 0.0 ], [ 9.200057911904274, 48.794033881885227, 0.0 ], [ 9.200063611440036, 48.794029645575954, 0.0 ], [ 9.200159010201714, 48.79395862002962, 0.0 ], [ 9.200256579899502, 48.793885972004013, 0.0 ], [ 9.200348664935118, 48.793939945820149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f4d0", "Latitude": 48.79063, "Longitude": 9.19921, "X_coordina": 3514709.56, "Y_coordina": 5405925.46, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 314.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 141.0, "Total_wall": 253.0, "Total_wa00": 0.0, "Total_outw": 472.0, "Total_shar": 352.2, "Total_roof": 154.3, "Gross_volu": 1225.4, "Is_Gross_v": "false", "Heated_vol": 1084.4, "Ridge_mean": 10.1, "Eaves_mean": 7.2, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 314.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 47.8, "Total_Year": 20016.0, "January_He": 3678.0, "February_H": 2620.0, "March_Heat": 1592.0, "April_Heat": 314.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 796.0, "November_H": 2367.0, "December_H": 3614.0, "PV_potenti": 9.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199172278516246, 48.790594760591475, 0.0 ], [ 9.199230355529371, 48.790551406867202, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199295561213585, 48.790589871269859, 0.0 ], [ 9.199246302561425, 48.7906261957271, 0.0 ], [ 9.199160679128765, 48.790690009764248, 0.0 ], [ 9.19909052400102, 48.7907421069253, 0.0 ], [ 9.199033641726823, 48.790709113362574, 0.0 ], [ 9.199083167465771, 48.790671439680771, 0.0 ], [ 9.199085429483343, 48.790658396845622, 0.0 ], [ 9.199171596266392, 48.790594312153388, 0.0 ], [ 9.199172278516246, 48.790594760591475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f4d1", "Latitude": 48.7905, "Longitude": 9.19906, "X_coordina": 3514698.95, "Y_coordina": 5405911.42, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1615.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 359.2, "Total_wall": 1070.2, "Total_wa00": 0.0, "Total_outw": 1564.2, "Total_shar": 69.6, "Total_roof": 410.6, "Gross_volu": 5406.0, "Is_Gross_v": "false", "Heated_vol": 5046.8, "Ridge_mean": 19.5, "Eaves_mean": 5.09, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 46, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.356, "Heated_are": 1615.0, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 80375.0, "January_He": 13623.0, "February_H": 9607.0, "March_Heat": 5853.0, "April_Heat": 1073.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 2688.0, "November_H": 8515.0, "December_H": 13311.0, "PV_potenti": 13.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199171596266392, 48.790594312153388, 0.0 ], [ 9.199083745711439, 48.790542398288743, 0.0 ], [ 9.198966097161763, 48.790629827531234, 0.0 ], [ 9.1989533092885, 48.790631108555949, 0.0 ], [ 9.198804476370295, 48.790541711747991, 0.0 ], [ 9.198980880752892, 48.790410478278837, 0.0 ], [ 9.199130935592498, 48.790499153359093, 0.0 ], [ 9.199137040597709, 48.790494286926524, 0.0 ], [ 9.199234985571549, 48.790552118245692, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199230355529371, 48.790551406867202, 0.0 ], [ 9.199172278516246, 48.790594760591475, 0.0 ], [ 9.199171596266392, 48.790594312153388, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f46d", "Latitude": 48.79167, "Longitude": 9.20254, "X_coordina": 3514953.95, "Y_coordina": 5406041.69, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 710.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 114.4, "Total_wall": 701.6, "Total_wa00": 0.0, "Total_outw": 925.5, "Total_shar": 120.4, "Total_roof": 189.7, "Gross_volu": 2287.9, "Is_Gross_v": "false", "Heated_vol": 2218.9, "Ridge_mean": 23.1, "Eaves_mean": 17.69, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.45, "Heated_are": 710.1, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 44.8, "Total_Year": 43035.0, "January_He": 7985.0, "February_H": 5483.0, "March_Heat": 3224.0, "April_Heat": 593.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1576.0, "November_H": 4988.0, "December_H": 7845.0, "PV_potenti": 5.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202508792284494, 48.791645364100823, 0.0 ], [ 9.202602651763936, 48.791701041564835, 0.0 ], [ 9.202588268922987, 48.791711857700534, 0.0 ], [ 9.202529651615482, 48.791755843523845, 0.0 ], [ 9.202386815019777, 48.791670847069376, 0.0 ], [ 9.202460088841796, 48.791616404413297, 0.0 ], [ 9.202489010474476, 48.791633528970486, 0.0 ], [ 9.202508792284494, 48.791645364100823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f378", "Latitude": 48.79071, "Longitude": 9.20522, "X_coordina": 3515150.95, "Y_coordina": 5405935.56, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 680.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 221.9, "Total_wall": 480.8, "Total_wa00": 0.0, "Total_outw": 830.5, "Total_shar": 0.0, "Total_roof": 368.3, "Gross_volu": 2347.3, "Is_Gross_v": "false", "Heated_vol": 2125.4, "Ridge_mean": 14.1, "Eaves_mean": 7.0, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 680.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 42269.0, "January_He": 7768.0, "February_H": 5402.0, "March_Heat": 3308.0, "April_Heat": 693.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 88.0, "October_He": 1634.0, "November_H": 4937.0, "December_H": 7640.0, "PV_potenti": 18.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205094957299272, 48.790818885439769, 0.0 ], [ 9.205103449769691, 48.790631919113736, 0.0 ], [ 9.205174361032872, 48.790633321497104, 0.0 ], [ 9.205248946840976, 48.790634717287737, 0.0 ], [ 9.205239232259196, 48.790822225344236, 0.0 ], [ 9.205166414303822, 48.790820556626912, 0.0 ], [ 9.205094957299272, 48.790818885439769, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f098", "Latitude": 48.78912, "Longitude": 9.19915, "X_coordina": 3514705.44, "Y_coordina": 5405757.64, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1048.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 187.9, "Total_wall": 634.0, "Total_wa00": 0.0, "Total_outw": 846.3, "Total_shar": 387.5, "Total_roof": 278.5, "Gross_volu": 3281.9, "Is_Gross_v": "false", "Heated_vol": 3276.9, "Ridge_mean": 20.3, "Eaves_mean": 13.72, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 17, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.336, "Heated_are": 1048.6, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 61068.0, "January_He": 10403.0, "February_H": 7664.0, "March_Heat": 5218.0, "April_Heat": 1408.0, "May_Heatin": 55.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 180.0, "October_He": 2588.0, "November_H": 6836.0, "December_H": 10104.0, "PV_potenti": 11.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199129443771714, 48.789055971579621, 0.0 ], [ 9.199129871611374, 48.789060916640146, 0.0 ], [ 9.199134995019131, 48.789117559675063, 0.0 ], [ 9.199181669285242, 48.789116309946245, 0.0 ], [ 9.199185950589612, 48.789166479932767, 0.0 ], [ 9.199190086558231, 48.789214312155437, 0.0 ], [ 9.19902856725318, 48.789219627152384, 0.0 ], [ 9.199014869943435, 48.789059676667321, 0.0 ], [ 9.199023986900636, 48.789059391139936, 0.0 ], [ 9.199068346875912, 48.789057965609487, 0.0 ], [ 9.199129443771714, 48.789055971579621, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f099", "Latitude": 48.78901, "Longitude": 9.19916, "X_coordina": 3514706.37, "Y_coordina": 5405745.28, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 350.5, "SecondaryU": "retail", "Secondar00": 75.8, "BuildingTy": "MFH", "Footprint_": 94.7, "Total_wall": 426.6, "Total_wa00": 0.0, "Total_outw": 599.7, "Total_shar": 145.5, "Total_roof": 94.7, "Gross_volu": 1180.1, "Is_Gross_v": "false", "Heated_vol": 1180.1, "Ridge_mean": 12.5, "Eaves_mean": 12.46, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.522, "Heated_are": 426.2, "Mean_Uvalu": 0.45, "Specific_d": "26,0", "Specific_s": 38.1, "Total_Year": 27342.0, "January_He": 4079.0, "February_H": 2780.0, "March_Heat": 1712.0, "April_Heat": 392.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 759.0, "November_H": 2451.0, "December_H": 4027.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199211010145216, 48.789033709288965, 0.0 ], [ 9.199194681500002, 48.789034277076951, 0.0 ], [ 9.199197090774408, 48.789058462369312, 0.0 ], [ 9.199129871611374, 48.789060916640146, 0.0 ], [ 9.199129443771714, 48.789055971579621, 0.0 ], [ 9.199068346875912, 48.789057965609487, 0.0 ], [ 9.199023986900636, 48.789059391139936, 0.0 ], [ 9.199018302195157, 48.788998432734694, 0.0 ], [ 9.199207987450743, 48.788992079871107, 0.0 ], [ 9.199211010145216, 48.789033709288965, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f094", "Latitude": 48.78834, "Longitude": 9.20064, "X_coordina": 3514815.59, "Y_coordina": 5405671.61, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1360.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.7, "Total_wall": 822.5, "Total_wa00": 0.0, "Total_outw": 1151.9, "Total_shar": 344.0, "Total_roof": 296.3, "Gross_volu": 4484.8, "Is_Gross_v": "false", "Heated_vol": 4251.1, "Ridge_mean": 22.0, "Eaves_mean": 16.29, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 22, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.313, "Heated_are": 1360.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 30.8, "Total_Year": 63447.0, "January_He": 10474.0, "February_H": 7354.0, "March_Heat": 4510.0, "April_Heat": 837.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1963.0, "November_H": 6426.0, "December_H": 10252.0, "PV_potenti": 14.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200694522474302, 48.788347893499278, 0.0 ], [ 9.200706893928153, 48.788344724609807, 0.0 ], [ 9.200730189923192, 48.788385059725286, 0.0 ], [ 9.200717682372836, 48.788388228854444, 0.0 ], [ 9.200685732511641, 48.788396017972687, 0.0 ], [ 9.200695737588404, 48.788413715495857, 0.0 ], [ 9.200633333353132, 48.788428931411097, 0.0 ], [ 9.200542514230305, 48.788451120901065, 0.0 ], [ 9.200531959830659, 48.788432165390155, 0.0 ], [ 9.200530192475556, 48.788432618086041, 0.0 ], [ 9.200516840066891, 48.788428684696029, 0.0 ], [ 9.200511219965783, 48.788418533109173, 0.0 ], [ 9.200517719235387, 48.788410248816362, 0.0 ], [ 9.200519350859956, 48.788409886280661, 0.0 ], [ 9.200490841046383, 48.788358859285488, 0.0 ], [ 9.200479692576437, 48.788361576404341, 0.0 ], [ 9.200466807530558, 48.788338308609276, 0.0 ], [ 9.200477819908112, 48.788335591728575, 0.0 ], [ 9.200467539523906, 48.788317085352617, 0.0 ], [ 9.200651216796752, 48.788272253246994, 0.0 ], [ 9.200652576240349, 48.788271891183655, 0.0 ], [ 9.200655729922138, 48.788277820649746, 0.0 ], [ 9.200660663143776, 48.788286354800938, 0.0 ], [ 9.200678489382156, 48.788320135031434, 0.0 ], [ 9.200681503754915, 48.788325255426678, 0.0 ], [ 9.200690273983765, 48.788340437240173, 0.0 ], [ 9.200694522474302, 48.788347893499278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f096", "Latitude": 48.78822, "Longitude": 9.20073, "X_coordina": 3514821.81, "Y_coordina": 5405658.66, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.3, "Total_wall": 33.5, "Total_wa00": 0.0, "Total_outw": 128.9, "Total_shar": 16.7, "Total_roof": 35.3, "Gross_volu": 55.5, "Is_Gross_v": "false", "Heated_vol": 55.5, "Ridge_mean": 1.6, "Eaves_mean": 1.59, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.875, "Heated_are": 32.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200651216796752, 48.788272253246994, 0.0 ], [ 9.200626956473895, 48.788228952314199, 0.0 ], [ 9.200695614397443, 48.788212196800927, 0.0 ], [ 9.200707768512158, 48.788222786609438, 0.0 ], [ 9.200738258809075, 48.788258523078454, 0.0 ], [ 9.200655729922138, 48.788277820649746, 0.0 ], [ 9.200652576240349, 48.788271891183655, 0.0 ], [ 9.200651216796752, 48.788272253246994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ef3c", "Latitude": 48.79561, "Longitude": 9.2093, "X_coordina": 3515449.34, "Y_coordina": 5406481.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 155.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 66.1, "Total_wall": 145.6, "Total_wa00": 0.0, "Total_outw": 274.0, "Total_shar": 116.3, "Total_roof": 104.1, "Gross_volu": 538.8, "Is_Gross_v": "false", "Heated_vol": 484.8, "Ridge_mean": 10.8, "Eaves_mean": 5.46, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.619, "Heated_are": 155.1, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 57.3, "Total_Year": 11343.0, "January_He": 2172.0, "February_H": 1516.0, "March_Heat": 941.0, "April_Heat": 233.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 455.0, "November_H": 1372.0, "December_H": 2154.0, "PV_potenti": 4.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209217220024874, 48.795580477201014, 0.0 ], [ 9.20924078194539, 48.795584121258173, 0.0 ], [ 9.209316915767658, 48.795595942733918, 0.0 ], [ 9.209302925926375, 48.795635714366483, 0.0 ], [ 9.209290012955289, 48.795672606486725, 0.0 ], [ 9.209189909867456, 48.795657411441319, 0.0 ], [ 9.209202959763395, 48.795620698930556, 0.0 ], [ 9.209217220024874, 48.795580477201014, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ee9f", "Latitude": 48.79427, "Longitude": 9.20291, "X_coordina": 3514980.34, "Y_coordina": 5406331.48, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1006.9, "SecondaryU": "retail", "Secondar00": 203.9, "BuildingTy": "GMH", "Footprint_": 254.8, "Total_wall": 614.4, "Total_wa00": 0.0, "Total_outw": 891.7, "Total_shar": 477.8, "Total_roof": 293.3, "Gross_volu": 4038.4, "Is_Gross_v": "false", "Heated_vol": 3783.6, "Ridge_mean": 17.4, "Eaves_mean": 14.28, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.299, "Heated_are": 1210.7, "Mean_Uvalu": 0.44, "Specific_d": "25,5", "Specific_s": 32.9, "Total_Year": 70687.0, "January_He": 9688.0, "February_H": 7057.0, "March_Heat": 4478.0, "April_Heat": 906.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 2059.0, "November_H": 6170.0, "December_H": 9386.0, "PV_potenti": 14.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202862820608116, 48.794220422165743, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202971936336809, 48.7942104282278, 0.0 ], [ 9.203021871149875, 48.794240284750991, 0.0 ], [ 9.203025418558846, 48.794242436662429, 0.0 ], [ 9.202813882133047, 48.794403952429931, 0.0 ], [ 9.202757127573854, 48.794370510882644, 0.0 ], [ 9.202703511092864, 48.79433895217835, 0.0 ], [ 9.202862820608116, 48.794220422165743, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002eea0", "Latitude": 48.79422, "Longitude": 9.20269, "X_coordina": 3514964.05, "Y_coordina": 5406326.09, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.2, "Total_wall": 59.8, "Total_wa00": 0.0, "Total_outw": 177.3, "Total_shar": 67.0, "Total_roof": 61.2, "Gross_volu": 162.3, "Is_Gross_v": "false", "Heated_vol": 155.8, "Ridge_mean": 2.7, "Eaves_mean": 2.66, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.137, "Heated_are": 49.9, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202566128035524, 48.794258172791437, 0.0 ], [ 9.202569656601, 48.7942556487248, 0.0 ], [ 9.202659361969328, 48.79419110562263, 0.0 ], [ 9.202718845583773, 48.794226340886262, 0.0 ], [ 9.202629430543864, 48.794295379701559, 0.0 ], [ 9.202566128035524, 48.794258172791437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002eea1", "Latitude": 48.79416, "Longitude": 9.2029, "X_coordina": 3514979.92, "Y_coordina": 5406319.15, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.6, "Total_wall": 44.0, "Total_wa00": 0.0, "Total_outw": 138.8, "Total_shar": 45.4, "Total_roof": 39.6, "Gross_volu": 91.8, "Is_Gross_v": "false", "Heated_vol": 91.8, "Ridge_mean": 2.3, "Eaves_mean": 2.32, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.342, "Heated_are": 35.9, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202797747223972, 48.794182858807645, 0.0 ], [ 9.202854741122627, 48.79414067419772, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202862820608116, 48.794220422165743, 0.0 ], [ 9.202797747223972, 48.794182858807645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ee6e", "Latitude": 48.79441, "Longitude": 9.20515, "X_coordina": 3515144.98, "Y_coordina": 5406347.25, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1020.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 188.1, "Total_wall": 826.1, "Total_wa00": 0.0, "Total_outw": 1168.0, "Total_shar": 0.0, "Total_roof": 251.4, "Gross_volu": 3376.4, "Is_Gross_v": "false", "Heated_vol": 3188.3, "Ridge_mean": 18.5, "Eaves_mean": 15.64, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 1020.2, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 45.4, "Total_Year": 62499.0, "January_He": 11213.0, "February_H": 7944.0, "March_Heat": 5083.0, "April_Heat": 1210.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 158.0, "October_He": 2518.0, "November_H": 7152.0, "December_H": 11008.0, "PV_potenti": 9.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205027545942688, 48.794348776097252, 0.0 ], [ 9.205086805861329, 48.794362069187393, 0.0 ], [ 9.205087481250956, 48.79436080905473, 0.0 ], [ 9.205161724396847, 48.794376952975654, 0.0 ], [ 9.205161184746439, 48.794378122943357, 0.0 ], [ 9.205222621669451, 48.794391232238027, 0.0 ], [ 9.20522855117572, 48.794410105618695, 0.0 ], [ 9.205186074101736, 48.794440485549934, 0.0 ], [ 9.205189212570474, 48.79444245827623, 0.0 ], [ 9.205137510402563, 48.794480228357976, 0.0 ], [ 9.205134645608929, 48.794478614837033, 0.0 ], [ 9.205092579666552, 48.794509713389544, 0.0 ], [ 9.204988483481072, 48.794448930559106, 0.0 ], [ 9.204982989115855, 48.794436620811524, 0.0 ], [ 9.205027545942688, 48.794348776097252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e938", "Latitude": 48.78918, "Longitude": 9.20585, "X_coordina": 3515197.83, "Y_coordina": 5405766.45, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1290.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 202.4, "Total_wall": 796.1, "Total_wa00": 0.0, "Total_outw": 1082.9, "Total_shar": 285.2, "Total_roof": 325.4, "Gross_volu": 4234.8, "Is_Gross_v": "false", "Heated_vol": 4032.5, "Ridge_mean": 24.9, "Eaves_mean": 17.57, "Storey_num": 9, "Average_St": 2.7, "Number_of_": 24, "Number_o00": 46, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.324, "Heated_are": 1290.4, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 64679.0, "January_He": 10572.0, "February_H": 7737.0, "March_Heat": 5138.0, "April_Heat": 1229.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 117.0, "October_He": 2353.0, "November_H": 6754.0, "December_H": 10302.0, "PV_potenti": 14.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205925149507008, 48.789224676588056, 0.0 ], [ 9.205889361804982, 48.789225729737439, 0.0 ], [ 9.205872945274976, 48.789238078625708, 0.0 ], [ 9.205800766221628, 48.789292251747533, 0.0 ], [ 9.205797628786023, 48.789290458881595, 0.0 ], [ 9.205682493150038, 48.78922331177322, 0.0 ], [ 9.205818169716508, 48.789121905267642, 0.0 ], [ 9.205915730441074, 48.789117864144032, 0.0 ], [ 9.20592058415385, 48.789173248428696, 0.0 ], [ 9.205925149507008, 48.789224676588056, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e862", "Latitude": 48.78908, "Longitude": 9.19563, "X_coordina": 3514446.95, "Y_coordina": 5405752.44, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 966.6, "SecondaryU": "retail", "Secondar00": 144.8, "BuildingTy": "HH", "Footprint_": 181.0, "Total_wall": 865.0, "Total_wa00": 0.0, "Total_outw": 1175.6, "Total_shar": 162.6, "Total_roof": 272.9, "Gross_volu": 3653.9, "Is_Gross_v": "false", "Heated_vol": 3472.9, "Ridge_mean": 23.1, "Eaves_mean": 17.7, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 20, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.375, "Heated_are": 1111.3, "Mean_Uvalu": 0.48, "Specific_d": "23,3", "Specific_s": 39.3, "Total_Year": 69527.0, "January_He": 10544.0, "February_H": 7608.0, "March_Heat": 4886.0, "April_Heat": 1094.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 129.0, "October_He": 2337.0, "November_H": 6734.0, "December_H": 10274.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195593470928353, 48.789005289966639, 0.0 ], [ 9.195659354033568, 48.789044204904165, 0.0 ], [ 9.195630736595181, 48.789069342220721, 0.0 ], [ 9.195634997333476, 48.789080125819282, 0.0 ], [ 9.195643589182005, 48.789084787251703, 0.0 ], [ 9.195650529772378, 48.789084775459671, 0.0 ], [ 9.195703044372056, 48.789115530033037, 0.0 ], [ 9.195706466557553, 48.789120649864579, 0.0 ], [ 9.195616638466118, 48.78918860491838, 0.0 ], [ 9.195462777951231, 48.789098582848176, 0.0 ], [ 9.19558707855249, 48.789006289984172, 0.0 ], [ 9.195588435606009, 48.789005298519179, 0.0 ], [ 9.195593470928353, 48.789005289966639, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e863", "Latitude": 48.78903, "Longitude": 9.19573, "X_coordina": 3514454.3, "Y_coordina": 5405746.81, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 85.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 100.2, "Total_wall": 77.2, "Total_wa00": 0.0, "Total_outw": 250.9, "Total_shar": 163.7, "Total_roof": 100.2, "Gross_volu": 367.4, "Is_Gross_v": "false", "Heated_vol": 267.3, "Ridge_mean": 3.7, "Eaves_mean": 3.67, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.834, "Heated_are": 85.5, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 80.9, "Total_Year": 6922.0, "January_He": 1521.0, "February_H": 1100.0, "March_Heat": 793.0, "April_Heat": 295.0, "May_Heatin": 42.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 95.0, "October_He": 528.0, "November_H": 1040.0, "December_H": 1506.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195706466557553, 48.789120649864579, 0.0 ], [ 9.195703044372056, 48.789115530033037, 0.0 ], [ 9.195650529772378, 48.789084775459671, 0.0 ], [ 9.195643589182005, 48.789084787251703, 0.0 ], [ 9.195634997333476, 48.789080125819282, 0.0 ], [ 9.195630736595181, 48.789069342220721, 0.0 ], [ 9.195659354033568, 48.789044204904165, 0.0 ], [ 9.195593470928353, 48.789005289966639, 0.0 ], [ 9.195588435606009, 48.789005298519179, 0.0 ], [ 9.19558707855249, 48.789006289984172, 0.0 ], [ 9.195585441980054, 48.789005393527411, 0.0 ], [ 9.195630494101254, 48.788971955327732, 0.0 ], [ 9.195745345709563, 48.789039652504933, 0.0 ], [ 9.195744260138444, 48.789040463663014, 0.0 ], [ 9.195783271405643, 48.789063417795916, 0.0 ], [ 9.195706466557553, 48.789120649864579, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e5cc", "Latitude": 48.79068, "Longitude": 9.19978, "X_coordina": 3514751.8, "Y_coordina": 5405931.97, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 806.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 178.9, "Total_wall": 813.5, "Total_wa00": 0.0, "Total_outw": 1134.2, "Total_shar": 0.0, "Total_roof": 252.8, "Gross_volu": 3075.6, "Is_Gross_v": "false", "Heated_vol": 2896.7, "Ridge_mean": 19.8, "Eaves_mean": 14.51, "Storey_num": 6, "Average_St": 3.1, "Number_of_": 13, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.422, "Heated_are": 806.7, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 54.7, "Total_Year": 56887.0, "January_He": 10631.0, "February_H": 7522.0, "March_Heat": 4825.0, "April_Heat": 1206.0, "May_Heatin": 67.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 182.0, "October_He": 2457.0, "November_H": 6770.0, "December_H": 10450.0, "PV_potenti": 11.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199777180054115, 48.790790195880703, 0.0 ], [ 9.199605568227927, 48.79068843016573, 0.0 ], [ 9.199653334639727, 48.790653367073133, 0.0 ], [ 9.199701100985029, 48.790618303960656, 0.0 ], [ 9.199873660067666, 48.790718719036221, 0.0 ], [ 9.199848963384923, 48.790737016392988, 0.0 ], [ 9.199825352226414, 48.790754502548204, 0.0 ], [ 9.199777180054115, 48.790790195880703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e46e", "Latitude": 48.79001, "Longitude": 9.21303, "X_coordina": 3515725.47, "Y_coordina": 5405859.2, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 142.9, "Total_wall": 266.1, "Total_wa00": 0.0, "Total_outw": 443.5, "Total_shar": 353.1, "Total_roof": 223.2, "Gross_volu": 1865.9, "Is_Gross_v": "false", "Heated_vol": 1723.0, "Ridge_mean": 16.1, "Eaves_mean": 9.99, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 551.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 29946.0, "January_He": 5156.0, "February_H": 3666.0, "March_Heat": 2339.0, "April_Heat": 504.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1162.0, "November_H": 3306.0, "December_H": 5004.0, "PV_potenti": 10.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213014494084643, 48.7899501444872, 0.0 ], [ 9.21308848265488, 48.790067807562821, 0.0 ], [ 9.213025815185027, 48.790084739220347, 0.0 ], [ 9.212960972474374, 48.790102214408073, 0.0 ], [ 9.212887666514368, 48.789984999607583, 0.0 ], [ 9.212952915474013, 48.789967074091386, 0.0 ], [ 9.213014494084643, 48.7899501444872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d86c", "Latitude": 48.79312, "Longitude": 9.20176, "X_coordina": 3514896.61, "Y_coordina": 5406203.81, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1158.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 209.8, "Total_wall": 711.9, "Total_wa00": 0.0, "Total_outw": 1018.9, "Total_shar": 366.0, "Total_roof": 263.0, "Gross_volu": 3830.8, "Is_Gross_v": "false", "Heated_vol": 3621.0, "Ridge_mean": 21.1, "Eaves_mean": 15.02, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 19, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.321, "Heated_are": 1158.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.0, "Total_Year": 56632.0, "January_He": 9527.0, "February_H": 6685.0, "March_Heat": 4114.0, "April_Heat": 744.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1907.0, "November_H": 5942.0, "December_H": 9272.0, "PV_potenti": 13.48 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20170757460043, 48.793238687597835, 0.0 ], [ 9.20170268937644, 48.79324229309767, 0.0 ], [ 9.201643757445654, 48.793208405191379, 0.0 ], [ 9.201647556744785, 48.793205520984166, 0.0 ], [ 9.201635824304256, 48.793198617412187, 0.0 ], [ 9.201633777743371, 48.793197362065506, 0.0 ], [ 9.201627340996492, 48.793187391818449, 0.0 ], [ 9.201632747202703, 48.793177940376971, 0.0 ], [ 9.201646180482586, 48.793167755491112, 0.0 ], [ 9.201589839637869, 48.793135121949796, 0.0 ], [ 9.201647243471394, 48.793093386829604, 0.0 ], [ 9.201708989814893, 48.793048496749016, 0.0 ], [ 9.201850461681923, 48.793131877791183, 0.0 ], [ 9.201789805973975, 48.793177215653735, 0.0 ], [ 9.20170757460043, 48.793238687597835, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d86d", "Latitude": 48.79323, "Longitude": 9.2017, "X_coordina": 3514891.66, "Y_coordina": 5406214.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 36.0, "Total_wall": 49.7, "Total_wa00": 0.0, "Total_outw": 112.5, "Total_shar": 111.9, "Total_roof": 36.0, "Gross_volu": 141.9, "Is_Gross_v": "false", "Heated_vol": 141.9, "Ridge_mean": 4.0, "Eaves_mean": 3.96, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.857, "Heated_are": 65.9, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20170757460043, 48.793238687597835, 0.0 ], [ 9.201713850755629, 48.79324254331835, 0.0 ], [ 9.201657803856603, 48.793283286935079, 0.0 ], [ 9.201592595760621, 48.793245543279319, 0.0 ], [ 9.201643757445654, 48.793208405191379, 0.0 ], [ 9.20170268937644, 48.79324229309767, 0.0 ], [ 9.20170757460043, 48.793238687597835, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d81e", "Latitude": 48.78827, "Longitude": 9.21003, "X_coordina": 3515505.24, "Y_coordina": 5405665.07, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.6, "Total_wall": 163.3, "Total_wa00": 0.0, "Total_outw": 282.7, "Total_shar": 100.6, "Total_roof": 77.5, "Gross_volu": 478.4, "Is_Gross_v": "false", "Heated_vol": 455.2, "Ridge_mean": 10.6, "Eaves_mean": 6.87, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.636, "Heated_are": 145.7, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 52.1, "Total_Year": 9898.0, "January_He": 1980.0, "February_H": 1265.0, "March_Heat": 709.0, "April_Heat": 135.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 333.0, "November_H": 1171.0, "December_H": 1976.0, "PV_potenti": 3.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210033245264645, 48.788289515060121, 0.0 ], [ 9.210032420243056, 48.788320090607947, 0.0 ], [ 9.209932798707293, 48.78831901332574, 0.0 ], [ 9.209933760252168, 48.788288527453403, 0.0 ], [ 9.209934968464598, 48.788251926322552, 0.0 ], [ 9.210034181229524, 48.788252914424774, 0.0 ], [ 9.210033245264645, 48.788289515060121, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d43a", "Latitude": 48.78823, "Longitude": 9.20232, "X_coordina": 3514938.62, "Y_coordina": 5405659.84, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 25.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 31.7, "Total_wall": 57.1, "Total_wa00": 0.0, "Total_outw": 191.6, "Total_shar": 0.0, "Total_roof": 31.7, "Gross_volu": 111.9, "Is_Gross_v": "false", "Heated_vol": 80.2, "Ridge_mean": 3.5, "Eaves_mean": 3.52, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.279, "Heated_are": 25.7, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 50.5, "Total_Year": 2138.0, "January_He": 362.0, "February_H": 238.0, "March_Heat": 120.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 181.0, "December_H": 349.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202249904040588, 48.788285462984661, 0.0 ], [ 9.202218440530805, 48.788244872747214, 0.0 ], [ 9.202295094944519, 48.788220099033374, 0.0 ], [ 9.202326150598813, 48.788260779890322, 0.0 ], [ 9.202249904040588, 48.788285462984661, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d0ec", "Latitude": 48.78959, "Longitude": 9.19776, "X_coordina": 3514603.33, "Y_coordina": 5405810.04, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 717.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 105.4, "Total_wall": 560.4, "Total_wa00": 0.0, "Total_outw": 732.5, "Total_shar": 289.0, "Total_roof": 187.0, "Gross_volu": 2346.7, "Is_Gross_v": "false", "Heated_vol": 2241.3, "Ridge_mean": 26.2, "Eaves_mean": 18.29, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.376, "Heated_are": 717.2, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 40126.0, "January_He": 7167.0, "February_H": 4930.0, "March_Heat": 3029.0, "April_Heat": 629.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1466.0, "November_H": 4421.0, "December_H": 7023.0, "PV_potenti": 7.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197690999732528, 48.789550152434444, 0.0 ], [ 9.197810516119077, 48.789591761684996, 0.0 ], [ 9.19776216932998, 48.789652363328777, 0.0 ], [ 9.19773571027673, 48.789672461735265, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.197654134431049, 48.789588792955463, 0.0 ], [ 9.197659175109074, 48.789590133158008, 0.0 ], [ 9.197690999732528, 48.789550152434444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d0ed", "Latitude": 48.78965, "Longitude": 9.1977, "X_coordina": 3514599.12, "Y_coordina": 5405817.1, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.8, "Total_wall": 42.2, "Total_wa00": 0.0, "Total_outw": 127.5, "Total_shar": 114.0, "Total_roof": 58.8, "Gross_volu": 169.0, "Is_Gross_v": "false", "Heated_vol": 153.3, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.971, "Heated_are": 49.1, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197707215833722, 48.789694092331914, 0.0 ], [ 9.197645797417984, 48.789718387220105, 0.0 ], [ 9.197579775453272, 48.789679383737159, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.19773570851005, 48.78967201212015, 0.0 ], [ 9.197707215833722, 48.789694092331914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cf31", "Latitude": 48.79098, "Longitude": 9.21298, "X_coordina": 3515720.99, "Y_coordina": 5405967.54, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 368.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 201.9, "Total_wall": 169.5, "Total_wa00": 0.0, "Total_outw": 344.0, "Total_shar": 168.3, "Total_roof": 201.9, "Gross_volu": 891.2, "Is_Gross_v": "false", "Heated_vol": 891.2, "Ridge_mean": 4.4, "Eaves_mean": 4.42, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.643, "Heated_are": 368.1, "Mean_Uvalu": 0.31, "Specific_d": "73,0", "Specific_s": 45.5, "Total_Year": 43624.0, "January_He": 3706.0, "February_H": 2844.0, "March_Heat": 2107.0, "April_Heat": 795.0, "May_Heatin": 84.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 164.0, "October_He": 1046.0, "November_H": 2451.0, "December_H": 3552.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2128199699404, 48.790936696511459, 0.0 ], [ 9.212989667295938, 48.790933325382163, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.213033327661643, 48.790959232549959, 0.0 ], [ 9.213036593559158, 48.79095913658486, 0.0 ], [ 9.213042221603915, 48.791066944587392, 0.0 ], [ 9.212990374274444, 48.79106820949675, 0.0 ], [ 9.212824404557072, 48.79101986766014, 0.0 ], [ 9.212821890528289, 48.790972482561152, 0.0 ], [ 9.212820710499894, 48.790950903074176, 0.0 ], [ 9.2128199699404, 48.790936696511459, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cde4", "Latitude": 48.79245, "Longitude": 9.20176, "X_coordina": 3514896.33, "Y_coordina": 5406129.35, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 582.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.0, "Total_wall": 578.6, "Total_wa00": 0.0, "Total_outw": 788.5, "Total_shar": 146.2, "Total_roof": 129.0, "Gross_volu": 1541.7, "Is_Gross_v": "false", "Heated_vol": 1541.7, "Ridge_mean": 12.0, "Eaves_mean": 11.96, "Storey_num": 5, "Average_St": 2.4, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.543, "Heated_are": 582.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 30755.0, "January_He": 5438.0, "February_H": 3742.0, "March_Heat": 2197.0, "April_Heat": 405.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 992.0, "November_H": 3319.0, "December_H": 5377.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201652230566182, 48.792469937883268, 0.0 ], [ 9.20165996695286, 48.792464618844051, 0.0 ], [ 9.201666514124799, 48.792468204322276, 0.0 ], [ 9.201659051378, 48.792473882577099, 0.0 ], [ 9.201667917281704, 48.792478722925011, 0.0 ], [ 9.201717448189823, 48.792442396967523, 0.0 ], [ 9.20168661808434, 48.792424556172875, 0.0 ], [ 9.201729092692874, 48.792393458136445, 0.0 ], [ 9.201732093718242, 48.792395161427542, 0.0 ], [ 9.201819672987472, 48.792445814802413, 0.0 ], [ 9.201820491385027, 48.792446262986076, 0.0 ], [ 9.201767022326228, 48.79248475405408, 0.0 ], [ 9.201788849035065, 48.792497395035696, 0.0 ], [ 9.201708248355288, 48.792557964894307, 0.0 ], [ 9.201668958402204, 48.792534743497797, 0.0 ], [ 9.201667600652936, 48.792535555187833, 0.0 ], [ 9.201662007248201, 48.792532237810242, 0.0 ], [ 9.20166322853782, 48.792531336435651, 0.0 ], [ 9.201613979964765, 48.792502287426032, 0.0 ], [ 9.20161262221548, 48.792503099115414, 0.0 ], [ 9.201606891637937, 48.792499512204522, 0.0 ], [ 9.201649091998515, 48.792467875136595, 0.0 ], [ 9.201652230566182, 48.792469937883268, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cb43", "Latitude": 48.79231, "Longitude": 9.19824, "X_coordina": 3514638.07, "Y_coordina": 5406112.3, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 44.8, "Total_wall": 29.5, "Total_wa00": 0.0, "Total_outw": 62.5, "Total_shar": 338.5, "Total_roof": 71.2, "Gross_volu": 429.4, "Is_Gross_v": "false", "Heated_vol": 384.6, "Ridge_mean": 12.5, "Eaves_mean": 6.45, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.351, "Heated_are": 123.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 6709.0, "January_He": 1113.0, "February_H": 821.0, "March_Heat": 563.0, "April_Heat": 150.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 278.0, "November_H": 730.0, "December_H": 1080.0, "PV_potenti": 3.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19821591763642, 48.792282298478597, 0.0 ], [ 9.198219872643955, 48.792284359913452, 0.0 ], [ 9.19826338873186, 48.792309823300464, 0.0 ], [ 9.198264745821415, 48.792308831804462, 0.0 ], [ 9.198265700992506, 48.792309459625073, 0.0 ], [ 9.19822037580197, 48.792342989229084, 0.0 ], [ 9.198177493247782, 48.792374716139619, 0.0 ], [ 9.198175855811396, 48.792373639874455, 0.0 ], [ 9.19817721325855, 48.792372738302475, 0.0 ], [ 9.198133014895248, 48.79234682643915, 0.0 ], [ 9.198130694842277, 48.792345211806264, 0.0 ], [ 9.198172356408163, 48.792314476173708, 0.0 ], [ 9.19821591763642, 48.792282298478597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca79", "Latitude": 48.79254, "Longitude": 9.19864, "X_coordina": 3514667.18, "Y_coordina": 5406138.19, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 192.0, "SecondaryU": "retail", "Secondar00": 69.4, "BuildingTy": "MFH", "Footprint_": 86.8, "Total_wall": 202.0, "Total_wa00": 0.0, "Total_outw": 354.6, "Total_shar": 218.2, "Total_roof": 157.6, "Gross_volu": 903.6, "Is_Gross_v": "false", "Heated_vol": 816.8, "Ridge_mean": 13.0, "Eaves_mean": 6.66, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 261.4, "Mean_Uvalu": 0.49, "Specific_d": "31,0", "Specific_s": 53.8, "Total_Year": 22165.0, "January_He": 3312.0, "February_H": 2415.0, "March_Heat": 1597.0, "April_Heat": 404.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 834.0, "November_H": 2183.0, "December_H": 3222.0, "PV_potenti": 4.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198573963589475, 48.792619074932865, 0.0 ], [ 9.198542315406078, 48.792600605243301, 0.0 ], [ 9.198509030150387, 48.792581149207528, 0.0 ], [ 9.198506721781284, 48.792582502040545, 0.0 ], [ 9.198501674041001, 48.792579453339769, 0.0 ], [ 9.198506288650588, 48.792576208136062, 0.0 ], [ 9.198506834467258, 48.792576566889529, 0.0 ], [ 9.198514977018016, 48.792570617896295, 0.0 ], [ 9.19851647730435, 48.792571424622267, 0.0 ], [ 9.198555692226803, 48.792541502382328, 0.0 ], [ 9.198601012758026, 48.792506803648983, 0.0 ], [ 9.198598694457253, 48.792505638640506, 0.0 ], [ 9.19860303721031, 48.792502483825302, 0.0 ], [ 9.198602082386273, 48.792501945930489, 0.0 ], [ 9.198609275413697, 48.792496807880404, 0.0 ], [ 9.198613639106728, 48.792498958520412, 0.0 ], [ 9.198615548400022, 48.792499944386861, 0.0 ], [ 9.198613647625265, 48.792501116671851, 0.0 ], [ 9.19864720648682, 48.79252093190005, 0.0 ], [ 9.198680492110956, 48.792540477819038, 0.0 ], [ 9.198681713809291, 48.792539666398937, 0.0 ], [ 9.198685806375691, 48.79254208727474, 0.0 ], [ 9.198688943761642, 48.792543880333355, 0.0 ], [ 9.198682703786124, 48.79254910666765, 0.0 ], [ 9.198680247606877, 48.792547492280768, 0.0 ], [ 9.198582813962915, 48.792620048830521, 0.0 ], [ 9.198584723969976, 48.792621214543409, 0.0 ], [ 9.198580109361338, 48.792624459750236, 0.0 ], [ 9.198572743661817, 48.792620335966717, 0.0 ], [ 9.198573963589475, 48.792619074932865, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca7a", "Latitude": 48.79248, "Longitude": 9.19873, "X_coordina": 3514673.65, "Y_coordina": 5406131.01, "LOD": "LOD2", "Year_of_co": 1946, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 97.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.6, "Total_wall": 97.3, "Total_wa00": 0.0, "Total_outw": 210.6, "Total_shar": 72.1, "Total_roof": 53.6, "Gross_volu": 238.4, "Is_Gross_v": "false", "Heated_vol": 238.4, "Ridge_mean": 4.5, "Eaves_mean": 4.45, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.857, "Heated_are": 97.6, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 44.2, "Total_Year": 5861.0, "January_He": 1110.0, "February_H": 740.0, "March_Heat": 415.0, "April_Heat": 75.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 197.0, "November_H": 664.0, "December_H": 1104.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198615548400022, 48.792499944386861, 0.0 ], [ 9.198613639106728, 48.792498958520412, 0.0 ], [ 9.198680406410631, 48.792449834989377, 0.0 ], [ 9.198752566562376, 48.792491165242787, 0.0 ], [ 9.198685806375691, 48.79254208727474, 0.0 ], [ 9.198681713809291, 48.792539666398937, 0.0 ], [ 9.198680492110956, 48.792540477819038, 0.0 ], [ 9.19864720648682, 48.79252093190005, 0.0 ], [ 9.198613647625265, 48.792501116671851, 0.0 ], [ 9.198615548400022, 48.792499944386861, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca3a", "Latitude": 48.78847, "Longitude": 9.19507, "X_coordina": 3514406.15, "Y_coordina": 5405685.14, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 571.7, "SecondaryU": "retail", "Secondar00": 162.3, "BuildingTy": "RH", "Footprint_": 202.8, "Total_wall": 372.8, "Total_wa00": 0.0, "Total_outw": 569.1, "Total_shar": 273.3, "Total_roof": 202.8, "Gross_volu": 1937.4, "Is_Gross_v": "false", "Heated_vol": 1937.4, "Ridge_mean": 9.6, "Eaves_mean": 9.55, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.402, "Heated_are": 733.9, "Mean_Uvalu": 0.43, "Specific_d": "28,5", "Specific_s": 35.2, "Total_Year": 46739.0, "January_He": 6057.0, "February_H": 4505.0, "March_Heat": 3090.0, "April_Heat": 869.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 96.0, "October_He": 1423.0, "November_H": 3888.0, "December_H": 5869.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195060128864871, 48.788583283723128, 0.0 ], [ 9.194886501461754, 48.788483762448855, 0.0 ], [ 9.194996145899406, 48.788402285853714, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca3b", "Latitude": 48.7884, "Longitude": 9.19515, "X_coordina": 3514412.03, "Y_coordina": 5405676.77, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 108.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 134.8, "Total_wall": 70.3, "Total_wa00": 0.0, "Total_outw": 186.2, "Total_shar": 147.4, "Total_roof": 134.8, "Gross_volu": 417.0, "Is_Gross_v": "false", "Heated_vol": 337.5, "Ridge_mean": 3.1, "Eaves_mean": 3.09, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.855, "Heated_are": 108.0, "Mean_Uvalu": 0.34, "Specific_d": "73,0", "Specific_s": 73.8, "Total_Year": 15854.0, "January_He": 1810.0, "February_H": 1323.0, "March_Heat": 937.0, "April_Heat": 339.0, "May_Heatin": 46.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 80.0, "October_He": 498.0, "November_H": 1169.0, "December_H": 1764.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194996145899406, 48.788402285853714, 0.0 ], [ 9.195092496241354, 48.788331892285882, 0.0 ], [ 9.19521726605514, 48.788466116695304, 0.0 ], [ 9.195182661879715, 48.788491533823034, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.194996145899406, 48.788402285853714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c951", "Latitude": 48.78958, "Longitude": 9.2081, "X_coordina": 3515363.45, "Y_coordina": 5405810.71, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2461, "PrimaryUsa": "non-heated", "PrimaryU00": 881.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 966.8, "Total_wall": 292.0, "Total_wa00": 0.0, "Total_outw": 950.2, "Total_shar": 0.0, "Total_roof": 966.8, "Gross_volu": 2139.6, "Is_Gross_v": "false", "Heated_vol": 2139.6, "Ridge_mean": 2.2, "Eaves_mean": 2.21, "Storey_num": 1, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.04, "Heated_are": 881.4, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 46.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208269836019605, 48.789447517203406, 0.0 ], [ 9.208273364449493, 48.789477994935339, 0.0 ], [ 9.208303023679385, 48.789738899681552, 0.0 ], [ 9.208072938396272, 48.789750376240008, 0.0 ], [ 9.208065452278115, 48.789684295894943, 0.0 ], [ 9.207841354474448, 48.789695581325873, 0.0 ], [ 9.207819044718693, 48.789500127604633, 0.0 ], [ 9.207815653767026, 48.789469919381773, 0.0 ], [ 9.20782517827648, 48.789469452575403, 0.0 ], [ 9.208260310774286, 48.789447804200591, 0.0 ], [ 9.208269836019605, 48.789447517203406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c933", "Latitude": 48.78951, "Longitude": 9.20759, "X_coordina": 3515325.47, "Y_coordina": 5405802.93, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 3714.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 696.1, "Total_wall": 2044.4, "Total_wa00": 0.0, "Total_outw": 2934.7, "Total_shar": 176.0, "Total_roof": 696.1, "Gross_volu": 10223.9, "Is_Gross_v": "false", "Heated_vol": 10223.9, "Ridge_mean": 14.9, "Eaves_mean": 14.88, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.336, "Heated_are": 3714.1, "Mean_Uvalu": 0.36, "Specific_d": "14,6", "Specific_s": 44.1, "Total_Year": 218034.0, "January_He": 36993.0, "February_H": 27882.0, "March_Heat": 20061.0, "April_Heat": 7169.0, "May_Heatin": 716.0, "June_Heati": 21, "July_Heati": 2, "August_Hea": 5, "September_": 1403.0, "October_He": 9941.0, "November_H": 24029.0, "December_H": 35551.0, "PV_potenti": 32.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207652247761413, 48.789281824122021, 0.0 ], [ 9.207665319493659, 48.789283509099924, 0.0 ], [ 9.207666262479181, 48.7892811693848, 0.0 ], [ 9.20769676380832, 48.789285250865539, 0.0 ], [ 9.207694211489791, 48.789293348596381, 0.0 ], [ 9.207679033280984, 48.789341844811723, 0.0 ], [ 9.207654454103817, 48.789420752166563, 0.0 ], [ 9.207651230964439, 48.789431189120492, 0.0 ], [ 9.20764278999302, 48.789430395027836, 0.0 ], [ 9.207570659836898, 48.789694001315965, 0.0 ], [ 9.207594626787788, 48.789697555059405, 0.0 ], [ 9.207584827860817, 48.789730484773152, 0.0 ], [ 9.207560453732645, 48.789727201532457, 0.0 ], [ 9.207539103303997, 48.789797110674726, 0.0 ], [ 9.207399264726165, 48.789779827496382, 0.0 ], [ 9.207403548879052, 48.789762644366803, 0.0 ], [ 9.207387753343495, 48.789760514646403, 0.0 ], [ 9.207510409980294, 48.789340440234362, 0.0 ], [ 9.207503191617016, 48.789339104386571, 0.0 ], [ 9.207509236717378, 48.789319939758627, 0.0 ], [ 9.207526966315529, 48.789263076069119, 0.0 ], [ 9.207539494048019, 48.789264851965285, 0.0 ], [ 9.207538278134441, 48.789267012323954, 0.0 ], [ 9.207579399689443, 48.789272333626698, 0.0 ], [ 9.207581551914219, 48.789266214939651, 0.0 ], [ 9.207653449942049, 48.789276336612204, 0.0 ], [ 9.207652247761413, 48.789281824122021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c934", "Latitude": 48.78932, "Longitude": 9.208, "X_coordina": 3515355.96, "Y_coordina": 5405782.29, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 2158.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 593.9, "Total_wall": 892.1, "Total_wa00": 0.0, "Total_outw": 1186.8, "Total_shar": 196.3, "Total_roof": 593.9, "Gross_volu": 5438.3, "Is_Gross_v": "false", "Heated_vol": 5438.3, "Ridge_mean": 9.2, "Eaves_mean": 9.15, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.382, "Heated_are": 2158.6, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 41.6, "Total_Year": 121414.0, "January_He": 20667.0, "February_H": 15266.0, "March_Heat": 10944.0, "April_Heat": 3799.0, "May_Heatin": 378.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 668.0, "October_He": 5112.0, "November_H": 13016.0, "December_H": 20013.0, "PV_potenti": 28.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20824614344226, 48.789280032309435, 0.0 ], [ 9.208250948755078, 48.789323097043528, 0.0 ], [ 9.208253491040267, 48.789345483432449, 0.0 ], [ 9.208258720267006, 48.789392324191958, 0.0 ], [ 9.207654454103817, 48.789420752166563, 0.0 ], [ 9.207694211489791, 48.789293348596381, 0.0 ], [ 9.208242686112222, 48.789266729862518, 0.0 ], [ 9.20824410245792, 48.78928012592381, 0.0 ], [ 9.20824614344226, 48.789280032309435, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c935", "Latitude": 48.78931, "Longitude": 9.20836, "X_coordina": 3515382.47, "Y_coordina": 5405780.98, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 54.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.9, "Total_wall": 145.7, "Total_wa00": 0.0, "Total_outw": 145.7, "Total_shar": 41.6, "Total_roof": 22.9, "Gross_volu": 183.0, "Is_Gross_v": "false", "Heated_vol": 171.5, "Ridge_mean": 8.0, "Eaves_mean": 8.0, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.047, "Heated_are": 54.9, "Mean_Uvalu": 0.54, "Specific_d": "14,6", "Specific_s": 87.1, "Total_Year": 5582.0, "January_He": 1178.0, "February_H": 789.0, "March_Heat": 511.0, "April_Heat": 153.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 236.0, "November_H": 692.0, "December_H": 1178.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208253491040267, 48.789345483432449, 1.718799999979979 ], [ 9.208250948755078, 48.789323097043528, 1.718799999979979 ], [ 9.208368235348516, 48.789317219697892, 1.718799999979979 ], [ 9.208383432993239, 48.789339313414004, 1.718799999979979 ], [ 9.208253491040267, 48.789345483432449, 1.718799999979979 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c795", "Latitude": 48.79152, "Longitude": 9.20272, "X_coordina": 3514967.03, "Y_coordina": 5406026.09, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 725.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 123.6, "Total_wall": 727.7, "Total_wa00": 0.0, "Total_outw": 1001.2, "Total_shar": 116.5, "Total_roof": 204.2, "Gross_volu": 2389.4, "Is_Gross_v": "false", "Heated_vol": 2265.8, "Ridge_mean": 22.4, "Eaves_mean": 15.64, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 725.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 39659.0, "January_He": 7176.0, "February_H": 4869.0, "March_Heat": 2806.0, "April_Heat": 484.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1320.0, "November_H": 4394.0, "December_H": 7061.0, "PV_potenti": 6.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202718803405709, 48.791614600420594, 0.0 ], [ 9.202624674662989, 48.791559642912986, 0.0 ], [ 9.202604185257659, 48.791574876052088, 0.0 ], [ 9.202583723331802, 48.791563132058023, 0.0 ], [ 9.202554394865547, 48.791546367934416, 0.0 ], [ 9.202634181401502, 48.791487057836186, 0.0 ], [ 9.202648700627064, 48.791476331377922, 0.0 ], [ 9.202790177594153, 48.791561689599348, 0.0 ], [ 9.202775658374229, 48.791572416075255, 0.0 ], [ 9.202718803405709, 48.791614600420594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c6fb", "Latitude": 48.79199, "Longitude": 9.20153, "X_coordina": 3514879.51, "Y_coordina": 5406077.35, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 969.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 194.3, "Total_wall": 700.8, "Total_wa00": 0.0, "Total_outw": 915.1, "Total_shar": 269.9, "Total_roof": 194.3, "Gross_volu": 3030.5, "Is_Gross_v": "false", "Heated_vol": 3030.5, "Ridge_mean": 15.6, "Eaves_mean": 15.59, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.359, "Heated_are": 969.8, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 29.5, "Total_Year": 43958.0, "January_He": 7216.0, "February_H": 5019.0, "March_Heat": 3035.0, "April_Heat": 557.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1311.0, "November_H": 4352.0, "December_H": 7051.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201413398157367, 48.791965704647239, 0.0 ], [ 9.201440808546167, 48.791945333969437, 0.0 ], [ 9.201474324944293, 48.7919203664989, 0.0 ], [ 9.201615930067147, 48.792003927459035, 0.0 ], [ 9.201574543419163, 48.792034753780712, 0.0 ], [ 9.201568404603961, 48.792031167582216, 0.0 ], [ 9.201549407442632, 48.792045318837367, 0.0 ], [ 9.201555546258213, 48.792048905036857, 0.0 ], [ 9.201557953933428, 48.792072370881343, 0.0 ], [ 9.20152175797913, 48.792073962929827, 0.0 ], [ 9.201491227019131, 48.792096767023622, 0.0 ], [ 9.201350164433583, 48.792012755344992, 0.0 ], [ 9.2013528784749, 48.792010772280399, 0.0 ], [ 9.201380153174751, 48.79199049177803, 0.0 ], [ 9.201413398157367, 48.791965704647239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c20d", "Latitude": 48.78874, "Longitude": 9.21307, "X_coordina": 3515728.3, "Y_coordina": 5405718.46, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 48.9, "Total_wa00": 0.0, "Total_outw": 111.4, "Total_shar": 219.5, "Total_roof": 53.2, "Gross_volu": 316.9, "Is_Gross_v": "false", "Heated_vol": 275.3, "Ridge_mean": 9.3, "Eaves_mean": 5.93, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 88.1, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5461.0, "January_He": 1036.0, "February_H": 701.0, "March_Heat": 389.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 196.0, "November_H": 657.0, "December_H": 1017.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212964990919847, 48.788736266893665, 0.0 ], [ 9.213025016409354, 48.788738583813341, 0.0 ], [ 9.213080686297101, 48.788740728913588, 0.0 ], [ 9.213076789798148, 48.788784708787823, 0.0 ], [ 9.213020983392292, 48.788782474014589, 0.0 ], [ 9.212961501826289, 48.788780066163312, 0.0 ], [ 9.212964990919847, 48.788736266893665, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c1b3", "Latitude": 48.78866, "Longitude": 9.20986, "X_coordina": 3515492.9, "Y_coordina": 5405708.56, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 94.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.0, "Total_wall": 55.4, "Total_wa00": 0.0, "Total_outw": 139.7, "Total_shar": 197.1, "Total_roof": 65.3, "Gross_volu": 341.3, "Is_Gross_v": "false", "Heated_vol": 294.3, "Ridge_mean": 9.1, "Eaves_mean": 5.41, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 94.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 5972.0, "January_He": 1138.0, "February_H": 770.0, "March_Heat": 432.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 219.0, "November_H": 721.0, "December_H": 1118.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209763256517576, 48.788651410321343, 0.0 ], [ 9.209812377421539, 48.788649612288452, 0.0 ], [ 9.209866396765408, 48.788647625460605, 0.0 ], [ 9.209871118686014, 48.788703009824033, 0.0 ], [ 9.209817372210455, 48.788705176004228, 0.0 ], [ 9.209767843735499, 48.788707154628931, 0.0 ], [ 9.209766981476234, 48.788696185514247, 0.0 ], [ 9.209763256517576, 48.788651410321343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bf14", "Latitude": 48.78862, "Longitude": 9.21269, "X_coordina": 3515700.55, "Y_coordina": 5405704.91, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 51.9, "Total_wa00": 0.0, "Total_outw": 116.1, "Total_shar": 225.8, "Total_roof": 51.3, "Gross_volu": 323.3, "Is_Gross_v": "false", "Heated_vol": 281.7, "Ridge_mean": 9.3, "Eaves_mean": 6.24, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.478, "Heated_are": 90.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 5565.0, "January_He": 1038.0, "February_H": 715.0, "March_Heat": 412.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 665.0, "December_H": 1018.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212642140651235, 48.788661237688061, 0.0 ], [ 9.212583203220911, 48.788658738713139, 0.0 ], [ 9.212587101281041, 48.788615028622758, 0.0 ], [ 9.212646174369054, 48.78861743742155, 0.0 ], [ 9.21270266139906, 48.788619761042895, 0.0 ], [ 9.212699172465129, 48.788663650228813, 0.0 ], [ 9.212642140651235, 48.788661237688061, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bde8", "Latitude": 48.78831, "Longitude": 9.21105, "X_coordina": 3515580.69, "Y_coordina": 5405670.27, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 139.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 56.3, "Total_wall": 142.4, "Total_wa00": 0.0, "Total_outw": 236.6, "Total_shar": 96.7, "Total_roof": 90.2, "Gross_volu": 457.8, "Is_Gross_v": "false", "Heated_vol": 435.8, "Ridge_mean": 10.6, "Eaves_mean": 5.65, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.649, "Heated_are": 139.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 56.0, "Total_Year": 10016.0, "January_He": 1937.0, "February_H": 1329.0, "March_Heat": 805.0, "April_Heat": 185.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 378.0, "November_H": 1207.0, "December_H": 1932.0, "PV_potenti": 3.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21105913005475, 48.788333320671889, 0.0 ], [ 9.211058317345568, 48.788366683837651, 0.0 ], [ 9.210961009193472, 48.788365603204454, 0.0 ], [ 9.210961823474825, 48.788332599731113, 0.0 ], [ 9.210962618531603, 48.78829501018631, 0.0 ], [ 9.211060061126656, 48.788295730877152, 0.0 ], [ 9.21105913005475, 48.788333320671889, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bdc0", "Latitude": 48.78824, "Longitude": 9.19539, "X_coordina": 3514429.79, "Y_coordina": 5405659.53, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 846.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 205.8, "Total_wall": 408.8, "Total_wa00": 0.0, "Total_outw": 686.8, "Total_shar": 452.8, "Total_roof": 238.2, "Gross_volu": 2850.0, "Is_Gross_v": "false", "Heated_vol": 2644.2, "Ridge_mean": 15.6, "Eaves_mean": 11.82, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 11, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.312, "Heated_are": 846.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 41044.0, "January_He": 6834.0, "February_H": 4832.0, "March_Heat": 3006.0, "April_Heat": 561.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1394.0, "November_H": 4309.0, "December_H": 6642.0, "PV_potenti": 11.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195243482434892, 48.788243061589199, 0.0 ], [ 9.195225415598109, 48.788216474818178, 0.0 ], [ 9.195308326820927, 48.788189986594723, 0.0 ], [ 9.195373160658546, 48.788169284097357, 0.0 ], [ 9.195470192285432, 48.788309580179401, 0.0 ], [ 9.19539624565054, 48.788331647048786, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.195301514809913, 48.788328300728658, 0.0 ], [ 9.195277289063577, 48.788292732046088, 0.0 ], [ 9.195265928524286, 48.788275935587308, 0.0 ], [ 9.195243482434892, 48.788243061589199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bd35", "Latitude": 48.78884, "Longitude": 9.21351, "X_coordina": 3515760.68, "Y_coordina": 5405730.07, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 59.6, "Total_wa00": 0.0, "Total_outw": 126.4, "Total_shar": 217.0, "Total_roof": 56.6, "Gross_volu": 362.6, "Is_Gross_v": "false", "Heated_vol": 316.2, "Ridge_mean": 9.3, "Eaves_mean": 6.3, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.479, "Heated_are": 101.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.1, "Total_Year": 6168.0, "January_He": 1110.0, "February_H": 788.0, "March_Heat": 505.0, "April_Heat": 111.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 240.0, "November_H": 697.0, "December_H": 1096.0, "PV_potenti": 1.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21340945628639, 48.788831482558443, 0.0 ], [ 9.213474465334878, 48.788821560392492, 0.0 ], [ 9.213494625312057, 48.788858032021743, 0.0 ], [ 9.213514099149355, 48.788893156064653, 0.0 ], [ 9.21351505826018, 48.788894682988435, 0.0 ], [ 9.213436993698632, 48.788906787542018, 0.0 ], [ 9.213423225744842, 48.788869314897084, 0.0 ], [ 9.21340945628639, 48.788831482558443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bc99", "Latitude": 48.78815, "Longitude": 9.21165, "X_coordina": 3515624.3, "Y_coordina": 5405652.26, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 183.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 55.4, "Total_wall": 191.5, "Total_wa00": 0.0, "Total_outw": 290.6, "Total_shar": 138.0, "Total_roof": 90.7, "Gross_volu": 605.8, "Is_Gross_v": "false", "Heated_vol": 572.5, "Ridge_mean": 13.9, "Eaves_mean": 8.0, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.577, "Heated_are": 183.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 56.3, "Total_Year": 13210.0, "January_He": 2461.0, "February_H": 1770.0, "March_Heat": 1138.0, "April_Heat": 267.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 593.0, "November_H": 1627.0, "December_H": 2398.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211614380389884, 48.788140944165839, 0.0 ], [ 9.211670201152424, 48.788146776540366, 0.0 ], [ 9.211657503161986, 48.788201563387112, 0.0 ], [ 9.21160140940907, 48.788195551660792, 0.0 ], [ 9.211536330117966, 48.788188657176214, 0.0 ], [ 9.211549165458278, 48.78813413986137, 0.0 ], [ 9.211614380389884, 48.788140944165839, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bb3a", "Latitude": 48.79487, "Longitude": 9.20432, "X_coordina": 3515083.87, "Y_coordina": 5406398.68, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 846.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 198.1, "Total_wall": 572.9, "Total_wa00": 0.0, "Total_outw": 834.2, "Total_shar": 403.3, "Total_roof": 198.1, "Gross_volu": 2697.4, "Is_Gross_v": "false", "Heated_vol": 2644.8, "Ridge_mean": 13.8, "Eaves_mean": 13.77, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.363, "Heated_are": 846.3, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 30.4, "Total_Year": 39093.0, "January_He": 6314.0, "February_H": 4480.0, "March_Heat": 2879.0, "April_Heat": 635.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1273.0, "November_H": 3890.0, "December_H": 6145.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204295465086476, 48.794825143306454, 0.0 ], [ 9.204376232002813, 48.794872389707891, 0.0 ], [ 9.204363476063344, 48.794881764394965, 0.0 ], [ 9.204410408908544, 48.794909377551697, 0.0 ], [ 9.204316098092246, 48.794979145745963, 0.0 ], [ 9.204244608152273, 48.794937278263184, 0.0 ], [ 9.204218961175837, 48.7949562976168, 0.0 ], [ 9.204188127914454, 48.794938277657387, 0.0 ], [ 9.204213910269166, 48.794919078223415, 0.0 ], [ 9.204141466300909, 48.794876852673816, 0.0 ], [ 9.204235777168471, 48.794807084621148, 0.0 ], [ 9.204282709143888, 48.794834517984654, 0.0 ], [ 9.204295465086476, 48.794825143306454, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ba3b", "Latitude": 48.79521, "Longitude": 9.20648, "X_coordina": 3515242.82, "Y_coordina": 5406436.2, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3220, "PrimaryUsa": "health care", "PrimaryU00": 77.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 86.4, "Total_wall": 89.5, "Total_wa00": 0.0, "Total_outw": 289.5, "Total_shar": 0.0, "Total_roof": 86.4, "Gross_volu": 287.1, "Is_Gross_v": "false", "Heated_vol": 206.8, "Ridge_mean": 3.3, "Eaves_mean": 3.33, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.034, "Heated_are": 77.9, "Mean_Uvalu": 0.4, "Specific_d": "155,5", "Specific_s": 151.9, "Total_Year": 23952.0, "January_He": 2425.0, "February_H": 1899.0, "March_Heat": 1501.0, "April_Heat": 731.0, "May_Heatin": 179.0, "June_Heati": 12, "July_Heati": 1, "August_Hea": 2, "September_": 244.0, "October_He": 850.0, "November_H": 1657.0, "December_H": 2334.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206442449754061, 48.795167070553362, 0.0 ], [ 9.206529166299884, 48.795237325205846, 0.0 ], [ 9.206439535951294, 48.795286224477195, 0.0 ], [ 9.206352273913549, 48.795215700964683, 0.0 ], [ 9.206442449754061, 48.795167070553362, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ba3c", "Latitude": 48.79536, "Longitude": 9.20674, "X_coordina": 3515261.46, "Y_coordina": 5406453.46, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 106.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 117.4, "Total_wall": 111.5, "Total_wa00": 0.0, "Total_outw": 375.3, "Total_shar": 56.3, "Total_roof": 117.4, "Gross_volu": 364.6, "Is_Gross_v": "false", "Heated_vol": 282.4, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.039, "Heated_are": 106.4, "Mean_Uvalu": 0.39, "Specific_d": "334,5", "Specific_s": 195.9, "Total_Year": 56416.0, "January_He": 4508.0, "February_H": 3537.0, "March_Heat": 2724.0, "April_Heat": 1207.0, "May_Heatin": 147.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 217.0, "October_He": 1289.0, "November_H": 2926.0, "December_H": 4281.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206784911756365, 48.795303409690874, 0.0 ], [ 9.206829838355919, 48.795339208505609, 0.0 ], [ 9.20661296762299, 48.795459375966651, 0.0 ], [ 9.206560403939434, 48.795419903901539, 0.0 ], [ 9.206687104415817, 48.79534971605392, 0.0 ], [ 9.206705844676529, 48.795339341210052, 0.0 ], [ 9.206711307051547, 48.795343737659003, 0.0 ], [ 9.206784911756365, 48.795303409690874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002afc9", "Latitude": 48.79174, "Longitude": 9.20148, "X_coordina": 3514875.86, "Y_coordina": 5406050.34, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 957.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 177.5, "Total_wall": 662.8, "Total_wa00": 0.0, "Total_outw": 874.0, "Total_shar": 278.8, "Total_roof": 177.5, "Gross_volu": 2660.8, "Is_Gross_v": "false", "Heated_vol": 2660.8, "Ridge_mean": 15.0, "Eaves_mean": 15.0, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.383, "Heated_are": 957.9, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 28.7, "Total_Year": 42645.0, "January_He": 6858.0, "February_H": 4835.0, "March_Heat": 2998.0, "April_Heat": 531.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1317.0, "November_H": 4232.0, "December_H": 6649.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201479457405116, 48.791706609122244, 0.0 ], [ 9.201469822957288, 48.791713729942792, 0.0 ], [ 9.201491104148412, 48.791726192089662, 0.0 ], [ 9.201500873972513, 48.791718891183272, 0.0 ], [ 9.201535524383173, 48.791739243204773, 0.0 ], [ 9.201529604175096, 48.79175624912606, 0.0 ], [ 9.201557294934586, 48.791771937293092, 0.0 ], [ 9.201524592018787, 48.79179609405243, 0.0 ], [ 9.201451725215081, 48.791850535399867, 0.0 ], [ 9.201412710647183, 48.791827942896646, 0.0 ], [ 9.201381961277994, 48.791830154840198, 0.0 ], [ 9.201380388274114, 48.791811183711431, 0.0 ], [ 9.201375069322667, 48.791808405381168, 0.0 ], [ 9.20137683318986, 48.791807053442696, 0.0 ], [ 9.201357869964477, 48.791795666305077, 0.0 ], [ 9.201349999709963, 48.791801525100297, 0.0 ], [ 9.201307437703882, 48.791776690673807, 0.0 ], [ 9.201436075594129, 48.791680966864767, 0.0 ], [ 9.201479457405116, 48.791706609122244, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002af5f", "Latitude": 48.78974, "Longitude": 9.21329, "X_coordina": 3515744.72, "Y_coordina": 5405830.18, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 608.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.4, "Total_wall": 397.3, "Total_wa00": 0.0, "Total_outw": 656.3, "Total_shar": 194.8, "Total_roof": 219.2, "Gross_volu": 2062.5, "Is_Gross_v": "false", "Heated_vol": 1902.2, "Ridge_mean": 15.4, "Eaves_mean": 10.67, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.396, "Heated_are": 608.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 31719.0, "January_He": 5636.0, "February_H": 3820.0, "March_Heat": 2206.0, "April_Heat": 371.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1014.0, "November_H": 3435.0, "December_H": 5550.0, "PV_potenti": 9.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213286299697703, 48.789828154582167, 0.0 ], [ 9.2132190058486, 48.789845184837318, 0.0 ], [ 9.213144297998083, 48.789718350961465, 0.0 ], [ 9.213279157164699, 48.789684200071846, 0.0 ], [ 9.213353457409362, 48.789811124539852, 0.0 ], [ 9.213286299697703, 48.789828154582167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ad43", "Latitude": 48.79187, "Longitude": 9.19943, "X_coordina": 3514725.65, "Y_coordina": 5406064.05, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3149.0, "SecondaryU": "retail", "Secondar00": 410.8, "BuildingTy": "HH", "Footprint_": 513.5, "Total_wall": 1149.0, "Total_wa00": 0.0, "Total_outw": 1286.6, "Total_shar": 1110.5, "Total_roof": 513.5, "Gross_volu": 11125.3, "Is_Gross_v": "false", "Heated_vol": 11124.3, "Ridge_mean": 23.4, "Eaves_mean": 23.4, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 66, "Number_o00": 95, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.196, "Heated_are": 3559.8, "Mean_Uvalu": 0.38, "Specific_d": "22,4", "Specific_s": 26.1, "Total_Year": 172897.0, "January_He": 21828.0, "February_H": 16411.0, "March_Heat": 11522.0, "April_Heat": 3221.0, "May_Heatin": 80.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 283.0, "October_He": 5026.0, "November_H": 13816.0, "December_H": 20836.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199164463919249, 48.791922399964044, 0.0 ], [ 9.199172735851226, 48.791916175533686, 0.0 ], [ 9.199172757569899, 48.791916161108354, 0.0 ], [ 9.19920287208714, 48.791893468055306, 0.0 ], [ 9.199207788460154, 48.791896343400431, 0.0 ], [ 9.199275498853366, 48.791846861790482, 0.0 ], [ 9.199284637392234, 48.791852242291284, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.19961263949979, 48.791854186664438, 0.0 ], [ 9.199364325542872, 48.792039411615725, 0.0 ], [ 9.19923623151549, 48.791964359163238, 0.0 ], [ 9.199164463919249, 48.791922399964044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ad44", "Latitude": 48.79177, "Longitude": 9.19958, "X_coordina": 3514736.3, "Y_coordina": 5406052.72, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 84.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.9, "Total_wall": 108.9, "Total_wa00": 0.0, "Total_outw": 213.6, "Total_shar": 213.2, "Total_roof": 50.9, "Gross_volu": 315.2, "Is_Gross_v": "false", "Heated_vol": 264.2, "Ridge_mean": 6.2, "Eaves_mean": 6.18, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.735, "Heated_are": 84.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 15.7, "Total_Year": 4105.0, "January_He": 451.0, "February_H": 206.0, "March_Heat": 65.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 141.0, "December_H": 448.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.199453031692498, 48.791726856234412, 0.0 ], [ 9.199638298954165, 48.791835527099231, 0.0 ], [ 9.19961263949979, 48.791854186664438, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002aaf7", "Latitude": 48.78888, "Longitude": 9.20095, "X_coordina": 3514837.64, "Y_coordina": 5405731.9, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 736.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 130.7, "Total_wall": 644.0, "Total_wa00": 0.0, "Total_outw": 871.3, "Total_shar": 173.9, "Total_roof": 216.8, "Gross_volu": 2403.9, "Is_Gross_v": "false", "Heated_vol": 2302.9, "Ridge_mean": 21.1, "Eaves_mean": 15.64, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 12, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.426, "Heated_are": 736.9, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 51.5, "Total_Year": 49656.0, "January_He": 8933.0, "February_H": 6512.0, "March_Heat": 4357.0, "April_Heat": 1123.0, "May_Heatin": 54.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 174.0, "October_He": 2264.0, "November_H": 5851.0, "December_H": 8714.0, "PV_potenti": 7.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200982439997093, 48.788847366852607, 0.0 ], [ 9.201018625474244, 48.788911868870244, 0.0 ], [ 9.20084174493846, 48.788955250924168, 0.0 ], [ 9.200827197703562, 48.788958873240446, 0.0 ], [ 9.200782387139785, 48.788881437196942, 0.0 ], [ 9.200846068940947, 48.788865670439797, 0.0 ], [ 9.20090855390583, 48.788850103567505, 0.0 ], [ 9.200915861533018, 48.788863633319089, 0.0 ], [ 9.200982439997093, 48.788847366852607, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a8b9", "Latitude": 48.78869, "Longitude": 9.20267, "X_coordina": 3514964.1, "Y_coordina": 5405710.96, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 84.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 90.0, "Total_wa00": 0.0, "Total_outw": 185.1, "Total_shar": 50.5, "Total_roof": 46.1, "Gross_volu": 191.8, "Is_Gross_v": "false", "Heated_vol": 191.8, "Ridge_mean": 4.2, "Eaves_mean": 4.18, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.95, "Heated_are": 84.1, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 52.0, "Total_Year": 10504.0, "January_He": 1091.0, "February_H": 742.0, "March_Heat": 445.0, "April_Heat": 109.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 216.0, "November_H": 657.0, "December_H": 1080.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202680650820556, 48.788731176593437, 0.0 ], [ 9.202609298949334, 48.788754862148473, 0.0 ], [ 9.202561280503705, 48.788692539610615, 0.0 ], [ 9.202635626263561, 48.788668848816926, 0.0 ], [ 9.202680650820556, 48.788731176593437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a855", "Latitude": 48.78874, "Longitude": 9.21229, "X_coordina": 3515671.27, "Y_coordina": 5405717.95, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.1, "Total_wall": 50.2, "Total_wa00": 0.0, "Total_outw": 112.1, "Total_shar": 218.0, "Total_roof": 52.2, "Gross_volu": 315.8, "Is_Gross_v": "false", "Heated_vol": 274.6, "Ridge_mean": 9.4, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 87.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 5482.0, "January_He": 1025.0, "February_H": 706.0, "March_Heat": 409.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 656.0, "December_H": 1004.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212247386064023, 48.78873570330682, 0.0 ], [ 9.212304690880506, 48.788738295386899, 0.0 ], [ 9.212300383160951, 48.788781736451028, 0.0 ], [ 9.212243350852557, 48.788779233790237, 0.0 ], [ 9.212185365547374, 48.788776642933456, 0.0 ], [ 9.212189400429633, 48.788733022529009, 0.0 ], [ 9.212247386064023, 48.78873570330682, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a31d", "Latitude": 48.7889, "Longitude": 9.20528, "X_coordina": 3515156.01, "Y_coordina": 5405734.51, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 855.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.4, "Total_wall": 629.9, "Total_wa00": 0.0, "Total_outw": 803.2, "Total_shar": 190.2, "Total_roof": 226.4, "Gross_volu": 2844.8, "Is_Gross_v": "false", "Heated_vol": 2674.4, "Ridge_mean": 18.9, "Eaves_mean": 14.81, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.377, "Heated_are": 855.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 43548.0, "January_He": 7553.0, "February_H": 5188.0, "March_Heat": 3149.0, "April_Heat": 562.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1407.0, "November_H": 4649.0, "December_H": 7415.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205195160169072, 48.788878622578231, 0.0 ], [ 9.205201361004528, 48.788877424536992, 0.0 ], [ 9.20520950033303, 48.788871025454327, 0.0 ], [ 9.205207655638292, 48.788852504470292, 0.0 ], [ 9.205313654161289, 48.788848628667338, 0.0 ], [ 9.205324816503719, 48.788982774845323, 0.0 ], [ 9.205148469607446, 48.788989293863487, 0.0 ], [ 9.205142280158524, 48.788906485212145, 0.0 ], [ 9.205147315321415, 48.788906440272996, 0.0 ], [ 9.205179295387998, 48.788906149496761, 0.0 ], [ 9.205178578645935, 48.788897248332823, 0.0 ], [ 9.205179221214147, 48.788891294242589, 0.0 ], [ 9.205181368647802, 48.78888727082947, 0.0 ], [ 9.20518487877141, 48.788883685614202, 0.0 ], [ 9.205189561939562, 48.788880754751347, 0.0 ], [ 9.205195160169072, 48.788878622578231, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a09d", "Latitude": 48.78912, "Longitude": 9.19973, "X_coordina": 3514748.0, "Y_coordina": 5405758.0, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 702.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 150.2, "Total_wall": 443.7, "Total_wa00": 0.0, "Total_outw": 646.6, "Total_shar": 304.2, "Total_roof": 202.4, "Gross_volu": 2329.1, "Is_Gross_v": "false", "Heated_vol": 2195.2, "Ridge_mean": 18.3, "Eaves_mean": 12.28, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 11, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.355, "Heated_are": 702.4, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 41821.0, "January_He": 7132.0, "February_H": 5264.0, "March_Heat": 3655.0, "April_Heat": 1056.0, "May_Heatin": 50.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 135.0, "October_He": 1771.0, "November_H": 4661.0, "December_H": 6970.0, "PV_potenti": 9.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199591630890369, 48.789095996766321, 0.0 ], [ 9.199604013654168, 48.789095615608979, 0.0 ], [ 9.199602467444826, 48.78908320882644, 0.0 ], [ 9.199651996702233, 48.789081234569373, 0.0 ], [ 9.199654357679933, 48.789093190320415, 0.0 ], [ 9.199712732080764, 48.789091020854187, 0.0 ], [ 9.199762398145259, 48.789089226159689, 0.0 ], [ 9.199767235094811, 48.789142092870264, 0.0 ], [ 9.19977179130699, 48.789192801899787, 0.0 ], [ 9.199599932126725, 48.789198855023699, 0.0 ], [ 9.199591630890369, 48.789095996766321, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029ed7", "Latitude": 48.79105, "Longitude": 9.21114, "X_coordina": 3515585.94, "Y_coordina": 5405975.23, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 508.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.2, "Total_wall": 265.6, "Total_wa00": 0.0, "Total_outw": 396.2, "Total_shar": 333.6, "Total_roof": 183.6, "Gross_volu": 1644.5, "Is_Gross_v": "false", "Heated_vol": 1588.2, "Ridge_mean": 15.4, "Eaves_mean": 10.35, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.358, "Heated_are": 508.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.6, "Total_Year": 27683.0, "January_He": 4775.0, "February_H": 3435.0, "March_Heat": 2149.0, "April_Heat": 413.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1055.0, "November_H": 3094.0, "December_H": 4656.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211063505650465, 48.791128948516025, 0.0 ], [ 9.21099892517079, 48.791112071295856, 0.0 ], [ 9.211064743482416, 48.791002243876136, 0.0 ], [ 9.211128641481224, 48.791018672692864, 0.0 ], [ 9.211187907003474, 48.791033851038854, 0.0 ], [ 9.211120593001509, 48.791143951041185, 0.0 ], [ 9.211063505650465, 48.791128948516025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029d75", "Latitude": 48.79208, "Longitude": 9.19785, "X_coordina": 3514609.37, "Y_coordina": 5406086.9, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 149.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 66.5, "Total_wa00": 0.0, "Total_outw": 141.7, "Total_shar": 279.7, "Total_roof": 89.9, "Gross_volu": 522.5, "Is_Gross_v": "false", "Heated_vol": 466.4, "Ridge_mean": 12.3, "Eaves_mean": 6.0, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 149.2, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 8451.0, "January_He": 1488.0, "February_H": 1044.0, "March_Heat": 665.0, "April_Heat": 152.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 321.0, "November_H": 936.0, "December_H": 1458.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197737689919782, 48.792115772843026, 0.0 ], [ 9.197735653747573, 48.792117125193315, 0.0 ], [ 9.197733197973095, 48.79211560070901, 0.0 ], [ 9.197776486054321, 48.792083153877122, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.197823316516637, 48.792051690103051, 0.0 ], [ 9.197822502403241, 48.792052320966754, 0.0 ], [ 9.197880334202461, 48.792084324328464, 0.0 ], [ 9.197836915745835, 48.792118210200847, 0.0 ], [ 9.197794311699633, 48.792151555116277, 0.0 ], [ 9.197790765368202, 48.792149582888406, 0.0 ], [ 9.19779320806769, 48.79214778022093, 0.0 ], [ 9.197737689919782, 48.792115772843026, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029bb1", "Latitude": 48.7921, "Longitude": 9.2028, "X_coordina": 3514973.18, "Y_coordina": 5406089.74, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 834.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 187.2, "Total_wall": 578.8, "Total_wa00": 0.0, "Total_outw": 821.4, "Total_shar": 209.1, "Total_roof": 219.4, "Gross_volu": 2640.8, "Is_Gross_v": "false", "Heated_vol": 2608.2, "Ridge_mean": 15.8, "Eaves_mean": 12.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.376, "Heated_are": 834.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 46604.0, "January_He": 8176.0, "February_H": 5818.0, "March_Heat": 3602.0, "April_Heat": 683.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1764.0, "November_H": 5285.0, "December_H": 7961.0, "PV_potenti": 11.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202851895998178, 48.792050765283818, 0.0 ], [ 9.202811267920927, 48.792202088330512, 0.0 ], [ 9.202741279663348, 48.792193848675147, 0.0 ], [ 9.202664483252612, 48.792184811646635, 0.0 ], [ 9.202705247492977, 48.792033398488002, 0.0 ], [ 9.20278163538614, 48.792042436208909, 0.0 ], [ 9.202851895998178, 48.792050765283818, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029bb2", "Latitude": 48.79204, "Longitude": 9.20259, "X_coordina": 3514957.58, "Y_coordina": 5406083.46, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.4, "Total_wall": 43.5, "Total_wa00": 0.0, "Total_outw": 131.0, "Total_shar": 45.6, "Total_roof": 34.4, "Gross_volu": 86.1, "Is_Gross_v": "false", "Heated_vol": 85.9, "Ridge_mean": 2.5, "Eaves_mean": 2.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 1.306, "Heated_are": 27.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202543932731908, 48.792024060502101, 0.0 ], [ 9.202601638634654, 48.792057860188386, 0.0 ], [ 9.202547365217628, 48.792099140667723, 0.0 ], [ 9.202489794678133, 48.792065160869292, 0.0 ], [ 9.202543932731908, 48.792024060502101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029a42", "Latitude": 48.78829, "Longitude": 9.19991, "X_coordina": 3514761.49, "Y_coordina": 5405666.18, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 86.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 108.1, "Total_wall": 156.3, "Total_wa00": 0.0, "Total_outw": 190.7, "Total_shar": 0.0, "Total_roof": 108.1, "Gross_volu": 328.5, "Is_Gross_v": "false", "Heated_vol": 269.0, "Ridge_mean": 3.0, "Eaves_mean": 3.05, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.239, "Heated_are": 86.1, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199915516559834, 48.788272455511951, 0.0 ], [ 9.199928495366965, 48.788282053911388, 0.0 ], [ 9.199959316854864, 48.788263928439648, 0.0 ], [ 9.200013766729116, 48.788303847207828, 0.0 ], [ 9.199983224841464, 48.788321786965717, 0.0 ], [ 9.199970245670645, 48.788312102246437, 0.0 ], [ 9.199939704501972, 48.788330228133475, 0.0 ], [ 9.199926465070057, 48.788320458433695, 0.0 ], [ 9.199895924844952, 48.788338484492208, 0.0 ], [ 9.199882816460057, 48.788329156984318, 0.0 ], [ 9.199852274906721, 48.788347196522089, 0.0 ], [ 9.199839166470912, 48.788337512012433, 0.0 ], [ 9.199808474181907, 48.788355638126866, 0.0 ], [ 9.199795366091452, 48.788346039039105, 0.0 ], [ 9.199764693855567, 48.788364079679582, 0.0 ], [ 9.199710373280164, 48.788323788286, 0.0 ], [ 9.19974091526643, 48.78830584860026, 0.0 ], [ 9.19975387227848, 48.788315447956343, 0.0 ], [ 9.199784564901869, 48.78829740728321, 0.0 ], [ 9.199797544033252, 48.788307092023501, 0.0 ], [ 9.19982821491895, 48.788289065764232, 0.0 ], [ 9.19984119332098, 48.788298565258131, 0.0 ], [ 9.19987173524528, 48.788280625537759, 0.0 ], [ 9.199884975052553, 48.788290495058504, 0.0 ], [ 9.199915516559834, 48.788272455511951, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029a43", "Latitude": 48.78825, "Longitude": 9.20012, "X_coordina": 3514777.17, "Y_coordina": 5405661.64, "LOD": "LOD2", "Year_of_co": 1933, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 29.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.0, "Total_wall": 68.6, "Total_wa00": 0.0, "Total_outw": 82.2, "Total_shar": 0.0, "Total_roof": 36.0, "Gross_volu": 92.4, "Is_Gross_v": "false", "Heated_vol": 92.4, "Ridge_mean": 2.5, "Eaves_mean": 2.55, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.522, "Heated_are": 29.6, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200085236550205, 48.788239512165475, 0.0 ], [ 9.200139686898131, 48.788279531588003, 0.0 ], [ 9.200109274357173, 48.78829747205382, 0.0 ], [ 9.200096036258358, 48.788287701471901, 0.0 ], [ 9.200065754796361, 48.788306098510596, 0.0 ], [ 9.200011023797988, 48.788265994113296, 0.0 ], [ 9.200041435618727, 48.788247868431839, 0.0 ], [ 9.200054673692902, 48.788257638120896, 0.0 ], [ 9.200085236550205, 48.788239512165475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000298ef", "Latitude": 48.79024, "Longitude": 9.21318, "X_coordina": 3515736.17, "Y_coordina": 5405885.26, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 517.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.7, "Total_wall": 247.1, "Total_wa00": 0.0, "Total_outw": 424.2, "Total_shar": 351.5, "Total_roof": 208.1, "Gross_volu": 1760.3, "Is_Gross_v": "false", "Heated_vol": 1617.6, "Ridge_mean": 15.0, "Eaves_mean": 9.63, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.356, "Heated_are": 517.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 27003.0, "January_He": 4691.0, "February_H": 3261.0, "March_Heat": 1973.0, "April_Heat": 350.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 953.0, "November_H": 2962.0, "December_H": 4570.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213161377496554, 48.790184213682267, 0.0 ], [ 9.213234958475871, 48.790301877413604, 0.0 ], [ 9.213173786266019, 48.790318446687742, 0.0 ], [ 9.213107856083608, 48.790336283664836, 0.0 ], [ 9.213034278015032, 48.79021924931309, 0.0 ], [ 9.213099799030395, 48.79020123328759, 0.0 ], [ 9.213161377496554, 48.790184213682267, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000298c4", "Latitude": 48.79215, "Longitude": 9.19797, "X_coordina": 3514618.31, "Y_coordina": 5406094.66, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 162.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.4, "Total_wall": 61.8, "Total_wa00": 0.0, "Total_outw": 124.2, "Total_shar": 294.3, "Total_roof": 93.8, "Gross_volu": 566.3, "Is_Gross_v": "false", "Heated_vol": 507.9, "Ridge_mean": 12.6, "Eaves_mean": 6.46, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.397, "Heated_are": 162.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 39.7, "Total_Year": 9020.0, "January_He": 1552.0, "February_H": 1107.0, "March_Heat": 726.0, "April_Heat": 176.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 352.0, "November_H": 988.0, "December_H": 1516.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197896799713714, 48.792152907736138, 0.0 ], [ 9.197939951623145, 48.792120461077069, 0.0 ], [ 9.197985511024742, 48.792146460599021, 0.0 ], [ 9.19800201606783, 48.792155874198414, 0.0 ], [ 9.198004062849826, 48.792157219533024, 0.0 ], [ 9.197959821102012, 48.792189398318612, 0.0 ], [ 9.19791761546926, 48.79222022473369, 0.0 ], [ 9.19791489031684, 48.792219420105013, 0.0 ], [ 9.197859231671229, 48.792186333944407, 0.0 ], [ 9.197858011028924, 48.792187415124808, 0.0 ], [ 9.197853376612684, 48.792185624615577, 0.0 ], [ 9.197896799713714, 48.792152907736138, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002972c", "Latitude": 48.79354, "Longitude": 9.19947, "X_coordina": 3514727.93, "Y_coordina": 5406249.09, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 217.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 135.7, "Total_wall": 126.6, "Total_wa00": 0.0, "Total_outw": 255.7, "Total_shar": 216.2, "Total_roof": 135.7, "Gross_volu": 700.9, "Is_Gross_v": "false", "Heated_vol": 679.2, "Ridge_mean": 5.2, "Eaves_mean": 5.16, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.574, "Heated_are": 217.3, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 9457.0, "January_He": 786.0, "February_H": 403.0, "March_Heat": 120.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 245.0, "December_H": 742.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19931343237676, 48.793555610443278, 0.0 ], [ 9.199411681601378, 48.793482602257505, 0.0 ], [ 9.199538688413675, 48.793557018821318, 0.0 ], [ 9.199440848604741, 48.793630296176062, 0.0 ], [ 9.19931343237676, 48.793555610443278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029514", "Latitude": 48.78869, "Longitude": 9.20318, "X_coordina": 3515002.21, "Y_coordina": 5405710.82, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 844.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 221.1, "Total_wall": 670.3, "Total_wa00": 0.0, "Total_outw": 1150.1, "Total_shar": 0.0, "Total_roof": 269.2, "Gross_volu": 2859.3, "Is_Gross_v": "false", "Heated_vol": 2638.2, "Ridge_mean": 14.7, "Eaves_mean": 11.5, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 844.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 47296.0, "January_He": 8364.0, "February_H": 5943.0, "March_Heat": 3610.0, "April_Heat": 693.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1710.0, "November_H": 5269.0, "December_H": 8238.0, "PV_potenti": 12.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203303161318958, 48.788706159585267, 0.0 ], [ 9.203038140915673, 48.788794122865141, 0.0 ], [ 9.202976024221188, 48.788711862306712, 0.0 ], [ 9.203241457651259, 48.788625157370547, 0.0 ], [ 9.203303161318958, 48.788706159585267, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029506", "Latitude": 48.78961, "Longitude": 9.19994, "X_coordina": 3514763.74, "Y_coordina": 5405812.66, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 595.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 143.1, "Total_wall": 601.4, "Total_wa00": 0.0, "Total_outw": 857.7, "Total_shar": 54.0, "Total_roof": 143.1, "Gross_volu": 1968.6, "Is_Gross_v": "false", "Heated_vol": 1862.2, "Ridge_mean": 13.7, "Eaves_mean": 13.74, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.468, "Heated_are": 595.9, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 34585.0, "January_He": 6140.0, "February_H": 4323.0, "March_Heat": 2762.0, "April_Heat": 652.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1291.0, "November_H": 3839.0, "December_H": 6035.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199823950812549, 48.78957902334929, 0.0 ], [ 9.199849830301897, 48.78958455370465, 0.0 ], [ 9.199956919166, 48.78958059101344, 0.0 ], [ 9.199956358007675, 48.789576365577027, 0.0 ], [ 9.200001260631639, 48.789574399203573, 0.0 ], [ 9.200001547109437, 48.789577995651413, 0.0 ], [ 9.200005289193966, 48.789629245623665, 0.0 ], [ 9.200004881991802, 48.789629516101797, 0.0 ], [ 9.19995589697235, 48.78966584039329, 0.0 ], [ 9.199947137484916, 48.789687617121977, 0.0 ], [ 9.199790668273035, 48.789662710077152, 0.0 ], [ 9.199823950812549, 48.78957902334929, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029423", "Latitude": 48.78763, "Longitude": 9.19498, "X_coordina": 3514399.97, "Y_coordina": 5405591.54, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1034.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.5, "Total_wall": 858.3, "Total_wa00": 0.0, "Total_outw": 1162.4, "Total_shar": 93.5, "Total_roof": 214.6, "Gross_volu": 3416.0, "Is_Gross_v": "false", "Heated_vol": 3231.5, "Ridge_mean": 20.0, "Eaves_mean": 17.32, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.383, "Heated_are": 1034.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 52227.0, "January_He": 9032.0, "February_H": 6263.0, "March_Heat": 3707.0, "April_Heat": 633.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1705.0, "November_H": 5572.0, "December_H": 8861.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195049118160203, 48.787708704893561, 0.0 ], [ 9.194959949360895, 48.787735653145603, 0.0 ], [ 9.194928278156926, 48.787745238669977, 0.0 ], [ 9.194925950756405, 48.787741645663175, 0.0 ], [ 9.194868466477288, 48.787657034864168, 0.0 ], [ 9.194826173566033, 48.787594519555931, 0.0 ], [ 9.194950412642934, 48.787557260741877, 0.0 ], [ 9.195053059783426, 48.78770743928586, 0.0 ], [ 9.195049118160203, 48.787708704893561, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029425", "Latitude": 48.78768, "Longitude": 9.19488, "X_coordina": 3514392.63, "Y_coordina": 5405596.65, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 149.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 93.4, "Total_wall": 109.6, "Total_wa00": 0.0, "Total_outw": 230.2, "Total_shar": 189.0, "Total_roof": 93.4, "Gross_volu": 513.9, "Is_Gross_v": "false", "Heated_vol": 466.9, "Ridge_mean": 5.5, "Eaves_mean": 5.5, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.598, "Heated_are": 149.4, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194760669885127, 48.787652990819545, 0.0 ], [ 9.194868466477288, 48.787657034864168, 0.0 ], [ 9.194925950756405, 48.787741645663175, 0.0 ], [ 9.19475417911509, 48.787734023017791, 0.0 ], [ 9.194760669885127, 48.787652990819545, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029395", "Latitude": 48.79008, "Longitude": 9.20026, "X_coordina": 3514787.22, "Y_coordina": 5405865.34, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 663.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 125.9, "Total_wall": 569.8, "Total_wa00": 0.0, "Total_outw": 832.5, "Total_shar": 212.9, "Total_roof": 160.3, "Gross_volu": 2199.1, "Is_Gross_v": "false", "Heated_vol": 2073.2, "Ridge_mean": 19.7, "Eaves_mean": 14.86, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.406, "Heated_are": 663.4, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 39.9, "Total_Year": 37012.0, "January_He": 6517.0, "February_H": 4579.0, "March_Heat": 2882.0, "April_Heat": 644.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1315.0, "November_H": 4074.0, "December_H": 6404.0, "PV_potenti": 7.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200212985847109, 48.790147294432103, 0.0 ], [ 9.200212224385664, 48.790161143994332, 0.0 ], [ 9.200151657332247, 48.790159810502686, 0.0 ], [ 9.20014338537224, 48.790098856661302, 0.0 ], [ 9.200141983674452, 48.790088607804037, 0.0 ], [ 9.200144814270898, 48.790047507786909, 0.0 ], [ 9.200296440363923, 48.790052010109939, 0.0 ], [ 9.200293644965997, 48.790101922584938, 0.0 ], [ 9.200290974560501, 48.790149047209653, 0.0 ], [ 9.200212985847109, 48.790147294432103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000292e2", "Latitude": 48.78846, "Longitude": 9.21063, "X_coordina": 3515549.23, "Y_coordina": 5405686.99, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.8, "Total_wall": 128.5, "Total_wa00": 0.0, "Total_outw": 254.9, "Total_shar": 103.3, "Total_roof": 66.3, "Gross_volu": 399.2, "Is_Gross_v": "false", "Heated_vol": 349.4, "Ridge_mean": 9.7, "Eaves_mean": 6.33, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.662, "Heated_are": 111.8, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 48.8, "Total_Year": 7227.0, "January_He": 1493.0, "February_H": 894.0, "March_Heat": 448.0, "April_Heat": 76.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 200.0, "November_H": 826.0, "December_H": 1508.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210532221266286, 48.788502532307582, 0.0 ], [ 9.210528497899279, 48.788458296676851, 0.0 ], [ 9.210528212181154, 48.78845505994763, 0.0 ], [ 9.210580326052623, 48.788453076268453, 0.0 ], [ 9.210632984272586, 48.788451091570103, 0.0 ], [ 9.21063785401954, 48.788509083419662, 0.0 ], [ 9.210585195739155, 48.788511068120336, 0.0 ], [ 9.210533217896229, 48.788513051553004, 0.0 ], [ 9.210532221266286, 48.788502532307582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000290c7", "Latitude": 48.78795, "Longitude": 9.21069, "X_coordina": 3515554.07, "Y_coordina": 5405629.68, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 185.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.4, "Total_wall": 110.5, "Total_wa00": 0.0, "Total_outw": 185.1, "Total_shar": 260.4, "Total_roof": 88.6, "Gross_volu": 617.2, "Is_Gross_v": "false", "Heated_vol": 579.1, "Ridge_mean": 13.7, "Eaves_mean": 8.23, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.429, "Heated_are": 185.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 11159.0, "January_He": 1993.0, "February_H": 1425.0, "March_Heat": 894.0, "April_Heat": 185.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 456.0, "November_H": 1297.0, "December_H": 1944.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210715521249385, 48.787947008397907, 0.0 ], [ 9.210697110758771, 48.788002794753211, 0.0 ], [ 9.210638692571901, 48.787994089101012, 0.0 ], [ 9.21057782333577, 48.787985028206478, 0.0 ], [ 9.210596782438195, 48.787930230027094, 0.0 ], [ 9.210657649729525, 48.787938841296956, 0.0 ], [ 9.210715521249385, 48.787947008397907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ff1", "Latitude": 48.79003, "Longitude": 9.20506, "X_coordina": 3515139.7, "Y_coordina": 5405860.83, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 237.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.3, "Total_wall": 168.3, "Total_wa00": 0.0, "Total_outw": 276.2, "Total_shar": 247.6, "Total_roof": 93.0, "Gross_volu": 808.9, "Is_Gross_v": "false", "Heated_vol": 741.9, "Ridge_mean": 11.4, "Eaves_mean": 8.33, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.443, "Heated_are": 237.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.1, "Total_Year": 13761.0, "January_He": 2442.0, "February_H": 1724.0, "March_Heat": 1087.0, "April_Heat": 252.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 527.0, "November_H": 1529.0, "December_H": 2399.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205057018475292, 48.790091920519785, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.20497940281034, 48.790081537635238, 0.0 ], [ 9.204978993799921, 48.790081358515998, 0.0 ], [ 9.204926200355532, 48.790050608670271, 0.0 ], [ 9.204995261933224, 48.789999049438279, 0.0 ], [ 9.20504014294969, 48.79002513731232, 0.0 ], [ 9.205053511889028, 48.790032936863824, 0.0 ], [ 9.205106032840751, 48.790063597213035, 0.0 ], [ 9.205063021208844, 48.79009550677597, 0.0 ], [ 9.205057018475292, 48.790091920519785, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ff2", "Latitude": 48.79005, "Longitude": 9.20515, "X_coordina": 3515146.01, "Y_coordina": 5405862.61, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 41.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.8, "Total_wall": 49.3, "Total_wa00": 0.0, "Total_outw": 172.8, "Total_shar": 174.0, "Total_roof": 60.0, "Gross_volu": 190.3, "Is_Gross_v": "false", "Heated_vol": 130.8, "Ridge_mean": 3.5, "Eaves_mean": 3.54, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.999, "Heated_are": 41.9, "Mean_Uvalu": 0.35, "Specific_d": "non calculated", "Specific_s": 100.0, "Total_Year": 4184.0, "January_He": 911.0, "February_H": 673.0, "March_Heat": 487.0, "April_Heat": 177.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 323.0, "November_H": 636.0, "December_H": 895.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205106032840751, 48.790063597213035, 0.0 ], [ 9.205053511889028, 48.790032936863824, 0.0 ], [ 9.205076708216785, 48.790014371290276, 0.0 ], [ 9.205063337813106, 48.790006212049533, 0.0 ], [ 9.205065506863978, 48.790004139943619, 0.0 ], [ 9.205123484687824, 48.790038027818362, 0.0 ], [ 9.205173685514225, 48.790067073644082, 0.0 ], [ 9.205077893646463, 48.790138283938163, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.205057018475292, 48.790091920519785, 0.0 ], [ 9.205063021208844, 48.79009550677597, 0.0 ], [ 9.205106032840751, 48.790063597213035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028eca", "Latitude": 48.78854, "Longitude": 9.20188, "X_coordina": 3514906.45, "Y_coordina": 5405693.86, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 3087.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 685.4, "Total_wall": 891.5, "Total_wa00": 0.0, "Total_outw": 1241.5, "Total_shar": 1065.9, "Total_roof": 685.4, "Gross_volu": 10232.6, "Is_Gross_v": "false", "Heated_vol": 9648.6, "Ridge_mean": 16.6, "Eaves_mean": 16.57, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.226, "Heated_are": 3087.5, "Mean_Uvalu": 0.32, "Specific_d": "24,8", "Specific_s": 32.8, "Total_Year": 177990.0, "January_He": 21451.0, "February_H": 16686.0, "March_Heat": 13025.0, "April_Heat": 5823.0, "May_Heatin": 846.0, "June_Heati": 32, "July_Heati": 4, "August_Hea": 9, "September_": 1424.0, "October_He": 6943.0, "November_H": 14446.0, "December_H": 20607.0, "PV_potenti": 31.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201679752413673, 48.78840237451719, 0.0 ], [ 9.201801398599889, 48.788398024920561, 0.0 ], [ 9.201970260835283, 48.788391973768874, 0.0 ], [ 9.201988968282539, 48.788611174819899, 0.0 ], [ 9.201990680027055, 48.788630775173118, 0.0 ], [ 9.201991387178833, 48.788637428282811, 0.0 ], [ 9.201869873634649, 48.788641058458033, 0.0 ], [ 9.201875124986033, 48.788694913518128, 0.0 ], [ 9.201877274534958, 48.788721886844399, 0.0 ], [ 9.20172868447696, 48.78872691318891, 0.0 ], [ 9.20172410579314, 48.788671078623828, 0.0 ], [ 9.201702879538264, 48.788672015041001, 0.0 ], [ 9.201701021003416, 48.788649717231294, 0.0 ], [ 9.201698739427746, 48.788623733292802, 0.0 ], [ 9.201693453675343, 48.788561245613799, 0.0 ], [ 9.201684461705673, 48.788456860003095, 0.0 ], [ 9.201679752413673, 48.78840237451719, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecb", "Latitude": 48.78835, "Longitude": 9.20139, "X_coordina": 3514870.54, "Y_coordina": 5405672.72, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 56.6, "Total_wall": 78.8, "Total_wa00": 0.0, "Total_outw": 242.0, "Total_shar": 0.0, "Total_roof": 56.6, "Gross_volu": 168.9, "Is_Gross_v": "false", "Heated_vol": 147.4, "Ridge_mean": 3.0, "Eaves_mean": 2.98, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.205, "Heated_are": 47.2, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 29.7, "Total_Year": 2951.0, "January_He": 415.0, "February_H": 252.0, "March_Heat": 112.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 21.0, "November_H": 185.0, "December_H": 402.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20137080468588, 48.788395991055637, 0.0 ], [ 9.201281406313299, 48.788399024905544, 0.0 ], [ 9.201277247928624, 48.78834606714188, 0.0 ], [ 9.201411276938918, 48.788341426542033, 0.0 ], [ 9.201415333615451, 48.788368936084879, 0.0 ], [ 9.201411970642061, 48.788378743645083, 0.0 ], [ 9.201403702738649, 48.788387121005293, 0.0 ], [ 9.201391478561801, 48.788393077345219, 0.0 ], [ 9.201376792202408, 48.788395890661683, 0.0 ], [ 9.20137080468588, 48.788395991055637, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecc", "Latitude": 48.78843, "Longitude": 9.202, "X_coordina": 3514914.99, "Y_coordina": 5405681.53, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 989.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 365.7, "Total_wall": 528.9, "Total_wa00": 0.0, "Total_outw": 881.3, "Total_shar": 533.1, "Total_roof": 365.7, "Gross_volu": 2687.0, "Is_Gross_v": "false", "Heated_vol": 2687.0, "Ridge_mean": 7.3, "Eaves_mean": 7.35, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.469, "Heated_are": 989.9, "Mean_Uvalu": 0.41, "Specific_d": "24,8", "Specific_s": 40.0, "Total_Year": 64170.0, "January_He": 9056.0, "February_H": 6584.0, "March_Heat": 4608.0, "April_Heat": 1477.0, "May_Heatin": 134.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 351.0, "October_He": 2566.0, "November_H": 5974.0, "December_H": 8822.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201970260835283, 48.788391973768874, 0.0 ], [ 9.201801398599889, 48.788398024920561, 0.0 ], [ 9.201792396341023, 48.788291121471005, 0.0 ], [ 9.201939485615373, 48.788285468210056, 0.0 ], [ 9.201944468796196, 48.788340312900793, 0.0 ], [ 9.202046515258612, 48.788335278025372, 0.0 ], [ 9.202058762904285, 48.788470771481364, 0.0 ], [ 9.202099717897708, 48.788468811216404, 0.0 ], [ 9.202110747422592, 48.788605925427262, 0.0 ], [ 9.201988968282539, 48.788611174819899, 0.0 ], [ 9.201970260835283, 48.788391973768874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecd", "Latitude": 48.78883, "Longitude": 9.202, "X_coordina": 3514915.16, "Y_coordina": 5405726.56, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 5844.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1585.6, "Total_wall": 2296.3, "Total_wa00": 0.0, "Total_outw": 2663.8, "Total_shar": 13.8, "Total_roof": 2186.1, "Gross_volu": 15557.5, "Is_Gross_v": "false", "Heated_vol": 15557.5, "Ridge_mean": 9.6, "Eaves_mean": 9.62, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.39, "Heated_are": 5844.0, "Mean_Uvalu": 1.01, "Specific_d": "124,1", "Specific_s": 139.0, "Total_Year": 1537861.0, "January_He": 175599.0, "February_H": 137006.0, "March_Heat": 105418.0, "April_Heat": 47457.0, "May_Heatin": 7924.0, "June_Heati": 70, "July_Heati": 0, "August_Hea": 0, "September_": 10429.0, "October_He": 49457.0, "November_H": 112514.0, "December_H": 166637.0, "PV_potenti": 106.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201967872547062, 48.788780268280007, 0.0 ], [ 9.202139589219044, 48.788773042867014, 0.0 ], [ 9.202140250600548, 48.788802176967785, 0.0 ], [ 9.202311560861647, 48.788795401630217, 0.0 ], [ 9.202328433538471, 48.788997880036547, 0.0 ], [ 9.202159297498334, 48.789004022116544, 0.0 ], [ 9.20216059166167, 48.789021285184226, 0.0 ], [ 9.201992137414416, 48.789027785516538, 0.0 ], [ 9.201992570587851, 48.789033989488139, 0.0 ], [ 9.201992179751187, 48.789038333485657, 0.0 ], [ 9.201990549991615, 48.78904255376321, 0.0 ], [ 9.201987762349178, 48.789046497308362, 0.0 ], [ 9.20198389793619, 48.78905002909336, 0.0 ], [ 9.201979105910025, 48.789053013970978, 0.0 ], [ 9.201973549181545, 48.789055352739375, 0.0 ], [ 9.201967431560872, 48.789056964109704, 0.0 ], [ 9.20196095693044, 48.789057784777768, 0.0 ], [ 9.20160758193437, 48.789070993289066, 0.0 ], [ 9.201587114305699, 48.788819692533266, 0.0 ], [ 9.201582819834591, 48.788766824946336, 0.0 ], [ 9.201966397257419, 48.788751765071119, 0.0 ], [ 9.201967872547062, 48.788780268280007, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028b17", "Latitude": 48.78897, "Longitude": 9.19891, "X_coordina": 3514688.09, "Y_coordina": 5405741.67, "LOD": "LOD2", "Year_of_co": 1937, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 391.5, "SecondaryU": "retail", "Secondar00": 109.5, "BuildingTy": "MFH", "Footprint_": 136.9, "Total_wall": 561.8, "Total_wa00": 0.0, "Total_outw": 760.3, "Total_shar": 0.0, "Total_roof": 136.9, "Gross_volu": 1702.4, "Is_Gross_v": "false", "Heated_vol": 1565.5, "Ridge_mean": 12.4, "Eaves_mean": 12.44, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.52, "Heated_are": 501.0, "Mean_Uvalu": 0.45, "Specific_d": "28,3", "Specific_s": 45.5, "Total_Year": 37012.0, "January_He": 5542.0, "February_H": 3888.0, "March_Heat": 2528.0, "April_Heat": 655.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 1187.0, "November_H": 3445.0, "December_H": 5448.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198753729233257, 48.788960762054039, 0.0 ], [ 9.198921366440167, 48.788954088019381, 0.0 ], [ 9.198962595553359, 48.788952488090544, 0.0 ], [ 9.198970759508589, 48.788952114290282, 0.0 ], [ 9.198972454802684, 48.788967847998798, 0.0 ], [ 9.198977869047187, 48.789029256492142, 0.0 ], [ 9.198759746170346, 48.789037006918569, 0.0 ], [ 9.198753729233257, 48.788960762054039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028b0c", "Latitude": 48.78913, "Longitude": 9.19892, "X_coordina": 3514688.87, "Y_coordina": 5405759.47, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1294.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 226.6, "Total_wall": 1066.5, "Total_wa00": 0.0, "Total_outw": 1469.5, "Total_shar": 0.0, "Total_roof": 242.2, "Gross_volu": 4245.2, "Is_Gross_v": "false", "Heated_vol": 4046.3, "Ridge_mean": 20.1, "Eaves_mean": 17.22, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 21, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.374, "Heated_are": 1294.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 67516.0, "January_He": 11771.0, "February_H": 8147.0, "March_Heat": 4930.0, "April_Heat": 929.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 2243.0, "November_H": 7315.0, "December_H": 11557.0, "PV_potenti": 12.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198796863809168, 48.789097011840447, 0.0 ], [ 9.198838774204075, 48.789095590627142, 0.0 ], [ 9.198906130228927, 48.789093316136999, 0.0 ], [ 9.19890568392924, 48.789083695078183, 0.0 ], [ 9.198975217019035, 48.789081326863595, 0.0 ], [ 9.198981236439669, 48.789158111252554, 0.0 ], [ 9.198986112043679, 48.789220959452464, 0.0 ], [ 9.198778872370939, 48.789227881795625, 0.0 ], [ 9.198773589464571, 48.789165214137391, 0.0 ], [ 9.198768016632942, 48.789098050796575, 0.0 ], [ 9.198796863809168, 48.789097011840447, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002865b", "Latitude": 48.79265, "Longitude": 9.20172, "X_coordina": 3514893.61, "Y_coordina": 5406150.84, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 698.7, "SecondaryU": "retail", "Secondar00": 126.9, "BuildingTy": "GMH", "Footprint_": 158.6, "Total_wall": 411.1, "Total_wa00": 0.0, "Total_outw": 570.2, "Total_shar": 502.0, "Total_roof": 182.2, "Gross_volu": 2738.4, "Is_Gross_v": "false", "Heated_vol": 2579.8, "Ridge_mean": 19.0, "Eaves_mean": 15.42, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.285, "Heated_are": 825.5, "Mean_Uvalu": 0.47, "Specific_d": "24,6", "Specific_s": 33.7, "Total_Year": 48155.0, "January_He": 6725.0, "February_H": 4828.0, "March_Heat": 3181.0, "April_Heat": 788.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1454.0, "November_H": 4205.0, "December_H": 6534.0, "PV_potenti": 9.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201689484451137, 48.792596395131405, 0.0 ], [ 9.201801338799966, 48.792659235607879, 0.0 ], [ 9.201742712853747, 48.792701512490517, 0.0 ], [ 9.201684222548533, 48.792743699181884, 0.0 ], [ 9.201553531653294, 48.792667223177538, 0.0 ], [ 9.201610936786304, 48.79262593768766, 0.0 ], [ 9.201654770803692, 48.792594387681831, 0.0 ], [ 9.201675778412316, 48.792606400653831, 0.0 ], [ 9.201689484451137, 48.792596395131405, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028479", "Latitude": 48.78875, "Longitude": 9.20271, "X_coordina": 3514967.59, "Y_coordina": 5405717.82, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 81.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.0, "Total_wall": 104.6, "Total_wa00": 0.0, "Total_outw": 204.5, "Total_shar": 50.3, "Total_roof": 45.0, "Gross_volu": 216.6, "Is_Gross_v": "false", "Heated_vol": 216.6, "Ridge_mean": 4.8, "Eaves_mean": 4.82, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.899, "Heated_are": 81.3, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 62.4, "Total_Year": 11010.0, "January_He": 1249.0, "February_H": 863.0, "March_Heat": 522.0, "April_Heat": 124.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 274.0, "November_H": 788.0, "December_H": 1220.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202728256111902, 48.788792240877399, 0.0 ], [ 9.202654862114189, 48.788815750208137, 0.0 ], [ 9.202609298949334, 48.788754862148473, 0.0 ], [ 9.202680650820556, 48.788731176593437, 0.0 ], [ 9.202728256111902, 48.788792240877399, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028346", "Latitude": 48.79532, "Longitude": 9.20768, "X_coordina": 3515330.9, "Y_coordina": 5406449.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1201.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 220.8, "Total_wall": 966.9, "Total_wa00": 0.0, "Total_outw": 1228.9, "Total_shar": 231.3, "Total_roof": 220.8, "Gross_volu": 3763.2, "Is_Gross_v": "false", "Heated_vol": 3754.9, "Ridge_mean": 18.4, "Eaves_mean": 18.38, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 31, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.375, "Heated_are": 1201.6, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 57472.0, "January_He": 9438.0, "February_H": 6679.0, "March_Heat": 4282.0, "April_Heat": 1036.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1840.0, "November_H": 5796.0, "December_H": 9248.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207751177596144, 48.795411287389626, 0.0 ], [ 9.207493086835834, 48.795371017333196, 0.0 ], [ 9.207529956189742, 48.795268168283798, 0.0 ], [ 9.207533224973977, 48.795268701934376, 0.0 ], [ 9.207543030956186, 48.795270212962699, 0.0 ], [ 9.207539262625712, 48.795280560961849, 0.0 ], [ 9.207582300522617, 48.795287317581668, 0.0 ], [ 9.207585394618453, 48.795278499496789, 0.0 ], [ 9.207738206144363, 48.795302413375694, 0.0 ], [ 9.207735247809309, 48.795311141296196, 0.0 ], [ 9.207787001418049, 48.795319051123279, 0.0 ], [ 9.207754037699692, 48.795411731847643, 0.0 ], [ 9.207751177596144, 48.795411287389626, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028312", "Latitude": 48.7879, "Longitude": 9.2002, "X_coordina": 3514782.96, "Y_coordina": 5405622.96, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 837.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 230.7, "Total_wall": 429.4, "Total_wa00": 0.0, "Total_outw": 671.3, "Total_shar": 465.8, "Total_roof": 322.3, "Gross_volu": 3327.8, "Is_Gross_v": "false", "Heated_vol": 3097.1, "Ridge_mean": 17.1, "Eaves_mean": 11.62, "Storey_num": 5, "Average_St": 3.2, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.307, "Heated_are": 837.6, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 50039.0, "January_He": 8520.0, "February_H": 6373.0, "March_Heat": 4372.0, "April_Heat": 1237.0, "May_Heatin": 60.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 163.0, "October_He": 2150.0, "November_H": 5544.0, "December_H": 8351.0, "PV_potenti": 15.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20002521978634, 48.787966882472134, 0.0 ], [ 9.199991427281269, 48.787921889410654, 0.0 ], [ 9.200247895023885, 48.787838983721677, 0.0 ], [ 9.200280184664434, 48.78788245062016, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200239226596731, 48.787951942913146, 0.0 ], [ 9.200058055095374, 48.788010708178689, 0.0 ], [ 9.20002521978634, 48.787966882472134, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028313", "Latitude": 48.78794, "Longitude": 9.20033, "X_coordina": 3514792.92, "Y_coordina": 5405626.46, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.2, "Total_wall": 26.9, "Total_wa00": 0.0, "Total_outw": 79.6, "Total_shar": 72.5, "Total_roof": 24.2, "Gross_volu": 72.2, "Is_Gross_v": "false", "Heated_vol": 61.2, "Ridge_mean": 3.0, "Eaves_mean": 3.01, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.11, "Heated_are": 19.6, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200239226596731, 48.787951942913146, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200337375683942, 48.787959415716351, 0.0 ], [ 9.200262354101396, 48.787984275213184, 0.0 ], [ 9.200239226596731, 48.787951942913146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028219", "Latitude": 48.78856, "Longitude": 9.21308, "X_coordina": 3515729.53, "Y_coordina": 5405698.84, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.4, "Total_wall": 59.0, "Total_wa00": 0.0, "Total_outw": 127.0, "Total_shar": 238.3, "Total_roof": 53.0, "Gross_volu": 351.1, "Is_Gross_v": "false", "Heated_vol": 309.7, "Ridge_mean": 10.2, "Eaves_mean": 6.79, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 88.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 5625.0, "January_He": 1070.0, "February_H": 728.0, "March_Heat": 408.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 207.0, "November_H": 681.0, "December_H": 1051.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213091829876626, 48.788608430603617, 0.0 ], [ 9.213037111993357, 48.7886061039003, 0.0 ], [ 9.212977494165825, 48.788603606385671, 0.0 ], [ 9.212981390737999, 48.788559626513283, 0.0 ], [ 9.21304114498275, 48.788562213697212, 0.0 ], [ 9.213096815818428, 48.788564628558916, 0.0 ], [ 9.213091829876626, 48.788608430603617, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002820b", "Latitude": 48.78811, "Longitude": 9.21063, "X_coordina": 3515549.82, "Y_coordina": 5405648.24, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.3, "Total_wall": 180.8, "Total_wa00": 0.0, "Total_outw": 273.4, "Total_shar": 127.2, "Total_roof": 89.9, "Gross_volu": 608.3, "Is_Gross_v": "false", "Heated_vol": 550.9, "Ridge_mean": 13.3, "Eaves_mean": 7.87, "Storey_num": 4, "Average_St": 3.1, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.573, "Heated_are": 157.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 61.4, "Total_Year": 12130.0, "January_He": 2302.0, "February_H": 1654.0, "March_Heat": 1059.0, "April_Heat": 249.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 556.0, "November_H": 1523.0, "December_H": 2249.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210520278886412, 48.788152661194033, 0.0 ], [ 9.2105395057743, 48.788096783452239, 0.0 ], [ 9.2106002386752, 48.788105754692545, 0.0 ], [ 9.210658792695941, 48.788114370191927, 0.0 ], [ 9.210639974572381, 48.788170337129458, 0.0 ], [ 9.21058101185133, 48.788161632444258, 0.0 ], [ 9.210520278886412, 48.788152661194033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027ec1", "Latitude": 48.79195, "Longitude": 9.19809, "X_coordina": 3514627.04, "Y_coordina": 5406072.77, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 376.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 125.4, "Total_wall": 278.3, "Total_wa00": 0.0, "Total_outw": 486.5, "Total_shar": 87.4, "Total_roof": 153.2, "Gross_volu": 1102.8, "Is_Gross_v": "false", "Heated_vol": 999.1, "Ridge_mean": 10.4, "Eaves_mean": 7.13, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 376.3, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 48.6, "Total_Year": 24248.0, "January_He": 4305.0, "February_H": 3123.0, "March_Heat": 2098.0, "April_Heat": 585.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1066.0, "November_H": 2784.0, "December_H": 4208.0, "PV_potenti": 7.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197941649087873, 48.791963811255485, 0.0 ], [ 9.197939207463792, 48.791965883695099, 0.0 ], [ 9.197935796883838, 48.791963821314681, 0.0 ], [ 9.197975963656122, 48.79193371778554, 0.0 ], [ 9.198018708803636, 48.791901721413026, 0.0 ], [ 9.198157708129855, 48.791981694159077, 0.0 ], [ 9.198155808072174, 48.791983046282574, 0.0 ], [ 9.198114419673608, 48.792013961288191, 0.0 ], [ 9.198074387956455, 48.792043794862074, 0.0 ], [ 9.198072759028271, 48.792044876747063, 0.0 ], [ 9.197957350565201, 48.791976553415886, 0.0 ], [ 9.197958700222806, 48.791973673540674, 0.0 ], [ 9.197941649087873, 48.791963811255485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027e11", "Latitude": 48.7887, "Longitude": 9.21307, "X_coordina": 3515728.56, "Y_coordina": 5405713.57, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.5, "Total_wall": 50.0, "Total_wa00": 0.0, "Total_outw": 115.0, "Total_shar": 222.7, "Total_roof": 53.0, "Gross_volu": 317.5, "Is_Gross_v": "false", "Heated_vol": 276.1, "Ridge_mean": 9.4, "Eaves_mean": 5.96, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 88.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.8, "Total_Year": 5359.0, "January_He": 1005.0, "February_H": 685.0, "March_Heat": 384.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 193.0, "November_H": 639.0, "December_H": 986.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21296875180454, 48.7886923771973, 0.0 ], [ 9.213029049800141, 48.788694783534595, 0.0 ], [ 9.213083903106767, 48.788696930143814, 0.0 ], [ 9.213080686297101, 48.788740728913588, 0.0 ], [ 9.213025016409354, 48.788738583813341, 0.0 ], [ 9.212964990919847, 48.788736266893665, 0.0 ], [ 9.21296875180454, 48.7886923771973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027d11", "Latitude": 48.79497, "Longitude": 9.2045, "X_coordina": 3515096.99, "Y_coordina": 5406409.97, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 913.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 213.1, "Total_wall": 772.9, "Total_wa00": 0.0, "Total_outw": 1116.7, "Total_shar": 202.4, "Total_roof": 213.1, "Gross_volu": 2914.0, "Is_Gross_v": "false", "Heated_vol": 2853.2, "Ridge_mean": 13.8, "Eaves_mean": 13.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 24, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.417, "Heated_are": 913.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 34.1, "Total_Year": 45607.0, "January_He": 7709.0, "February_H": 5410.0, "March_Heat": 3385.0, "April_Heat": 676.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1578.0, "November_H": 4797.0, "December_H": 7504.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204410408908544, 48.794909377551697, 0.0 ], [ 9.204457205334041, 48.794936901007837, 0.0 ], [ 9.204460190890673, 48.794934737541922, 0.0 ], [ 9.204469961269957, 48.794927526310481, 0.0 ], [ 9.204550592042724, 48.79497468290711, 0.0 ], [ 9.204540414444931, 48.794982164639258, 0.0 ], [ 9.204593897020253, 48.795013812647063, 0.0 ], [ 9.204562019865284, 48.79507384828397, 0.0 ], [ 9.204535279461137, 48.795058249083262, 0.0 ], [ 9.204506918451559, 48.795079251639024, 0.0 ], [ 9.204481678517624, 48.795064459073195, 0.0 ], [ 9.204472722557584, 48.795071129318103, 0.0 ], [ 9.204419104987235, 48.79503975126466, 0.0 ], [ 9.204393458024761, 48.79505877065673, 0.0 ], [ 9.204362488166954, 48.795040661063169, 0.0 ], [ 9.204388270872645, 48.795021551513464, 0.0 ], [ 9.204316098092246, 48.794979145745963, 0.0 ], [ 9.204410408908544, 48.794909377551697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027a64", "Latitude": 48.78849, "Longitude": 9.20985, "X_coordina": 3515491.92, "Y_coordina": 5405690.16, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 55.1, "Total_wa00": 0.0, "Total_outw": 130.9, "Total_shar": 190.6, "Total_roof": 64.0, "Gross_volu": 338.0, "Is_Gross_v": "false", "Heated_vol": 291.9, "Ridge_mean": 9.2, "Eaves_mean": 5.49, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.525, "Heated_are": 93.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 5829.0, "January_He": 1111.0, "February_H": 747.0, "March_Heat": 413.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 208.0, "November_H": 705.0, "December_H": 1092.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209749641507749, 48.78848669498948, 0.0 ], [ 9.209797537082338, 48.788484809270962, 0.0 ], [ 9.20985278029452, 48.788482640372479, 0.0 ], [ 9.209856683028903, 48.7885373967653, 0.0 ], [ 9.20980239162602, 48.788539384084288, 0.0 ], [ 9.209754495624946, 48.788541179881932, 0.0 ], [ 9.209754087359684, 48.78854118062555, 0.0 ], [ 9.209753089767535, 48.788530391604269, 0.0 ], [ 9.209749641507749, 48.78848669498948, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000279ac", "Latitude": 48.79109, "Longitude": 9.20904, "X_coordina": 3515431.87, "Y_coordina": 5405979.42, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 68.9, "Total_wa00": 0.0, "Total_outw": 134.4, "Total_shar": 229.7, "Total_roof": 68.3, "Gross_volu": 402.5, "Is_Gross_v": "false", "Heated_vol": 390.2, "Ridge_mean": 10.3, "Eaves_mean": 6.14, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.47, "Heated_are": 124.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 7195.0, "January_He": 1296.0, "February_H": 886.0, "March_Heat": 554.0, "April_Heat": 139.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 248.0, "November_H": 788.0, "December_H": 1284.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208946599345882, 48.791146747020235, 0.0 ], [ 9.208958152332281, 48.791110306995144, 0.0 ], [ 9.208970106866433, 48.791072247614984, 0.0 ], [ 9.209047043275763, 48.791082359272494, 0.0 ], [ 9.209035634673111, 48.791120777364085, 0.0 ], [ 9.209025032541323, 48.79115676605295, 0.0 ], [ 9.208946599345882, 48.791146747020235, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000278d8", "Latitude": 48.7946, "Longitude": 9.20244, "X_coordina": 3514945.7, "Y_coordina": 5406367.67, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 726.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 138.3, "Total_wall": 560.2, "Total_wa00": 0.0, "Total_outw": 777.9, "Total_shar": 213.2, "Total_roof": 219.6, "Gross_volu": 2400.7, "Is_Gross_v": "false", "Heated_vol": 2269.6, "Ridge_mean": 20.9, "Eaves_mean": 14.63, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.398, "Heated_are": 726.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.1, "Total_Year": 39200.0, "January_He": 6938.0, "February_H": 4788.0, "March_Heat": 2883.0, "April_Heat": 566.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1350.0, "November_H": 4259.0, "December_H": 6831.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202318583699572, 48.794638085380278, 0.0 ], [ 9.202336767160334, 48.794624474975834, 0.0 ], [ 9.202281926089251, 48.794593008151992, 0.0 ], [ 9.202355072501893, 48.794539644897228, 0.0 ], [ 9.202506643474008, 48.794628492703247, 0.0 ], [ 9.202416403202701, 48.794695644404875, 0.0 ], [ 9.202368516380997, 48.794667402646752, 0.0 ], [ 9.202318583699572, 48.794638085380278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027795", "Latitude": 48.78972, "Longitude": 9.20681, "X_coordina": 3515268.44, "Y_coordina": 5405825.88, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 799.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 180.1, "Total_wall": 683.8, "Total_wa00": 0.0, "Total_outw": 1018.7, "Total_shar": 0.0, "Total_roof": 219.2, "Gross_volu": 2677.6, "Is_Gross_v": "false", "Heated_vol": 2497.5, "Ridge_mean": 16.7, "Eaves_mean": 13.46, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.425, "Heated_are": 799.2, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 40970.0, "January_He": 7114.0, "February_H": 4922.0, "March_Heat": 2939.0, "April_Heat": 537.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 1342.0, "November_H": 4423.0, "December_H": 6971.0, "PV_potenti": 10.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206678620833115, 48.789805042788011, 0.0 ], [ 9.206708499663876, 48.78965751440137, 0.0 ], [ 9.206855259114354, 48.789670109957797, 0.0 ], [ 9.20682470283373, 48.78981826906432, 0.0 ], [ 9.206678620833115, 48.789805042788011, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000276eb", "Latitude": 48.795, "Longitude": 9.20772, "X_coordina": 3515333.91, "Y_coordina": 5406413.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1454.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 255.9, "Total_wall": 1103.9, "Total_wa00": 0.0, "Total_outw": 1461.9, "Total_shar": 231.6, "Total_roof": 255.9, "Gross_volu": 4800.9, "Is_Gross_v": "false", "Heated_vol": 4545.0, "Ridge_mean": 19.5, "Eaves_mean": 19.48, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 39, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.349, "Heated_are": 1454.4, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.9, "Total_Year": 70945.0, "January_He": 11677.0, "February_H": 8418.0, "March_Heat": 5349.0, "April_Heat": 1066.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 2481.0, "November_H": 7460.0, "December_H": 11337.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207615315509621, 48.794943120642166, 0.0 ], [ 9.20763519993521, 48.794946232116473, 0.0 ], [ 9.207648654275163, 48.794908350041879, 0.0 ], [ 9.207785938258573, 48.794929773996458, 0.0 ], [ 9.207759297138697, 48.795004368686755, 0.0 ], [ 9.207775095449326, 48.795006768120089, 0.0 ], [ 9.207760025728939, 48.795048969453539, 0.0 ], [ 9.207744090928484, 48.795046480340815, 0.0 ], [ 9.207716373086154, 48.795124044439127, 0.0 ], [ 9.207579088602177, 48.795102620403256, 0.0 ], [ 9.207593083368964, 48.795063748202999, 0.0 ], [ 9.207573879800785, 48.795060725417805, 0.0 ], [ 9.207573198899526, 48.795060636721558, 0.0 ], [ 9.207615315509621, 48.794943120642166, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000274a7", "Latitude": 48.78795, "Longitude": 9.21355, "X_coordina": 3515763.83, "Y_coordina": 5405631.16, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 488.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 126.3, "Total_wall": 363.0, "Total_wa00": 0.0, "Total_outw": 575.2, "Total_shar": 168.8, "Total_roof": 215.2, "Gross_volu": 1625.8, "Is_Gross_v": "false", "Heated_vol": 1527.7, "Ridge_mean": 16.1, "Eaves_mean": 9.64, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.45, "Heated_are": 488.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 30492.0, "January_He": 5519.0, "February_H": 3940.0, "March_Heat": 2462.0, "April_Heat": 503.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1249.0, "November_H": 3603.0, "December_H": 5389.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21352587454073, 48.787915664097703, 0.0 ], [ 9.213583066442288, 48.787923920942518, 0.0 ], [ 9.213543154221357, 48.788043143810306, 0.0 ], [ 9.213486643388807, 48.788035065530586, 0.0 ], [ 9.213419511306096, 48.788025478204865, 0.0 ], [ 9.213459423043203, 48.787906075533137, 0.0 ], [ 9.21352587454073, 48.787915664097703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000273b9", "Latitude": 48.79488, "Longitude": 9.20827, "X_coordina": 3515374.16, "Y_coordina": 5406400.54, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1136.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 240.8, "Total_wall": 966.6, "Total_wa00": 0.0, "Total_outw": 1262.6, "Total_shar": 197.5, "Total_roof": 240.8, "Gross_volu": 3551.5, "Is_Gross_v": "false", "Heated_vol": 3551.5, "Ridge_mean": 15.4, "Eaves_mean": 15.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.408, "Heated_are": 1136.5, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 37.2, "Total_Year": 60262.0, "January_He": 10246.0, "February_H": 7311.0, "March_Heat": 4713.0, "April_Heat": 1108.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 2244.0, "November_H": 6474.0, "December_H": 10006.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208263054476054, 48.795010562726681, 0.0 ], [ 9.208128902737629, 48.794989673221181, 0.0 ], [ 9.208139800838573, 48.794959079517064, 0.0 ], [ 9.208122232034828, 48.794956413562744, 0.0 ], [ 9.208154123047938, 48.794867871148, 0.0 ], [ 9.208172645305286, 48.794870715221087, 0.0 ], [ 9.20818529188964, 48.794835082632304, 0.0 ], [ 9.208166497061802, 48.794832149130393, 0.0 ], [ 9.208179682109458, 48.794795076791772, 0.0 ], [ 9.208197115126644, 48.794797832906454, 0.0 ], [ 9.208331810803356, 48.794818721349174, 0.0 ], [ 9.20831808665181, 48.794857053610002, 0.0 ], [ 9.208263054476054, 48.795010562726681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027367", "Latitude": 48.79043, "Longitude": 9.19793, "X_coordina": 3514615.93, "Y_coordina": 5405903.14, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2283.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 396.4, "Total_wall": 1296.4, "Total_wa00": 0.0, "Total_outw": 1727.7, "Total_shar": 154.0, "Total_roof": 521.9, "Gross_volu": 7411.6, "Is_Gross_v": "false", "Heated_vol": 7134.8, "Ridge_mean": 19.0, "Eaves_mean": 16.56, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 37, "Number_o00": 63, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.307, "Heated_are": 2283.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 31.5, "Total_Year": 108064.0, "January_He": 17708.0, "February_H": 12602.0, "March_Heat": 7947.0, "April_Heat": 1575.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 136.0, "October_He": 3569.0, "November_H": 11080.0, "December_H": 17246.0, "PV_potenti": 19.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198108606348063, 48.790502805056185, 0.0 ], [ 9.19799828793685, 48.79058581444319, 0.0 ], [ 9.19767049697113, 48.790393671261562, 0.0 ], [ 9.197779055479693, 48.790313003222408, 0.0 ], [ 9.197782312176559, 48.790310569691194, 0.0 ], [ 9.197813822900367, 48.790329129756422, 0.0 ], [ 9.197898806740548, 48.79037925104506, 0.0 ], [ 9.197944503820075, 48.79040605966695, 0.0 ], [ 9.198108606348063, 48.790502805056185, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027368", "Latitude": 48.7903, "Longitude": 9.19794, "X_coordina": 3514616.64, "Y_coordina": 5405889.17, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 379.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 78.7, "Total_wall": 280.4, "Total_wa00": 0.0, "Total_outw": 343.2, "Total_shar": 312.5, "Total_roof": 78.7, "Gross_volu": 1186.7, "Is_Gross_v": "false", "Heated_vol": 1186.7, "Ridge_mean": 15.1, "Eaves_mean": 15.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.369, "Heated_are": 379.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 20009.0, "January_He": 3281.0, "February_H": 2447.0, "March_Heat": 1651.0, "April_Heat": 421.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 805.0, "November_H": 2141.0, "December_H": 3187.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197813822900367, 48.790329129756422, 0.0 ], [ 9.197897136321888, 48.790265950151216, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.197898806740548, 48.79037925104506, 0.0 ], [ 9.197813822900367, 48.790329129756422, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027369", "Latitude": 48.79028, "Longitude": 9.19808, "X_coordina": 3514626.77, "Y_coordina": 5405887.3, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 115.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 71.1, "Total_wall": 264.4, "Total_wa00": 0.0, "Total_outw": 540.2, "Total_shar": 197.8, "Total_roof": 71.1, "Gross_volu": 384.4, "Is_Gross_v": "false", "Heated_vol": 362.3, "Ridge_mean": 5.4, "Eaves_mean": 5.41, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.099, "Heated_are": 115.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 84.6, "Total_Year": 11642.0, "January_He": 2424.0, "February_H": 1666.0, "March_Heat": 1001.0, "April_Heat": 228.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 520.0, "November_H": 1527.0, "December_H": 2385.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197899623301469, 48.790379249641774, 0.0 ], [ 9.197984032166367, 48.790317776640542, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.198134788919173, 48.790205022896963, 0.0 ], [ 9.19815006674497, 48.790213988971665, 0.0 ], [ 9.198123334658165, 48.79023390808775, 0.0 ], [ 9.198173533068864, 48.790263316660038, 0.0 ], [ 9.198164713216835, 48.790269986186061, 0.0 ], [ 9.198114378357481, 48.79024048792111, 0.0 ], [ 9.197999442201031, 48.790325753347894, 0.0 ], [ 9.198029858605143, 48.790342876457629, 0.0 ], [ 9.197945456474983, 48.79040605802939, 0.0 ], [ 9.197899623301469, 48.790379249641774, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002736a", "Latitude": 48.79018, "Longitude": 9.19811, "X_coordina": 3514629.22, "Y_coordina": 5405875.17, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1453.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 346.3, "Total_wall": 660.7, "Total_wa00": 0.0, "Total_outw": 957.7, "Total_shar": 695.4, "Total_roof": 348.1, "Gross_volu": 4888.9, "Is_Gross_v": "false", "Heated_vol": 4542.6, "Ridge_mean": 15.0, "Eaves_mean": 12.07, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 18, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.287, "Heated_are": 1453.6, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 30.0, "Total_Year": 66571.0, "January_He": 10413.0, "February_H": 7693.0, "March_Heat": 5094.0, "April_Heat": 1196.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 95.0, "October_He": 2277.0, "November_H": 6644.0, "December_H": 10105.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198271995873377, 48.790176640645178, 0.0 ], [ 9.198208491389611, 48.790224229641623, 0.0 ], [ 9.198208900731368, 48.790224498707936, 0.0 ], [ 9.19819099027834, 48.790238197925284, 0.0 ], [ 9.19815006674497, 48.790213988971665, 0.0 ], [ 9.198134788919173, 48.790205022896963, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.197897136321888, 48.790265950151216, 0.0 ], [ 9.197866852213108, 48.790247837619042, 0.0 ], [ 9.19809984692947, 48.790075413144187, 0.0 ], [ 9.198136814077255, 48.790097200985727, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000272a8", "Latitude": 48.79484, "Longitude": 9.2104, "X_coordina": 3515530.29, "Y_coordina": 5406396.15, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 3245.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 752.7, "Total_wall": 1566.4, "Total_wa00": 0.0, "Total_outw": 2193.5, "Total_shar": 0.0, "Total_roof": 752.7, "Gross_volu": 8795.5, "Is_Gross_v": "false", "Heated_vol": 8795.5, "Ridge_mean": 14.7, "Eaves_mean": 14.67, "Storey_num": 6, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.349, "Heated_are": 3245.0, "Mean_Uvalu": 0.39, "Specific_d": "155,5", "Specific_s": 108.6, "Total_Year": 857017.99999999988, "January_He": 70792.0, "February_H": 56002.0, "March_Heat": 45184.0, "April_Heat": 23305.0, "May_Heatin": 6441.0, "June_Heati": 662, "July_Heati": 122, "August_Hea": 201, "September_": 8098.0, "October_He": 25377.0, "November_H": 48343.0, "December_H": 67791.0, "PV_potenti": 34.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210286991380816, 48.794984403871609, 0.0 ], [ 9.210232649838234, 48.794976050273377, 0.0 ], [ 9.210155019201562, 48.794964142209338, 0.0 ], [ 9.210177347572484, 48.794900615432546, 0.0 ], [ 9.210142482005107, 48.794895283645928, 0.0 ], [ 9.210167232089084, 48.79482500818466, 0.0 ], [ 9.210143806938454, 48.794821453990444, 0.0 ], [ 9.210169769160901, 48.79474811891496, 0.0 ], [ 9.210288803265213, 48.794766605715978, 0.0 ], [ 9.210301315227055, 48.794731692528458, 0.0 ], [ 9.210331141799802, 48.794736314082016, 0.0 ], [ 9.210343651845255, 48.794700951275424, 0.0 ], [ 9.210526151139494, 48.794728943714851, 0.0 ], [ 9.210501536956365, 48.794799039158924, 0.0 ], [ 9.210561325952595, 48.794808191982625, 0.0 ], [ 9.210535636104821, 48.794881436724133, 0.0 ], [ 9.210508942112023, 48.794877349038792, 0.0 ], [ 9.210471953179313, 48.794982627203346, 0.0 ], [ 9.210445395243781, 48.7949785392547, 0.0 ], [ 9.210433155908989, 48.795013541881751, 0.0 ], [ 9.210364105476799, 48.795002967133122, 0.0 ], [ 9.210358995860309, 48.795017903776213, 0.0 ], [ 9.210279594249767, 48.795005639336885, 0.0 ], [ 9.210286991380816, 48.794984403871609, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002711e", "Latitude": 48.78819, "Longitude": 9.20934, "X_coordina": 3515454.96, "Y_coordina": 5405656.68, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.0, "Total_wall": 143.3, "Total_wa00": 0.0, "Total_outw": 258.7, "Total_shar": 99.3, "Total_roof": 84.9, "Gross_volu": 417.5, "Is_Gross_v": "false", "Heated_vol": 417.3, "Ridge_mean": 10.0, "Eaves_mean": 5.43, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.676, "Heated_are": 133.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 55.2, "Total_Year": 9481.0, "January_He": 1865.0, "February_H": 1251.0, "March_Heat": 725.0, "April_Heat": 161.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 337.0, "November_H": 1136.0, "December_H": 1863.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209249852056576, 48.788208121485482, 0.0 ], [ 9.209264532297636, 48.788171226110343, 0.0 ], [ 9.209359316476769, 48.788187240091787, 0.0 ], [ 9.209345450207636, 48.788223504533647, 0.0 ], [ 9.209334275001787, 48.788252390342031, 0.0 ], [ 9.209238673808422, 48.788236287900958, 0.0 ], [ 9.209249852056576, 48.788208121485482, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002711f", "Latitude": 48.78818, "Longitude": 9.20925, "X_coordina": 3515448.47, "Y_coordina": 5405655.95, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 10.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 19.8, "Total_wall": 43.7, "Total_wa00": 0.0, "Total_outw": 157.1, "Total_shar": 0.0, "Total_roof": 21.2, "Gross_volu": 58.7, "Is_Gross_v": "false", "Heated_vol": 39.0, "Ridge_mean": 4.3, "Eaves_mean": 1.68, "Storey_num": 1, "Average_St": 3.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.734, "Heated_are": 10.4, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209235144510094, 48.788205720269886, 0.0 ], [ 9.209224648187529, 48.788234245139634, 0.0 ], [ 9.209178344768018, 48.788226236125865, 0.0 ], [ 9.209198142939986, 48.788176472379824, 0.0 ], [ 9.209242949354781, 48.788184484105706, 0.0 ], [ 9.209235144510094, 48.788205720269886, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027114", "Latitude": 48.79127, "Longitude": 9.21362, "X_coordina": 3515767.94, "Y_coordina": 5405999.58, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.0, "Total_wall": 252.0, "Total_wa00": 0.0, "Total_outw": 429.4, "Total_shar": 374.7, "Total_roof": 210.9, "Gross_volu": 1869.8, "Is_Gross_v": "false", "Heated_vol": 1720.8, "Ridge_mean": 15.2, "Eaves_mean": 9.88, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 550.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.9, "Total_Year": 28509.0, "January_He": 4829.0, "February_H": 3480.0, "March_Heat": 2169.0, "April_Heat": 407.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1036.0, "November_H": 3114.0, "December_H": 4703.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213609889324692, 48.791229643940909, 0.0 ], [ 9.213674882167004, 48.79124723832151, 0.0 ], [ 9.213601340770325, 48.791363915747077, 0.0 ], [ 9.213536483135684, 48.791346141227415, 0.0 ], [ 9.213467810283669, 48.791327294659929, 0.0 ], [ 9.213541217367501, 48.791210977262359, 0.0 ], [ 9.213609889324692, 48.791229643940909, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027112", "Latitude": 48.7909, "Longitude": 9.20838, "X_coordina": 3515383.62, "Y_coordina": 5405957.95, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 401.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 159.8, "Total_wall": 236.7, "Total_wa00": 0.0, "Total_outw": 493.4, "Total_shar": 133.3, "Total_roof": 237.7, "Gross_volu": 1375.6, "Is_Gross_v": "false", "Heated_vol": 1254.7, "Ridge_mean": 11.4, "Eaves_mean": 6.24, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.485, "Heated_are": 401.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 24825.0, "January_He": 4408.0, "February_H": 3148.0, "March_Heat": 2087.0, "April_Heat": 587.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 996.0, "November_H": 2802.0, "December_H": 4336.0, "PV_potenti": 10.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208463368955281, 48.790895566888672, 0.0 ], [ 9.208451569543625, 48.790938301964573, 0.0 ], [ 9.20844017318262, 48.790979777378844, 0.0 ], [ 9.208215353056156, 48.790949430207867, 0.0 ], [ 9.208240455633353, 48.790865486085387, 0.0 ], [ 9.208463368955281, 48.790895566888672, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270e8", "Latitude": 48.78825, "Longitude": 9.20972, "X_coordina": 3515482.95, "Y_coordina": 5405663.8, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 146.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.2, "Total_wall": 88.7, "Total_wa00": 0.0, "Total_outw": 161.7, "Total_shar": 204.1, "Total_roof": 85.1, "Gross_volu": 510.7, "Is_Gross_v": "false", "Heated_vol": 456.5, "Ridge_mean": 11.7, "Eaves_mean": 7.1, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 146.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 8722.0, "January_He": 1562.0, "February_H": 1085.0, "March_Heat": 703.0, "April_Heat": 190.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 327.0, "November_H": 966.0, "December_H": 1543.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209740215812682, 48.788249583477949, 0.0 ], [ 9.209726890029843, 48.788284857820742, 0.0 ], [ 9.209715178921686, 48.788315722962174, 0.0 ], [ 9.209620125209193, 48.788300429153594, 0.0 ], [ 9.209631700284422, 48.788269564269363, 0.0 ], [ 9.209644754703918, 48.788234470278823, 0.0 ], [ 9.209734908020303, 48.788249503221195, 0.0 ], [ 9.209740215812682, 48.788249583477949, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cc", "Latitude": 48.78978, "Longitude": 9.19762, "X_coordina": 3514593.29, "Y_coordina": 5405831.24, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1981.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 343.6, "Total_wall": 1406.3, "Total_wa00": 0.0, "Total_outw": 1937.6, "Total_shar": 0.0, "Total_roof": 479.8, "Gross_volu": 6536.1, "Is_Gross_v": "false", "Heated_vol": 6192.5, "Ridge_mean": 22.7, "Eaves_mean": 17.02, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 1981.6, "Mean_Uvalu": 0.45, "Specific_d": "73,0", "Specific_s": 44.4, "Total_Year": 232712.0, "January_He": 20960.0, "February_H": 15119.0, "March_Heat": 10028.0, "April_Heat": 2874.0, "May_Heatin": 229.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 503.0, "October_He": 4822.0, "November_H": 13144.0, "December_H": 20349.0, "PV_potenti": 18.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19765879418731, 48.789770340771589, 0.0 ], [ 9.19778128244903, 48.789840810435152, 0.0 ], [ 9.197662820601101, 48.789929228914538, 0.0 ], [ 9.1975414167901, 48.789857678182308, 0.0 ], [ 9.19755038603634, 48.789850927515943, 0.0 ], [ 9.197376318256437, 48.789749063762656, 0.0 ], [ 9.197474831892803, 48.789675247413513, 0.0 ], [ 9.197648884205504, 48.78977665243535, 0.0 ], [ 9.19765879418731, 48.789770340771589, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cd", "Latitude": 48.7896, "Longitude": 9.19737, "X_coordina": 3514574.55, "Y_coordina": 5405811.57, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 98.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 122.9, "Total_wall": 119.5, "Total_wa00": 0.0, "Total_outw": 392.0, "Total_shar": 41.9, "Total_roof": 122.9, "Gross_volu": 335.1, "Is_Gross_v": "false", "Heated_vol": 306.2, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.124, "Heated_are": 98.0, "Mean_Uvalu": 0.25, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197398093394142, 48.789610364196577, 0.0 ], [ 9.197261857690037, 48.789712660973059, 0.0 ], [ 9.197200476181491, 48.789676976497994, 0.0 ], [ 9.197384339941607, 48.789538898482562, 0.0 ], [ 9.197418849687669, 48.789558892295808, 0.0 ], [ 9.19742553332966, 48.789562747553667, 0.0 ], [ 9.197445721411544, 48.789574582860631, 0.0 ], [ 9.197398093394142, 48.789610364196577, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cf", "Latitude": 48.78962, "Longitude": 9.1976, "X_coordina": 3514591.83, "Y_coordina": 5405813.39, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.2, "Total_wall": 35.8, "Total_wa00": 0.0, "Total_outw": 114.9, "Total_shar": 95.4, "Total_roof": 39.2, "Gross_volu": 117.8, "Is_Gross_v": "false", "Heated_vol": 98.1, "Ridge_mean": 3.0, "Eaves_mean": 3.0, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.031, "Heated_are": 31.4, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197579775453272, 48.789679383737159, 0.0 ], [ 9.197547173666385, 48.789660106088519, 0.0 ], [ 9.197497568584563, 48.789642925836937, 0.0 ], [ 9.197520709286017, 48.78960952447909, 0.0 ], [ 9.197532565828379, 48.789613730552304, 0.0 ], [ 9.197540148825464, 48.789604005792079, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.197579775453272, 48.789679383737159, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002707d", "Latitude": 48.79507, "Longitude": 9.2082, "X_coordina": 3515368.73, "Y_coordina": 5406421.77, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 235.5, "Total_wall": 944.5, "Total_wa00": 0.0, "Total_outw": 1234.4, "Total_shar": 198.3, "Total_roof": 235.5, "Gross_volu": 3565.3, "Is_Gross_v": "false", "Heated_vol": 3565.3, "Ridge_mean": 15.7, "Eaves_mean": 15.72, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.397, "Heated_are": 1140.9, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.4, "Total_Year": 61936.0, "January_He": 10383.0, "February_H": 7607.0, "March_Heat": 5083.0, "April_Heat": 1261.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2501.0, "November_H": 6760.0, "December_H": 10079.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208057920493925, 48.795137186183794, 0.0 ], [ 9.208101243137326, 48.795015351418897, 0.0 ], [ 9.208118811960547, 48.795018017376371, 0.0 ], [ 9.208128902737629, 48.794989673221181, 0.0 ], [ 9.208263054476054, 48.795010562726681, 0.0 ], [ 9.208213541298809, 48.795149314372601, 0.0 ], [ 9.208196184512929, 48.795197904469028, 0.0 ], [ 9.208044735267821, 48.79517425850657, 0.0 ], [ 9.208046888801393, 48.795168409585408, 0.0 ], [ 9.208065683747904, 48.79517134310646, 0.0 ], [ 9.208073621799938, 48.795149027724072, 0.0 ], [ 9.208076715429405, 48.795140119703078, 0.0 ], [ 9.208057920493925, 48.795137186183794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026e38", "Latitude": 48.78885, "Longitude": 9.21344, "X_coordina": 3515755.46, "Y_coordina": 5405731.3, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 66.3, "SecondaryU": "retail", "Secondar00": 37.0, "BuildingTy": "RH", "Footprint_": 46.3, "Total_wall": 67.1, "Total_wa00": 0.0, "Total_outw": 134.9, "Total_shar": 215.0, "Total_roof": 60.0, "Gross_volu": 369.2, "Is_Gross_v": "false", "Heated_vol": 322.9, "Ridge_mean": 9.8, "Eaves_mean": 6.06, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.5, "Heated_are": 103.3, "Mean_Uvalu": 0.5, "Specific_d": "36,3", "Specific_s": 49.8, "Total_Year": 8894.0, "January_He": 1234.0, "February_H": 884.0, "March_Heat": 579.0, "April_Heat": 144.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 278.0, "November_H": 777.0, "December_H": 1215.0, "PV_potenti": 1.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213345537831733, 48.788841852285536, 0.0 ], [ 9.21340945628639, 48.788831482558443, 0.0 ], [ 9.213436993698632, 48.788906787542018, 0.0 ], [ 9.213358385504199, 48.788919072897194, 0.0 ], [ 9.213345537831733, 48.788841852285536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002695c", "Latitude": 48.79145, "Longitude": 9.20283, "X_coordina": 3514975.13, "Y_coordina": 5406018.02, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 699.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 112.9, "Total_wall": 679.0, "Total_wa00": 0.0, "Total_outw": 903.3, "Total_shar": 122.3, "Total_roof": 187.6, "Gross_volu": 2240.7, "Is_Gross_v": "false", "Heated_vol": 2184.4, "Ridge_mean": 22.5, "Eaves_mean": 17.24, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.446, "Heated_are": 699.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 40269.0, "January_He": 7237.0, "February_H": 5053.0, "March_Heat": 3077.0, "April_Heat": 608.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1473.0, "November_H": 4541.0, "December_H": 7114.0, "PV_potenti": 7.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202825455798775, 48.791535100006726, 0.0 ], [ 9.202817043181751, 48.791541409475705, 0.0 ], [ 9.202674211057566, 48.79145749244968, 0.0 ], [ 9.202748577376044, 48.791404126768626, 0.0 ], [ 9.202777497897371, 48.791420981485182, 0.0 ], [ 9.202798506370003, 48.791433264024263, 0.0 ], [ 9.202890044157066, 48.791486967025513, 0.0 ], [ 9.202877696360245, 48.791496160987407, 0.0 ], [ 9.202825455798775, 48.791535100006726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002695d", "Latitude": 48.79154, "Longitude": 9.20299, "X_coordina": 3514987.18, "Y_coordina": 5406028.24, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 54.1, "Total_wa00": 0.0, "Total_outw": 165.8, "Total_shar": 54.5, "Total_roof": 47.7, "Gross_volu": 127.1, "Is_Gross_v": "false", "Heated_vol": 122.1, "Ridge_mean": 2.7, "Eaves_mean": 2.65, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.194, "Heated_are": 39.1, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202915995914971, 48.791543842941607, 0.0 ], [ 9.202940383780433, 48.791516643037433, 0.0 ], [ 9.202991678315753, 48.791546856885624, 0.0 ], [ 9.202976154079744, 48.791612078862258, 0.0 ], [ 9.202901537150604, 48.791603307920148, 0.0 ], [ 9.202915995914971, 48.791543842941607, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026931", "Latitude": 48.79048, "Longitude": 9.21333, "X_coordina": 3515746.88, "Y_coordina": 5405911.55, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 534.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 144.0, "Total_wall": 382.5, "Total_wa00": 0.0, "Total_outw": 622.7, "Total_shar": 179.0, "Total_roof": 210.4, "Gross_volu": 1812.8, "Is_Gross_v": "false", "Heated_vol": 1668.8, "Ridge_mean": 15.3, "Eaves_mean": 9.88, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.427, "Heated_are": 534.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.3, "Total_Year": 31053.0, "January_He": 5591.0, "February_H": 3914.0, "March_Heat": 2371.0, "April_Heat": 428.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1193.0, "November_H": 3582.0, "December_H": 5450.0, "PV_potenti": 10.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213381449006233, 48.790539094368377, 0.0 ], [ 9.213323131859173, 48.790555028965592, 0.0 ], [ 9.213256114955829, 48.790573407581483, 0.0 ], [ 9.213181300686871, 48.790453857756063, 0.0 ], [ 9.21324777384678, 48.79043566003741, 0.0 ], [ 9.213307722095534, 48.790419272838676, 0.0 ], [ 9.213381449006233, 48.790539094368377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266cd", "Latitude": 48.78955, "Longitude": 9.20682, "X_coordina": 3515268.96, "Y_coordina": 5405807.46, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 949.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 177.5, "Total_wall": 766.2, "Total_wa00": 0.0, "Total_outw": 1017.2, "Total_shar": 0.0, "Total_roof": 266.4, "Gross_volu": 3011.4, "Is_Gross_v": "false", "Heated_vol": 2967.8, "Ridge_mean": 17.7, "Eaves_mean": 14.54, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 15, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.406, "Heated_are": 949.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 53041.0, "January_He": 9334.0, "February_H": 6538.0, "March_Heat": 4107.0, "April_Heat": 938.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1933.0, "November_H": 5855.0, "December_H": 9156.0, "PV_potenti": 10.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206662059439697, 48.78961641272641, 0.0 ], [ 9.20668380580446, 48.789510083961183, 0.0 ], [ 9.20688461590386, 48.789528157725165, 0.0 ], [ 9.206862597403047, 48.789634397093216, 0.0 ], [ 9.206662059439697, 48.78961641272641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266c9", "Latitude": 48.78961, "Longitude": 9.20655, "X_coordina": 3515249.11, "Y_coordina": 5405813.63, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 412.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 120.7, "Total_wall": 417.2, "Total_wa00": 0.0, "Total_outw": 550.7, "Total_shar": 0.0, "Total_roof": 187.4, "Gross_volu": 1323.5, "Is_Gross_v": "false", "Heated_vol": 1287.7, "Ridge_mean": 13.8, "Eaves_mean": 5.94, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.557, "Heated_are": 412.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 45.4, "Total_Year": 25227.0, "January_He": 4666.0, "February_H": 3223.0, "March_Heat": 1920.0, "April_Heat": 377.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 926.0, "November_H": 2930.0, "December_H": 4600.0, "PV_potenti": 8.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206515551637738, 48.789565598927453, 0.0 ], [ 9.20652943773916, 48.789566743031891, 0.0 ], [ 9.20658933928531, 48.789571851158357, 0.0 ], [ 9.20656572137085, 48.789686456236019, 0.0 ], [ 9.206556892767667, 48.789690698482687, 0.0 ], [ 9.206504884761664, 48.789685666108575, 0.0 ], [ 9.206472209510382, 48.789682487446711, 0.0 ], [ 9.206435313950502, 48.789678956646469, 0.0 ], [ 9.206441442470645, 48.789646842922814, 0.0 ], [ 9.206417293797454, 48.789632138734554, 0.0 ], [ 9.206515551637738, 48.789565598927453, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266ca", "Latitude": 48.78974, "Longitude": 9.20636, "X_coordina": 3515235.45, "Y_coordina": 5405827.84, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 332.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 108.2, "Total_wall": 286.5, "Total_wa00": 0.0, "Total_outw": 461.3, "Total_shar": 100.9, "Total_roof": 109.1, "Gross_volu": 995.1, "Is_Gross_v": "false", "Heated_vol": 1039.9, "Ridge_mean": 9.8, "Eaves_mean": 8.63, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.54, "Heated_are": 332.8, "Mean_Uvalu": 0.49, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206314149672286, 48.789701924462044, 0.0 ], [ 9.206333014049241, 48.789689121507934, 0.0 ], [ 9.206415288964116, 48.789740590230707, 0.0 ], [ 9.206419518502866, 48.78974319043482, 0.0 ], [ 9.206300766716703, 48.789823525189099, 0.0 ], [ 9.206216566231644, 48.789767114033658, 0.0 ], [ 9.206270719045939, 48.789730957672198, 0.0 ], [ 9.206314149672286, 48.789701924462044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026684", "Latitude": 48.79169, "Longitude": 9.21451, "X_coordina": 3515833.64, "Y_coordina": 5406047.38, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 5955.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1053.0, "Total_wall": 3066.5, "Total_wa00": 0.0, "Total_outw": 4033.0, "Total_shar": 203.0, "Total_roof": 1124.4, "Gross_volu": 19113.9, "Is_Gross_v": "false", "Heated_vol": 18609.7, "Ridge_mean": 21.3, "Eaves_mean": 14.09, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.279, "Heated_are": 5955.1, "Mean_Uvalu": 0.39, "Specific_d": "24,8", "Specific_s": 34.6, "Total_Year": 353870.0, "January_He": 47300.0, "February_H": 34852.0, "March_Heat": 24136.0, "April_Heat": 7396.0, "May_Heatin": 576.0, "June_Heati": 19, "July_Heati": 3, "August_Hea": 6, "September_": 1501.0, "October_He": 12928.0, "November_H": 31165.0, "December_H": 46064.0, "PV_potenti": 59.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214775222414554, 48.791597512171847, 0.0 ], [ 9.214763881249482, 48.791618845216746, 0.0 ], [ 9.214727461821484, 48.791631682280467, 0.0 ], [ 9.214649284335444, 48.791777774029583, 0.0 ], [ 9.214478361394546, 48.79200514957482, 0.0 ], [ 9.214356108588158, 48.791964731725514, 0.0 ], [ 9.214287690699324, 48.791942108382692, 0.0 ], [ 9.214291209324019, 48.791937425808179, 0.0 ], [ 9.21445400462037, 48.791718878186529, 0.0 ], [ 9.214512320513219, 48.791606634841912, 0.0 ], [ 9.214157920561268, 48.791510356785672, 0.0 ], [ 9.214210913604528, 48.791426449424563, 0.0 ], [ 9.214607820021067, 48.791533169177548, 0.0 ], [ 9.214586362820846, 48.791575922874458, 0.0 ], [ 9.214708965606432, 48.791602851288808, 0.0 ], [ 9.214743344336586, 48.791590197883394, 0.0 ], [ 9.214775222414554, 48.791597512171847, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026686", "Latitude": 48.79193, "Longitude": 9.21416, "X_coordina": 3515807.94, "Y_coordina": 5406073.79, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 1211.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 415.8, "Total_wall": 569.4, "Total_wa00": 0.0, "Total_outw": 964.0, "Total_shar": 277.7, "Total_roof": 444.8, "Gross_volu": 4202.4, "Is_Gross_v": "false", "Heated_vol": 3786.6, "Ridge_mean": 11.4, "Eaves_mean": 8.83, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.357, "Heated_are": 1211.7, "Mean_Uvalu": 0.46, "Specific_d": "124,1", "Specific_s": 121.8, "Total_Year": 297944.99999999994, "January_He": 32474.0, "February_H": 25044.0, "March_Heat": 18799.0, "April_Heat": 8085.0, "May_Heatin": 1286.0, "June_Heati": 18, "July_Heati": 0, "August_Hea": 0, "September_": 1753.0, "October_He": 8737.0, "November_H": 20519.0, "December_H": 30833.0, "PV_potenti": 22.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213947985409769, 48.791845352724401, 0.0 ], [ 9.214291209324019, 48.791937425808179, 0.0 ], [ 9.214287690699324, 48.791942108382692, 0.0 ], [ 9.214356108588158, 48.791964731725514, 0.0 ], [ 9.214285616037531, 48.792062160248278, 0.0 ], [ 9.21423901619546, 48.792049477797065, 0.0 ], [ 9.213959690977186, 48.791973651955622, 0.0 ], [ 9.213881071284465, 48.791952306255254, 0.0 ], [ 9.213947985409769, 48.791845352724401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026687", "Latitude": 48.79201, "Longitude": 9.21413, "X_coordina": 3515805.58, "Y_coordina": 5406082.5, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 174.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 109.1, "Total_wall": 160.2, "Total_wa00": 0.0, "Total_outw": 279.4, "Total_shar": 193.5, "Total_roof": 109.1, "Gross_volu": 616.8, "Is_Gross_v": "false", "Heated_vol": 545.2, "Ridge_mean": 5.7, "Eaves_mean": 5.66, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.648, "Heated_are": 174.5, "Mean_Uvalu": 0.44, "Specific_d": "124,1", "Specific_s": 138.0, "Total_Year": 45736.0, "January_He": 5337.0, "February_H": 4117.0, "March_Heat": 3048.0, "April_Heat": 1244.0, "May_Heatin": 173.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 258.0, "October_He": 1420.0, "November_H": 3414.0, "December_H": 5068.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214213876927859, 48.792090619645698, 0.0 ], [ 9.21393441350963, 48.792014344382594, 0.0 ], [ 9.213959690977186, 48.791973651955622, 0.0 ], [ 9.21423901619546, 48.792049477797065, 0.0 ], [ 9.214213876927859, 48.792090619645698, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21433574630994, 48.791621863905604, 0.0 ], [ 9.214333858218328, 48.791621350979376, 0.0 ], [ 9.214334634528095, 48.79162010346316, 0.0 ], [ 9.214336522619661, 48.791620616389395, 0.0 ], [ 9.21433574630994, 48.791621863905604, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214403717660822, 48.791640329292555, 0.0 ], [ 9.21440449396915, 48.79163908177587, 0.0 ], [ 9.214406382062137, 48.791639594700946, 0.0 ], [ 9.21440560575385, 48.791640842217653, 0.0 ], [ 9.214403717660822, 48.791640329292555, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21447361838923, 48.791661749451855, 0.0 ], [ 9.214503498281585, 48.791604238165675, 0.0 ], [ 9.214512320513219, 48.791606634841912, 0.0 ], [ 9.214482440629496, 48.791664146121327, 0.0 ], [ 9.21447361838923, 48.791661749451855, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c14303", "Latitude": 48.79154, "Longitude": 9.21426, "X_coordina": 3515815.11, "Y_coordina": 5406029.86, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 114.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 73.9, "Total_wall": 119.6, "Total_wa00": 0.0, "Total_outw": 135.9, "Total_shar": 65.9, "Total_roof": 73.9, "Gross_volu": 373.8, "Is_Gross_v": "false", "Heated_vol": 356.6, "Ridge_mean": 5.2, "Eaves_mean": 5.23, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.73, "Heated_are": 114.1, "Mean_Uvalu": 0.35, "Specific_d": "24,8", "Specific_s": 63.7, "Total_Year": 10102.0, "January_He": 1539.0, "February_H": 1184.0, "March_Heat": 892.0, "April_Heat": 362.0, "May_Heatin": 58.0, "June_Heati": 3, "July_Heati": 1, "August_Hea": 1, "September_": 116.0, "October_He": 535.0, "November_H": 1081.0, "December_H": 1496.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214162955456469, 48.791511724602643, 0.0 ], [ 9.214300785872863, 48.791549168459383, 0.0 ], [ 9.21426585178434, 48.791605306701626, 0.0 ], [ 9.214128021253579, 48.791567862794672, 0.0 ], [ 9.214162955456469, 48.791511724602643, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000263f2", "Latitude": 48.79073, "Longitude": 9.21137, "X_coordina": 3515603.06, "Y_coordina": 5405939.37, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 466.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.5, "Total_wall": 358.2, "Total_wa00": 0.0, "Total_outw": 554.7, "Total_shar": 120.6, "Total_roof": 193.0, "Gross_volu": 1584.5, "Is_Gross_v": "false", "Heated_vol": 1456.9, "Ridge_mean": 15.0, "Eaves_mean": 10.08, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.453, "Heated_are": 466.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 26275.0, "January_He": 4782.0, "February_H": 3258.0, "March_Heat": 1889.0, "April_Heat": 340.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 899.0, "November_H": 2958.0, "December_H": 4717.0, "PV_potenti": 9.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211348421547282, 48.790820617447025, 0.0 ], [ 9.211321173936204, 48.790813833254681, 0.0 ], [ 9.211321714915924, 48.790813022949415, 0.0 ], [ 9.211291740513804, 48.790805074746721, 0.0 ], [ 9.21125958634412, 48.790796590993232, 0.0 ], [ 9.211230974416118, 48.79078899996977, 0.0 ], [ 9.21123205751025, 48.790787649128866, 0.0 ], [ 9.211297197818558, 48.790678632126287, 0.0 ], [ 9.211419272694073, 48.790710420888111, 0.0 ], [ 9.211352372443942, 48.79082159935593, 0.0 ], [ 9.211348421547282, 48.790820617447025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026328", "Latitude": 48.7885, "Longitude": 9.20253, "X_coordina": 3514953.95, "Y_coordina": 5405689.81, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 84.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 96.6, "Total_wa00": 0.0, "Total_outw": 179.2, "Total_shar": 50.7, "Total_roof": 46.2, "Gross_volu": 209.4, "Is_Gross_v": "false", "Heated_vol": 209.4, "Ridge_mean": 4.5, "Eaves_mean": 4.53, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.903, "Heated_are": 84.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 59.9, "Total_Year": 11179.0, "January_He": 1229.0, "February_H": 858.0, "March_Heat": 528.0, "April_Heat": 128.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 277.0, "November_H": 780.0, "December_H": 1200.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202541618251672, 48.788541052844444, 0.0 ], [ 9.202467136547304, 48.788564743817041, 0.0 ], [ 9.20242238964409, 48.78850367439842, 0.0 ], [ 9.202496459034407, 48.788478995019339, 0.0 ], [ 9.202541618251672, 48.788541052844444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026193", "Latitude": 48.7888, "Longitude": 9.21364, "X_coordina": 3515770.47, "Y_coordina": 5405725.83, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.0, "Total_wall": 61.9, "Total_wa00": 0.0, "Total_outw": 132.4, "Total_shar": 218.2, "Total_roof": 56.5, "Gross_volu": 362.7, "Is_Gross_v": "false", "Heated_vol": 316.7, "Ridge_mean": 9.4, "Eaves_mean": 6.35, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 101.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.7, "Total_Year": 6239.0, "January_He": 1121.0, "February_H": 813.0, "March_Heat": 505.0, "April_Heat": 105.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 247.0, "November_H": 719.0, "December_H": 1107.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213625904305719, 48.788814625222201, 0.0 ], [ 9.213657883537389, 48.788846219020584, 0.0 ], [ 9.213586126512135, 48.788869462505282, 0.0 ], [ 9.213560129129609, 48.788836418815976, 0.0 ], [ 9.213532627552178, 48.788801669360353, 0.0 ], [ 9.213592695733229, 48.788781954611096, 0.0 ], [ 9.213625904305719, 48.788814625222201, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025e5d", "Latitude": 48.78856, "Longitude": 9.21105, "X_coordina": 3515579.99, "Y_coordina": 5405697.67, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 62.4, "Total_wa00": 0.0, "Total_outw": 141.1, "Total_shar": 198.8, "Total_roof": 63.7, "Gross_volu": 361.6, "Is_Gross_v": "false", "Heated_vol": 315.3, "Ridge_mean": 9.6, "Eaves_mean": 6.04, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 100.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 6197.0, "January_He": 1175.0, "February_H": 791.0, "March_Heat": 437.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 220.0, "November_H": 746.0, "December_H": 1155.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211001341813388, 48.7886048161552, 0.0 ], [ 9.210950444307272, 48.788604819476234, 0.0 ], [ 9.210950390807545, 48.788559587977211, 0.0 ], [ 9.210950757989151, 48.788549785626479, 0.0 ], [ 9.21100138326279, 48.788549782804097, 0.0 ], [ 9.211053505509081, 48.788549777216012, 0.0 ], [ 9.211053055850897, 48.788604811315246, 0.0 ], [ 9.211001341813388, 48.7886048161552, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258b6", "Latitude": 48.79284, "Longitude": 9.20049, "X_coordina": 3514802.71, "Y_coordina": 5406171.42, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 683.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 153.9, "Total_wall": 562.1, "Total_wa00": 0.0, "Total_outw": 806.7, "Total_shar": 108.1, "Total_roof": 183.0, "Gross_volu": 2236.5, "Is_Gross_v": "false", "Heated_vol": 2135.7, "Ridge_mean": 16.4, "Eaves_mean": 13.26, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.415, "Heated_are": 683.4, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 58.7, "Total_Year": 50110.0, "January_He": 9184.0, "February_H": 6778.0, "March_Heat": 4716.0, "April_Heat": 1568.0, "May_Heatin": 165.0, "June_Heati": 6, "July_Heati": 0, "August_Hea": 1, "September_": 350.0, "October_He": 2482.0, "November_H": 5971.0, "December_H": 8904.0, "PV_potenti": 7.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20042538096984, 48.792937344318432, 0.0 ], [ 9.200366175188901, 48.792902736845122, 0.0 ], [ 9.200321021102422, 48.792876467791721, 0.0 ], [ 9.200338119248253, 48.792863758822229, 0.0 ], [ 9.200377064336147, 48.792834645745657, 0.0 ], [ 9.20045685511907, 48.792775247237557, 0.0 ], [ 9.20056121529859, 48.792836213565359, 0.0 ], [ 9.20042538096984, 48.792937344318432, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258bb", "Latitude": 48.79249, "Longitude": 9.20023, "X_coordina": 3514784.21, "Y_coordina": 5406132.4, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 45.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.0, "Total_wall": 44.0, "Total_wa00": 0.0, "Total_outw": 83.4, "Total_shar": 88.3, "Total_roof": 25.0, "Gross_volu": 112.8, "Is_Gross_v": "false", "Heated_vol": 112.8, "Ridge_mean": 4.5, "Eaves_mean": 4.53, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.834, "Heated_are": 45.3, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 54.1, "Total_Year": 3115.0, "January_He": 598.0, "February_H": 411.0, "March_Heat": 263.0, "April_Heat": 75.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 132.0, "November_H": 365.0, "December_H": 587.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20019119302915, 48.792537501794925, 0.0 ], [ 9.200187646219103, 48.792535439718179, 0.0 ], [ 9.200139628033808, 48.792507556946362, 0.0 ], [ 9.200184816708324, 48.792474206672878, 0.0 ], [ 9.200236109140008, 48.792504062051755, 0.0 ], [ 9.200202727480832, 48.792528939001734, 0.0 ], [ 9.20019119302915, 48.792537501794925, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258bc", "Latitude": 48.79255, "Longitude": 9.20033, "X_coordina": 3514791.03, "Y_coordina": 5406140.07, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 232.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 115.1, "Total_wall": 217.8, "Total_wa00": 0.0, "Total_outw": 428.9, "Total_shar": 45.8, "Total_roof": 118.2, "Gross_volu": 701.0, "Is_Gross_v": "false", "Heated_vol": 726.3, "Ridge_mean": 6.5, "Eaves_mean": 5.65, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.682, "Heated_are": 232.4, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 68.3, "Total_Year": 15881.0, "January_He": 3276.0, "February_H": 2485.0, "March_Heat": 1916.0, "April_Heat": 812.0, "May_Heatin": 114.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 325.0, "October_He": 1342.0, "November_H": 2380.0, "December_H": 3226.0, "PV_potenti": 5.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200236109140008, 48.792504062051755, 0.0 ], [ 9.20039585232675, 48.792596945015582, 0.0 ], [ 9.200360293808897, 48.792622005646102, 0.0 ], [ 9.200327313987952, 48.792645263307953, 0.0 ], [ 9.200166069746203, 48.792551393699576, 0.0 ], [ 9.200187646219103, 48.792535439718179, 0.0 ], [ 9.20019119302915, 48.792537501794925, 0.0 ], [ 9.200202727480832, 48.792528939001734, 0.0 ], [ 9.200236109140008, 48.792504062051755, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025607", "Latitude": 48.7901, "Longitude": 9.2135, "X_coordina": 3515760.04, "Y_coordina": 5405870.14, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 572.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.0, "Total_wall": 278.0, "Total_wa00": 0.0, "Total_outw": 457.5, "Total_shar": 380.9, "Total_roof": 197.9, "Gross_volu": 1938.0, "Is_Gross_v": "false", "Heated_vol": 1789.0, "Ridge_mean": 15.3, "Eaves_mean": 10.7, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.337, "Heated_are": 572.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.4, "Total_Year": 28780.0, "January_He": 4944.0, "February_H": 3431.0, "March_Heat": 2053.0, "April_Heat": 349.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 976.0, "November_H": 3106.0, "December_H": 4813.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213560461054621, 48.790165399650917, 0.0 ], [ 9.213492896951736, 48.790182970107914, 0.0 ], [ 9.213426828297752, 48.790200178059273, 0.0 ], [ 9.213357190654106, 48.790081787753671, 0.0 ], [ 9.213423531743203, 48.790064669260616, 0.0 ], [ 9.213491096093327, 48.790047188767069, 0.0 ], [ 9.213560461054621, 48.790165399650917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002558e", "Latitude": 48.79481, "Longitude": 9.20779, "X_coordina": 3515339.05, "Y_coordina": 5406391.88, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1374.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 249.7, "Total_wall": 1060.7, "Total_wa00": 0.0, "Total_outw": 1358.7, "Total_shar": 231.7, "Total_roof": 249.8, "Gross_volu": 4294.7, "Is_Gross_v": "false", "Heated_vol": 4294.7, "Ridge_mean": 18.2, "Eaves_mean": 18.21, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 22, "Number_o00": 34, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.363, "Heated_are": 1374.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 30.8, "Total_Year": 64157.0, "January_He": 10683.0, "February_H": 7425.0, "March_Heat": 4451.0, "April_Heat": 798.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1955.0, "November_H": 6546.0, "December_H": 10451.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20770139892416, 48.794760780296443, 0.0 ], [ 9.207715393131119, 48.794721818156475, 0.0 ], [ 9.207721658051076, 48.794722796015364, 0.0 ], [ 9.207791117349981, 48.79473373130412, 0.0 ], [ 9.207793943250202, 48.794725902855816, 0.0 ], [ 9.207855502896527, 48.794735503506168, 0.0 ], [ 9.207820383909143, 48.794833493638706, 0.0 ], [ 9.207836318645912, 48.794835982741091, 0.0 ], [ 9.207821249027504, 48.794878184083615, 0.0 ], [ 9.207805314278119, 48.794875694979197, 0.0 ], [ 9.207785938258573, 48.794929773996458, 0.0 ], [ 9.207648654275163, 48.794908350041879, 0.0 ], [ 9.207661841950776, 48.794871817299637, 0.0 ], [ 9.207641957924048, 48.794868795752706, 0.0 ], [ 9.207681651044179, 48.794757758510769, 0.0 ], [ 9.20770139892416, 48.794760780296443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025113", "Latitude": 48.79253, "Longitude": 9.20208, "X_coordina": 3514920.08, "Y_coordina": 5406138.19, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 415.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.7, "Total_wall": 454.6, "Total_wa00": 0.0, "Total_outw": 691.6, "Total_shar": 87.3, "Total_roof": 127.7, "Gross_volu": 1425.7, "Is_Gross_v": "false", "Heated_vol": 1298.0, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 7, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.53, "Heated_are": 415.4, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 23195.0, "January_He": 4109.0, "February_H": 2868.0, "March_Heat": 1772.0, "April_Heat": 367.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 854.0, "November_H": 2563.0, "December_H": 4027.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20208460523417, 48.79253392492658, 0.0 ], [ 9.202111337330527, 48.792514094823147, 0.0 ], [ 9.202155673621114, 48.792539914994457, 0.0 ], [ 9.20212853286932, 48.79255965590179, 0.0 ], [ 9.202068687113261, 48.792603104098703, 0.0 ], [ 9.202054500632757, 48.792595125791692, 0.0 ], [ 9.202022607882146, 48.792617752566372, 0.0 ], [ 9.201924524281528, 48.792561092886167, 0.0 ], [ 9.201918793314363, 48.792557416067915, 0.0 ], [ 9.20192137018066, 48.79255516345988, 0.0 ], [ 9.201920140956538, 48.792554086532164, 0.0 ], [ 9.201951347442312, 48.792530022211665, 0.0 ], [ 9.20194602513539, 48.79252643460169, 0.0 ], [ 9.201948058323673, 48.792524362793621, 0.0 ], [ 9.201945465581048, 48.792522658792215, 0.0 ], [ 9.20197016129152, 48.792504091222803, 0.0 ], [ 9.201984350620666, 48.79251278892405, 0.0 ], [ 9.202012574782072, 48.792491697296128, 0.0 ], [ 9.20208460523417, 48.79253392492658, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000250ba", "Latitude": 48.78864, "Longitude": 9.21154, "X_coordina": 3515616.16, "Y_coordina": 5405707.47, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 131.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 46.9, "Total_wall": 85.2, "Total_wa00": 0.0, "Total_outw": 164.7, "Total_shar": 234.6, "Total_roof": 64.7, "Gross_volu": 441.4, "Is_Gross_v": "false", "Heated_vol": 412.3, "Ridge_mean": 11.2, "Eaves_mean": 7.58, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.463, "Heated_are": 131.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 8065.0, "January_He": 1466.0, "February_H": 1033.0, "March_Heat": 631.0, "April_Heat": 123.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 324.0, "November_H": 948.0, "December_H": 1430.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211498476739322, 48.788637086045, 0.0 ], [ 9.211550613438691, 48.788640497304293, 0.0 ], [ 9.211542542215312, 48.788695275634218, 0.0 ], [ 9.211490268993069, 48.788691774698357, 0.0 ], [ 9.211438540511006, 48.788688362662299, 0.0 ], [ 9.211446748312895, 48.788633674012495, 0.0 ], [ 9.211498476739322, 48.788637086045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002505c", "Latitude": 48.78829, "Longitude": 9.21078, "X_coordina": 3515560.79, "Y_coordina": 5405668.31, "LOD": "LOD2", "Year_of_co": 1946, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.2, "Total_wall": 109.7, "Total_wa00": 0.0, "Total_outw": 190.2, "Total_shar": 115.0, "Total_roof": 88.7, "Gross_volu": 464.6, "Is_Gross_v": "false", "Heated_vol": 406.4, "Ridge_mean": 10.3, "Eaves_mean": 5.67, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.594, "Heated_are": 115.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 59.8, "Total_Year": 8727.0, "January_He": 1671.0, "February_H": 1166.0, "March_Heat": 750.0, "April_Heat": 201.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 359.0, "November_H": 1051.0, "December_H": 1661.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210689636458863, 48.788332018941794, 0.0 ], [ 9.210690919510551, 48.788277342112089, 0.0 ], [ 9.210790129620264, 48.788278330467605, 0.0 ], [ 9.210788529034625, 48.788350096071945, 0.0 ], [ 9.210689297005748, 48.788349106855925, 0.0 ], [ 9.210689636458863, 48.788332018941794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002505d", "Latitude": 48.78828, "Longitude": 9.21072, "X_coordina": 3515555.8, "Y_coordina": 5405667.27, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 24.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 16.7, "Total_wall": 19.1, "Total_wa00": 0.0, "Total_outw": 24.9, "Total_shar": 46.4, "Total_roof": 17.3, "Gross_volu": 67.0, "Is_Gross_v": "false", "Heated_vol": 77.5, "Ridge_mean": 4.4, "Eaves_mean": 3.67, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.878, "Heated_are": 24.8, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 0.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210652469689901, 48.788324977569118, 0.0 ], [ 9.210653758908895, 48.788276966769168, 0.0 ], [ 9.210690919510551, 48.788277342112089, 0.0 ], [ 9.210689636458863, 48.788332018941794, 0.0 ], [ 9.210652347252308, 48.788331815587881, 0.0 ], [ 9.210652469689901, 48.788324977569118, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f14", "Latitude": 48.7919, "Longitude": 9.20241, "X_coordina": 3514944.1, "Y_coordina": 5406068.06, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 681.5, "SecondaryU": "retail", "Secondar00": 99.5, "BuildingTy": "GMH", "Footprint_": 124.3, "Total_wall": 730.6, "Total_wa00": 0.0, "Total_outw": 934.3, "Total_shar": 120.2, "Total_roof": 195.6, "Gross_volu": 2464.9, "Is_Gross_v": "false", "Heated_vol": 2440.5, "Ridge_mean": 22.2, "Eaves_mean": 17.36, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.429, "Heated_are": 781.0, "Mean_Uvalu": 0.5, "Specific_d": "23,1", "Specific_s": 41.6, "Total_Year": 50513.0, "January_He": 8055.0, "February_H": 5625.0, "March_Heat": 3407.0, "April_Heat": 672.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1635.0, "November_H": 5042.0, "December_H": 7912.0, "PV_potenti": 7.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202352307030388, 48.791990586108312, 0.0 ], [ 9.202344029652703, 48.791996715457422, 0.0 ], [ 9.202253036993286, 48.791943280840584, 0.0 ], [ 9.202277462641778, 48.791925343142921, 0.0 ], [ 9.202297274330997, 48.791910740718578, 0.0 ], [ 9.202379506798408, 48.791850257496932, 0.0 ], [ 9.202424797855276, 48.791876705354916, 0.0 ], [ 9.202470361878472, 48.791903332562264, 0.0 ], [ 9.202439152772666, 48.791926587718208, 0.0 ], [ 9.202409571022997, 48.791948401227693, 0.0 ], [ 9.202352307030388, 48.791990586108312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f16", "Latitude": 48.79197, "Longitude": 9.20246, "X_coordina": 3514948.42, "Y_coordina": 5406075.75, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.0, "Total_wall": 43.7, "Total_wa00": 0.0, "Total_outw": 135.4, "Total_shar": 48.2, "Total_roof": 35.0, "Gross_volu": 95.9, "Is_Gross_v": "false", "Heated_vol": 87.6, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.23, "Heated_are": 28.0, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202364038925323, 48.79199739968616, 0.0 ], [ 9.202420212325515, 48.791954767098758, 0.0 ], [ 9.202477370418203, 48.791987758498202, 0.0 ], [ 9.202421060570133, 48.792030301429456, 0.0 ], [ 9.202364038925323, 48.79199739968616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f06", "Latitude": 48.78867, "Longitude": 9.21105, "X_coordina": 3515579.88, "Y_coordina": 5405709.93, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 99.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 117.1, "Total_wa00": 0.0, "Total_outw": 241.1, "Total_shar": 99.9, "Total_roof": 63.7, "Gross_volu": 355.6, "Is_Gross_v": "false", "Heated_vol": 309.4, "Ridge_mean": 9.5, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.691, "Heated_are": 99.0, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 62.5, "Total_Year": 7755.0, "January_He": 1551.0, "February_H": 1058.0, "March_Heat": 609.0, "April_Heat": 111.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 312.0, "November_H": 1001.0, "December_H": 1525.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211001164275361, 48.788659849755092, 0.0 ], [ 9.211052470103191, 48.788659845663368, 0.0 ], [ 9.211051749773921, 48.788715239952175, 0.0 ], [ 9.211001123957047, 48.788715152874026, 0.0 ], [ 9.210949545518126, 48.788715067518616, 0.0 ], [ 9.210949807142244, 48.788712549177177, 0.0 ], [ 9.210950037881451, 48.788670194715174, 0.0 ], [ 9.210950130624905, 48.788659853325441, 0.0 ], [ 9.211001164275361, 48.788659849755092, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f08", "Latitude": 48.78866, "Longitude": 9.21087, "X_coordina": 3515566.71, "Y_coordina": 5405709.55, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 40.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 43.3, "Total_wall": 52.7, "Total_wa00": 0.0, "Total_outw": 193.6, "Total_shar": 0.0, "Total_roof": 43.3, "Gross_volu": 86.8, "Is_Gross_v": "false", "Heated_vol": 86.8, "Ridge_mean": 2.0, "Eaves_mean": 2.0, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.604, "Heated_are": 40.0, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210776161129598, 48.788713676440885, 0.0 ], [ 9.210771846855653, 48.78865838129208, 0.0 ], [ 9.210867504420259, 48.788655148772122, 0.0 ], [ 9.210871546621178, 48.788710444415585, 0.0 ], [ 9.210776161129598, 48.788713676440885, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024d1e", "Latitude": 48.79061, "Longitude": 9.213, "X_coordina": 3515723.22, "Y_coordina": 5405926.79, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 454.0, "SecondaryU": "retail", "Secondar00": 130.9, "BuildingTy": "MFH", "Footprint_": 163.6, "Total_wall": 432.5, "Total_wa00": 0.0, "Total_outw": 685.4, "Total_shar": 93.8, "Total_roof": 235.8, "Gross_volu": 1890.6, "Is_Gross_v": "false", "Heated_vol": 1827.7, "Ridge_mean": 14.4, "Eaves_mean": 8.76, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.449, "Heated_are": 584.9, "Mean_Uvalu": 0.49, "Specific_d": "28,6", "Specific_s": 44.0, "Total_Year": 42505.0, "January_He": 6208.0, "February_H": 4409.0, "March_Heat": 2886.0, "April_Heat": 753.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1352.0, "November_H": 3908.0, "December_H": 6106.0, "PV_potenti": 10.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213065774439748, 48.790586708896392, 0.0 ], [ 9.213065825278804, 48.790630861300194, 0.0 ], [ 9.213061742457704, 48.790630868853903, 0.0 ], [ 9.213062637650472, 48.790681584119469, 0.0 ], [ 9.213059915766991, 48.790681589155213, 0.0 ], [ 9.212854414703482, 48.790682238937713, 0.0 ], [ 9.212853872404777, 48.790586201513399, 0.0 ], [ 9.213065774439748, 48.790586708896392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024d1a", "Latitude": 48.7905, "Longitude": 9.21308, "X_coordina": 3515728.7, "Y_coordina": 5405914.17, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.8, "Total_wall": 35.4, "Total_wa00": 0.0, "Total_outw": 109.5, "Total_shar": 52.8, "Total_roof": 23.8, "Gross_volu": 69.7, "Is_Gross_v": "true", "Heated_vol": 61.7, "Ridge_mean": 2.9, "Eaves_mean": 2.88, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.258, "Heated_are": 19.8, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213085784001708, 48.790523275720879, 0.0 ], [ 9.212999734474462, 48.790546545278069, 0.0 ], [ 9.212982190401421, 48.790517262624846, 0.0 ], [ 9.213067424466988, 48.790494264360213, 0.0 ], [ 9.213085784001708, 48.790523275720879, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024b86", "Latitude": 48.79047, "Longitude": 9.21367, "X_coordina": 3515772.03, "Y_coordina": 5405910.92, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 538.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.1, "Total_wall": 254.8, "Total_wa00": 0.0, "Total_outw": 428.3, "Total_shar": 369.7, "Total_roof": 195.1, "Gross_volu": 1831.2, "Is_Gross_v": "false", "Heated_vol": 1682.2, "Ridge_mean": 14.5, "Eaves_mean": 10.03, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 538.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 28241.0, "January_He": 4848.0, "February_H": 3436.0, "March_Heat": 2127.0, "April_Heat": 404.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1033.0, "November_H": 3106.0, "December_H": 4707.0, "PV_potenti": 8.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213539958971863, 48.79043332015015, 0.0 ], [ 9.213612878750011, 48.79042698018533, 0.0 ], [ 9.213682941692387, 48.790420915246088, 0.0 ], [ 9.213707153888745, 48.790546133924785, 0.0 ], [ 9.213637772389504, 48.790552467385325, 0.0 ], [ 9.213564445677832, 48.79055916781487, 0.0 ], [ 9.213539958971863, 48.79043332015015, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024adb", "Latitude": 48.79519, "Longitude": 9.21097, "X_coordina": 3515572.65, "Y_coordina": 5406435.63, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 4366.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 899.3, "Total_wall": 2021.9, "Total_wa00": 0.0, "Total_outw": 4131.5, "Total_shar": 39.2, "Total_roof": 1314.9, "Gross_volu": 14545.5, "Is_Gross_v": "false", "Heated_vol": 13646.3, "Ridge_mean": 20.5, "Eaves_mean": 12.12, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.303, "Heated_are": 4366.8, "Mean_Uvalu": 0.44, "Specific_d": "155,5", "Specific_s": 110.8, "Total_Year": 1163119.0, "January_He": 98899.0, "February_H": 77625.0, "March_Heat": 61517.0, "April_Heat": 30172.0, "May_Heatin": 7472.0, "June_Heati": 693, "July_Heati": 119, "August_Hea": 208, "September_": 10255.0, "October_He": 34668.0, "November_H": 67466.0, "December_H": 94856.0, "PV_potenti": 64.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210907992494802, 48.794971398332279, 0.0 ], [ 9.210903257437911, 48.794978241193959, 0.0 ], [ 9.211163661554648, 48.795018229603855, 0.0 ], [ 9.211139182716046, 48.795087965238288, 0.0 ], [ 9.211137293456087, 48.795091835414745, 0.0 ], [ 9.211032829542555, 48.79507521118682, 0.0 ], [ 9.210886222314706, 48.795492635085942, 0.0 ], [ 9.210792930493028, 48.795478867736037, 0.0 ], [ 9.210696505998996, 48.795464566500783, 0.0 ], [ 9.21073133781711, 48.795364238015274, 0.0 ], [ 9.210860439504788, 48.794991538363305, 0.0 ], [ 9.210853766173473, 48.79499056142285, 0.0 ], [ 9.210843409318221, 48.794987522984322, 0.0 ], [ 9.21083467857501, 48.794982773020351, 0.0 ], [ 9.21082798376878, 48.794976670475251, 0.0 ], [ 9.210824007312127, 48.794969663717843, 0.0 ], [ 9.210822887193745, 48.794962202113545, 0.0 ], [ 9.210824761778802, 48.794954824950473, 0.0 ], [ 9.210829496844179, 48.794947982091976, 0.0 ], [ 9.210836685955723, 48.794942123899574, 0.0 ], [ 9.210845786951104, 48.794937790906715, 0.0 ], [ 9.210856392267251, 48.794935163706306, 0.0 ], [ 9.21086768602459, 48.794934423638956, 0.0 ], [ 9.21087898807278, 48.794935661873495, 0.0 ], [ 9.210889208813789, 48.794938700558099, 0.0 ], [ 9.210898075660193, 48.794943450268732, 0.0 ], [ 9.210904634364741, 48.794949553059055, 0.0 ], [ 9.210908610831009, 48.794956559813691, 0.0 ], [ 9.210909730961959, 48.79496402141713, 0.0 ], [ 9.210907992494802, 48.794971398332279, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024414", "Latitude": 48.78928, "Longitude": 9.21004, "X_coordina": 3515505.47, "Y_coordina": 5405778.15, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3023, "PrimaryUsa": "education", "PrimaryU00": 4154.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 927.0, "Total_wall": 2495.9, "Total_wa00": 0.0, "Total_outw": 3760.9, "Total_shar": 0.0, "Total_roof": 1472.1, "Gross_volu": 13909.4, "Is_Gross_v": "false", "Heated_vol": 12982.4, "Ridge_mean": 19.4, "Eaves_mean": 11.51, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 4154.4, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 42.4, "Total_Year": 279451.0, "January_He": 40204.0, "February_H": 29733.0, "March_Heat": 20462.0, "April_Heat": 6273.0, "May_Heatin": 581.0, "June_Heati": 25, "July_Heati": 4, "August_Hea": 9, "September_": 1424.0, "October_He": 11355.0, "November_H": 26707.0, "December_H": 39482.0, "PV_potenti": 60.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209810052541085, 48.789267122201331, 0.0 ], [ 9.209968676425333, 48.7892204324977, 0.0 ], [ 9.209972754255608, 48.789219256055304, 0.0 ], [ 9.2099779579512, 48.789226980000485, 0.0 ], [ 9.210191764670439, 48.789163553484777, 0.0 ], [ 9.210183277886951, 48.789151788977343, 0.0 ], [ 9.210242540277518, 48.789134235613773, 0.0 ], [ 9.21030057894426, 48.7891169542253, 0.0 ], [ 9.210333446862693, 48.789166262279082, 0.0 ], [ 9.210457817008878, 48.78912961598278, 0.0 ], [ 9.210505888135874, 48.789202096502002, 0.0 ], [ 9.2103835558173, 48.789237929814114, 0.0 ], [ 9.210387116720094, 48.789243318727294, 0.0 ], [ 9.210330165533131, 48.789260328401838, 0.0 ], [ 9.210270087985435, 48.789278242993021, 0.0 ], [ 9.210244209119988, 48.789240522312504, 0.0 ], [ 9.210030675822775, 48.789304308120521, 0.0 ], [ 9.210063131574831, 48.789352717765091, 0.0 ], [ 9.210023305060766, 48.789364300631121, 0.0 ], [ 9.210030428309183, 48.789375438171255, 0.0 ], [ 9.209988970932427, 48.789387563541574, 0.0 ], [ 9.20994846542056, 48.789399507314322, 0.0 ], [ 9.20994107075566, 48.789388550111262, 0.0 ], [ 9.209901109219494, 48.78940040295204, 0.0 ], [ 9.209868928398322, 48.789352622226694, 0.0 ], [ 9.209655665955738, 48.789416316921269, 0.0 ], [ 9.209681274537781, 48.789454577766719, 0.0 ], [ 9.209624321374426, 48.789471227400824, 0.0 ], [ 9.209563426402815, 48.789489053187211, 0.0 ], [ 9.209475794804932, 48.789361071436431, 0.0 ], [ 9.209536145665167, 48.789343336609591, 0.0 ], [ 9.209594321281195, 48.789326145251962, 0.0 ], [ 9.209602539146289, 48.789338719604629, 0.0 ], [ 9.20981512050122, 48.78927493632473, 0.0 ], [ 9.209810052541085, 48.789267122201331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024415", "Latitude": 48.78949, "Longitude": 9.21062, "X_coordina": 3515548.06, "Y_coordina": 5405801.15, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3023, "PrimaryUsa": "education", "PrimaryU00": 764.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 294.1, "Total_wall": 488.8, "Total_wa00": 0.0, "Total_outw": 847.1, "Total_shar": 0.0, "Total_roof": 297.1, "Gross_volu": 1973.0, "Is_Gross_v": "false", "Heated_vol": 1973.0, "Ridge_mean": 7.0, "Eaves_mean": 7.02, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.547, "Heated_are": 764.2, "Mean_Uvalu": 0.42, "Specific_d": "24,8", "Specific_s": 42.8, "Total_Year": 51686.0, "January_He": 7461.0, "February_H": 5473.0, "March_Heat": 3788.0, "April_Heat": 1185.0, "May_Heatin": 114.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 281.0, "October_He": 2135.0, "November_H": 4960.0, "December_H": 7299.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210428190539277, 48.789432443021283, 0.0 ], [ 9.210579471490636, 48.789387204673659, 0.0 ], [ 9.210714620943996, 48.789584699544434, 0.0 ], [ 9.210563339521977, 48.789629938068721, 0.0 ], [ 9.210428190539277, 48.789432443021283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c1", "Latitude": 48.79221, "Longitude": 9.20016, "X_coordina": 3514779.14, "Y_coordina": 5406102.18, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4064.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 748.4, "Total_wall": 2305.9, "Total_wa00": 0.0, "Total_outw": 3132.2, "Total_shar": 0.0, "Total_roof": 915.3, "Gross_volu": 13449.3, "Is_Gross_v": "false", "Heated_vol": 12700.8, "Ridge_mean": 20.1, "Eaves_mean": 16.08, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.307, "Heated_are": 4064.3, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 52.7, "Total_Year": 273412.0, "January_He": 48321.0, "February_H": 35956.0, "March_Heat": 25837.0, "April_Heat": 9394.0, "May_Heatin": 1114.0, "June_Heati": 37, "July_Heati": 4, "August_Hea": 8, "September_": 2046.0, "October_He": 13307.0, "November_H": 31304.0, "December_H": 46706.0, "PV_potenti": 48.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200500366689507, 48.792389309372695, 0.0 ], [ 9.200396695116375, 48.792466824116374, 0.0 ], [ 9.19973520711523, 48.792079143727229, 0.0 ], [ 9.199839695499271, 48.792001628155944, 0.0 ], [ 9.200500366689507, 48.792389309372695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c2", "Latitude": 48.79277, "Longitude": 9.1998, "X_coordina": 3514752.09, "Y_coordina": 5406164.3, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 310.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 287.3, "Total_wall": 159.0, "Total_wa00": 0.0, "Total_outw": 480.3, "Total_shar": 342.7, "Total_roof": 355.5, "Gross_volu": 1420.1, "Is_Gross_v": "false", "Heated_vol": 1132.8, "Ridge_mean": 7.4, "Eaves_mean": 3.7, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.605, "Heated_are": 310.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 16.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19955530550466, 48.792667915598088, 0.0 ], [ 9.199587874188719, 48.792643849557606, 0.0 ], [ 9.199892762650464, 48.792821009731128, 0.0 ], [ 9.199896021192982, 48.792819025755961, 0.0 ], [ 9.199974734619166, 48.792865109815793, 0.0 ], [ 9.199868613594271, 48.792943167872899, 0.0 ], [ 9.199791536916521, 48.792897980137376, 0.0 ], [ 9.199832378107914, 48.792866436018663, 0.0 ], [ 9.199528843804808, 48.792687564792338, 0.0 ], [ 9.19955530550466, 48.792667915598088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c3", "Latitude": 48.79244, "Longitude": 9.19973, "X_coordina": 3514747.0, "Y_coordina": 5406127.03, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 706.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 383.7, "Total_wall": 389.6, "Total_wa00": 0.0, "Total_outw": 801.7, "Total_shar": 0.0, "Total_roof": 391.5, "Gross_volu": 1775.7, "Is_Gross_v": "false", "Heated_vol": 1555.1, "Ridge_mean": 5.2, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.656, "Heated_are": 706.2, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 24923.0, "January_He": 707.0, "February_H": 238.0, "March_Heat": 31.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 99.0, "December_H": 642.0, "PV_potenti": 22.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199554738058122, 48.792318923132591, 0.0 ], [ 9.19990777283579, 48.79252252729227, 0.0 ], [ 9.199857159246765, 48.792560742745742, 0.0 ], [ 9.199807902647835, 48.792597966662768, 0.0 ], [ 9.199454867386766, 48.792394272277065, 0.0 ], [ 9.199502631596163, 48.792358220101789, 0.0 ], [ 9.199554738058122, 48.792318923132591, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c5", "Latitude": 48.79278, "Longitude": 9.1997, "X_coordina": 3514744.85, "Y_coordina": 5406164.7, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 143.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 179.1, "Total_wall": 93.3, "Total_wa00": 0.0, "Total_outw": 309.7, "Total_shar": 286.4, "Total_roof": 179.1, "Gross_volu": 505.7, "Is_Gross_v": "false", "Heated_vol": 447.6, "Ridge_mean": 2.8, "Eaves_mean": 2.82, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.917, "Heated_are": 143.2, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199528843804808, 48.792687564792338, 0.0 ], [ 9.199832378107914, 48.792866436018663, 0.0 ], [ 9.199791536916521, 48.792897980137376, 0.0 ], [ 9.199779459337368, 48.79290690352542, 0.0 ], [ 9.199474427879409, 48.792728034754354, 0.0 ], [ 9.199528843804808, 48.792687564792338, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024388", "Latitude": 48.79012, "Longitude": 9.21311, "X_coordina": 3515730.81, "Y_coordina": 5405872.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.1, "Total_wall": 238.5, "Total_wa00": 0.0, "Total_outw": 412.4, "Total_shar": 348.3, "Total_roof": 206.9, "Gross_volu": 1721.8, "Is_Gross_v": "false", "Heated_vol": 1579.7, "Ridge_mean": 14.8, "Eaves_mean": 9.41, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 505.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.8, "Total_Year": 26608.0, "January_He": 4629.0, "February_H": 3224.0, "March_Heat": 1960.0, "April_Heat": 354.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 951.0, "November_H": 2928.0, "December_H": 4510.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213099526844646, 48.790201233791258, 0.0 ], [ 9.213034278015032, 48.79021924931309, 0.0 ], [ 9.212960972474374, 48.790102214408073, 0.0 ], [ 9.213025815185027, 48.790084739220347, 0.0 ], [ 9.21308848265488, 48.790067807562821, 0.0 ], [ 9.213161377496554, 48.790184213682267, 0.0 ], [ 9.213099526844646, 48.790201233791258, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002415b", "Latitude": 48.78949, "Longitude": 9.20544, "X_coordina": 3515167.53, "Y_coordina": 5405800.3, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 583.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.1, "Total_wall": 523.1, "Total_wa00": 0.0, "Total_outw": 750.1, "Total_shar": 155.0, "Total_roof": 179.6, "Gross_volu": 1949.3, "Is_Gross_v": "false", "Heated_vol": 1822.2, "Ridge_mean": 17.2, "Eaves_mean": 13.03, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.445, "Heated_are": 583.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 34.6, "Total_Year": 29427.0, "January_He": 5149.0, "February_H": 3518.0, "March_Heat": 2026.0, "April_Heat": 335.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 919.0, "November_H": 3133.0, "December_H": 5070.0, "PV_potenti": 6.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205322094323474, 48.789549748251325, 0.0 ], [ 9.205278170258312, 48.789524647939125, 0.0 ], [ 9.205384274596023, 48.789446315111775, 0.0 ], [ 9.205427653914541, 48.789471326431979, 0.0 ], [ 9.205471443017824, 48.789496696699153, 0.0 ], [ 9.205507183327844, 48.789517315360634, 0.0 ], [ 9.205470140235013, 48.789544268627289, 0.0 ], [ 9.205432961011306, 48.789571222124771, 0.0 ], [ 9.205397221427303, 48.789550783286437, 0.0 ], [ 9.205368049526232, 48.789572327062679, 0.0 ], [ 9.205365336141362, 48.789574400145163, 0.0 ], [ 9.205322094323474, 48.789549748251325, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024130", "Latitude": 48.78798, "Longitude": 9.21135, "X_coordina": 3515602.76, "Y_coordina": 5405633.41, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.3, "Total_wall": 131.9, "Total_wa00": 0.0, "Total_outw": 231.1, "Total_shar": 102.4, "Total_roof": 70.7, "Gross_volu": 447.6, "Is_Gross_v": "false", "Heated_vol": 389.2, "Ridge_mean": 9.2, "Eaves_mean": 6.1, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.63, "Heated_are": 124.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 7750.0, "January_He": 1564.0, "February_H": 956.0, "March_Heat": 482.0, "April_Heat": 82.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 221.0, "November_H": 884.0, "December_H": 1576.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211362446906408, 48.788035656606894, 0.0 ], [ 9.211305123681832, 48.788028477985144, 0.0 ], [ 9.21124112881358, 48.788020502259968, 0.0 ], [ 9.211258575153588, 48.787962109800354, 0.0 ], [ 9.211320942193954, 48.787971347434265, 0.0 ], [ 9.211377726295552, 48.78797978596905, 0.0 ], [ 9.211362446906408, 48.788035656606894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000240ec", "Latitude": 48.79211, "Longitude": 9.20494, "X_coordina": 3515130.43, "Y_coordina": 5406092.01, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 102.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 56.8, "Total_wall": 162.1, "Total_wa00": 0.0, "Total_outw": 355.3, "Total_shar": 0.0, "Total_roof": 56.8, "Gross_volu": 313.7, "Is_Gross_v": "false", "Heated_vol": 272.6, "Ridge_mean": 5.5, "Eaves_mean": 5.52, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.957, "Heated_are": 102.7, "Mean_Uvalu": 0.5, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204853191039462, 48.792174734270269, 0.0 ], [ 9.204858933073563, 48.792147657053661, 0.0 ], [ 9.204846135083281, 48.792146510812827, 0.0 ], [ 9.204853896625378, 48.792114034588259, 0.0 ], [ 9.204868872177482, 48.792115176954333, 0.0 ], [ 9.204873526144318, 48.792088281519597, 0.0 ], [ 9.204940643722381, 48.792093377663164, 0.0 ], [ 9.204935989424712, 48.792120183177587, 0.0 ], [ 9.204950692784209, 48.792121326017437, 0.0 ], [ 9.204942388375493, 48.792154162908972, 0.0 ], [ 9.204928092202628, 48.792152749572715, 0.0 ], [ 9.204921672277072, 48.792180457464191, 0.0 ], [ 9.204853191039462, 48.792174734270269, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002408f", "Latitude": 48.79188, "Longitude": 9.20038, "X_coordina": 3514795.53, "Y_coordina": 5406065.13, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 721.9, "SecondaryU": "retail", "Secondar00": 195.8, "BuildingTy": "MFH", "Footprint_": 244.8, "Total_wall": 502.4, "Total_wa00": 0.0, "Total_outw": 819.0, "Total_shar": 317.7, "Total_roof": 329.0, "Gross_volu": 3112.8, "Is_Gross_v": "false", "Heated_vol": 2868.0, "Ridge_mean": 15.0, "Eaves_mean": 10.49, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.362, "Heated_are": 917.8, "Mean_Uvalu": 0.42, "Specific_d": "28,0", "Specific_s": 38.0, "Total_Year": 60649.0, "January_He": 8251.0, "February_H": 6041.0, "March_Heat": 4089.0, "April_Heat": 1074.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 140.0, "October_He": 1982.0, "November_H": 5316.0, "December_H": 7980.0, "PV_potenti": 14.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200167120067194, 48.791857451502146, 0.0 ], [ 9.200210542811247, 48.791825093443919, 0.0 ], [ 9.200254236978372, 48.791792555049945, 0.0 ], [ 9.200353411354749, 48.791850563115176, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200512063182524, 48.791943267979867, 0.0 ], [ 9.200425084949122, 48.792008793849092, 0.0 ], [ 9.200167120067194, 48.791857451502146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024090", "Latitude": 48.79188, "Longitude": 9.20053, "X_coordina": 3514806.45, "Y_coordina": 5406064.63, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 128.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 123.1, "Total_wa00": 0.0, "Total_outw": 221.3, "Total_shar": 187.2, "Total_roof": 53.3, "Gross_volu": 428.4, "Is_Gross_v": "false", "Heated_vol": 400.2, "Ridge_mean": 8.0, "Eaves_mean": 8.03, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.557, "Heated_are": 128.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7401.0, "January_He": 1446.0, "February_H": 895.0, "March_Heat": 467.0, "April_Heat": 77.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 224.0, "November_H": 813.0, "December_H": 1438.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200512063182524, 48.791943267979867, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200464459702262, 48.791848571384648, 0.0 ], [ 9.200561998033939, 48.791905772805471, 0.0 ], [ 9.200512063182524, 48.791943267979867, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024091", "Latitude": 48.79183, "Longitude": 9.20045, "X_coordina": 3514800.64, "Y_coordina": 5406060.14, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 45.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.7, "Total_wall": 57.9, "Total_wa00": 0.0, "Total_outw": 120.5, "Total_shar": 120.5, "Total_roof": 28.7, "Gross_volu": 143.4, "Is_Gross_v": "false", "Heated_vol": 143.4, "Ridge_mean": 5.0, "Eaves_mean": 5.02, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.804, "Heated_are": 45.9, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 52.4, "Total_Year": 3131.0, "January_He": 611.0, "February_H": 406.0, "March_Heat": 238.0, "April_Heat": 56.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 113.0, "November_H": 359.0, "December_H": 611.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200353411354749, 48.791850563115176, 0.0 ], [ 9.200387198992384, 48.791825235794121, 0.0 ], [ 9.200413254116993, 48.79184038754039, 0.0 ], [ 9.200429673192527, 48.791828129354819, 0.0 ], [ 9.200464459702262, 48.791848571384648, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023ef2", "Latitude": 48.79473, "Longitude": 9.20967, "X_coordina": 3515476.95, "Y_coordina": 5406384.27, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3036, "PrimaryUsa": "event location", "PrimaryU00": 325.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 180.4, "Total_wall": 224.0, "Total_wa00": 0.0, "Total_outw": 481.6, "Total_shar": 106.3, "Total_roof": 180.4, "Gross_volu": 886.2, "Is_Gross_v": "false", "Heated_vol": 886.2, "Ridge_mean": 4.9, "Eaves_mean": 4.91, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.66, "Heated_are": 325.5, "Mean_Uvalu": 0.41, "Specific_d": "non calculated", "Specific_s": 52.8, "Total_Year": 17196.0, "January_He": 3929.0, "February_H": 2799.0, "March_Heat": 1951.0, "April_Heat": 655.0, "May_Heatin": 66.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 1154.0, "November_H": 2603.0, "December_H": 3884.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209493048696139, 48.794780735262712, 0.0 ], [ 9.209524931570673, 48.794690843627151, 0.0 ], [ 9.209757824506934, 48.794727198400132, 0.0 ], [ 9.209725669439976, 48.794817000671763, 0.0 ], [ 9.209493048696139, 48.794780735262712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e8a", "Latitude": 48.7906, "Longitude": 9.21369, "X_coordina": 3515773.88, "Y_coordina": 5405925.43, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 581.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.6, "Total_wall": 356.3, "Total_wa00": 0.0, "Total_outw": 594.8, "Total_shar": 221.6, "Total_roof": 217.3, "Gross_volu": 1980.1, "Is_Gross_v": "false", "Heated_vol": 1818.5, "Ridge_mean": 14.7, "Eaves_mean": 10.12, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 581.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 33392.0, "January_He": 5808.0, "February_H": 4193.0, "March_Heat": 2709.0, "April_Heat": 585.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1354.0, "November_H": 3798.0, "December_H": 5638.0, "PV_potenti": 9.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213564445677832, 48.79055916781487, 0.0 ], [ 9.213638180670968, 48.790552466627922, 0.0 ], [ 9.213707153888745, 48.790546133924785, 0.0 ], [ 9.213727456276304, 48.790647979710641, 0.0 ], [ 9.213734268103508, 48.790681688426062, 0.0 ], [ 9.213731411653614, 48.790682053421911, 0.0 ], [ 9.213702844097508, 48.790684983993124, 0.0 ], [ 9.213590743332162, 48.790694813787468, 0.0 ], [ 9.213564445677832, 48.79055916781487, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e8b", "Latitude": 48.79065, "Longitude": 9.21382, "X_coordina": 3515783.36, "Y_coordina": 5405931.12, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 59.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.1, "Total_wall": 70.5, "Total_wa00": 0.0, "Total_outw": 193.5, "Total_shar": 37.0, "Total_roof": 50.3, "Gross_volu": 181.2, "Is_Gross_v": "false", "Heated_vol": 156.6, "Ridge_mean": 5.4, "Eaves_mean": 3.08, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.969, "Heated_are": 59.0, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 28.1, "Total_Year": 3595.0, "January_He": 502.0, "February_H": 295.0, "March_Heat": 122.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 23.0, "November_H": 219.0, "December_H": 486.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213731411653614, 48.790682053421911, 0.0 ], [ 9.213734268103508, 48.790681688426062, 0.0 ], [ 9.213727456276304, 48.790647979710641, 0.0 ], [ 9.213820513295044, 48.790640433233577, 0.0 ], [ 9.213829591715317, 48.790695089938481, 0.0 ], [ 9.21373530860323, 48.790702368927491, 0.0 ], [ 9.213731411653614, 48.790682053421911, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e40", "Latitude": 48.78969, "Longitude": 9.21172, "X_coordina": 3515629.23, "Y_coordina": 5405823.78, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 967.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 643.2, "Total_wall": 606.1, "Total_wa00": 0.0, "Total_outw": 1502.1, "Total_shar": 0.0, "Total_roof": 658.0, "Gross_volu": 3422.7, "Is_Gross_v": "false", "Heated_vol": 3023.4, "Ridge_mean": 8.1, "Eaves_mean": 3.49, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.578, "Heated_are": 967.5, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 55.5, "Total_Year": 77737.0, "January_He": 12774.0, "February_H": 8983.0, "March_Heat": 5660.0, "April_Heat": 1447.0, "May_Heatin": 126.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 364.0, "October_He": 3287.0, "November_H": 8415.0, "December_H": 12638.0, "PV_potenti": 31.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211703754510109, 48.789814708573694, 0.0 ], [ 9.21171060147061, 48.789824767433473, 0.0 ], [ 9.211708019129631, 48.789825581493453, 0.0 ], [ 9.211695862778898, 48.789847455283287, 0.0 ], [ 9.21168700318643, 48.789844234318352, 0.0 ], [ 9.211605858773595, 48.789868752751872, 0.0 ], [ 9.211542596834978, 48.789776697252861, 0.0 ], [ 9.211532402805299, 48.789779773381603, 0.0 ], [ 9.211495568137675, 48.789726066701817, 0.0 ], [ 9.211505762158755, 48.78972299057633, 0.0 ], [ 9.211449620408537, 48.789641173241293, 0.0 ], [ 9.211530901000771, 48.789616744590269, 0.0 ], [ 9.211537611052453, 48.789626623864855, 0.0 ], [ 9.211565338150555, 48.789618120108379, 0.0 ], [ 9.211569416353543, 48.789617033532529, 0.0 ], [ 9.211576674558634, 48.789627811034151, 0.0 ], [ 9.211649528375618, 48.789606005566391, 0.0 ], [ 9.211641997597456, 48.789595138646597, 0.0 ], [ 9.211645803236257, 48.789593962645313, 0.0 ], [ 9.211673531054483, 48.789585638708701, 0.0 ], [ 9.211666820981653, 48.789575759441973, 0.0 ], [ 9.211748101740929, 48.789551420560798, 0.0 ], [ 9.211804380723281, 48.789633417346643, 0.0 ], [ 9.21181484651089, 48.789630250770259, 0.0 ], [ 9.211851544599659, 48.789683777752906, 0.0 ], [ 9.211840943090282, 48.789687034505874, 0.0 ], [ 9.211904205839142, 48.789779179764722, 0.0 ], [ 9.211822925166951, 48.789803608678476, 0.0 ], [ 9.211820094111262, 48.789809998463724, 0.0 ], [ 9.211787669440554, 48.78980178512461, 0.0 ], [ 9.211784814918381, 48.789802599686887, 0.0 ], [ 9.211777559292345, 48.789792451659359, 0.0 ], [ 9.211703754510109, 48.789814708573694, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023d08", "Latitude": 48.79462, "Longitude": 9.21234, "X_coordina": 3515672.96, "Y_coordina": 5406372.53, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1622.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 328.9, "Total_wall": 1107.3, "Total_wa00": 0.0, "Total_outw": 1435.9, "Total_shar": 212.5, "Total_roof": 328.9, "Gross_volu": 5070.0, "Is_Gross_v": "false", "Heated_vol": 5070.0, "Ridge_mean": 15.9, "Eaves_mean": 15.94, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 20, "Number_o00": 41, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.348, "Heated_are": 1622.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.6, "Total_Year": 78545.0, "January_He": 12745.0, "February_H": 9154.0, "March_Heat": 6053.0, "April_Heat": 1543.0, "May_Heatin": 56.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 147.0, "October_He": 2770.0, "November_H": 7964.0, "December_H": 12413.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212155090942089, 48.794540262205977, 0.0 ], [ 9.212464224063623, 48.79467799473111, 0.0 ], [ 9.212457980727077, 48.794746617923089, 0.0 ], [ 9.212289044623704, 48.794739915424195, 0.0 ], [ 9.212121589445001, 48.794664778123163, 0.0 ], [ 9.212130827920847, 48.79456395679744, 0.0 ], [ 9.212155090942089, 48.794540262205977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023cdb", "Latitude": 48.78769, "Longitude": 9.20636, "X_coordina": 3515235.99, "Y_coordina": 5405600.23, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 447.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 136.1, "Total_wall": 221.4, "Total_wa00": 0.0, "Total_outw": 402.0, "Total_shar": 310.0, "Total_roof": 206.0, "Gross_volu": 1535.8, "Is_Gross_v": "false", "Heated_vol": 1399.7, "Ridge_mean": 14.0, "Eaves_mean": 8.55, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.386, "Heated_are": 447.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 24358.0, "January_He": 4175.0, "February_H": 2947.0, "March_Heat": 1944.0, "April_Heat": 530.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 889.0, "November_H": 2598.0, "December_H": 4100.0, "PV_potenti": 9.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206236485183956, 48.787653782682909, 0.0 ], [ 9.206426581548568, 48.787682757200145, 0.0 ], [ 9.20641111788734, 48.787728196369066, 0.0 ], [ 9.206398477715883, 48.787765267574322, 0.0 ], [ 9.206207433609917, 48.787737553639474, 0.0 ], [ 9.206220614206824, 48.787699492326922, 0.0 ], [ 9.206236485183956, 48.787653782682909, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023bf1", "Latitude": 48.7907, "Longitude": 9.20461, "X_coordina": 3515106.75, "Y_coordina": 5405934.7, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 680.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 208.2, "Total_wall": 436.6, "Total_wa00": 0.0, "Total_outw": 782.3, "Total_shar": 114.4, "Total_roof": 327.2, "Gross_volu": 2334.4, "Is_Gross_v": "false", "Heated_vol": 2126.2, "Ridge_mean": 14.5, "Eaves_mean": 7.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.438, "Heated_are": 680.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 38867.0, "January_He": 7003.0, "February_H": 4825.0, "March_Heat": 2944.0, "April_Heat": 572.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1412.0, "November_H": 4369.0, "December_H": 6882.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204671223804217, 48.790802194137328, 0.0 ], [ 9.204582675955248, 48.790814581090892, 0.0 ], [ 9.204509295895544, 48.790775055114473, 0.0 ], [ 9.204469577831095, 48.790646444945764, 0.0 ], [ 9.204615252767089, 48.79062604331034, 0.0 ], [ 9.204671223804217, 48.790802194137328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023bf2", "Latitude": 48.79081, "Longitude": 9.20452, "X_coordina": 3515099.87, "Y_coordina": 5405947.45, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 228.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.1, "Total_wall": 212.7, "Total_wa00": 0.0, "Total_outw": 454.1, "Total_shar": 114.4, "Total_roof": 142.5, "Gross_volu": 831.2, "Is_Gross_v": "false", "Heated_vol": 715.1, "Ridge_mean": 14.1, "Eaves_mean": 4.08, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.615, "Heated_are": 228.8, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 76.2, "Total_Year": 20789.0, "January_He": 3968.0, "February_H": 2961.0, "March_Heat": 2041.0, "April_Heat": 656.0, "May_Heatin": 69.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 151.0, "October_He": 1091.0, "November_H": 2641.0, "December_H": 3866.0, "PV_potenti": 5.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204509295895544, 48.790775055114473, 0.0 ], [ 9.204582675955248, 48.790814581090892, 0.0 ], [ 9.204586953746936, 48.790829051193377, 0.0 ], [ 9.204551355798293, 48.790843592132092, 0.0 ], [ 9.204566938584314, 48.790860290244481, 0.0 ], [ 9.204535416872071, 48.79087320531206, 0.0 ], [ 9.204519971283593, 48.790856776722613, 0.0 ], [ 9.204426221907029, 48.79089534056552, 0.0 ], [ 9.204367583052521, 48.790832857808368, 0.0 ], [ 9.204509295895544, 48.790775055114473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023b45", "Latitude": 48.78867, "Longitude": 9.21385, "X_coordina": 3515785.84, "Y_coordina": 5405711.09, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 105.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 64.1, "Total_wa00": 0.0, "Total_outw": 133.3, "Total_shar": 223.7, "Total_roof": 57.1, "Gross_volu": 377.7, "Is_Gross_v": "false", "Heated_vol": 330.8, "Ridge_mean": 9.6, "Eaves_mean": 6.5, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 105.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.2, "Total_Year": 6563.0, "January_He": 1203.0, "February_H": 853.0, "March_Heat": 511.0, "April_Heat": 92.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 257.0, "November_H": 777.0, "December_H": 1178.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213824125731556, 48.788671908212109, 0.0 ], [ 9.213824398291077, 48.788671997629699, 0.0 ], [ 9.213876188056778, 48.788689796265245, 0.0 ], [ 9.213827106155659, 48.788732780989868, 0.0 ], [ 9.213781425846488, 48.788711553892519, 0.0 ], [ 9.213731790981429, 48.78868844571975, 0.0 ], [ 9.213768792349404, 48.788652857199878, 0.0 ], [ 9.213824125731556, 48.788671908212109, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002393f", "Latitude": 48.79087, "Longitude": 9.21296, "X_coordina": 3515720.08, "Y_coordina": 5405955.2, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1152.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 169.2, "Total_wall": 964.3, "Total_wa00": 0.0, "Total_outw": 1194.6, "Total_shar": 267.6, "Total_roof": 169.2, "Gross_volu": 3702.3, "Is_Gross_v": "false", "Heated_vol": 3600.0, "Ridge_mean": 23.1, "Eaves_mean": 23.1, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 21, "Number_o00": 29, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.359, "Heated_are": 1152.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 59762.0, "January_He": 10268.0, "February_H": 7130.0, "March_Heat": 4517.0, "April_Heat": 1082.0, "May_Heatin": 45.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 1978.0, "November_H": 6252.0, "December_H": 10142.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21303443755434, 48.790932073564903, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.212989667295938, 48.790933325382163, 0.0 ], [ 9.2128199699404, 48.790936696511459, 0.0 ], [ 9.212806633023858, 48.790936811080982, 0.0 ], [ 9.212804252829406, 48.790888886191915, 0.0 ], [ 9.2128020300283, 48.790845996734113, 0.0 ], [ 9.212985202348776, 48.790843050328903, 0.0 ], [ 9.213032288419347, 48.790842333771167, 0.0 ], [ 9.213034034231633, 48.790868947932317, 0.0 ], [ 9.213031312718691, 48.790869042890336, 0.0 ], [ 9.213033548658744, 48.790914989722197, 0.0 ], [ 9.21303443755434, 48.790932073564903, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023672", "Latitude": 48.78913, "Longitude": 9.2069, "X_coordina": 3515274.8, "Y_coordina": 5405760.8, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1163.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 214.1, "Total_wall": 837.5, "Total_wa00": 0.0, "Total_outw": 1161.1, "Total_shar": 301.8, "Total_roof": 297.4, "Gross_volu": 3849.8, "Is_Gross_v": "false", "Heated_vol": 3635.7, "Ridge_mean": 20.2, "Eaves_mean": 15.42, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 1163.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 57600.0, "January_He": 9802.0, "February_H": 6790.0, "March_Heat": 4198.0, "April_Heat": 816.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1862.0, "November_H": 6008.0, "December_H": 9600.0, "PV_potenti": 12.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206815123215712, 48.78917614157676, 0.0 ], [ 9.20680964191722, 48.789166979209021, 0.0 ], [ 9.20679957124716, 48.78916699729406, 0.0 ], [ 9.206793057395654, 48.78917150517335, 0.0 ], [ 9.206742303897267, 48.78917357462096, 0.0 ], [ 9.20674499821814, 48.789200007334593, 0.0 ], [ 9.206739683680633, 48.789198308326455, 0.0 ], [ 9.20673725415493, 48.789170076664462, 0.0 ], [ 9.206733968196982, 48.789132134786364, 0.0 ], [ 9.206730260306919, 48.78909086649054, 0.0 ], [ 9.206729974459749, 48.789087539828884, 0.0 ], [ 9.206943468854163, 48.789079692711098, 0.0 ], [ 9.20697158066525, 48.789098436231725, 0.0 ], [ 9.206946652116851, 48.789225003596854, 0.0 ], [ 9.206830794190834, 48.789214241056243, 0.0 ], [ 9.206834397669589, 48.789196969245005, 0.0 ], [ 9.20683840091602, 48.789177628471833, 0.0 ], [ 9.206828202653643, 48.789179715032297, 0.0 ], [ 9.206815123215712, 48.78917614157676, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023630", "Latitude": 48.7916, "Longitude": 9.20262, "X_coordina": 3514960.15, "Y_coordina": 5406033.91, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 771.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.0, "Total_wall": 665.7, "Total_wa00": 0.0, "Total_outw": 906.5, "Total_shar": 237.1, "Total_roof": 229.4, "Gross_volu": 2538.4, "Is_Gross_v": "false", "Heated_vol": 2411.4, "Ridge_mean": 22.9, "Eaves_mean": 17.35, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 771.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 41118.0, "January_He": 7230.0, "February_H": 5032.0, "March_Heat": 3000.0, "April_Heat": 539.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 56.0, "October_He": 1410.0, "November_H": 4517.0, "December_H": 7097.0, "PV_potenti": 8.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202650955999063, 48.791664627435601, 0.0 ], [ 9.20262245964979, 48.791685539854683, 0.0 ], [ 9.202528739531539, 48.791630671473989, 0.0 ], [ 9.202508792284494, 48.791645364100823, 0.0 ], [ 9.202489010474476, 48.791633528970486, 0.0 ], [ 9.202460088841796, 48.791616404413297, 0.0 ], [ 9.202554394865547, 48.791546367934416, 0.0 ], [ 9.202583723331802, 48.791563132058023, 0.0 ], [ 9.202604185257659, 48.791574876052088, 0.0 ], [ 9.202697771430389, 48.791630284149321, 0.0 ], [ 9.202683252171015, 48.791641010613539, 0.0 ], [ 9.202650955999063, 48.791664627435601, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023631", "Latitude": 48.79167, "Longitude": 9.20279, "X_coordina": 3514972.3, "Y_coordina": 5406042.0, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 21.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.0, "Total_wall": 52.0, "Total_wa00": 0.0, "Total_outw": 160.6, "Total_shar": 0.0, "Total_roof": 27.0, "Gross_volu": 73.3, "Is_Gross_v": "false", "Heated_vol": 67.8, "Ridge_mean": 2.7, "Eaves_mean": 2.71, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.504, "Heated_are": 21.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202794631746702, 48.791687574799944, 0.0 ], [ 9.202747678057481, 48.791721378827042, 0.0 ], [ 9.202694335153151, 48.791689459928151, 0.0 ], [ 9.202740471904885, 48.791655567437267, 0.0 ], [ 9.202794631746702, 48.791687574799944, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023632", "Latitude": 48.79171, "Longitude": 9.20285, "X_coordina": 3514977.09, "Y_coordina": 5406046.27, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 22.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.6, "Total_wall": 52.6, "Total_wa00": 0.0, "Total_outw": 159.5, "Total_shar": 0.0, "Total_roof": 27.6, "Gross_volu": 70.9, "Is_Gross_v": "false", "Heated_vol": 68.9, "Ridge_mean": 2.6, "Eaves_mean": 2.57, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.543, "Heated_are": 22.0, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202804181367286, 48.791693223169489, 0.0 ], [ 9.202860247736755, 48.791725496914339, 0.0 ], [ 9.202814522555261, 48.791760198040343, 0.0 ], [ 9.202759542416725, 48.7917272928957, 0.0 ], [ 9.202804181367286, 48.791693223169489, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023594", "Latitude": 48.79555, "Longitude": 9.21235, "X_coordina": 3515673.81, "Y_coordina": 5406475.2, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 997.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 230.8, "Total_wall": 857.3, "Total_wa00": 0.0, "Total_outw": 1158.3, "Total_shar": 0.0, "Total_roof": 230.8, "Gross_volu": 3307.5, "Is_Gross_v": "false", "Heated_vol": 3116.0, "Ridge_mean": 14.3, "Eaves_mean": 14.33, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.415, "Heated_are": 997.1, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 54168.0, "January_He": 9191.0, "February_H": 6618.0, "March_Heat": 4363.0, "April_Heat": 1099.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 127.0, "October_He": 2110.0, "November_H": 5881.0, "December_H": 8945.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212377319802705, 48.795661379119366, 0.0 ], [ 9.212224174434416, 48.795655906334105, 0.0 ], [ 9.212239323336282, 48.795471984770224, 0.0 ], [ 9.212392468146723, 48.795477457536478, 0.0 ], [ 9.212377319802705, 48.795661379119366, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023111", "Latitude": 48.7948, "Longitude": 9.2092, "X_coordina": 3515442.37, "Y_coordina": 5406391.36, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 336.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 108.5, "Total_wall": 355.4, "Total_wa00": 0.0, "Total_outw": 560.3, "Total_shar": 0.0, "Total_roof": 175.4, "Gross_volu": 1062.8, "Is_Gross_v": "false", "Heated_vol": 1050.0, "Ridge_mean": 13.1, "Eaves_mean": 6.44, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.606, "Heated_are": 336.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 51.7, "Total_Year": 22696.0, "January_He": 4351.0, "February_H": 2957.0, "March_Heat": 1758.0, "April_Heat": 378.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 861.0, "November_H": 2701.0, "December_H": 4302.0, "PV_potenti": 8.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209141153577839, 48.794864464231381, 0.0 ], [ 9.209069925557603, 48.794853802738189, 0.0 ], [ 9.209102348049171, 48.79476256138777, 0.0 ], [ 9.209172078789164, 48.79477322558067, 0.0 ], [ 9.209240311278498, 48.794783622682907, 0.0 ], [ 9.209208704535168, 48.794874592819241, 0.0 ], [ 9.209141153577839, 48.794864464231381, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000230d5", "Latitude": 48.79134, "Longitude": 9.21318, "X_coordina": 3515735.79, "Y_coordina": 5406007.2, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 464.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 130.4, "Total_wall": 232.8, "Total_wa00": 0.0, "Total_outw": 393.6, "Total_shar": 325.1, "Total_roof": 193.4, "Gross_volu": 1582.2, "Is_Gross_v": "false", "Heated_vol": 1451.8, "Ridge_mean": 14.8, "Eaves_mean": 9.48, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.369, "Heated_are": 464.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.9, "Total_Year": 24947.0, "January_He": 4311.0, "February_H": 3084.0, "March_Heat": 1898.0, "April_Heat": 347.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 918.0, "November_H": 2780.0, "December_H": 4204.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213100576961819, 48.791413402216136, 0.0 ], [ 9.213037900783657, 48.791396522615464, 0.0 ], [ 9.213109012469472, 48.791284256303399, 0.0 ], [ 9.213170870813665, 48.791300867608733, 0.0 ], [ 9.213230140328481, 48.791316764285348, 0.0 ], [ 9.213159574394737, 48.791429299432195, 0.0 ], [ 9.213100576961819, 48.791413402216136, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022dcd", "Latitude": 48.79587, "Longitude": 9.19837, "X_coordina": 3514646.36, "Y_coordina": 5406508.81, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47081.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 7557.8, "Total_wall": 10779.8, "Total_wa00": 0.0, "Total_outw": 11299.8, "Total_shar": 0.0, "Total_roof": 7604.0, "Gross_volu": 154688.7, "Is_Gross_v": "false", "Heated_vol": 147130.9, "Ridge_mean": 24.3, "Eaves_mean": 18.99, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.171, "Heated_are": 47081.9, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 1.2, "Total_Year": 1602787.0, "January_He": 24013.0, "February_H": 8665.0, "March_Heat": 995.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 2459.0, "December_H": 19516.0, "PV_potenti": 369.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198639155576206, 48.795859717733642, 0.0 ], [ 9.199602764628823, 48.796466114453835, 0.0 ], [ 9.199477613193258, 48.796552567973151, 0.0 ], [ 9.199374179480445, 48.796623966528379, 0.0 ], [ 9.199268574116498, 48.796696987371107, 0.0 ], [ 9.197047478510074, 48.795299620858785, 0.0 ], [ 9.197151996381079, 48.795226873666067, 0.0 ], [ 9.197257735029638, 48.795153135127478, 0.0 ], [ 9.197347185419511, 48.795090844696432, 0.0 ], [ 9.198605899916318, 48.795882795518267, 0.0 ], [ 9.198639155576206, 48.795859717733642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022dc5", "Latitude": 48.79235, "Longitude": 9.20159, "X_coordina": 3514884.04, "Y_coordina": 5406118.06, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 832.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.7, "Total_wall": 758.6, "Total_wa00": 0.0, "Total_outw": 1039.0, "Total_shar": 0.0, "Total_roof": 203.3, "Gross_volu": 2772.8, "Is_Gross_v": "false", "Heated_vol": 2601.1, "Ridge_mean": 18.0, "Eaves_mean": 14.23, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.427, "Heated_are": 832.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 46047.0, "January_He": 8232.0, "February_H": 5715.0, "March_Heat": 3387.0, "April_Heat": 614.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1609.0, "November_H": 5136.0, "December_H": 8085.0, "PV_potenti": 11.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201594988883828, 48.792416083950705, 0.0 ], [ 9.201596216656576, 48.792416801190086, 0.0 ], [ 9.20153881427046, 48.792458716134462, 0.0 ], [ 9.201479608289878, 48.792424109230595, 0.0 ], [ 9.201419993374078, 48.792389323164208, 0.0 ], [ 9.20155365529379, 48.792290353197373, 0.0 ], [ 9.201611088641723, 48.792324153855084, 0.0 ], [ 9.201672205023563, 48.792360016276668, 0.0 ], [ 9.201616027655682, 48.792401929114583, 0.0 ], [ 9.20161493634223, 48.792401301560083, 0.0 ], [ 9.201594988883828, 48.792416083950705, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022b15", "Latitude": 48.79477, "Longitude": 9.20412, "X_coordina": 3515069.26, "Y_coordina": 5406386.72, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 997.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 234.9, "Total_wall": 814.7, "Total_wa00": 0.0, "Total_outw": 1172.9, "Total_shar": 201.2, "Total_roof": 234.9, "Gross_volu": 3193.7, "Is_Gross_v": "false", "Heated_vol": 3117.7, "Ridge_mean": 13.8, "Eaves_mean": 13.82, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.408, "Heated_are": 997.7, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 48218.0, "January_He": 8037.0, "February_H": 5657.0, "March_Heat": 3531.0, "April_Heat": 736.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1571.0, "November_H": 4936.0, "December_H": 7861.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204018134684727, 48.794838583956022, 0.0 ], [ 9.204023831060542, 48.794833628068638, 0.0 ], [ 9.203917551975243, 48.794771409364863, 0.0 ], [ 9.203940212674741, 48.794754373684484, 0.0 ], [ 9.20395378164733, 48.794744098368596, 0.0 ], [ 9.203983387206511, 48.794761491101063, 0.0 ], [ 9.204060462694548, 48.794704073245605, 0.0 ], [ 9.204072674954668, 48.794694879402329, 0.0 ], [ 9.204096140839274, 48.794708596120138, 0.0 ], [ 9.20410658956394, 48.794700844175679, 0.0 ], [ 9.204132648025215, 48.794716174914939, 0.0 ], [ 9.204122335041765, 48.794723836697607, 0.0 ], [ 9.204201874130904, 48.794770455933509, 0.0 ], [ 9.204189390395332, 48.794779830118799, 0.0 ], [ 9.204235777168471, 48.794807084621148, 0.0 ], [ 9.204141466300909, 48.794876852673816, 0.0 ], [ 9.204069703346196, 48.794834715795155, 0.0 ], [ 9.204043920614824, 48.794853825274259, 0.0 ], [ 9.204018134684727, 48.794838583956022, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002294e", "Latitude": 48.78912, "Longitude": 9.20622, "X_coordina": 3515225.23, "Y_coordina": 5405759.04, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 65.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 82.0, "Total_wall": 79.2, "Total_wa00": 0.0, "Total_outw": 258.4, "Total_shar": 53.2, "Total_roof": 82.0, "Gross_volu": 268.7, "Is_Gross_v": "false", "Heated_vol": 205.0, "Ridge_mean": 3.3, "Eaves_mean": 3.28, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.996, "Heated_are": 65.6, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 77.9, "Total_Year": 9900.0, "January_He": 1201.0, "February_H": 847.0, "March_Heat": 581.0, "April_Heat": 192.0, "May_Heatin": 23.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 293.0, "November_H": 752.0, "December_H": 1180.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206088405095842, 48.789111800142095, 0.0 ], [ 9.206259581612848, 48.789105468793778, 0.0 ], [ 9.206264448601928, 48.789164000367805, 0.0 ], [ 9.206093952337415, 48.789170330505868, 0.0 ], [ 9.206088405095842, 48.789111800142095, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002239a", "Latitude": 48.79325, "Longitude": 9.202, "X_coordina": 3514914.06, "Y_coordina": 5406217.28, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 544.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 98.4, "Total_wall": 427.2, "Total_wa00": 0.0, "Total_outw": 589.8, "Total_shar": 297.9, "Total_roof": 138.8, "Gross_volu": 1789.7, "Is_Gross_v": "false", "Heated_vol": 1701.3, "Ridge_mean": 21.2, "Eaves_mean": 15.16, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.385, "Heated_are": 544.4, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 34246.0, "January_He": 6081.0, "February_H": 4373.0, "March_Heat": 2917.0, "April_Heat": 757.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 1502.0, "November_H": 3920.0, "December_H": 5922.0, "PV_potenti": 5.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201948980440003, 48.793330616018103, 0.0 ], [ 9.201862757626389, 48.793279240982748, 0.0 ], [ 9.201913780158046, 48.793241383630452, 0.0 ], [ 9.201967652434254, 48.793201453015037, 0.0 ], [ 9.202053734425796, 48.79325165921319, 0.0 ], [ 9.20202768025618, 48.793270948569919, 0.0 ], [ 9.202005696831975, 48.793287173378381, 0.0 ], [ 9.201948980440003, 48.793330616018103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022263", "Latitude": 48.79518, "Longitude": 9.20411, "X_coordina": 3515068.23, "Y_coordina": 5406432.72, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1038.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 239.4, "Total_wall": 899.2, "Total_wa00": 0.0, "Total_outw": 1173.8, "Total_shar": 175.7, "Total_roof": 239.4, "Gross_volu": 3244.8, "Is_Gross_v": "false", "Heated_vol": 3244.8, "Ridge_mean": 15.2, "Eaves_mean": 15.18, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.425, "Heated_are": 1038.3, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 35.6, "Total_Year": 53374.0, "January_He": 9093.0, "February_H": 6419.0, "March_Heat": 4019.0, "April_Heat": 813.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 86.0, "October_He": 1917.0, "November_H": 5706.0, "December_H": 8853.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20399139629713, 48.795259833230539, 0.0 ], [ 9.203962234849344, 48.795251342146138, 0.0 ], [ 9.203974813292094, 48.79523171653414, 0.0 ], [ 9.203983334049502, 48.795218392756524, 0.0 ], [ 9.203989443895118, 48.795214695068452, 0.0 ], [ 9.203918444378678, 48.795159517831252, 0.0 ], [ 9.204020697278487, 48.795101336032261, 0.0 ], [ 9.204057561924051, 48.795129866403911, 0.0 ], [ 9.204071956729043, 48.795121837700137, 0.0 ], [ 9.204175450762007, 48.79520186605815, 0.0 ], [ 9.204163772242349, 48.795208451182347, 0.0 ], [ 9.204210331270634, 48.795244517895149, 0.0 ], [ 9.204169030766506, 48.795296836705852, 0.0 ], [ 9.20414732047472, 48.795279789720858, 0.0 ], [ 9.204114864302962, 48.795297921885421, 0.0 ], [ 9.204070763236595, 48.795263829096747, 0.0 ], [ 9.204060032694354, 48.795269243524366, 0.0 ], [ 9.204014293671488, 48.795233984610228, 0.0 ], [ 9.204003158091179, 48.795240209062072, 0.0 ], [ 9.20399139629713, 48.795259833230539, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000221db", "Latitude": 48.79022, "Longitude": 9.21357, "X_coordina": 3515765.09, "Y_coordina": 5405883.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 147.8, "Total_wall": 258.5, "Total_wa00": 0.0, "Total_outw": 433.4, "Total_shar": 376.4, "Total_roof": 201.6, "Gross_volu": 1866.6, "Is_Gross_v": "false", "Heated_vol": 1718.9, "Ridge_mean": 15.1, "Eaves_mean": 10.13, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.341, "Heated_are": 550.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 27938.0, "January_He": 4811.0, "February_H": 3344.0, "March_Heat": 2009.0, "April_Heat": 347.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 960.0, "November_H": 3028.0, "December_H": 4684.0, "PV_potenti": 10.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213560461054621, 48.790165399650917, 0.0 ], [ 9.213629550720629, 48.790282801688669, 0.0 ], [ 9.213562936846987, 48.790299830881885, 0.0 ], [ 9.213495099233976, 48.790317132076083, 0.0 ], [ 9.213426828297752, 48.790200178059273, 0.0 ], [ 9.213492896951736, 48.790182970107914, 0.0 ], [ 9.213560461054621, 48.790165399650917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000220f9", "Latitude": 48.79019, "Longitude": 9.19513, "X_coordina": 3514409.98, "Y_coordina": 5405876.59, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 885.9, "SecondaryU": "office and administration", "Secondar00": 251.8, "BuildingTy": "RH", "Footprint_": 314.7, "Total_wall": 946.1, "Total_wa00": 0.0, "Total_outw": 1442.0, "Total_shar": 0.0, "Total_roof": 314.7, "Gross_volu": 3026.7, "Is_Gross_v": "false", "Heated_vol": 3026.7, "Ridge_mean": 9.6, "Eaves_mean": 9.62, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 14, "Number_o00": 29, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 1137.7, "Mean_Uvalu": 0.48, "Specific_d": "15,6", "Specific_s": 39.0, "Total_Year": 62082.0, "January_He": 11353.0, "February_H": 7592.0, "March_Heat": 4415.0, "April_Heat": 846.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 2042.0, "November_H": 6801.0, "December_H": 11186.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194909784251456, 48.790067907782671, 0.0 ], [ 9.195064603579885, 48.790159008035481, 0.0 ], [ 9.195113028832887, 48.79018788140295, 0.0 ], [ 9.195331141364486, 48.790316282264044, 0.0 ], [ 9.195291651621822, 48.790345574419042, 0.0 ], [ 9.195278966319478, 48.790338222194457, 0.0 ], [ 9.195269874581431, 48.790345071807131, 0.0 ], [ 9.195249248742774, 48.790360663567498, 0.0 ], [ 9.195042866374777, 48.790238986956801, 0.0 ], [ 9.194995124365551, 48.790210831792137, 0.0 ], [ 9.194840303958415, 48.79011946167774, 0.0 ], [ 9.194867173378087, 48.790099543090491, 0.0 ], [ 9.194909784251456, 48.790067907782671, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002206b", "Latitude": 48.78761, "Longitude": 9.21455, "X_coordina": 3515837.47, "Y_coordina": 5405592.64, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 347.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 88.3, "Total_wall": 299.3, "Total_wa00": 0.0, "Total_outw": 458.5, "Total_shar": 141.7, "Total_roof": 142.0, "Gross_volu": 1155.0, "Is_Gross_v": "false", "Heated_vol": 1086.9, "Ridge_mean": 16.1, "Eaves_mean": 10.66, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.478, "Heated_are": 347.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.2, "Total_Year": 22607.0, "January_He": 4108.0, "February_H": 2955.0, "March_Heat": 1878.0, "April_Heat": 408.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 963.0, "November_H": 2700.0, "December_H": 4012.0, "PV_potenti": 5.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21446532106094, 48.787572028627636, 0.0 ], [ 9.214523893896299, 48.787585048388721, 0.0 ], [ 9.214582058504364, 48.787598068880676, 0.0 ], [ 9.214539135088405, 48.787680698778864, 0.0 ], [ 9.214422128751309, 48.78765546829635, 0.0 ], [ 9.21446532106094, 48.787572028627636, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002204c", "Latitude": 48.79184, "Longitude": 9.20083, "X_coordina": 3514828.28, "Y_coordina": 5406060.95, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1149.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 281.3, "Total_wall": 937.9, "Total_wa00": 0.0, "Total_outw": 1270.3, "Total_shar": 0.0, "Total_roof": 281.3, "Gross_volu": 3591.1, "Is_Gross_v": "false", "Heated_vol": 3591.1, "Ridge_mean": 12.8, "Eaves_mean": 12.76, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.418, "Heated_are": 1149.1, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 48.4, "Total_Year": 139505.0, "January_He": 12960.0, "February_H": 9513.0, "March_Heat": 6501.0, "April_Heat": 2028.0, "May_Heatin": 185.0, "June_Heati": 5, "July_Heati": 0, "August_Hea": 1, "September_": 386.0, "October_He": 3213.0, "November_H": 8266.0, "December_H": 12549.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200636543299893, 48.79189656066707, 0.0 ], [ 9.200674242867825, 48.791862503857182, 0.0 ], [ 9.200671925266137, 48.791861518736262, 0.0 ], [ 9.200676129225906, 48.791857734619242, 0.0 ], [ 9.200678446827501, 48.791858719740091, 0.0 ], [ 9.200714248149268, 48.791826464696847, 0.0 ], [ 9.200711930189783, 48.791825389653724, 0.0 ], [ 9.200716947499522, 48.791820794805183, 0.0 ], [ 9.200719265100217, 48.791821779925208, 0.0 ], [ 9.200755066728361, 48.791789614792151, 0.0 ], [ 9.200752748769707, 48.791788539749852, 0.0 ], [ 9.200757359574069, 48.791784395226166, 0.0 ], [ 9.200759677173876, 48.791785380345381, 0.0 ], [ 9.200798461405647, 48.791750332443641, 0.0 ], [ 9.200796279545042, 48.791749257164888, 0.0 ], [ 9.200801297198351, 48.791744752235594, 0.0 ], [ 9.200939080649656, 48.791825982680066, 0.0 ], [ 9.200933246057248, 48.791830399117131, 0.0 ], [ 9.20093092665665, 48.791828964386532, 0.0 ], [ 9.200895135883233, 48.791863827263057, 0.0 ], [ 9.200897726761358, 48.791865081673564, 0.0 ], [ 9.200893117756205, 48.791869675817651, 0.0 ], [ 9.200890526877957, 48.791868421407067, 0.0 ], [ 9.200857176831592, 48.791901031923743, 0.0 ], [ 9.200859767710693, 48.791902286335073, 0.0 ], [ 9.200855700576495, 48.791906250067321, 0.0 ], [ 9.200853110056215, 48.791905085578861, 0.0 ], [ 9.200817048056166, 48.791940218674519, 0.0 ], [ 9.2008197746751, 48.791941382926453, 0.0 ], [ 9.2008153013947, 48.791945886907087, 0.0 ], [ 9.200812847329864, 48.79194481210336, 0.0 ], [ 9.200772143238272, 48.7919762664121, 0.0 ], [ 9.200773371347374, 48.791977073583304, 0.0 ], [ 9.20076984392734, 48.791979867364716, 0.0 ], [ 9.200762750338944, 48.791975743246283, 0.0 ], [ 9.200764243467992, 48.791974751483622, 0.0 ], [ 9.200692078106762, 48.791932343411922, 0.0 ], [ 9.200690721075205, 48.791933334936481, 0.0 ], [ 9.200684582335183, 48.791929748690706, 0.0 ], [ 9.200685802910479, 48.791928667480427, 0.0 ], [ 9.200637647139313, 48.791900335534997, 0.0 ], [ 9.200636426205115, 48.791901326821794, 0.0 ], [ 9.200631242665567, 48.79189836837412, 0.0 ], [ 9.200634361436389, 48.791895485385282, 0.0 ], [ 9.200636543299893, 48.79189656066707, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021a2c", "Latitude": 48.78978, "Longitude": 9.20576, "X_coordina": 3515191.46, "Y_coordina": 5405832.83, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 258.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 202.0, "Total_wall": 166.6, "Total_wa00": 0.0, "Total_outw": 535.2, "Total_shar": 0.0, "Total_roof": 246.5, "Gross_volu": 1008.7, "Is_Gross_v": "false", "Heated_vol": 806.7, "Ridge_mean": 6.7, "Eaves_mean": 3.65, "Storey_num": 2, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.672, "Heated_are": 258.1, "Mean_Uvalu": 0.46, "Specific_d": "73,0", "Specific_s": 64.9, "Total_Year": 35592.0, "January_He": 4046.0, "February_H": 2854.0, "March_Heat": 1779.0, "April_Heat": 456.0, "May_Heatin": 37.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 918.0, "November_H": 2583.0, "December_H": 3978.0, "PV_potenti": 11.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205664181402609, 48.789904156324397, 0.0 ], [ 9.205571961250051, 48.789850007111795, 0.0 ], [ 9.205775216683946, 48.789700370868346, 0.0 ], [ 9.205867025194124, 48.789753711342883, 0.0 ], [ 9.205664181402609, 48.789904156324397, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002190e", "Latitude": 48.79158, "Longitude": 9.2038, "X_coordina": 3515046.84, "Y_coordina": 5406032.61, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 109.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.0, "Total_wall": 71.0, "Total_wa00": 0.0, "Total_outw": 146.7, "Total_shar": 211.2, "Total_roof": 60.6, "Gross_volu": 390.4, "Is_Gross_v": "false", "Heated_vol": 343.4, "Ridge_mean": 9.9, "Eaves_mean": 6.51, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 109.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 6503.0, "January_He": 1225.0, "February_H": 823.0, "March_Heat": 448.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 220.0, "November_H": 770.0, "December_H": 1204.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203805354301165, 48.791634983638588, 0.0 ], [ 9.203750480699018, 48.791628516316777, 0.0 ], [ 9.203697649654847, 48.791622315126688, 0.0 ], [ 9.203698051029114, 48.791620605868246, 0.0 ], [ 9.203701863559376, 48.791621048742414, 0.0 ], [ 9.20371540037821, 48.791569408648044, 0.0 ], [ 9.203765643711654, 48.791575164790835, 0.0 ], [ 9.203819835681474, 48.791581363541106, 0.0 ], [ 9.203805354301165, 48.791634983638588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000217ec", "Latitude": 48.7915, "Longitude": 9.19978, "X_coordina": 3514751.28, "Y_coordina": 5406022.65, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 862.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 130.3, "Total_wall": 633.4, "Total_wa00": 0.0, "Total_outw": 854.4, "Total_shar": 332.5, "Total_roof": 224.9, "Gross_volu": 2826.0, "Is_Gross_v": "false", "Heated_vol": 2695.7, "Ridge_mean": 22.5, "Eaves_mean": 18.32, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 862.6, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 30.6, "Total_Year": 40063.0, "January_He": 6654.0, "February_H": 4654.0, "March_Heat": 2771.0, "April_Heat": 482.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1186.0, "November_H": 4078.0, "December_H": 6529.0, "PV_potenti": 7.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199836945844989, 48.791514876478033, 0.0 ], [ 9.19982839783099, 48.79152145573461, 0.0 ], [ 9.199747936370619, 48.791583013150465, 0.0 ], [ 9.199727583608524, 48.7915986052354, 0.0 ], [ 9.199634685519232, 48.791544272616584, 0.0 ], [ 9.199773230692019, 48.791440889977935, 0.0 ], [ 9.199836938383008, 48.791478727201948, 0.0 ], [ 9.199810208794268, 48.79149927616583, 0.0 ], [ 9.199836945844989, 48.791514876478033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000217d7", "Latitude": 48.79029, "Longitude": 9.21165, "X_coordina": 3515623.68, "Y_coordina": 5405890.43, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.3, "Total_wall": 293.5, "Total_wa00": 0.0, "Total_outw": 424.2, "Total_shar": 350.9, "Total_roof": 185.0, "Gross_volu": 1850.2, "Is_Gross_v": "false", "Heated_vol": 1722.9, "Ridge_mean": 17.1, "Eaves_mean": 11.97, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 551.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 28602.0, "January_He": 4831.0, "February_H": 3508.0, "March_Heat": 2194.0, "April_Heat": 427.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1023.0, "November_H": 3102.0, "December_H": 4730.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211714792241072, 48.790303333283383, 0.0 ], [ 9.211579024964783, 48.790381096964694, 0.0 ], [ 9.211535061154427, 48.790347456369119, 0.0 ], [ 9.211493008754051, 48.790315251024332, 0.0 ], [ 9.211628505691081, 48.790237937558388, 0.0 ], [ 9.21167069307163, 48.790269872835204, 0.0 ], [ 9.211714792241072, 48.790303333283383, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002162d", "Latitude": 48.79295, "Longitude": 9.20223, "X_coordina": 3514931.09, "Y_coordina": 5406184.18, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 915.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.3, "Total_wall": 605.4, "Total_wa00": 0.0, "Total_outw": 843.5, "Total_shar": 385.1, "Total_roof": 211.7, "Gross_volu": 3032.0, "Is_Gross_v": "false", "Heated_vol": 2860.7, "Ridge_mean": 19.7, "Eaves_mean": 14.62, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 15, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 915.4, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 30.6, "Total_Year": 42532.0, "January_He": 6996.0, "February_H": 4898.0, "March_Heat": 3036.0, "April_Heat": 572.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 49.0, "October_He": 1350.0, "November_H": 4308.0, "December_H": 6811.0, "PV_potenti": 9.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202283938114983, 48.792960622062608, 0.0 ], [ 9.202319135183931, 48.792981242654719, 0.0 ], [ 9.20231601499643, 48.792983765996787, 0.0 ], [ 9.202262145036585, 48.793024146390408, 0.0 ], [ 9.202218044246575, 48.793057045947073, 0.0 ], [ 9.202058426928755, 48.792962816441396, 0.0 ], [ 9.202102937125469, 48.792930185997498, 0.0 ], [ 9.202113928745911, 48.792922073584165, 0.0 ], [ 9.202172687123312, 48.792878897045959, 0.0 ], [ 9.202174873397867, 48.792881051373691, 0.0 ], [ 9.202159541039734, 48.792892768356459, 0.0 ], [ 9.202280682549539, 48.792963325488678, 0.0 ], [ 9.202283938114983, 48.792960622062608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021574", "Latitude": 48.79018, "Longitude": 9.20966, "X_coordina": 3515477.96, "Y_coordina": 5405877.72, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1159.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 406.1, "Total_wall": 979.9, "Total_wa00": 0.0, "Total_outw": 1577.5, "Total_shar": 111.4, "Total_roof": 406.4, "Gross_volu": 4360.8, "Is_Gross_v": "false", "Heated_vol": 3954.7, "Ridge_mean": 13.0, "Eaves_mean": 9.81, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.433, "Heated_are": 1159.4, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 66.2, "Total_Year": 93713.0, "January_He": 17483.0, "February_H": 12909.0, "March_Heat": 9014.0, "April_Heat": 3053.0, "May_Heatin": 338.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 705.0, "October_He": 4811.0, "November_H": 11452.0, "December_H": 16996.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209797814118879, 48.79031412535695, 0.0 ], [ 9.209800279166915, 48.790317807734759, 0.0 ], [ 9.209715054767257, 48.790343411351103, 0.0 ], [ 9.209637306425286, 48.790366843128247, 0.0 ], [ 9.209574594446432, 48.790275415021448, 0.0 ], [ 9.209538035558289, 48.790222156837068, 0.0 ], [ 9.209503531242254, 48.790172042229827, 0.0 ], [ 9.209440272011248, 48.790079805729839, 0.0 ], [ 9.20960446922426, 48.790030858307432, 0.0 ], [ 9.209652255441128, 48.790100372210198, 0.0 ], [ 9.209611342121947, 48.790112586376232, 0.0 ], [ 9.209627770631167, 48.790135936615684, 0.0 ], [ 9.209651318687159, 48.790169525185206, 0.0 ], [ 9.209654446574287, 48.790168979949044, 0.0 ], [ 9.209665537902824, 48.790185235932803, 0.0 ], [ 9.209676355928734, 48.790201222642182, 0.0 ], [ 9.209673092696246, 48.790201947972605, 0.0 ], [ 9.209698693074778, 48.790238140580534, 0.0 ], [ 9.209713614898893, 48.790259155536546, 0.0 ], [ 9.209752485417487, 48.790246585360762, 0.0 ], [ 9.209797814118879, 48.79031412535695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021575", "Latitude": 48.79037, "Longitude": 9.2098, "X_coordina": 3515488.15, "Y_coordina": 5405898.79, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 280.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 171.3, "Total_wall": 98.1, "Total_wa00": 0.0, "Total_outw": 246.4, "Total_shar": 196.8, "Total_roof": 172.6, "Gross_volu": 612.0, "Is_Gross_v": "false", "Heated_vol": 612.0, "Ridge_mean": 4.0, "Eaves_mean": 4.01, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.722, "Heated_are": 280.8, "Mean_Uvalu": 0.35, "Specific_d": "14,6", "Specific_s": 44.8, "Total_Year": 16691.0, "January_He": 2875.0, "February_H": 2147.0, "March_Heat": 1517.0, "April_Heat": 503.0, "May_Heatin": 45.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 760.0, "November_H": 1870.0, "December_H": 2772.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209800279166915, 48.790317807734759, 0.0 ], [ 9.209797814118879, 48.79031412535695, 0.0 ], [ 9.20980950426355, 48.790310776885342, 0.0 ], [ 9.2098820690704, 48.790415045985448, 0.0 ], [ 9.20983136769207, 48.790429885852404, 0.0 ], [ 9.20982945188449, 48.79042737148167, 0.0 ], [ 9.209781607318305, 48.790441936350547, 0.0 ], [ 9.209710112416902, 48.790463738159488, 0.0 ], [ 9.209704947604445, 48.7904653661898, 0.0 ], [ 9.209637306425286, 48.790366843128247, 0.0 ], [ 9.209715054767257, 48.790343411351103, 0.0 ], [ 9.209800279166915, 48.790317807734759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002126b", "Latitude": 48.79357, "Longitude": 9.19846, "X_coordina": 3514653.4, "Y_coordina": 5406252.86, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 30.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.8, "Total_wall": 45.6, "Total_wa00": 0.0, "Total_outw": 146.9, "Total_shar": 86.3, "Total_roof": 38.8, "Gross_volu": 118.3, "Is_Gross_v": "false", "Heated_vol": 96.5, "Ridge_mean": 3.1, "Eaves_mean": 3.06, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.128, "Heated_are": 30.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198464427442515, 48.793591517502271, 0.0 ], [ 9.198396014907393, 48.793638035949215, 0.0 ], [ 9.198360947639006, 48.793615525542826, 0.0 ], [ 9.19839542612767, 48.793592265865811, 0.0 ], [ 9.198359267238661, 48.793569037950832, 0.0 ], [ 9.198392114599201, 48.793546320625687, 0.0 ], [ 9.198464427442515, 48.793591517502271, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002126c", "Latitude": 48.79356, "Longitude": 9.19837, "X_coordina": 3514647.05, "Y_coordina": 5406251.73, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2055, "PrimaryUsa": "non-heated", "PrimaryU00": 82.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.5, "Total_wall": 101.6, "Total_wa00": 0.0, "Total_outw": 256.1, "Total_shar": 86.8, "Total_roof": 77.3, "Gross_volu": 322.9, "Is_Gross_v": "false", "Heated_vol": 257.3, "Ridge_mean": 6.5, "Eaves_mean": 3.88, "Storey_num": 2, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.837, "Heated_are": 82.3, "Mean_Uvalu": 0.5, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198292312445744, 48.793571041657444, 0.0 ], [ 9.198290538511449, 48.793569875705607, 0.0 ], [ 9.198324336136858, 48.793546527298467, 0.0 ], [ 9.198356641217567, 48.793524350458725, 0.0 ], [ 9.198392114599201, 48.793546320625687, 0.0 ], [ 9.198359267238661, 48.793569037950832, 0.0 ], [ 9.19839542612767, 48.793592265865811, 0.0 ], [ 9.198360947639006, 48.793615525542826, 0.0 ], [ 9.198360133152638, 48.793616066487232, 0.0 ], [ 9.198324704041951, 48.793639867332203, 0.0 ], [ 9.198255385856328, 48.793594755136283, 0.0 ], [ 9.198291361857242, 48.793571582835725, 0.0 ], [ 9.198292312445744, 48.793571041657444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021154", "Latitude": 48.78849, "Longitude": 9.2127, "X_coordina": 3515701.53, "Y_coordina": 5405690.2, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 130.1, "Total_wa00": 0.0, "Total_outw": 238.6, "Total_shar": 118.0, "Total_roof": 56.5, "Gross_volu": 387.2, "Is_Gross_v": "false", "Heated_vol": 347.2, "Ridge_mean": 11.0, "Eaves_mean": 7.9, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.636, "Heated_are": 111.1, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 6919.0, "January_He": 1406.0, "February_H": 847.0, "March_Heat": 426.0, "April_Heat": 76.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 192.0, "November_H": 780.0, "December_H": 1422.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212654239124321, 48.788529207426492, 0.0 ], [ 9.212595301847932, 48.788526708457425, 0.0 ], [ 9.212599878049753, 48.788482457571781, 0.0 ], [ 9.2127161202063, 48.788487638337649, 0.0 ], [ 9.212710862524146, 48.788531620715666, 0.0 ], [ 9.212654239124321, 48.788529207426492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002112a", "Latitude": 48.79232, "Longitude": 9.20255, "X_coordina": 3514954.4, "Y_coordina": 5406114.14, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1372.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 290.0, "Total_wall": 602.8, "Total_wa00": 0.0, "Total_outw": 957.5, "Total_shar": 484.3, "Total_roof": 393.7, "Gross_volu": 4577.5, "Is_Gross_v": "false", "Heated_vol": 4287.5, "Ridge_mean": 18.7, "Eaves_mean": 12.87, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.292, "Heated_are": 1372.0, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 45.8, "Total_Year": 162952.0, "January_He": 14446.0, "February_H": 10674.0, "March_Heat": 7526.0, "April_Heat": 2553.0, "May_Heatin": 253.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 1, "September_": 486.0, "October_He": 3685.0, "November_H": 9205.0, "December_H": 13947.0, "PV_potenti": 19.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202587495945751, 48.792432596682787, 0.0 ], [ 9.202565106942195, 48.792449361855425, 0.0 ], [ 9.202491846252878, 48.792405877757616, 0.0 ], [ 9.202493747295435, 48.792404795331741, 0.0 ], [ 9.202454456738913, 48.792381484279836, 0.0 ], [ 9.202452827532325, 48.79238247630358, 0.0 ], [ 9.202328959784687, 48.792310575281377, 0.0 ], [ 9.20238432131182, 48.792269023223369, 0.0 ], [ 9.202442125645938, 48.792225758295885, 0.0 ], [ 9.202678139514886, 48.792365264263417, 0.0 ], [ 9.202631732047321, 48.792399696743011, 0.0 ], [ 9.202620198401032, 48.792408349701716, 0.0 ], [ 9.202587495945751, 48.792432596682787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f71", "Latitude": 48.78846, "Longitude": 9.2094, "X_coordina": 3515459.11, "Y_coordina": 5405686.93, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.5, "Total_wall": 63.7, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 203.4, "Total_roof": 59.9, "Gross_volu": 354.7, "Is_Gross_v": "false", "Heated_vol": 307.2, "Ridge_mean": 9.2, "Eaves_mean": 5.63, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.519, "Heated_are": 98.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 6148.0, "January_He": 1163.0, "February_H": 789.0, "March_Heat": 452.0, "April_Heat": 78.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 224.0, "November_H": 732.0, "December_H": 1142.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209313019876479, 48.788508081927901, 0.0 ], [ 9.209294922371816, 48.788508654362055, 0.0 ], [ 9.209291058767347, 48.788463160015233, 0.0 ], [ 9.20930888370531, 48.788462498153415, 0.0 ], [ 9.209362358890401, 48.788460602474437, 0.0 ], [ 9.20941814757078, 48.788458702563581, 0.0 ], [ 9.209422147752175, 48.788504286581478, 0.0 ], [ 9.20936622330723, 48.78850627666472, 0.0 ], [ 9.209313019876479, 48.788508081927901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f49", "Latitude": 48.78788, "Longitude": 9.19646, "X_coordina": 3514508.03, "Y_coordina": 5405620.02, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 456.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.3, "Total_wall": 426.2, "Total_wa00": 0.0, "Total_outw": 679.4, "Total_shar": 113.0, "Total_roof": 145.4, "Gross_volu": 1460.7, "Is_Gross_v": "false", "Heated_vol": 1425.7, "Ridge_mean": 13.3, "Eaves_mean": 9.73, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.484, "Heated_are": 456.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 28460.0, "January_He": 5210.0, "February_H": 3669.0, "March_Heat": 2261.0, "April_Heat": 461.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1131.0, "November_H": 3322.0, "December_H": 5101.0, "PV_potenti": 7.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196514844058537, 48.787900088326175, 0.0 ], [ 9.196519889804408, 48.787902777425167, 0.0 ], [ 9.196486376070842, 48.787928372933344, 0.0 ], [ 9.196460189233969, 48.787948380664901, 0.0 ], [ 9.196424233595163, 48.787975958641276, 0.0 ], [ 9.196302449391908, 48.787909892572252, 0.0 ], [ 9.196307468118615, 48.787905657604774, 0.0 ], [ 9.196340570159704, 48.78787916361388, 0.0 ], [ 9.196370958502698, 48.787854742485194, 0.0 ], [ 9.196397141466358, 48.787833745619906, 0.0 ], [ 9.196401643203725, 48.787836525575578, 0.0 ], [ 9.196399472485288, 48.787838237827373, 0.0 ], [ 9.196454163275677, 48.787868898429828, 0.0 ], [ 9.196512127940622, 48.787901531739841, 0.0 ], [ 9.196514844058537, 48.787900088326175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f4a", "Latitude": 48.78787, "Longitude": 9.19624, "X_coordina": 3514492.41, "Y_coordina": 5405618.55, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 59.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.8, "Total_wall": 101.1, "Total_wa00": 0.0, "Total_outw": 134.6, "Total_shar": 0.0, "Total_roof": 74.8, "Gross_volu": 192.4, "Is_Gross_v": "false", "Heated_vol": 186.9, "Ridge_mean": 2.6, "Eaves_mean": 2.57, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.318, "Heated_are": 59.8, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196240655735293, 48.787938782457928, 0.0 ], [ 9.196226972327398, 48.787919643043772, 0.0 ], [ 9.196191345643987, 48.787930395670372, 0.0 ], [ 9.196167408048446, 48.787895546070793, 0.0 ], [ 9.196132189699837, 48.787906315968272, 0.0 ], [ 9.196110976051102, 48.787875508282085, 0.0 ], [ 9.19622761568726, 48.787840329278893, 0.0 ], [ 9.196286041807708, 48.787925027715715, 0.0 ], [ 9.19627902834984, 48.787937718906271, 0.0 ], [ 9.196259712809312, 48.787943497949477, 0.0 ], [ 9.196240655735293, 48.787938782457928, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f19", "Latitude": 48.79066, "Longitude": 9.20551, "X_coordina": 3515172.56, "Y_coordina": 5405930.65, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 223.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 86.7, "Total_wall": 165.6, "Total_wa00": 0.0, "Total_outw": 312.5, "Total_shar": 163.1, "Total_roof": 144.9, "Gross_volu": 784.9, "Is_Gross_v": "false", "Heated_vol": 698.2, "Ridge_mean": 11.9, "Eaves_mean": 5.96, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.537, "Heated_are": 223.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 13914.0, "January_He": 2597.0, "February_H": 1767.0, "March_Heat": 1061.0, "April_Heat": 228.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 506.0, "November_H": 1605.0, "December_H": 2575.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205466261226654, 48.790727490629784, 0.0 ], [ 9.205403925236213, 48.790726432825501, 0.0 ], [ 9.205404801919034, 48.790707817072928, 0.0 ], [ 9.205407523805258, 48.790707812217967, 0.0 ], [ 9.205410498262513, 48.790636317635787, 0.0 ], [ 9.20547106491798, 48.790637378593466, 0.0 ], [ 9.205527820573195, 48.790638356397345, 0.0 ], [ 9.205525943325407, 48.790678555605261, 0.0 ], [ 9.205523696353408, 48.790728197452545, 0.0 ], [ 9.20552369745517, 48.790728467221442, 0.0 ], [ 9.205466261226654, 48.790727490629784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020eac", "Latitude": 48.79242, "Longitude": 9.19844, "X_coordina": 3514652.91, "Y_coordina": 5406124.8, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 131.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.8, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 147.3, "Total_shar": 320.7, "Total_roof": 81.0, "Gross_volu": 460.5, "Is_Gross_v": "false", "Heated_vol": 411.7, "Ridge_mean": 12.8, "Eaves_mean": 5.98, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 131.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 7667.0, "January_He": 1365.0, "February_H": 959.0, "March_Heat": 606.0, "April_Heat": 137.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 292.0, "November_H": 860.0, "December_H": 1341.0, "PV_potenti": 2.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19841057252866, 48.792394097976889, 0.0 ], [ 9.198413436988574, 48.79239571166611, 0.0 ], [ 9.198412215998552, 48.792396702929345, 0.0 ], [ 9.198439499972814, 48.792412932086137, 0.0 ], [ 9.198460941899542, 48.792397248430298, 0.0 ], [ 9.198479084912227, 48.792407828144739, 0.0 ], [ 9.198461985032175, 48.792420177148031, 0.0 ], [ 9.198439185651905, 48.792436762379076, 0.0 ], [ 9.198412043141493, 48.792456412490843, 0.0 ], [ 9.198369565009923, 48.79248714961593, 0.0 ], [ 9.198364517642, 48.792484190832049, 0.0 ], [ 9.198365874734245, 48.792483199334882, 0.0 ], [ 9.198326041626455, 48.792459887810573, 0.0 ], [ 9.198324820633156, 48.792460879072877, 0.0 ], [ 9.19832209262588, 48.792459355070072, 0.0 ], [ 9.198364296792581, 48.792428168816301, 0.0 ], [ 9.19841057252866, 48.792394097976889, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbb", "Latitude": 48.79074, "Longitude": 9.19701, "X_coordina": 3514547.87, "Y_coordina": 5405937.43, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 10247.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1733.5, "Total_wall": 4025.9, "Total_wa00": 0.0, "Total_outw": 5353.2, "Total_shar": 1067.1, "Total_roof": 1920.7, "Gross_volu": 33757.4, "Is_Gross_v": "false", "Heated_vol": 32023.9, "Ridge_mean": 22.7, "Eaves_mean": 17.75, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.235, "Heated_are": 10247.6, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 49.1, "Total_Year": 652895.0, "January_He": 111749.0, "February_H": 84491.0, "March_Heat": 62184.0, "April_Heat": 24076.0, "May_Heatin": 2991.0, "June_Heati": 105, "July_Heati": 11, "August_Hea": 21, "September_": 5287.0, "October_He": 31827.0, "November_H": 72786.0, "December_H": 107651.0, "PV_potenti": 91.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197472253383173, 48.790890929296943, 0.0 ], [ 9.19761124693019, 48.79097036318403, 0.0 ], [ 9.19734676075624, 48.79116541144225, 0.0 ], [ 9.197210894813491, 48.791085342417425, 0.0 ], [ 9.19725635317587, 48.791051183509673, 0.0 ], [ 9.197319181240999, 48.791004135745602, 0.0 ], [ 9.197162718578468, 48.790912142111893, 0.0 ], [ 9.197122068236144, 48.790888202099161, 0.0 ], [ 9.197077871367494, 48.790862199898463, 0.0 ], [ 9.196924956138565, 48.790772268111759, 0.0 ], [ 9.196884169927619, 48.790748328246892, 0.0 ], [ 9.196839973304487, 48.790722325953951, 0.0 ], [ 9.196687468261825, 48.790632662919712, 0.0 ], [ 9.196647636692614, 48.790609170958113, 0.0 ], [ 9.196603576759042, 48.790583258264093, 0.0 ], [ 9.196449708460632, 48.790492787928024, 0.0 ], [ 9.196401127965547, 48.790529020089089, 0.0 ], [ 9.196317511208393, 48.790480154297512, 0.0 ], [ 9.196491208426277, 48.790351087420511, 0.0 ], [ 9.196736468651514, 48.79049499607904, 0.0 ], [ 9.196809446596443, 48.790537764943501, 0.0 ], [ 9.197444839489028, 48.790910669575212, 0.0 ], [ 9.197472253383173, 48.790890929296943, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbd", "Latitude": 48.79096, "Longitude": 9.19725, "X_coordina": 3514565.66, "Y_coordina": 5405962.33, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 86.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 108.1, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 152.5, "Total_shar": 221.7, "Total_roof": 108.1, "Gross_volu": 350.1, "Is_Gross_v": "false", "Heated_vol": 270.0, "Ridge_mean": 3.2, "Eaves_mean": 3.24, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.789, "Heated_are": 86.4, "Mean_Uvalu": 0.3, "Specific_d": "32,9", "Specific_s": 21.1, "Total_Year": 4661.0, "January_He": 531.0, "February_H": 353.0, "March_Heat": 163.0, "April_Heat": 15.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 241.0, "December_H": 493.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197114405804573, 48.79094720510566, 0.0 ], [ 9.197162718578468, 48.790912142111893, 0.0 ], [ 9.197319181240999, 48.791004135745602, 0.0 ], [ 9.19725635317587, 48.791051183509673, 0.0 ], [ 9.197095796711103, 48.790956409166284, 0.0 ], [ 9.197110313795614, 48.790944874096034, 0.0 ], [ 9.197114405804573, 48.79094720510566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbf", "Latitude": 48.79082, "Longitude": 9.19701, "X_coordina": 3514548.03, "Y_coordina": 5405946.78, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 86.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 107.5, "Total_wall": 50.9, "Total_wa00": 0.0, "Total_outw": 156.9, "Total_shar": 197.5, "Total_roof": 107.5, "Gross_volu": 292.9, "Is_Gross_v": "false", "Heated_vol": 269.2, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.923, "Heated_are": 86.2, "Mean_Uvalu": 0.3, "Specific_d": "14,6", "Specific_s": 84.5, "Total_Year": 8542.0, "January_He": 1523.0, "February_H": 1193.0, "March_Heat": 927.0, "April_Heat": 409.0, "May_Heatin": 71.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 120.0, "October_He": 518.0, "November_H": 1054.0, "December_H": 1465.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197029698550116, 48.790898251777243, 0.0 ], [ 9.197034063093454, 48.790900672247048, 0.0 ], [ 9.197019001624426, 48.79091220823917, 0.0 ], [ 9.196855992123572, 48.790816358672963, 0.0 ], [ 9.196872413844245, 48.790804640529217, 0.0 ], [ 9.196878004279236, 48.790807328679968, 0.0 ], [ 9.196924956138565, 48.790772268111759, 0.0 ], [ 9.197077871367494, 48.790862199898463, 0.0 ], [ 9.197029698550116, 48.790898251777243, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dc1", "Latitude": 48.79068, "Longitude": 9.19678, "X_coordina": 3514530.75, "Y_coordina": 5405931.21, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 84.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 105.0, "Total_wall": 47.9, "Total_wa00": 0.0, "Total_outw": 148.3, "Total_shar": 205.2, "Total_roof": 105.0, "Gross_volu": 288.7, "Is_Gross_v": "false", "Heated_vol": 262.5, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.91, "Heated_are": 84.0, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196622454477623, 48.790677645831266, 0.0 ], [ 9.196636973347511, 48.790666560435113, 0.0 ], [ 9.196640519880654, 48.790668622622256, 0.0 ], [ 9.196687468261825, 48.790632662919712, 0.0 ], [ 9.196839973304487, 48.790722325953951, 0.0 ], [ 9.196790711342167, 48.790758289671814, 0.0 ], [ 9.196796985405353, 48.790761785970794, 0.0 ], [ 9.196783145961215, 48.790772600455028, 0.0 ], [ 9.196622454477623, 48.790677645831266, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dc3", "Latitude": 48.79054, "Longitude": 9.19655, "X_coordina": 3514513.97, "Y_coordina": 5405915.53, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 82.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 102.3, "Total_wall": 46.2, "Total_wa00": 0.0, "Total_outw": 85.2, "Total_shar": 120.9, "Total_roof": 102.3, "Gross_volu": 276.5, "Is_Gross_v": "false", "Heated_vol": 256.6, "Ridge_mean": 2.7, "Eaves_mean": 2.69, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.92, "Heated_are": 82.1, "Mean_Uvalu": 0.3, "Specific_d": "14,6", "Specific_s": 83.7, "Total_Year": 8071.0, "January_He": 1437.0, "February_H": 1126.0, "March_Heat": 875.0, "April_Heat": 386.0, "May_Heatin": 67.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 113.0, "October_He": 489.0, "November_H": 995.0, "December_H": 1382.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19640112793045, 48.79052901109678, 0.0 ], [ 9.196449708460632, 48.790492787928024, 0.0 ], [ 9.196603590368449, 48.790583258240865, 0.0 ], [ 9.196554722694527, 48.79061913126192, 0.0 ], [ 9.196558119201287, 48.790621112776435, 0.0 ], [ 9.196543882226324, 48.79063119952945, 0.0 ], [ 9.196406536629606, 48.79055140184542, 0.0 ], [ 9.196420635023594, 48.790540676887908, 0.0 ], [ 9.19640112793045, 48.79052901109678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020bfe", "Latitude": 48.79062, "Longitude": 9.19828, "X_coordina": 3514641.51, "Y_coordina": 5405924.73, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1425.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 217.1, "Total_wall": 1029.3, "Total_wa00": 0.0, "Total_outw": 1350.0, "Total_shar": 0.0, "Total_roof": 337.6, "Gross_volu": 4561.4, "Is_Gross_v": "false", "Heated_vol": 4455.5, "Ridge_mean": 26.0, "Eaves_mean": 18.09, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 44, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.354, "Heated_are": 1425.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 73453.0, "January_He": 12413.0, "February_H": 8848.0, "March_Heat": 5650.0, "April_Heat": 1229.0, "May_Heatin": 38.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 126.0, "October_He": 2640.0, "November_H": 7806.0, "December_H": 12120.0, "PV_potenti": 15.39 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198281110706029, 48.790728396287477, 0.0 ], [ 9.198244643067667, 48.790729897851335, 0.0 ], [ 9.19809432044778, 48.790642121317518, 0.0 ], [ 9.198124853130969, 48.790619587885836, 0.0 ], [ 9.198214143795107, 48.790553610138495, 0.0 ], [ 9.19838274658421, 48.790652415631961, 0.0 ], [ 9.198281110706029, 48.790728396287477, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020acd", "Latitude": 48.79057, "Longitude": 9.21415, "X_coordina": 3515807.7, "Y_coordina": 5405921.72, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 504.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.3, "Total_wall": 333.9, "Total_wa00": 0.0, "Total_outw": 568.8, "Total_shar": 189.7, "Total_roof": 188.1, "Gross_volu": 1738.0, "Is_Gross_v": "false", "Heated_vol": 1577.7, "Ridge_mean": 12.6, "Eaves_mean": 9.32, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.415, "Heated_are": 504.9, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.4, "Total_Year": 27404.0, "January_He": 4705.0, "February_H": 3380.0, "March_Heat": 2157.0, "April_Heat": 434.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 1061.0, "November_H": 3047.0, "December_H": 4562.0, "PV_potenti": 8.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214169186834756, 48.790512003862162, 0.0 ], [ 9.214192628499577, 48.790647744933615, 0.0 ], [ 9.214081891532999, 48.790658202134573, 0.0 ], [ 9.21405318523961, 48.790660503585208, 0.0 ], [ 9.214052096869228, 48.790660595531783, 0.0 ], [ 9.214046109428223, 48.790628773698792, 0.0 ], [ 9.214026338541476, 48.790524049424981, 0.0 ], [ 9.21410048361477, 48.790517796798156, 0.0 ], [ 9.214169186834756, 48.790512003862162, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020ace", "Latitude": 48.79064, "Longitude": 9.21405, "X_coordina": 3515799.93, "Y_coordina": 5405929.55, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 34.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.4, "Total_wall": 49.7, "Total_wa00": 0.0, "Total_outw": 154.0, "Total_shar": 62.0, "Total_roof": 38.4, "Gross_volu": 144.6, "Is_Gross_v": "false", "Heated_vol": 106.2, "Ridge_mean": 3.8, "Eaves_mean": 3.78, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.998, "Heated_are": 34.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 30.7, "Total_Year": 2160.0, "January_He": 312.0, "February_H": 186.0, "March_Heat": 81.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 137.0, "December_H": 303.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213952097513316, 48.79063578259035, 0.0 ], [ 9.213975906706104, 48.790634029805695, 0.0 ], [ 9.214046109428223, 48.790628773698792, 0.0 ], [ 9.214052096869228, 48.790660595531783, 0.0 ], [ 9.21405318523961, 48.790660503585208, 0.0 ], [ 9.214055979794431, 48.790677583878754, 0.0 ], [ 9.213960744471537, 48.790684954745757, 0.0 ], [ 9.213955723889326, 48.790656458285831, 0.0 ], [ 9.213952097513316, 48.79063578259035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020a1d", "Latitude": 48.78794, "Longitude": 9.21475, "X_coordina": 3515852.68, "Y_coordina": 5405630.15, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 562.4, "SecondaryU": "retail", "Secondar00": 139.6, "BuildingTy": "MFH", "Footprint_": 174.5, "Total_wall": 534.5, "Total_wa00": 0.0, "Total_outw": 777.2, "Total_shar": 179.0, "Total_roof": 195.3, "Gross_volu": 2368.5, "Is_Gross_v": "false", "Heated_vol": 2194.0, "Ridge_mean": 14.9, "Eaves_mean": 11.93, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 9, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.401, "Heated_are": 702.1, "Mean_Uvalu": 0.49, "Specific_d": "27,2", "Specific_s": 41.3, "Total_Year": 48087.0, "January_He": 6983.0, "February_H": 5007.0, "March_Heat": 3298.0, "April_Heat": 806.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 1521.0, "November_H": 4399.0, "December_H": 6838.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214820651042324, 48.787956329565084, 0.0 ], [ 9.214829667873198, 48.787996418698413, 0.0 ], [ 9.214830917604598, 48.788002261405111, 0.0 ], [ 9.214773511181358, 48.788007584052686, 0.0 ], [ 9.214771581021898, 48.788001742614313, 0.0 ], [ 9.21466601669448, 48.788011111651322, 0.0 ], [ 9.214666854310973, 48.788016055891376, 0.0 ], [ 9.214608905040283, 48.788021739163455, 0.0 ], [ 9.214599582849033, 48.78797382722346, 0.0 ], [ 9.21458984244704, 48.787923578046367, 0.0 ], [ 9.214603310046554, 48.787922383942842, 0.0 ], [ 9.214642761384887, 48.78791907316716, 0.0 ], [ 9.214759890204766, 48.787909053120245, 0.0 ], [ 9.214808999836938, 48.787904825039384, 0.0 ], [ 9.214809830941128, 48.787908240588358, 0.0 ], [ 9.214820651042324, 48.787956329565084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020a0d", "Latitude": 48.78859, "Longitude": 9.21391, "X_coordina": 3515790.35, "Y_coordina": 5405701.54, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.5, "Total_wall": 55.6, "Total_wa00": 0.0, "Total_outw": 124.1, "Total_shar": 223.6, "Total_roof": 61.0, "Gross_volu": 363.7, "Is_Gross_v": "false", "Heated_vol": 316.2, "Ridge_mean": 9.5, "Eaves_mean": 5.85, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 101.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 6313.0, "January_He": 1169.0, "February_H": 817.0, "March_Heat": 481.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 246.0, "November_H": 754.0, "December_H": 1146.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213935922650899, 48.78859166853168, 0.0 ], [ 9.213906329088941, 48.788641091588715, 0.0 ], [ 9.213850064486687, 48.788627078069581, 0.0 ], [ 9.213793936004237, 48.788613064270237, 0.0 ], [ 9.213818531827231, 48.788572463039117, 0.0 ], [ 9.213875865578711, 48.7885818884819, 0.0 ], [ 9.213935922650899, 48.78859166853168, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000209ed", "Latitude": 48.79042, "Longitude": 9.1986, "X_coordina": 3514665.21, "Y_coordina": 5405902.35, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1187.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 192.8, "Total_wall": 559.3, "Total_wa00": 0.0, "Total_outw": 733.9, "Total_shar": 505.5, "Total_roof": 295.1, "Gross_volu": 3905.0, "Is_Gross_v": "false", "Heated_vol": 3712.2, "Ridge_mean": 23.8, "Eaves_mean": 17.25, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 22, "Number_o00": 31, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.277, "Heated_are": 1187.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 33.1, "Total_Year": 58148.0, "January_He": 9660.0, "February_H": 6959.0, "March_Heat": 4315.0, "April_Heat": 791.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1986.0, "November_H": 6125.0, "December_H": 9406.0, "PV_potenti": 14.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198571134992184, 48.790350307266955, 0.0 ], [ 9.198671395822812, 48.790408944385639, 0.0 ], [ 9.19869390345351, 48.790422124324799, 0.0 ], [ 9.19854938704743, 48.790529652466375, 0.0 ], [ 9.198488003276555, 48.790493878762227, 0.0 ], [ 9.198439851177161, 48.79046581565612, 0.0 ], [ 9.19842648314458, 48.790458015336526, 0.0 ], [ 9.198571134992184, 48.790350307266955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002092c", "Latitude": 48.78946, "Longitude": 9.20586, "X_coordina": 3515198.53, "Y_coordina": 5405797.34, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 154.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 85.6, "Total_wall": 201.2, "Total_wa00": 0.0, "Total_outw": 331.5, "Total_shar": 0.0, "Total_roof": 85.6, "Gross_volu": 418.3, "Is_Gross_v": "false", "Heated_vol": 418.3, "Ridge_mean": 4.9, "Eaves_mean": 4.88, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.891, "Heated_are": 154.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205916022580631, 48.789455347043145, 0.0 ], [ 9.205899597152694, 48.789465537783329, 0.0 ], [ 9.205768328478019, 48.789546793608174, 0.0 ], [ 9.2057127849891, 48.789509124913728, 0.0 ], [ 9.205861437235903, 48.789419025561031, 0.0 ], [ 9.205916022580631, 48.789455347043145, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002092d", "Latitude": 48.78931, "Longitude": 9.2057, "X_coordina": 3515186.56, "Y_coordina": 5405780.57, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 803.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 158.9, "Total_wall": 727.9, "Total_wa00": 0.0, "Total_outw": 1013.6, "Total_shar": 0.0, "Total_roof": 215.1, "Gross_volu": 2577.0, "Is_Gross_v": "false", "Heated_vol": 2509.9, "Ridge_mean": 16.9, "Eaves_mean": 13.84, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.436, "Heated_are": 803.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 45171.0, "January_He": 8113.0, "February_H": 5623.0, "March_Heat": 3358.0, "April_Heat": 618.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1614.0, "November_H": 5075.0, "December_H": 7960.0, "PV_potenti": 8.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205773594772481, 48.789336992351387, 0.0 ], [ 9.205678214147174, 48.789408382266167, 0.0 ], [ 9.205644655338615, 48.789388748921787, 0.0 ], [ 9.20562878085406, 48.789400557265118, 0.0 ], [ 9.20556056320024, 48.789358504868453, 0.0 ], [ 9.205528364642348, 48.789338689214688, 0.0 ], [ 9.205638126840228, 48.789256482906083, 0.0 ], [ 9.205773594772481, 48.789336992351387, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020511", "Latitude": 48.78798, "Longitude": 9.20144, "X_coordina": 3514874.03, "Y_coordina": 5405631.33, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.2, "Total_wall": 133.1, "Total_wa00": 0.0, "Total_outw": 240.6, "Total_shar": 129.4, "Total_roof": 49.2, "Gross_volu": 328.1, "Is_Gross_v": "false", "Heated_vol": 328.1, "Ridge_mean": 6.7, "Eaves_mean": 6.69, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.705, "Heated_are": 133.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 7543.0, "January_He": 1367.0, "February_H": 937.0, "March_Heat": 556.0, "April_Heat": 116.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 247.0, "November_H": 815.0, "December_H": 1366.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201313154402818, 48.788000607611572, 0.0 ], [ 9.201443492695676, 48.78795811556504, 0.0 ], [ 9.201471402379756, 48.787995025363564, 0.0 ], [ 9.201341065094386, 48.788037787210612, 0.0 ], [ 9.201313154402818, 48.788000607611572, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000204f2", "Latitude": 48.78975, "Longitude": 9.20972, "X_coordina": 3515481.93, "Y_coordina": 5405830.4, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 942.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 530.5, "Total_wall": 612.2, "Total_wa00": 0.0, "Total_outw": 1222.3, "Total_shar": 0.0, "Total_roof": 534.0, "Gross_volu": 3227.7, "Is_Gross_v": "false", "Heated_vol": 2946.5, "Ridge_mean": 8.2, "Eaves_mean": 5.57, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.537, "Heated_are": 942.9, "Mean_Uvalu": 0.62, "Specific_d": "334,5", "Specific_s": 199.5, "Total_Year": 503484.99999999994, "January_He": 41807.0, "February_H": 32174.0, "March_Heat": 23960.0, "April_Heat": 9789.0, "May_Heatin": 986.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1603.0, "October_He": 11188.0, "November_H": 26743.0, "December_H": 39858.0, "PV_potenti": 24.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209503799361187, 48.789680699023172, 0.0 ], [ 9.209700072682274, 48.789622071273641, 0.0 ], [ 9.209867263570914, 48.789867168305008, 0.0 ], [ 9.209670983496773, 48.789924357570897, 0.0 ], [ 9.209613332880158, 48.789839035069967, 0.0 ], [ 9.209527830271316, 48.789863020431085, 0.0 ], [ 9.209478261409604, 48.789790182542156, 0.0 ], [ 9.209563354145624, 48.789765838268821, 0.0 ], [ 9.209503799361187, 48.789680699023172, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020324", "Latitude": 48.79231, "Longitude": 9.21536, "X_coordina": 3515895.51, "Y_coordina": 5406115.92, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 343.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 265.7, "Total_wall": 288.0, "Total_wa00": 0.0, "Total_outw": 787.0, "Total_shar": 0.0, "Total_roof": 304.3, "Gross_volu": 1262.6, "Is_Gross_v": "false", "Heated_vol": 1072.4, "Ridge_mean": 5.8, "Eaves_mean": 3.53, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.729, "Heated_are": 343.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 25669.0, "January_He": 5088.0, "February_H": 3430.0, "March_Heat": 2017.0, "April_Heat": 428.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1003.0, "November_H": 3146.0, "December_H": 5039.0, "PV_potenti": 15.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215190298514859, 48.792324399093694, 0.0 ], [ 9.215166440120102, 48.79231482184764, 0.0 ], [ 9.215168878743919, 48.792312209507145, 0.0 ], [ 9.215134249352914, 48.792298156198477, 0.0 ], [ 9.215131810727975, 48.792300768538261, 0.0 ], [ 9.215106861645545, 48.792290743699326, 0.0 ], [ 9.215109299886899, 48.792288041437196, 0.0 ], [ 9.215083260105766, 48.79227756901242, 0.0 ], [ 9.215109948498799, 48.792248743614465, 0.0 ], [ 9.21513663686132, 48.792219918210257, 0.0 ], [ 9.215540734783113, 48.792383183242585, 0.0 ], [ 9.215513910467168, 48.792412008994006, 0.0 ], [ 9.215487222219457, 48.792440834484431, 0.0 ], [ 9.215461045411988, 48.792430182554497, 0.0 ], [ 9.215458606797654, 48.79243279490111, 0.0 ], [ 9.215435156982185, 48.792423306870027, 0.0 ], [ 9.215437595597278, 48.792420694523905, 0.0 ], [ 9.215401466660413, 48.792406104559461, 0.0 ], [ 9.215399028044148, 48.792408716904824, 0.0 ], [ 9.215375169184973, 48.79239904977937, 0.0 ], [ 9.215377608186882, 48.792396527357376, 0.0 ], [ 9.215327300388878, 48.792376208775956, 0.0 ], [ 9.215324861770203, 48.792378821119769, 0.0 ], [ 9.215300184808182, 48.792368795814021, 0.0 ], [ 9.215302623427654, 48.792366183470726, 0.0 ], [ 9.215267448798274, 48.792351951374371, 0.0 ], [ 9.215265010177662, 48.792354563716941, 0.0 ], [ 9.215241696918289, 48.792345165314721, 0.0 ], [ 9.215244135539661, 48.792342552972634, 0.0 ], [ 9.215192737137901, 48.792321786752701, 0.0 ], [ 9.215190298514859, 48.792324399093694, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fe92", "Latitude": 48.78817, "Longitude": 9.19638, "X_coordina": 3514502.11, "Y_coordina": 5405652.1, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 376.3, "SecondaryU": "office and administration", "Secondar00": 119.0, "BuildingTy": "MFH", "Footprint_": 148.7, "Total_wall": 460.4, "Total_wa00": 0.0, "Total_outw": 911.2, "Total_shar": 0.0, "Total_roof": 218.0, "Gross_volu": 1627.2, "Is_Gross_v": "false", "Heated_vol": 1547.7, "Ridge_mean": 14.0, "Eaves_mean": 6.94, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.524, "Heated_are": 495.3, "Mean_Uvalu": 0.57, "Specific_d": "15,5", "Specific_s": 59.4, "Total_Year": 37107.0, "January_He": 7002.0, "February_H": 5014.0, "March_Heat": 3267.0, "April_Heat": 866.0, "May_Heatin": 57.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 148.0, "October_He": 1689.0, "November_H": 4497.0, "December_H": 6866.0, "PV_potenti": 10.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196227483814155, 48.788159018949862, 0.0 ], [ 9.196260784221915, 48.788148441132229, 0.0 ], [ 9.196294770314044, 48.788139210990991, 0.0 ], [ 9.196330251601291, 48.788129528672236, 0.0 ], [ 9.196362056760906, 48.788119402992862, 0.0 ], [ 9.196435819584044, 48.788224757637202, 0.0 ], [ 9.196364320270821, 48.78824610156412, 0.0 ], [ 9.196292820896886, 48.788267445446699, 0.0 ], [ 9.196261754325635, 48.788222716418524, 0.0 ], [ 9.196255770676125, 48.788223805700341, 0.0 ], [ 9.19625004938308, 48.788222376672394, 0.0 ], [ 9.196234717099156, 48.788199202498028, 0.0 ], [ 9.196249531011413, 48.788194141528031, 0.0 ], [ 9.196227483814155, 48.788159018949862, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fe93", "Latitude": 48.78807, "Longitude": 9.1963, "X_coordina": 3514496.51, "Y_coordina": 5405640.74, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 38.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 55.6, "Total_wa00": 0.0, "Total_outw": 237.8, "Total_shar": 57.4, "Total_roof": 46.4, "Gross_volu": 155.1, "Is_Gross_v": "false", "Heated_vol": 120.0, "Ridge_mean": 3.3, "Eaves_mean": 3.31, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.063, "Heated_are": 38.4, "Mean_Uvalu": 0.56, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196322773788348, 48.788096449515372, 0.0 ], [ 9.196286001444282, 48.788124028840272, 0.0 ], [ 9.196259632048758, 48.788132166914082, 0.0 ], [ 9.19618734515846, 48.788091105056061, 0.0 ], [ 9.196241078646125, 48.788050727699961, 0.0 ], [ 9.196322773788348, 48.788096449515372, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fb55", "Latitude": 48.78853, "Longitude": 9.21156, "X_coordina": 3515617.42, "Y_coordina": 5405695.27, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 87.6, "Total_wa00": 0.0, "Total_outw": 172.6, "Total_shar": 240.2, "Total_roof": 64.8, "Gross_volu": 464.7, "Is_Gross_v": "false", "Heated_vol": 417.6, "Ridge_mean": 11.7, "Eaves_mean": 8.04, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.456, "Heated_are": 133.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 8167.0, "January_He": 1485.0, "February_H": 1045.0, "March_Heat": 639.0, "April_Heat": 125.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 328.0, "November_H": 960.0, "December_H": 1448.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211559092910282, 48.78858571822331, 0.0 ], [ 9.211506683712122, 48.788582217544658, 0.0 ], [ 9.211455091052208, 48.788578715342851, 0.0 ], [ 9.211463434151344, 48.788523846595083, 0.0 ], [ 9.211514754578879, 48.788527349293169, 0.0 ], [ 9.211567572363622, 48.788530939141232, 0.0 ], [ 9.211559092910282, 48.78858571822331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f97f", "Latitude": 48.789, "Longitude": 9.19947, "X_coordina": 3514729.34, "Y_coordina": 5405744.73, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 265.8, "SecondaryU": "retail", "Secondar00": 76.4, "BuildingTy": "MFH", "Footprint_": 95.5, "Total_wall": 393.5, "Total_wa00": 0.0, "Total_outw": 613.5, "Total_shar": 105.0, "Total_roof": 95.5, "Gross_volu": 1148.6, "Is_Gross_v": "false", "Heated_vol": 1069.3, "Ridge_mean": 12.0, "Eaves_mean": 12.03, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 342.2, "Mean_Uvalu": 0.45, "Specific_d": "28,6", "Specific_s": 45.2, "Total_Year": 25262.0, "January_He": 3829.0, "February_H": 2632.0, "March_Heat": 1644.0, "April_Heat": 407.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 771.0, "November_H": 2342.0, "December_H": 3773.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199347989901947, 48.789051996513805, 0.0 ], [ 9.19934174406138, 48.788986902608194, 0.0 ], [ 9.199506527312552, 48.78898122182278, 0.0 ], [ 9.19951295223535, 48.789057106246403, 0.0 ], [ 9.199486963698188, 48.789058320277029, 0.0 ], [ 9.199431312905167, 48.789060934530333, 0.0 ], [ 9.199430315731554, 48.789049695801928, 0.0 ], [ 9.199347989901947, 48.789051996513805, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f964", "Latitude": 48.78787, "Longitude": 9.2013, "X_coordina": 3514863.76, "Y_coordina": 5405619.61, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 744.5, "SecondaryU": "retail", "Secondar00": 157.4, "BuildingTy": "GMH", "Footprint_": 196.7, "Total_wall": 648.2, "Total_wa00": 0.0, "Total_outw": 974.5, "Total_shar": 244.4, "Total_roof": 286.2, "Gross_volu": 3014.5, "Is_Gross_v": "false", "Heated_vol": 2818.4, "Ridge_mean": 18.5, "Eaves_mean": 12.4, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 901.9, "Mean_Uvalu": 0.48, "Specific_d": "25,8", "Specific_s": 41.2, "Total_Year": 60408.0, "January_He": 9022.0, "February_H": 6443.0, "March_Heat": 4093.0, "April_Heat": 937.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 120.0, "October_He": 1961.0, "November_H": 5663.0, "December_H": 8847.0, "PV_potenti": 13.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201113694952525, 48.787875782391602, 0.0 ], [ 9.201316201182197, 48.787809694353129, 0.0 ], [ 9.201390770272143, 48.787910008698034, 0.0 ], [ 9.201304603111844, 48.787938125616684, 0.0 ], [ 9.201282705495395, 48.787907230154339, 0.0 ], [ 9.201253484595235, 48.787916723210238, 0.0 ], [ 9.201276197640341, 48.787947347481847, 0.0 ], [ 9.201189759975486, 48.787975914405521, 0.0 ], [ 9.201152684886052, 48.787927060702074, 0.0 ], [ 9.201113694952525, 48.787875782391602, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f624", "Latitude": 48.78866, "Longitude": 9.21268, "X_coordina": 3515700.26, "Y_coordina": 5405709.78, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 51.4, "Total_wa00": 0.0, "Total_outw": 113.5, "Total_shar": 223.9, "Total_roof": 51.4, "Gross_volu": 324.8, "Is_Gross_v": "false", "Heated_vol": 283.1, "Ridge_mean": 9.3, "Eaves_mean": 6.25, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 90.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.5, "Total_Year": 5557.0, "January_He": 1036.0, "February_H": 713.0, "March_Heat": 409.0, "April_Heat": 68.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 207.0, "November_H": 663.0, "December_H": 1016.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212642140651235, 48.788661237688061, 0.0 ], [ 9.212699172465129, 48.788663650228813, 0.0 ], [ 9.212695003081031, 48.788707540671069, 0.0 ], [ 9.2126382433953, 48.788705127625782, 0.0 ], [ 9.212579442382449, 48.788702718320714, 0.0 ], [ 9.212583203220911, 48.788658738713139, 0.0 ], [ 9.212642140651235, 48.788661237688061, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f48b", "Latitude": 48.79066, "Longitude": 9.20897, "X_coordina": 3515426.52, "Y_coordina": 5405930.75, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 1242.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 268.1, "Total_wall": 643.5, "Total_wa00": 0.0, "Total_outw": 1006.5, "Total_shar": 206.1, "Total_roof": 388.7, "Gross_volu": 4149.8, "Is_Gross_v": "false", "Heated_vol": 3881.6, "Ridge_mean": 19.9, "Eaves_mean": 12.14, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 1242.1, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 56.2, "Total_Year": 87961.0, "January_He": 15648.0, "February_H": 11682.0, "March_Heat": 8457.0, "April_Heat": 3229.0, "May_Heatin": 396.0, "June_Heati": 13, "July_Heati": 1, "August_Hea": 3, "September_": 698.0, "October_He": 4318.0, "November_H": 10190.0, "December_H": 15179.0, "PV_potenti": 17.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208781944835415, 48.790725663591196, 0.0 ], [ 9.2088208730024, 48.790595653379377, 0.0 ], [ 9.209062440444921, 48.790628127135847, 0.0 ], [ 9.209051720644787, 48.790668522301225, 0.0 ], [ 9.209048766542551, 48.79067814949105, 0.0 ], [ 9.209037218949247, 48.790715848448848, 0.0 ], [ 9.209024058375142, 48.790758406208269, 0.0 ], [ 9.208781944835415, 48.790725663591196, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f2f9", "Latitude": 48.79117, "Longitude": 9.20402, "X_coordina": 3515062.79, "Y_coordina": 5405986.9, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.3, "Total_wall": 136.8, "Total_wa00": 0.0, "Total_outw": 255.2, "Total_shar": 138.8, "Total_roof": 75.1, "Gross_volu": 501.6, "Is_Gross_v": "false", "Heated_vol": 440.3, "Ridge_mean": 9.8, "Eaves_mean": 6.56, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.584, "Heated_are": 140.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 42.7, "Total_Year": 8245.0, "January_He": 1636.0, "February_H": 1006.0, "March_Heat": 491.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 230.0, "November_H": 928.0, "December_H": 1642.0, "PV_potenti": 3.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204004064630203, 48.79116684919088, 0.0 ], [ 9.204050448698478, 48.791194283636571, 0.0 ], [ 9.203989257294035, 48.791240702704926, 0.0 ], [ 9.203943009676308, 48.791213357916767, 0.0 ], [ 9.203900445799485, 48.79118825467777, 0.0 ], [ 9.203897583054772, 48.791187090739605, 0.0 ], [ 9.203899618294932, 48.791185558434641, 0.0 ], [ 9.203925942132221, 48.791166088322818, 0.0 ], [ 9.203960136527224, 48.791140939077955, 0.0 ], [ 9.204004064630203, 48.79116684919088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f2fa", "Latitude": 48.79108, "Longitude": 9.20391, "X_coordina": 3515054.91, "Y_coordina": 5405977.18, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.4, "Total_wall": 61.4, "Total_wa00": 0.0, "Total_outw": 185.8, "Total_shar": 0.0, "Total_roof": 35.4, "Gross_volu": 95.5, "Is_Gross_v": "false", "Heated_vol": 88.7, "Ridge_mean": 2.7, "Eaves_mean": 2.69, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.435, "Heated_are": 28.4, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203866248850865, 48.791145601507125, 0.0 ], [ 9.203816044785999, 48.791115835734161, 0.0 ], [ 9.203837192490752, 48.791061664289209, 0.0 ], [ 9.203917000627808, 48.791109002663447, 0.0 ], [ 9.203866248850865, 48.791145601507125, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f0ce", "Latitude": 48.78858, "Longitude": 9.20078, "X_coordina": 3514825.69, "Y_coordina": 5405698.44, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 730.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 711.3, "Total_wa00": 0.0, "Total_outw": 976.2, "Total_shar": 164.4, "Total_roof": 180.6, "Gross_volu": 2429.7, "Is_Gross_v": "false", "Heated_vol": 2283.9, "Ridge_mean": 19.4, "Eaves_mean": 12.63, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.446, "Heated_are": 730.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 41361.0, "January_He": 7521.0, "February_H": 5143.0, "March_Heat": 3045.0, "April_Heat": 571.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1402.0, "November_H": 4574.0, "December_H": 7448.0, "PV_potenti": 8.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200726938094762, 48.788559247507401, 0.0 ], [ 9.200723099999012, 48.788552330076307, 0.0 ], [ 9.200737511394273, 48.788548797933352, 0.0 ], [ 9.200741349491729, 48.788555715363948, 0.0 ], [ 9.200809327738455, 48.788539050892375, 0.0 ], [ 9.200833724456787, 48.788582351546609, 0.0 ], [ 9.200851942744695, 48.788577913513564, 0.0 ], [ 9.200855781218982, 48.788584920863293, 0.0 ], [ 9.200837562928875, 48.788589358896971, 0.0 ], [ 9.200854284892776, 48.788619184383805, 0.0 ], [ 9.200787937824098, 48.788635396419281, 0.0 ], [ 9.20072240652806, 48.788651427147308, 0.0 ], [ 9.20066285736231, 48.788666008635801, 0.0 ], [ 9.200646135854567, 48.788636273044268, 0.0 ], [ 9.200627781797056, 48.788640801204927, 0.0 ], [ 9.200623806902959, 48.788633704161676, 0.0 ], [ 9.200642297405496, 48.788629265687561, 0.0 ], [ 9.200617900470297, 48.788585875069899, 0.0 ], [ 9.200726938094762, 48.788559247507401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f0a8", "Latitude": 48.78899, "Longitude": 9.20345, "X_coordina": 3515021.53, "Y_coordina": 5405743.95, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1173.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 239.2, "Total_wall": 749.3, "Total_wa00": 0.0, "Total_outw": 1077.6, "Total_shar": 215.9, "Total_roof": 325.5, "Gross_volu": 3905.1, "Is_Gross_v": "false", "Heated_vol": 3665.9, "Ridge_mean": 19.2, "Eaves_mean": 13.0, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.35, "Heated_are": 1173.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 60268.0, "January_He": 10335.0, "February_H": 7168.0, "March_Heat": 4575.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2019.0, "November_H": 6313.0, "December_H": 10159.0, "PV_potenti": 14.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203239962330267, 48.788962553534546, 0.0 ], [ 9.203509380853445, 48.788952455897871, 0.0 ], [ 9.203557200193394, 48.789032493347769, 0.0 ], [ 9.203567478221421, 48.789050100213657, 0.0 ], [ 9.203250025635217, 48.789061811476508, 0.0 ], [ 9.203239962330267, 48.788962553534546, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ef70", "Latitude": 48.78982, "Longitude": 9.20795, "X_coordina": 3515351.86, "Y_coordina": 5405837.82, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 731.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 202.2, "Total_wall": 475.9, "Total_wa00": 0.0, "Total_outw": 728.3, "Total_shar": 154.1, "Total_roof": 202.2, "Gross_volu": 1934.0, "Is_Gross_v": "false", "Heated_vol": 1934.0, "Ridge_mean": 9.6, "Eaves_mean": 9.57, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.455, "Heated_are": 731.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.9, "Total_Year": 34912.0, "January_He": 6200.0, "February_H": 4031.0, "March_Heat": 2099.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 908.0, "November_H": 3661.0, "December_H": 6120.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207987774350576, 48.789757634051377, 0.0 ], [ 9.207959782114742, 48.789932675991615, 0.0 ], [ 9.207817385488573, 48.789922232136291, 0.0 ], [ 9.207842414278343, 48.789754479393181, 0.0 ], [ 9.207928313414106, 48.789760439136074, 0.0 ], [ 9.207929373911139, 48.789753603025162, 0.0 ], [ 9.207987774350576, 48.789757634051377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eeb5", "Latitude": 48.78784, "Longitude": 9.20038, "X_coordina": 3514796.78, "Y_coordina": 5405616.26, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 486.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 106.9, "Total_wall": 284.5, "Total_wa00": 0.0, "Total_outw": 388.6, "Total_shar": 320.5, "Total_roof": 151.3, "Gross_volu": 1596.3, "Is_Gross_v": "false", "Heated_vol": 1519.9, "Ridge_mean": 18.1, "Eaves_mean": 12.71, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.351, "Heated_are": 486.4, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 39.6, "Total_Year": 26985.0, "January_He": 4696.0, "February_H": 3326.0, "March_Heat": 2127.0, "April_Heat": 491.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1025.0, "November_H": 2933.0, "December_H": 4606.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200254011049243, 48.787836994765676, 0.0 ], [ 9.200298454104564, 48.787822529685883, 0.0 ], [ 9.200365322053347, 48.787800651832796, 0.0 ], [ 9.200433176220088, 48.787889738023075, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200280184664434, 48.78788245062016, 0.0 ], [ 9.200247895023885, 48.787838983721677, 0.0 ], [ 9.200254011049243, 48.787836994765676, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eeb7", "Latitude": 48.7879, "Longitude": 9.20043, "X_coordina": 3514800.05, "Y_coordina": 5405622.98, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.9, "Total_wall": 37.9, "Total_wa00": 0.0, "Total_outw": 102.1, "Total_shar": 88.9, "Total_roof": 37.9, "Gross_volu": 112.5, "Is_Gross_v": "false", "Heated_vol": 98.1, "Ridge_mean": 3.0, "Eaves_mean": 2.98, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.061, "Heated_are": 31.4, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200456707066516, 48.78792081065118, 0.0 ], [ 9.200337375683942, 48.787959415716351, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200433176220088, 48.787889738023075, 0.0 ], [ 9.200456707066516, 48.78792081065118, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eb8b", "Latitude": 48.7882, "Longitude": 9.21129, "X_coordina": 3515598.07, "Y_coordina": 5405657.66, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.3, "Total_wall": 160.3, "Total_wa00": 0.0, "Total_outw": 278.1, "Total_shar": 129.5, "Total_roof": 89.4, "Gross_volu": 548.0, "Is_Gross_v": "false", "Heated_vol": 490.7, "Ridge_mean": 12.3, "Eaves_mean": 6.85, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.597, "Heated_are": 157.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.3, "Total_Year": 11489.0, "January_He": 2153.0, "February_H": 1545.0, "March_Heat": 990.0, "April_Heat": 229.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 516.0, "November_H": 1423.0, "December_H": 2101.0, "PV_potenti": 3.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211315084012391, 48.788196706875766, 0.0 ], [ 9.211298579322552, 48.788252489827755, 0.0 ], [ 9.211243435903846, 48.788245936641594, 0.0 ], [ 9.211178081024919, 48.788238233147368, 0.0 ], [ 9.211194582447536, 48.788181640905584, 0.0 ], [ 9.211259394415519, 48.78818970508113, 0.0 ], [ 9.211315084012391, 48.788196706875766, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e976", "Latitude": 48.7953, "Longitude": 9.21237, "X_coordina": 3515674.85, "Y_coordina": 5406447.46, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1253.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 316.5, "Total_wall": 1094.9, "Total_wa00": 0.0, "Total_outw": 1462.2, "Total_shar": 0.0, "Total_roof": 316.5, "Gross_volu": 3917.0, "Is_Gross_v": "false", "Heated_vol": 3917.0, "Ridge_mean": 13.3, "Eaves_mean": 13.35, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 16, "Number_o00": 30, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.441, "Heated_are": 1253.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 69052.0, "January_He": 11776.0, "February_H": 8479.0, "March_Heat": 5586.0, "April_Heat": 1405.0, "May_Heatin": 51.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 166.0, "October_He": 2723.0, "November_H": 7551.0, "December_H": 11461.0, "PV_potenti": 11.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212416374886315, 48.795208092420395, 0.0 ], [ 9.212396498053026, 48.795432578255117, 0.0 ], [ 9.212226473454901, 48.795426507137385, 0.0 ], [ 9.212239060598101, 48.795280627947925, 0.0 ], [ 9.212233887788322, 48.795280457633943, 0.0 ], [ 9.21224104213583, 48.795201851267635, 0.0 ], [ 9.212416374886315, 48.795208092420395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e4b7", "Latitude": 48.78859, "Longitude": 9.21155, "X_coordina": 3515616.79, "Y_coordina": 5405701.37, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 135.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 89.4, "Total_wa00": 0.0, "Total_outw": 170.5, "Total_shar": 235.9, "Total_roof": 64.8, "Gross_volu": 456.3, "Is_Gross_v": "false", "Heated_vol": 423.1, "Ridge_mean": 11.5, "Eaves_mean": 7.86, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.46, "Heated_are": 135.4, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 41.6, "Total_Year": 7776.0, "January_He": 1396.0, "February_H": 977.0, "March_Heat": 585.0, "April_Heat": 105.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 294.0, "November_H": 897.0, "December_H": 1362.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211446748312895, 48.788633674012495, 0.0 ], [ 9.211455091052208, 48.788578715342851, 0.0 ], [ 9.211506683712122, 48.788582217544658, 0.0 ], [ 9.211559092910282, 48.78858571822331, 0.0 ], [ 9.211550613438691, 48.788640497304293, 0.0 ], [ 9.211498476739322, 48.788637086045, 0.0 ], [ 9.211446748312895, 48.788633674012495, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e20b", "Latitude": 48.79121, "Longitude": 9.19995, "X_coordina": 3514763.56, "Y_coordina": 5405990.79, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 654.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.4, "Total_wall": 602.0, "Total_wa00": 0.0, "Total_outw": 878.5, "Total_shar": 0.0, "Total_roof": 189.4, "Gross_volu": 2126.1, "Is_Gross_v": "false", "Heated_vol": 2046.1, "Ridge_mean": 11.2, "Eaves_mean": 11.22, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.472, "Heated_are": 654.8, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 34354.0, "January_He": 5893.0, "February_H": 4183.0, "March_Heat": 2616.0, "April_Heat": 538.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1232.0, "November_H": 3694.0, "December_H": 5755.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200034313909761, 48.791213469571673, 0.0 ], [ 9.200032278550664, 48.791215001808531, 0.0 ], [ 9.199888986529949, 48.79132225971756, 0.0 ], [ 9.199888304621059, 48.791321901206786, 0.0 ], [ 9.199769350799894, 48.791252057134137, 0.0 ], [ 9.199914815403771, 48.791143536670383, 0.0 ], [ 9.200034313909761, 48.791213469571673, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e13c", "Latitude": 48.78998, "Longitude": 9.21343, "X_coordina": 3515754.96, "Y_coordina": 5405856.94, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 571.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.9, "Total_wall": 272.1, "Total_wa00": 0.0, "Total_outw": 451.1, "Total_shar": 386.0, "Total_roof": 198.8, "Gross_volu": 1934.6, "Is_Gross_v": "false", "Heated_vol": 1784.7, "Ridge_mean": 15.2, "Eaves_mean": 10.59, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.336, "Heated_are": 571.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 28658.0, "January_He": 4921.0, "February_H": 3414.0, "March_Heat": 2041.0, "April_Heat": 345.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 33.0, "October_He": 969.0, "November_H": 3091.0, "December_H": 4791.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21342200135463, 48.789928437796512, 0.0 ], [ 9.213491096093327, 48.790047188767069, 0.0 ], [ 9.213423803546858, 48.790064578833267, 0.0 ], [ 9.213357190654106, 48.790081787753671, 0.0 ], [ 9.213287415340879, 48.789962948040426, 0.0 ], [ 9.213354572469294, 48.789945738151701, 0.0 ], [ 9.21342200135463, 48.789928437796512, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001df35", "Latitude": 48.78823, "Longitude": 9.19594, "X_coordina": 3514470.17, "Y_coordina": 5405658.72, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 766.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 183.9, "Total_wall": 306.4, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 564.8, "Total_roof": 216.2, "Gross_volu": 2580.5, "Is_Gross_v": "false", "Heated_vol": 2396.7, "Ridge_mean": 15.7, "Eaves_mean": 12.33, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.284, "Heated_are": 766.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 31.3, "Total_Year": 36145.0, "January_He": 5846.0, "February_H": 4204.0, "March_Heat": 2703.0, "April_Heat": 556.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1245.0, "November_H": 3713.0, "December_H": 5670.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195840549745276, 48.788289977025364, 0.0 ], [ 9.195786076821269, 48.788210397295259, 0.0 ], [ 9.195781971103202, 48.788204469314493, 0.0 ], [ 9.19584898671444, 48.788184931847596, 0.0 ], [ 9.195917905048383, 48.788164761638889, 0.0 ], [ 9.195933782226666, 48.788188114775707, 0.0 ], [ 9.195949795157214, 48.788211377755601, 0.0 ], [ 9.195978945710486, 48.788253412419145, 0.0 ], [ 9.19599468440582, 48.788276136317329, 0.0 ], [ 9.196012476692081, 48.788302004045626, 0.0 ], [ 9.195943560309273, 48.788322713848984, 0.0 ], [ 9.195876818477736, 48.788342700522975, 0.0 ], [ 9.195840549745276, 48.788289977025364, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001df38", "Latitude": 48.78831, "Longitude": 9.19587, "X_coordina": 3514464.73, "Y_coordina": 5405666.86, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 36.8, "Total_wall": 45.5, "Total_wa00": 0.0, "Total_outw": 138.1, "Total_shar": 49.8, "Total_roof": 36.8, "Gross_volu": 101.2, "Is_Gross_v": "false", "Heated_vol": 94.7, "Ridge_mean": 2.7, "Eaves_mean": 2.73, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.207, "Heated_are": 30.3, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195876818477736, 48.788342700522975, 0.0 ], [ 9.195804910845002, 48.78836413472056, 0.0 ], [ 9.195770142287611, 48.788312217963025, 0.0 ], [ 9.195840549745276, 48.788289977025364, 0.0 ], [ 9.195876818477736, 48.788342700522975, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001dc6c", "Latitude": 48.79561, "Longitude": 9.21196, "X_coordina": 3515644.61, "Y_coordina": 5406481.89, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 536.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 175.0, "Total_wall": 676.0, "Total_wa00": 0.0, "Total_outw": 1017.4, "Total_shar": 107.6, "Total_roof": 176.7, "Gross_volu": 1850.7, "Is_Gross_v": "false", "Heated_vol": 1675.7, "Ridge_mean": 11.8, "Eaves_mean": 11.85, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 12, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.588, "Heated_are": 536.2, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 35153.0, "January_He": 6305.0, "February_H": 4521.0, "March_Heat": 3046.0, "April_Heat": 871.0, "May_Heatin": 51.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 124.0, "October_He": 1510.0, "November_H": 4042.0, "December_H": 6189.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211816991345195, 48.795636423183851, 0.0 ], [ 9.211822298783513, 48.795636233574754, 0.0 ], [ 9.211821429896148, 48.795623825724093, 0.0 ], [ 9.211816258566678, 48.795624015082822, 0.0 ], [ 9.211812497184145, 48.795571146957869, 0.0 ], [ 9.211945772538193, 48.795567430705319, 0.0 ], [ 9.212002210058104, 48.795565852077409, 0.0 ], [ 9.212005562559018, 48.795618541101852, 0.0 ], [ 9.211949587291221, 48.795620010972407, 0.0 ], [ 9.211920626562955, 48.795620765672872, 0.0 ], [ 9.211921509085464, 48.795633173497691, 0.0 ], [ 9.211950238437995, 48.795632419222848, 0.0 ], [ 9.212006295384098, 48.795630949201637, 0.0 ], [ 9.212009791200677, 48.795685346508819, 0.0 ], [ 9.21195412761856, 48.795686510067696, 0.0 ], [ 9.211820616629828, 48.795689291558404, 0.0 ], [ 9.211816991345195, 48.795636423183851, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001db43", "Latitude": 48.79258, "Longitude": 9.20263, "X_coordina": 3514960.17, "Y_coordina": 5406143.16, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 668.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 185.1, "Total_wall": 556.8, "Total_wa00": 0.0, "Total_outw": 849.1, "Total_shar": 74.3, "Total_roof": 185.1, "Gross_volu": 1834.2, "Is_Gross_v": "false", "Heated_vol": 1775.8, "Ridge_mean": 9.9, "Eaves_mean": 9.92, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.515, "Heated_are": 668.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 41653.0, "January_He": 7126.0, "February_H": 5247.0, "March_Heat": 3721.0, "April_Heat": 1204.0, "May_Heatin": 82.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 195.0, "October_He": 1920.0, "November_H": 4639.0, "December_H": 6923.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202426704098375, 48.792553556894653, 0.0 ], [ 9.20248776605639, 48.792508038130364, 0.0 ], [ 9.202496586449639, 48.792501548122274, 0.0 ], [ 9.20273941145193, 48.79264221098736, 0.0 ], [ 9.202668172144131, 48.792695211453299, 0.0 ], [ 9.202631336867464, 48.792673334919137, 0.0 ], [ 9.202543208369766, 48.79262178389309, 0.0 ], [ 9.202426704098375, 48.792553556894653, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da97", "Latitude": 48.78806, "Longitude": 9.20181, "X_coordina": 3514901.68, "Y_coordina": 5405640.67, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 547.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 182.3, "Total_wall": 466.4, "Total_wa00": 0.0, "Total_outw": 735.4, "Total_shar": 0.0, "Total_roof": 217.8, "Gross_volu": 1893.1, "Is_Gross_v": "false", "Heated_vol": 1710.8, "Ridge_mean": 12.5, "Eaves_mean": 8.15, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 547.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.2, "Total_Year": 32885.0, "January_He": 5972.0, "February_H": 4200.0, "March_Heat": 2552.0, "April_Heat": 507.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1247.0, "November_H": 3775.0, "December_H": 5880.0, "PV_potenti": 10.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201890338893964, 48.788111192413361, 0.0 ], [ 9.201810561287115, 48.788137679881295, 0.0 ], [ 9.201731598679238, 48.788163806171561, 0.0 ], [ 9.201647723081473, 48.788050649265031, 0.0 ], [ 9.201723153418804, 48.788026057921506, 0.0 ], [ 9.201806873813073, 48.787998664367493, 0.0 ], [ 9.201890338893964, 48.788111192413361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da5b", "Latitude": 48.78886, "Longitude": 9.19526, "X_coordina": 3514420.26, "Y_coordina": 5405727.92, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1266.8, "SecondaryU": "retail", "Secondar00": 179.0, "BuildingTy": "HH", "Footprint_": 223.7, "Total_wall": 1104.7, "Total_wa00": 0.0, "Total_outw": 1415.9, "Total_shar": 0.0, "Total_roof": 281.0, "Gross_volu": 4546.0, "Is_Gross_v": "false", "Heated_vol": 4518.0, "Ridge_mean": 23.5, "Eaves_mean": 18.46, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 27, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.356, "Heated_are": 1445.8, "Mean_Uvalu": 0.48, "Specific_d": "22,9", "Specific_s": 36.6, "Total_Year": 85994.0, "January_He": 13137.0, "February_H": 9198.0, "March_Heat": 5633.0, "April_Heat": 1105.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 120.0, "October_He": 2627.0, "November_H": 8180.0, "December_H": 12827.0, "PV_potenti": 13.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195365862639534, 48.788883470109745, 0.0 ], [ 9.195246856175965, 48.788972336662439, 0.0 ], [ 9.195075267357096, 48.78887254245172, 0.0 ], [ 9.195194811618503, 48.78878196661379, 0.0 ], [ 9.195365862639534, 48.788883470109745, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da5c", "Latitude": 48.78872, "Longitude": 9.19543, "X_coordina": 3514432.29, "Y_coordina": 5405712.62, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 437.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 232.0, "Total_wall": 289.7, "Total_wa00": 0.0, "Total_outw": 553.8, "Total_shar": 83.0, "Total_roof": 233.4, "Gross_volu": 1210.6, "Is_Gross_v": "false", "Heated_vol": 1019.1, "Ridge_mean": 5.9, "Eaves_mean": 4.26, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.624, "Heated_are": 437.4, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 44.7, "Total_Year": 51484.0, "January_He": 5002.0, "February_H": 3342.0, "March_Heat": 1893.0, "April_Heat": 375.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 898.0, "November_H": 3032.0, "December_H": 4922.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195517881767611, 48.788779979755375, 0.0 ], [ 9.195428590353192, 48.788845865511604, 0.0 ], [ 9.195418497043018, 48.78884003760357, 0.0 ], [ 9.19525468146306, 48.788744366953914, 0.0 ], [ 9.195247043378792, 48.788739973646024, 0.0 ], [ 9.195282457945032, 48.788712936500133, 0.0 ], [ 9.195377438513972, 48.788640207005919, 0.0 ], [ 9.195387479409682, 48.788632546459411, 0.0 ], [ 9.195425609511187, 48.788674026481594, 0.0 ], [ 9.195520459775986, 48.788777997057991, 0.0 ], [ 9.195517881767611, 48.788779979755375, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d7fe", "Latitude": 48.78763, "Longitude": 9.20576, "X_coordina": 3515191.73, "Y_coordina": 5405594.12, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 213.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 71.5, "Total_wall": 174.5, "Total_wa00": 0.0, "Total_outw": 331.4, "Total_shar": 152.5, "Total_roof": 112.7, "Gross_volu": 737.9, "Is_Gross_v": "false", "Heated_vol": 666.4, "Ridge_mean": 13.8, "Eaves_mean": 8.04, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.519, "Heated_are": 213.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.3, "Total_Year": 13475.0, "January_He": 2510.0, "February_H": 1711.0, "March_Heat": 1052.0, "April_Heat": 234.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 519.0, "November_H": 1558.0, "December_H": 2470.0, "PV_potenti": 4.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205663550393892, 48.787651749915028, 0.0 ], [ 9.205679015441568, 48.787606490690742, 0.0 ], [ 9.205778556759102, 48.787621599885362, 0.0 ], [ 9.205749910861968, 48.787704920383739, 0.0 ], [ 9.205650371592855, 48.787690350702924, 0.0 ], [ 9.205663550393892, 48.787651749915028, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d64d", "Latitude": 48.79005, "Longitude": 9.20646, "X_coordina": 3515242.9, "Y_coordina": 5405862.9, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 460.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.5, "Total_wall": 451.4, "Total_wa00": 0.0, "Total_outw": 702.2, "Total_shar": 112.0, "Total_roof": 133.5, "Gross_volu": 1474.8, "Is_Gross_v": "false", "Heated_vol": 1440.3, "Ridge_mean": 11.1, "Eaves_mean": 11.06, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.494, "Heated_are": 460.9, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 55.7, "Total_Year": 32969.0, "January_He": 6005.0, "February_H": 4377.0, "March_Heat": 2944.0, "April_Heat": 798.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 1556.0, "November_H": 3972.0, "December_H": 5841.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206395236238846, 48.789994570506522, 0.0 ], [ 9.206442477999563, 48.789998802161612, 0.0 ], [ 9.206491898353434, 48.790003299661805, 0.0 ], [ 9.206463645896909, 48.790149386289478, 0.0 ], [ 9.206404522982131, 48.790135194416237, 0.0 ], [ 9.206349486938045, 48.790121984349497, 0.0 ], [ 9.206369060386372, 48.790016558782909, 0.0 ], [ 9.206373144634473, 48.790016911158261, 0.0 ], [ 9.206375458943416, 48.7900170868581, 0.0 ], [ 9.206381349653659, 48.789993336463226, 0.0 ], [ 9.206395236238846, 48.789994570506522, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d1e5", "Latitude": 48.78774, "Longitude": 9.21177, "X_coordina": 3515633.77, "Y_coordina": 5405606.69, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 665.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.7, "Total_wall": 551.1, "Total_wa00": 0.0, "Total_outw": 800.0, "Total_shar": 0.0, "Total_roof": 291.5, "Gross_volu": 2239.5, "Is_Gross_v": "false", "Heated_vol": 2078.8, "Ridge_mean": 17.9, "Eaves_mean": 10.54, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.471, "Heated_are": 665.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 39234.0, "January_He": 7146.0, "February_H": 4943.0, "March_Heat": 2970.0, "April_Heat": 593.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1434.0, "November_H": 4488.0, "December_H": 7034.0, "PV_potenti": 12.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211768394541858, 48.787840855566692, 0.0 ], [ 9.211640935890351, 48.787821666366916, 0.0 ], [ 9.211692439733971, 48.787674816280841, 0.0 ], [ 9.211757125257503, 48.787685308348522, 0.0 ], [ 9.211820040552984, 48.787695533864934, 0.0 ], [ 9.211768394541858, 48.787840855566692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d1c9", "Latitude": 48.78878, "Longitude": 9.21228, "X_coordina": 3515670.93, "Y_coordina": 5405722.9, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.0, "Total_wall": 99.4, "Total_wa00": 0.0, "Total_outw": 213.8, "Total_shar": 109.5, "Total_roof": 60.3, "Gross_volu": 332.4, "Is_Gross_v": "false", "Heated_vol": 289.4, "Ridge_mean": 9.6, "Eaves_mean": 6.29, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.666, "Heated_are": 92.6, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 59.3, "Total_Year": 6961.0, "January_He": 1367.0, "February_H": 943.0, "March_Heat": 552.0, "April_Heat": 103.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 282.0, "November_H": 886.0, "December_H": 1341.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212296627756503, 48.78882706489312, 0.0 ], [ 9.212180658173899, 48.78882215297309, 0.0 ], [ 9.212185365547374, 48.788776642933456, 0.0 ], [ 9.212243350852557, 48.788779233790237, 0.0 ], [ 9.212300383160951, 48.788781736451028, 0.0 ], [ 9.212296627756503, 48.78882706489312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d174", "Latitude": 48.78864, "Longitude": 9.21026, "X_coordina": 3515522.0, "Y_coordina": 5405706.99, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 56.3, "Total_wa00": 0.0, "Total_outw": 145.5, "Total_shar": 199.8, "Total_roof": 62.7, "Gross_volu": 334.0, "Is_Gross_v": "false", "Heated_vol": 287.9, "Ridge_mean": 9.0, "Eaves_mean": 5.5, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.531, "Heated_are": 92.1, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 6897.0, "January_He": 1362.0, "February_H": 928.0, "March_Heat": 538.0, "April_Heat": 104.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 282.0, "November_H": 869.0, "December_H": 1335.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210164483070344, 48.788692133597095, 0.0 ], [ 9.210163621475992, 48.788681344331451, 0.0 ], [ 9.21015989691692, 48.788636748997789, 0.0 ], [ 9.210211058746321, 48.788634857146754, 0.0 ], [ 9.210260995773837, 48.788632967509244, 0.0 ], [ 9.210266534659743, 48.788688350365049, 0.0 ], [ 9.21021591713345, 48.788690241247103, 0.0 ], [ 9.210164483070344, 48.788692133597095, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d047", "Latitude": 48.78804, "Longitude": 9.19421, "X_coordina": 3514343.23, "Y_coordina": 5405637.26, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 507.4, "SecondaryU": "retail", "Secondar00": 152.8, "BuildingTy": "MFH", "Footprint_": 191.0, "Total_wall": 443.8, "Total_wa00": 0.0, "Total_outw": 760.3, "Total_shar": 341.9, "Total_roof": 191.0, "Gross_volu": 2253.9, "Is_Gross_v": "false", "Heated_vol": 2063.1, "Ridge_mean": 11.8, "Eaves_mean": 11.8, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.385, "Heated_are": 660.2, "Mean_Uvalu": 0.35, "Specific_d": "29,1", "Specific_s": 33.3, "Total_Year": 41180.0, "January_He": 5277.0, "February_H": 3793.0, "March_Heat": 2558.0, "April_Heat": 754.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1102.0, "November_H": 3230.0, "December_H": 5154.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194009879401973, 48.788041739245188, 0.0 ], [ 9.194067812826313, 48.787996050330264, 0.0 ], [ 9.194327780810905, 48.788006402753432, 0.0 ], [ 9.19429589234246, 48.788030286331811, 0.0 ], [ 9.19426481828447, 48.788053628985402, 0.0 ], [ 9.194268227754913, 48.788055511630368, 0.0 ], [ 9.194245835836048, 48.788071735662434, 0.0 ], [ 9.194163460529142, 48.78813140404764, 0.0 ], [ 9.194009879401973, 48.788041739245188, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d044", "Latitude": 48.78809, "Longitude": 9.19443, "X_coordina": 3514359.24, "Y_coordina": 5405642.3, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1812.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 421.3, "Total_wall": 886.1, "Total_wa00": 0.0, "Total_outw": 1368.3, "Total_shar": 342.5, "Total_roof": 454.5, "Gross_volu": 5803.5, "Is_Gross_v": "false", "Heated_vol": 5664.7, "Ridge_mean": 15.3, "Eaves_mean": 10.23, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.308, "Heated_are": 1812.7, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 47.1, "Total_Year": 217725.0, "January_He": 19717.0, "February_H": 14556.0, "March_Heat": 10157.0, "April_Heat": 3315.0, "May_Heatin": 291.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 647.0, "October_He": 5016.0, "November_H": 12643.0, "December_H": 19030.0, "PV_potenti": 19.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194327780810905, 48.788006402753432, 0.0 ], [ 9.194342891341094, 48.788007636183877, 0.0 ], [ 9.194610347709858, 48.788018874567982, 0.0 ], [ 9.194606292441028, 48.78806114554046, 0.0 ], [ 9.194405868554821, 48.788210847268957, 0.0 ], [ 9.194325123755959, 48.788164133331748, 0.0 ], [ 9.194271657683075, 48.788133199883454, 0.0 ], [ 9.194224702263478, 48.78816718030896, 0.0 ], [ 9.194163460529142, 48.78813140404764, 0.0 ], [ 9.194245835836048, 48.788071735662434, 0.0 ], [ 9.194268227754913, 48.788055511630368, 0.0 ], [ 9.19426481828447, 48.788053628985402, 0.0 ], [ 9.19429589234246, 48.788030286331811, 0.0 ], [ 9.194327780810905, 48.788006402753432, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d045", "Latitude": 48.78801, "Longitude": 9.19472, "X_coordina": 3514380.53, "Y_coordina": 5405633.28, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 20.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 22.4, "Total_wall": 48.6, "Total_wa00": 0.0, "Total_outw": 163.7, "Total_shar": 0.0, "Total_roof": 22.4, "Gross_volu": 68.8, "Is_Gross_v": "false", "Heated_vol": 53.7, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.555, "Heated_are": 20.2, "Mean_Uvalu": 0.47, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194672273886304, 48.788055638595665, 0.0 ], [ 9.194628640877564, 48.787998520904246, 0.0 ], [ 9.194682132840319, 48.788000948344255, 0.0 ], [ 9.194724136735246, 48.788023897780263, 0.0 ], [ 9.194672273886304, 48.788055638595665, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cf24", "Latitude": 48.79533, "Longitude": 9.20928, "X_coordina": 3515448.18, "Y_coordina": 5406450.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 202.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 85.2, "Total_wall": 105.0, "Total_wa00": 0.0, "Total_outw": 224.6, "Total_shar": 244.3, "Total_roof": 119.2, "Gross_volu": 688.1, "Is_Gross_v": "false", "Heated_vol": 633.4, "Ridge_mean": 10.6, "Eaves_mean": 5.2, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.468, "Heated_are": 202.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 48.1, "Total_Year": 12952.0, "January_He": 2413.0, "February_H": 1684.0, "March_Heat": 1002.0, "April_Heat": 186.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 509.0, "November_H": 1552.0, "December_H": 2367.0, "PV_potenti": 6.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20918087874959, 48.795383970350379, 0.0 ], [ 9.209155273454467, 48.79537988037432, 0.0 ], [ 9.209181379116924, 48.795307894121464, 0.0 ], [ 9.20922087623711, 48.795314117019572, 0.0 ], [ 9.209264050867057, 48.795320962686489, 0.0 ], [ 9.209301641390777, 48.795326919250812, 0.0 ], [ 9.209315669739308, 48.795329141842586, 0.0 ], [ 9.209307591240082, 48.795350288559035, 0.0 ], [ 9.209317671749131, 48.795352338478672, 0.0 ], [ 9.209309189789368, 48.795374654934591, 0.0 ], [ 9.209298156527993, 48.795372606745786, 0.0 ], [ 9.20928806745547, 48.795401220769044, 0.0 ], [ 9.209238354758796, 48.795393217984433, 0.0 ], [ 9.20918087874959, 48.795383970350379, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cec9", "Latitude": 48.78971, "Longitude": 9.2093, "X_coordina": 3515451.2, "Y_coordina": 5405825.44, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 42.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.0, "Total_wall": 75.3, "Total_wa00": 0.0, "Total_outw": 216.3, "Total_shar": 0.0, "Total_roof": 64.5, "Gross_volu": 168.5, "Is_Gross_v": "false", "Heated_vol": 132.5, "Ridge_mean": 6.8, "Eaves_mean": 2.54, "Storey_num": 2, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.174, "Heated_are": 42.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 80.2, "Total_Year": 4069.0, "January_He": 828.0, "February_H": 581.0, "March_Heat": 357.0, "April_Heat": 86.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 181.0, "November_H": 525.0, "December_H": 821.0, "PV_potenti": 1.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209214577968279, 48.7897402147252, 0.0 ], [ 9.209198149780107, 48.789716864424683, 0.0 ], [ 9.209274950293292, 48.789694783518044, 0.0 ], [ 9.209292192815598, 48.789717592785934, 0.0 ], [ 9.209309983460219, 48.789741300291254, 0.0 ], [ 9.209231416690063, 48.789764103819188, 0.0 ], [ 9.209214577968279, 48.7897402147252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ce28", "Latitude": 48.79094, "Longitude": 9.2112, "X_coordina": 3515590.84, "Y_coordina": 5405963.01, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 510.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.8, "Total_wall": 264.3, "Total_wa00": 0.0, "Total_outw": 390.7, "Total_shar": 335.5, "Total_roof": 183.6, "Gross_volu": 1668.8, "Is_Gross_v": "false", "Heated_vol": 1596.1, "Ridge_mean": 15.6, "Eaves_mean": 10.49, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.354, "Heated_are": 510.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 27487.0, "January_He": 4746.0, "February_H": 3401.0, "March_Heat": 2098.0, "April_Heat": 393.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1022.0, "November_H": 3058.0, "December_H": 4627.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211187907003474, 48.791033851038854, 0.0 ], [ 9.211128641481224, 48.791018672692864, 0.0 ], [ 9.211064743482416, 48.791002243876136, 0.0 ], [ 9.211132057418196, 48.790892143903861, 0.0 ], [ 9.211193775895273, 48.790908127062522, 0.0 ], [ 9.21125454099254, 48.790923932089754, 0.0 ], [ 9.211187907003474, 48.791033851038854, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ce26", "Latitude": 48.79089, "Longitude": 9.21336, "X_coordina": 3515749.21, "Y_coordina": 5405957.38, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 137.8, "Total_wall": 365.1, "Total_wa00": 0.0, "Total_outw": 582.2, "Total_shar": 173.6, "Total_roof": 204.8, "Gross_volu": 1782.2, "Is_Gross_v": "false", "Heated_vol": 1644.4, "Ridge_mean": 15.4, "Eaves_mean": 10.61, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 526.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 28685.0, "January_He": 5038.0, "February_H": 3482.0, "March_Heat": 2201.0, "April_Heat": 493.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 999.0, "November_H": 3101.0, "December_H": 4966.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213218971660561, 48.790865008730556, 0.0 ], [ 9.213406087718061, 48.790861334965669, 0.0 ], [ 9.213410551514626, 48.790951160386477, 0.0 ], [ 9.213223846075538, 48.790955462863558, 0.0 ], [ 9.213221479961197, 48.790910955054564, 0.0 ], [ 9.213218971660561, 48.790865008730556, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cdeb", "Latitude": 48.79451, "Longitude": 9.20787, "X_coordina": 3515344.91, "Y_coordina": 5406359.19, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2013.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 288.3, "Total_wall": 1674.6, "Total_wa00": 0.0, "Total_outw": 2079.1, "Total_shar": 0.0, "Total_roof": 288.3, "Gross_volu": 6397.2, "Is_Gross_v": "false", "Heated_vol": 6293.0, "Ridge_mean": 23.8, "Eaves_mean": 23.76, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 37, "Number_o00": 58, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.356, "Heated_are": 2013.8, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 99384.0, "January_He": 16808.0, "February_H": 11747.0, "March_Heat": 7226.0, "April_Heat": 1454.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 130.0, "October_He": 3238.0, "November_H": 10388.0, "December_H": 16454.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207975637483194, 48.794460660065639, 0.0 ], [ 9.207972542762164, 48.794469298316265, 0.0 ], [ 9.207927470233574, 48.794595812228842, 0.0 ], [ 9.207889336369414, 48.794589946120048, 0.0 ], [ 9.20787682462689, 48.794625308663775, 0.0 ], [ 9.207876016913771, 48.794627468287139, 0.0 ], [ 9.207761751027233, 48.794609779703492, 0.0 ], [ 9.207733423029968, 48.794605424552365, 0.0 ], [ 9.207731942583068, 48.794609473782963, 0.0 ], [ 9.207679099018241, 48.794601116278066, 0.0 ], [ 9.207681386819022, 48.794594817503238, 0.0 ], [ 9.207693359840222, 48.794560804805513, 0.0 ], [ 9.20772768050008, 48.794566138316199, 0.0 ], [ 9.207766967480605, 48.794455731236503, 0.0 ], [ 9.20780646450158, 48.794462134467487, 0.0 ], [ 9.207812787874763, 48.794444318191992, 0.0 ], [ 9.207815747260121, 48.794435860036963, 0.0 ], [ 9.207975637483194, 48.794460660065639, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cd29", "Latitude": 48.79236, "Longitude": 9.20207, "X_coordina": 3514919.5, "Y_coordina": 5406118.63, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 521.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.0, "Total_wall": 576.2, "Total_wa00": 0.0, "Total_outw": 760.4, "Total_shar": 0.0, "Total_roof": 189.3, "Gross_volu": 1730.6, "Is_Gross_v": "false", "Heated_vol": 1629.1, "Ridge_mean": 14.2, "Eaves_mean": 9.57, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.547, "Heated_are": 521.3, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 41.0, "Total_Year": 29644.0, "January_He": 5386.0, "February_H": 3712.0, "March_Heat": 2172.0, "April_Heat": 385.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1035.0, "November_H": 3342.0, "December_H": 5297.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201898269394277, 48.792394600432104, 0.0 ], [ 9.201987626568574, 48.792328121604875, 0.0 ], [ 9.202028259202486, 48.792351964167146, 0.0 ], [ 9.202077613263906, 48.79231524614454, 0.0 ], [ 9.202159045982427, 48.792363029372694, 0.0 ], [ 9.202059384273042, 48.792437174702648, 0.0 ], [ 9.202018747408358, 48.79241332972218, 0.0 ], [ 9.201979697869767, 48.792442381311844, 0.0 ], [ 9.201898269394277, 48.792394600432104, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cb2f", "Latitude": 48.79115, "Longitude": 9.20943, "X_coordina": 3515460.5, "Y_coordina": 5405985.28, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.9, "Total_wall": 122.9, "Total_wa00": 0.0, "Total_outw": 247.4, "Total_shar": 116.3, "Total_roof": 72.1, "Gross_volu": 415.3, "Is_Gross_v": "false", "Heated_vol": 386.6, "Ridge_mean": 10.6, "Eaves_mean": 6.44, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.622, "Heated_are": 123.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 50.9, "Total_Year": 8251.0, "January_He": 1645.0, "February_H": 1052.0, "March_Heat": 581.0, "April_Heat": 109.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 279.0, "November_H": 976.0, "December_H": 1633.0, "PV_potenti": 2.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209415847757324, 48.791209200885788, 0.0 ], [ 9.209334280463743, 48.791198288580098, 0.0 ], [ 9.209345019226767, 48.79116247946186, 0.0 ], [ 9.209356562949855, 48.791123881247053, 0.0 ], [ 9.209439082795667, 48.791134791804723, 0.0 ], [ 9.209415847757324, 48.791209200885788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ca87", "Latitude": 48.78913, "Longitude": 9.1959, "X_coordina": 3514466.75, "Y_coordina": 5405758.86, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 631.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 97.1, "Total_wall": 441.8, "Total_wa00": 0.0, "Total_outw": 569.2, "Total_shar": 507.0, "Total_roof": 151.7, "Gross_volu": 2059.7, "Is_Gross_v": "false", "Heated_vol": 1972.1, "Ridge_mean": 22.9, "Eaves_mean": 17.64, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.345, "Heated_are": 631.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.1, "Total_Year": 32807.0, "January_He": 5583.0, "February_H": 4007.0, "March_Heat": 2489.0, "April_Heat": 476.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1173.0, "November_H": 3565.0, "December_H": 5459.0, "PV_potenti": 5.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195849127220637, 48.789200169591957, 0.0 ], [ 9.195818847288015, 48.789182775900393, 0.0 ], [ 9.195797296393417, 48.789170313159396, 0.0 ], [ 9.195783929463486, 48.789162602453324, 0.0 ], [ 9.195789444089376, 48.78914586728019, 0.0 ], [ 9.195761748872965, 48.789128199407905, 0.0 ], [ 9.195760225996242, 48.789121547647319, 0.0 ], [ 9.195794416093774, 48.789094602351099, 0.0 ], [ 9.195802579746346, 48.78909413885215, 0.0 ], [ 9.195823171330765, 48.789104894674473, 0.0 ], [ 9.19583606174332, 48.789095071076389, 0.0 ], [ 9.195871662792229, 48.789115962734897, 0.0 ], [ 9.195892805061474, 48.789128336233595, 0.0 ], [ 9.195921859125001, 48.789145462220652, 0.0 ], [ 9.195948048310994, 48.789160794602431, 0.0 ], [ 9.195873951659388, 48.789214515151507, 0.0 ], [ 9.195849127220637, 48.789200169591957, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c96e", "Latitude": 48.78779, "Longitude": 9.20681, "X_coordina": 3515269.14, "Y_coordina": 5405611.87, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 522.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.6, "Total_wall": 326.3, "Total_wa00": 0.0, "Total_outw": 575.8, "Total_shar": 152.5, "Total_roof": 255.6, "Gross_volu": 1793.0, "Is_Gross_v": "false", "Heated_vol": 1631.4, "Ridge_mean": 14.3, "Eaves_mean": 8.28, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.439, "Heated_are": 522.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 29922.0, "January_He": 5269.0, "February_H": 3705.0, "March_Heat": 2384.0, "April_Heat": 611.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1103.0, "November_H": 3291.0, "December_H": 5195.0, "PV_potenti": 11.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206880367490166, 48.787832565016863, 0.0 ], [ 9.206866513207828, 48.78787215631646, 0.0 ], [ 9.206641420955377, 48.787838209602533, 0.0 ], [ 9.20667047260333, 48.787754618385165, 0.0 ], [ 9.206895702066513, 48.787788924490961, 0.0 ], [ 9.206880367490166, 48.787832565016863, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c894", "Latitude": 48.79368, "Longitude": 9.19979, "X_coordina": 3514751.54, "Y_coordina": 5406265.3, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 244.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 152.7, "Total_wall": 168.0, "Total_wa00": 0.0, "Total_outw": 362.3, "Total_shar": 221.0, "Total_roof": 152.7, "Gross_volu": 902.9, "Is_Gross_v": "false", "Heated_vol": 763.8, "Ridge_mean": 5.9, "Eaves_mean": 5.91, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.558, "Heated_are": 244.4, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 12.5, "Total_Year": 11081.0, "January_He": 1012.0, "February_H": 542.0, "March_Heat": 165.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 344.0, "December_H": 959.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199808918639702, 48.793710679262759, 0.0 ], [ 9.199707412720482, 48.793786121368534, 0.0 ], [ 9.199702798791618, 48.793789546465604, 0.0 ], [ 9.19962108313141, 48.793741758883847, 0.0 ], [ 9.199625832807261, 48.793738243631118, 0.0 ], [ 9.199723538595041, 48.793665505894559, 0.0 ], [ 9.199793154149274, 48.793613769005354, 0.0 ], [ 9.199874869764335, 48.79366155646624, 0.0 ], [ 9.199808918639702, 48.793710679262759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f6", "Latitude": 48.78798, "Longitude": 9.1938, "X_coordina": 3514312.51, "Y_coordina": 5405630.13, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1022.2, "SecondaryU": "retail", "Secondar00": 158.8, "BuildingTy": "GMH", "Footprint_": 198.5, "Total_wall": 873.7, "Total_wa00": 0.0, "Total_outw": 1148.8, "Total_shar": 106.0, "Total_roof": 251.1, "Gross_volu": 3889.1, "Is_Gross_v": "false", "Heated_vol": 3690.6, "Ridge_mean": 22.2, "Eaves_mean": 17.83, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 1181.0, "Mean_Uvalu": 0.45, "Specific_d": "23,5", "Specific_s": 36.5, "Total_Year": 70846.0, "January_He": 10500.0, "February_H": 7549.0, "March_Heat": 4764.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 108.0, "October_He": 2235.0, "November_H": 6667.0, "December_H": 10219.0, "PV_potenti": 12.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193757742804532, 48.787909346523151, 0.0 ], [ 9.193804253692935, 48.787936605046838, 0.0 ], [ 9.193843944695502, 48.787959828467471, 0.0 ], [ 9.193885545457018, 48.787984217666427, 0.0 ], [ 9.19374510594359, 48.788091103498687, 0.0 ], [ 9.193616075329839, 48.788015424952818, 0.0 ], [ 9.193757742804532, 48.787909346523151, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f7", "Latitude": 48.78783, "Longitude": 9.19386, "X_coordina": 3514317.11, "Y_coordina": 5405613.9, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 130.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 71.7, "Total_wall": 120.3, "Total_wa00": 0.0, "Total_outw": 257.5, "Total_shar": 91.5, "Total_roof": 71.7, "Gross_volu": 313.9, "Is_Gross_v": "false", "Heated_vol": 313.9, "Ridge_mean": 4.4, "Eaves_mean": 4.38, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.84, "Heated_are": 130.7, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193904562339696, 48.787833743363137, 0.0 ], [ 9.193899714224942, 48.787882310303367, 0.0 ], [ 9.193721003907044, 48.787875237343528, 0.0 ], [ 9.193725985857029, 48.787826040720006, 0.0 ], [ 9.193904562339696, 48.787833743363137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f8", "Latitude": 48.78792, "Longitude": 9.19391, "X_coordina": 3514321.16, "Y_coordina": 5405623.7, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 108.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.4, "Total_wall": 141.8, "Total_wa00": 0.0, "Total_outw": 229.2, "Total_shar": 105.6, "Total_roof": 49.7, "Gross_volu": 357.8, "Is_Gross_v": "false", "Heated_vol": 340.3, "Ridge_mean": 10.4, "Eaves_mean": 7.72, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.671, "Heated_are": 108.9, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 7136.0, "January_He": 1476.0, "February_H": 897.0, "March_Heat": 438.0, "April_Heat": 70.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 826.0, "December_H": 1484.0, "PV_potenti": 0.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19392486481963, 48.787946293596804, 0.0 ], [ 9.193926629791754, 48.787945211540574, 0.0 ], [ 9.193932087130397, 48.787948799296274, 0.0 ], [ 9.193885545457018, 48.787984217666427, 0.0 ], [ 9.193843944695502, 48.787959828467471, 0.0 ], [ 9.193804253692935, 48.787936605046838, 0.0 ], [ 9.193847675081164, 48.787903709824413, 0.0 ], [ 9.193846036843647, 48.787902363727284, 0.0 ], [ 9.193848614180382, 48.787900201220801, 0.0 ], [ 9.193855295250916, 48.787903517149147, 0.0 ], [ 9.193853124442894, 48.787905229353115, 0.0 ], [ 9.19392486481963, 48.787946293596804, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5a9", "Latitude": 48.79221, "Longitude": 9.20204, "X_coordina": 3514917.36, "Y_coordina": 5406101.99, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 266.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 97.8, "Total_wall": 293.7, "Total_wa00": 0.0, "Total_outw": 515.9, "Total_shar": 36.7, "Total_roof": 97.8, "Gross_volu": 668.4, "Is_Gross_v": "false", "Heated_vol": 668.4, "Ridge_mean": 6.8, "Eaves_mean": 6.83, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.732, "Heated_are": 266.8, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 68.4, "Total_Year": 18256.0, "January_He": 3733.0, "February_H": 2863.0, "March_Heat": 2217.0, "April_Heat": 966.0, "May_Heatin": 161.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 379.0, "October_He": 1542.0, "November_H": 2711.0, "December_H": 3677.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201948535849031, 48.792304229006398, 0.0 ], [ 9.201891239478833, 48.792270698047346, 0.0 ], [ 9.202048919507666, 48.792154240216249, 0.0 ], [ 9.20210662161668, 48.792187140920326, 0.0 ], [ 9.20206984910474, 48.792214632147861, 0.0 ], [ 9.202014213014229, 48.792255644995244, 0.0 ], [ 9.201948535849031, 48.792304229006398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5aa", "Latitude": 48.79206, "Longitude": 9.20213, "X_coordina": 3514923.86, "Y_coordina": 5406085.32, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 479.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 250.6, "Total_wall": 343.3, "Total_wa00": 0.0, "Total_outw": 727.1, "Total_shar": 0.0, "Total_roof": 302.3, "Gross_volu": 1566.0, "Is_Gross_v": "false", "Heated_vol": 1497.3, "Ridge_mean": 7.9, "Eaves_mean": 4.72, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.585, "Heated_are": 479.1, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 15.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202007631576969, 48.791972307291658, 0.0 ], [ 9.202266690990283, 48.792123553670322, 0.0 ], [ 9.202223542593673, 48.792156181790716, 0.0 ], [ 9.20218392149742, 48.792186016070481, 0.0 ], [ 9.201907001430182, 48.792026887547507, 0.0 ], [ 9.201979052852607, 48.791972807038363, 0.0 ], [ 9.202007631576969, 48.791972307291658, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c3ed", "Latitude": 48.79065, "Longitude": 9.19878, "X_coordina": 3514677.73, "Y_coordina": 5405928.58, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1315.9, "SecondaryU": "retail", "Secondar00": 206.5, "BuildingTy": "GMH", "Footprint_": 258.1, "Total_wall": 1056.8, "Total_wa00": 0.0, "Total_outw": 1409.2, "Total_shar": 83.1, "Total_roof": 335.0, "Gross_volu": 5015.6, "Is_Gross_v": "false", "Heated_vol": 4757.5, "Ridge_mean": 22.0, "Eaves_mean": 17.47, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 24, "Number_o00": 40, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 1522.4, "Mean_Uvalu": 0.48, "Specific_d": "23,6", "Specific_s": 36.2, "Total_Year": 91054.0, "January_He": 13546.0, "February_H": 9652.0, "March_Heat": 6014.0, "April_Heat": 1236.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 132.0, "October_He": 2788.0, "November_H": 8501.0, "December_H": 13226.0, "PV_potenti": 15.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19857135575956, 48.790716655711833, 0.0 ], [ 9.198774902379936, 48.790565682483155, 0.0 ], [ 9.198891534979774, 48.790634362592385, 0.0 ], [ 9.198818665580477, 48.790688442595908, 0.0 ], [ 9.198777006462183, 48.790719358313957, 0.0 ], [ 9.198765607565194, 48.790727740885949, 0.0 ], [ 9.198727612279852, 48.790755952553425, 0.0 ], [ 9.198687988432717, 48.790785336025145, 0.0 ], [ 9.19857135575956, 48.790716655711833, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c3af", "Latitude": 48.792, "Longitude": 9.20253, "X_coordina": 3514952.95, "Y_coordina": 5406079.45, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.5, "Total_wall": 33.8, "Total_wa00": 0.0, "Total_outw": 103.2, "Total_shar": 93.4, "Total_roof": 38.5, "Gross_volu": 101.3, "Is_Gross_v": "false", "Heated_vol": 96.2, "Ridge_mean": 2.6, "Eaves_mean": 2.63, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.112, "Heated_are": 30.8, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202428404431132, 48.792028939666466, 0.0 ], [ 9.202424198056816, 48.792032094386371, 0.0 ], [ 9.202421060570133, 48.792030301429456, 0.0 ], [ 9.202477370418203, 48.791987758498202, 0.0 ], [ 9.20247940573393, 48.79198622621842, 0.0 ], [ 9.202543932731908, 48.792024060502101, 0.0 ], [ 9.202489794678133, 48.792065160869292, 0.0 ], [ 9.202428404431132, 48.792028939666466, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c2b9", "Latitude": 48.79405, "Longitude": 9.2019, "X_coordina": 3514906.62, "Y_coordina": 5406306.21, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1164.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 198.9, "Total_wall": 761.1, "Total_wa00": 0.0, "Total_outw": 982.3, "Total_shar": 443.1, "Total_roof": 198.9, "Gross_volu": 3640.3, "Is_Gross_v": "false", "Heated_vol": 3640.3, "Ridge_mean": 18.3, "Eaves_mean": 18.3, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 33, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.318, "Heated_are": 1164.9, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 29.7, "Total_Year": 53005.0, "January_He": 8453.0, "February_H": 6146.0, "March_Heat": 3888.0, "April_Heat": 745.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1729.0, "November_H": 5324.0, "December_H": 8195.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201899159434502, 48.793973207293668, 0.0 ], [ 9.201995204573278, 48.794029960481019, 0.0 ], [ 9.201959110092085, 48.794057180704279, 0.0 ], [ 9.201974119365953, 48.794066596355009, 0.0 ], [ 9.20187424273006, 48.794140418883075, 0.0 ], [ 9.20185828036688, 48.794130914966573, 0.0 ], [ 9.201821098352768, 48.794158496746654, 0.0 ], [ 9.201725189988696, 48.794101923023021, 0.0 ], [ 9.201897801650249, 48.79397401898629, 0.0 ], [ 9.201899159434502, 48.793973207293668, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c28f", "Latitude": 48.79208, "Longitude": 9.2014, "X_coordina": 3514870.45, "Y_coordina": 5406087.49, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 918.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.6, "Total_wall": 452.7, "Total_wa00": 0.0, "Total_outw": 589.6, "Total_shar": 544.7, "Total_roof": 189.6, "Gross_volu": 2869.1, "Is_Gross_v": "false", "Heated_vol": 2869.1, "Ridge_mean": 15.1, "Eaves_mean": 15.14, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.29, "Heated_are": 918.1, "Mean_Uvalu": 0.35, "Specific_d": "15,8", "Specific_s": 28.1, "Total_Year": 40349.0, "January_He": 6185.0, "February_H": 4577.0, "March_Heat": 3046.0, "April_Heat": 701.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1342.0, "November_H": 3917.0, "December_H": 5969.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201398546986548, 48.79216563077518, 0.0 ], [ 9.201369507959049, 48.792187173296796, 0.0 ], [ 9.2012439961112, 48.792112036731695, 0.0 ], [ 9.20122871715901, 48.792103071071985, 0.0 ], [ 9.201256670650872, 48.792082339795051, 0.0 ], [ 9.201290187591143, 48.792057462301322, 0.0 ], [ 9.20131691902904, 48.792037452534487, 0.0 ], [ 9.201350164433583, 48.792012755344992, 0.0 ], [ 9.201491227019131, 48.792096767023622, 0.0 ], [ 9.201450789665827, 48.792126782327003, 0.0 ], [ 9.201444650848183, 48.792123196121963, 0.0 ], [ 9.201425653617378, 48.792137347356594, 0.0 ], [ 9.201431792075439, 48.792140843639672, 0.0 ], [ 9.201433791402685, 48.79216431020064, 0.0 ], [ 9.201398546986548, 48.79216563077518, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c08f", "Latitude": 48.79216, "Longitude": 9.21351, "X_coordina": 3515759.55, "Y_coordina": 5406098.35, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3074, "PrimaryUsa": "non-heated", "PrimaryU00": 932.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 233.2, "Total_wall": 763.8, "Total_wa00": 0.0, "Total_outw": 1183.0, "Total_shar": 0.0, "Total_roof": 233.2, "Gross_volu": 3037.1, "Is_Gross_v": "false", "Heated_vol": 2914.9, "Ridge_mean": 13.0, "Eaves_mean": 13.02, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.416, "Heated_are": 932.8, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213323074456468, 48.792210972329201, 0.0 ], [ 9.213401759326615, 48.792087181603357, 0.0 ], [ 9.21359865486628, 48.792141939743246, 0.0 ], [ 9.213520781644396, 48.79226447016719, 0.0 ], [ 9.213323074456468, 48.792210972329201, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ba96", "Latitude": 48.78826, "Longitude": 9.21162, "X_coordina": 3515622.32, "Y_coordina": 5405664.45, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 187.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 293.6, "Total_wa00": 0.0, "Total_outw": 430.8, "Total_shar": 0.0, "Total_roof": 92.8, "Gross_volu": 586.3, "Is_Gross_v": "false", "Heated_vol": 584.9, "Ridge_mean": 13.3, "Eaves_mean": 7.43, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.757, "Heated_are": 187.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 14083.0, "January_He": 2792.0, "February_H": 1874.0, "March_Heat": 1115.0, "April_Heat": 262.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 544.0, "November_H": 1715.0, "December_H": 2766.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211574928682982, 48.788306116489395, 0.0 ], [ 9.211509713542698, 48.78829931216314, 0.0 ], [ 9.21152335828452, 48.788243084816152, 0.0 ], [ 9.21158830155661, 48.788249979557911, 0.0 ], [ 9.211643986727569, 48.788255902117804, 0.0 ], [ 9.211629796631527, 48.788311860710202, 0.0 ], [ 9.211574928682982, 48.788306116489395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b9a5", "Latitude": 48.79186, "Longitude": 9.20375, "X_coordina": 3515042.76, "Y_coordina": 5406063.31, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 203.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 76.6, "Total_wall": 217.1, "Total_wa00": 0.0, "Total_outw": 407.7, "Total_shar": 112.1, "Total_roof": 124.3, "Gross_volu": 704.8, "Is_Gross_v": "false", "Heated_vol": 636.9, "Ridge_mean": 11.5, "Eaves_mean": 5.19, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.628, "Heated_are": 203.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 58.1, "Total_Year": 15060.0, "January_He": 2852.0, "February_H": 2016.0, "March_Heat": 1288.0, "April_Heat": 318.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 655.0, "November_H": 1843.0, "December_H": 2797.0, "PV_potenti": 2.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203694336650953, 48.791846140831048, 0.0 ], [ 9.203748122067935, 48.791852700028279, 0.0 ], [ 9.203748386252588, 48.791850721241673, 0.0 ], [ 9.203748787262835, 48.791848922060176, 0.0 ], [ 9.203784189340654, 48.791852995903767, 0.0 ], [ 9.203775480656173, 48.791887002434883, 0.0 ], [ 9.203767708985442, 48.79191714059241, 0.0 ], [ 9.203664226408677, 48.79190536381499, 0.0 ], [ 9.203662079055176, 48.791912831271382, 0.0 ], [ 9.203624636209222, 48.791908940846042, 0.0 ], [ 9.203626781748699, 48.791901023775544, 0.0 ], [ 9.203624195895232, 48.791901028347908, 0.0 ], [ 9.203632375214042, 48.791870709631951, 0.0 ], [ 9.203640823806579, 48.791839671050305, 0.0 ], [ 9.203694336650953, 48.791846140831048, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b99d", "Latitude": 48.79541, "Longitude": 9.2072, "X_coordina": 3515295.32, "Y_coordina": 5406458.85, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 290.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 96.3, "Total_wall": 354.2, "Total_wa00": 0.0, "Total_outw": 611.3, "Total_shar": 0.0, "Total_roof": 114.3, "Gross_volu": 1003.7, "Is_Gross_v": "false", "Heated_vol": 907.4, "Ridge_mean": 11.9, "Eaves_mean": 8.86, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.601, "Heated_are": 290.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.9, "Total_Year": 19658.0, "January_He": 3747.0, "February_H": 2586.0, "March_Heat": 1537.0, "April_Heat": 310.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 771.0, "November_H": 2356.0, "December_H": 3697.0, "PV_potenti": 5.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207248786834114, 48.795440428605893, 0.0 ], [ 9.207202341528133, 48.795465600850711, 0.0 ], [ 9.207155625071936, 48.795491043335069, 0.0 ], [ 9.207131591720804, 48.795472022773524, 0.0 ], [ 9.207126430383433, 48.79547463983954, 0.0 ], [ 9.207083007662069, 48.79544054698431, 0.0 ], [ 9.207088032150921, 48.795437750319209, 0.0 ], [ 9.207063452202267, 48.79541819118495, 0.0 ], [ 9.207111661372414, 48.795391666970524, 0.0 ], [ 9.207156203750962, 48.79536712764984, 0.0 ], [ 9.207248786834114, 48.795440428605893, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b92d", "Latitude": 48.78842, "Longitude": 9.20941, "X_coordina": 3515459.49, "Y_coordina": 5405681.85, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 84.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.4, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 115.1, "Total_shar": 207.0, "Total_roof": 53.9, "Gross_volu": 304.5, "Is_Gross_v": "false", "Heated_vol": 264.1, "Ridge_mean": 9.3, "Eaves_mean": 5.74, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 84.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.8, "Total_Year": 5209.0, "January_He": 984.0, "February_H": 668.0, "March_Heat": 374.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 189.0, "November_H": 623.0, "December_H": 964.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209362358890401, 48.788460602474437, 0.0 ], [ 9.20930888370531, 48.788462498153415, 0.0 ], [ 9.209307885462163, 48.788451529282, 0.0 ], [ 9.209304885499725, 48.78841736374595, 0.0 ], [ 9.209358768901305, 48.788415467326672, 0.0 ], [ 9.209414013179527, 48.788413568407499, 0.0 ], [ 9.20941814757078, 48.788458702563581, 0.0 ], [ 9.209362358890401, 48.788460602474437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b622", "Latitude": 48.78832, "Longitude": 9.20097, "X_coordina": 3514839.85, "Y_coordina": 5405669.4, "LOD": "LOD2", "Year_of_co": 1913, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 484.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 94.5, "Total_wall": 434.7, "Total_wa00": 0.0, "Total_outw": 626.7, "Total_shar": 179.2, "Total_roof": 137.9, "Gross_volu": 1515.4, "Is_Gross_v": "false", "Heated_vol": 1515.4, "Ridge_mean": 16.8, "Eaves_mean": 16.8, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.44, "Heated_are": 484.9, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 29225.0, "January_He": 5417.0, "February_H": 3741.0, "March_Heat": 2157.0, "April_Heat": 354.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1087.0, "November_H": 3432.0, "December_H": 5302.0, "PV_potenti": 4.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200854319971599, 48.788321087416172, 0.0 ], [ 9.200945105689549, 48.788290624761991, 0.0 ], [ 9.200965219755236, 48.788283845387689, 0.0 ], [ 9.201020078308584, 48.788355688562042, 0.0 ], [ 9.200890147611503, 48.788398359262899, 0.0 ], [ 9.200864698479869, 48.788364142743966, 0.0 ], [ 9.200855530697082, 48.788351659346837, 0.0 ], [ 9.200837059774955, 48.788326872633668, 0.0 ], [ 9.200854319971599, 48.788321087416172, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b620", "Latitude": 48.78821, "Longitude": 9.20125, "X_coordina": 3514860.5, "Y_coordina": 5405657.62, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 887.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 208.0, "Total_wall": 693.6, "Total_wa00": 0.0, "Total_outw": 1041.8, "Total_shar": 0.0, "Total_roof": 255.6, "Gross_volu": 2980.0, "Is_Gross_v": "false", "Heated_vol": 2772.0, "Ridge_mean": 16.4, "Eaves_mean": 12.75, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.408, "Heated_are": 887.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 49637.0, "January_He": 8802.0, "February_H": 6223.0, "March_Heat": 3764.0, "April_Heat": 716.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 1786.0, "November_H": 5530.0, "December_H": 8664.0, "PV_potenti": 10.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201135192097857, 48.788317270006551, 0.0 ], [ 9.201065005737101, 48.788223961896321, 0.0 ], [ 9.201284092721634, 48.788151999929326, 0.0 ], [ 9.201353193204055, 48.788245939271597, 0.0 ], [ 9.201135192097857, 48.788317270006551, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002e62", "Latitude": 48.78826, "Longitude": 9.19291, "X_coordina": 3514247.23, "Y_coordina": 5405661.39, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 776.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 285.2, "Total_wall": 490.2, "Total_wa00": 0.0, "Total_outw": 761.7, "Total_shar": 89.8, "Total_roof": 285.2, "Gross_volu": 1967.3, "Is_Gross_v": "false", "Heated_vol": 1967.3, "Ridge_mean": 6.9, "Eaves_mean": 6.9, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.539, "Heated_are": 776.8, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 46.1, "Total_Year": 92537.0, "January_He": 8315.0, "February_H": 6126.0, "March_Heat": 4231.0, "April_Heat": 1347.0, "May_Heatin": 122.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 254.0, "October_He": 2075.0, "November_H": 5298.0, "December_H": 8051.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193055657455449, 48.788297287363086, 0.0 ], [ 9.1930116905137, 48.788330093275562, 0.0 ], [ 9.192938523875648, 48.788378414966921, 0.0 ], [ 9.192813723139695, 48.788305516072569, 0.0 ], [ 9.192746823630213, 48.788355715545187, 0.0 ], [ 9.192744641399512, 48.788354460266717, 0.0 ], [ 9.192732019993167, 48.788363563680797, 0.0 ], [ 9.192671452976178, 48.788326076949218, 0.0 ], [ 9.192796717681128, 48.788235943637311, 0.0 ], [ 9.192866208160474, 48.788187178573644, 0.0 ], [ 9.193055657455449, 48.788297287363086, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b4e3", "Latitude": 48.7881, "Longitude": 9.19314, "X_coordina": 3514264.32, "Y_coordina": 5405643.48, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 3224.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 549.5, "Total_wall": 1860.8, "Total_wa00": 0.0, "Total_outw": 2400.5, "Total_shar": 173.1, "Total_roof": 549.5, "Gross_volu": 10217.9, "Is_Gross_v": "false", "Heated_vol": 10077.2, "Ridge_mean": 18.6, "Eaves_mean": 18.6, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.292, "Heated_are": 3224.7, "Mean_Uvalu": 0.38, "Specific_d": "73,0", "Specific_s": 40.0, "Total_Year": 364556.0, "January_He": 29865.0, "February_H": 22172.0, "March_Heat": 15582.0, "April_Heat": 5240.0, "May_Heatin": 493.0, "June_Heati": 13, "July_Heati": 1, "August_Hea": 2, "September_": 896.0, "October_He": 7302.0, "November_H": 18789.0, "December_H": 28765.0, "PV_potenti": 26.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192914376894889, 48.788149959417588, 0.0 ], [ 9.192829812446103, 48.788100463197935, 0.0 ], [ 9.193001880143434, 48.787972123644764, 0.0 ], [ 9.193133227694409, 48.788048968000425, 0.0 ], [ 9.193129021413595, 48.788052212306717, 0.0 ], [ 9.193136795641413, 48.788056695450813, 0.0 ], [ 9.193141002612325, 48.788053630990383, 0.0 ], [ 9.193361006095275, 48.788182032455012, 0.0 ], [ 9.193226890611859, 48.788270562607359, 0.0 ], [ 9.193085312306859, 48.788187620707859, 0.0 ], [ 9.193007294655363, 48.788141980358297, 0.0 ], [ 9.192960751462891, 48.788177218508928, 0.0 ], [ 9.192914376894889, 48.788149959417588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b4e4", "Latitude": 48.78815, "Longitude": 9.19303, "X_coordina": 3514256.49, "Y_coordina": 5405649.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 74.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 92.0, "Total_wa00": 0.0, "Total_outw": 187.5, "Total_shar": 171.1, "Total_roof": 41.6, "Gross_volu": 198.8, "Is_Gross_v": "false", "Heated_vol": 198.8, "Ridge_mean": 4.8, "Eaves_mean": 4.82, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.88, "Heated_are": 74.6, "Mean_Uvalu": 0.45, "Specific_d": "73,0", "Specific_s": 73.1, "Total_Year": 10905.0, "January_He": 1219.0, "February_H": 922.0, "March_Heat": 661.0, "April_Heat": 223.0, "May_Heatin": 24.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 351.0, "November_H": 823.0, "December_H": 1179.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192892801022545, 48.788166181819349, 0.0 ], [ 9.192914376894889, 48.788149959417588, 0.0 ], [ 9.192960751462891, 48.788177218508928, 0.0 ], [ 9.193007294655363, 48.788141980358297, 0.0 ], [ 9.193085312306859, 48.788187620707859, 0.0 ], [ 9.192984485185173, 48.788191386673716, 0.0 ], [ 9.192971458013798, 48.788201120259892, 0.0 ], [ 9.192960136880172, 48.788194394956946, 0.0 ], [ 9.192951859324747, 48.78820061355939, 0.0 ], [ 9.192892801022545, 48.788166181819349, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b313", "Latitude": 48.7877, "Longitude": 9.21154, "X_coordina": 3515616.6, "Y_coordina": 5405602.53, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 654.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 147.4, "Total_wall": 454.5, "Total_wa00": 0.0, "Total_outw": 647.9, "Total_shar": 204.2, "Total_roof": 208.4, "Gross_volu": 2190.3, "Is_Gross_v": "false", "Heated_vol": 2045.4, "Ridge_mean": 17.5, "Eaves_mean": 12.58, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 10, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.387, "Heated_are": 654.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 34615.0, "January_He": 6028.0, "February_H": 4158.0, "March_Heat": 2595.0, "April_Heat": 579.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1189.0, "November_H": 3696.0, "December_H": 5922.0, "PV_potenti": 9.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211610185551013, 48.787693491728753, 0.0 ], [ 9.211579520822715, 48.787779874790417, 0.0 ], [ 9.211383018302136, 48.787749301906153, 0.0 ], [ 9.211397272725177, 48.787708630243841, 0.0 ], [ 9.211413678816408, 48.787661839820117, 0.0 ], [ 9.211610185551013, 48.787693491728753, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b308", "Latitude": 48.78842, "Longitude": 9.21157, "X_coordina": 3515618.7, "Y_coordina": 5405683.01, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.5, "Total_wall": 60.6, "Total_wa00": 0.0, "Total_outw": 118.2, "Total_shar": 286.6, "Total_roof": 74.0, "Gross_volu": 481.1, "Is_Gross_v": "false", "Heated_vol": 432.6, "Ridge_mean": 12.4, "Eaves_mean": 7.42, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 138.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 7913.0, "January_He": 1390.0, "February_H": 987.0, "March_Heat": 625.0, "April_Heat": 132.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 319.0, "November_H": 897.0, "December_H": 1349.0, "PV_potenti": 3.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211480522891961, 48.788412759502101, 0.0 ], [ 9.211532659357884, 48.78841617077007, 0.0 ], [ 9.211584659742728, 48.78841958226446, 0.0 ], [ 9.211575915710483, 48.788476160308036, 0.0 ], [ 9.211522961894392, 48.788472570713651, 0.0 ], [ 9.211471913698546, 48.788469067519287, 0.0 ], [ 9.21147681482441, 48.788437135621912, 0.0 ], [ 9.211480522891961, 48.788412759502101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b05b", "Latitude": 48.79126, "Longitude": 9.20391, "X_coordina": 3515054.83, "Y_coordina": 5405996.42, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.3, "Total_wall": 79.5, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 265.8, "Total_roof": 66.6, "Gross_volu": 480.6, "Is_Gross_v": "false", "Heated_vol": 455.1, "Ridge_mean": 10.5, "Eaves_mean": 7.16, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.428, "Heated_are": 145.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 9055.0, "January_He": 1617.0, "February_H": 1168.0, "March_Heat": 748.0, "April_Heat": 165.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 387.0, "November_H": 1057.0, "December_H": 1577.0, "PV_potenti": 2.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203889009731565, 48.791254458702646, 0.0 ], [ 9.203938646999628, 48.791278650183159, 0.0 ], [ 9.203902213564898, 48.791322237725218, 0.0 ], [ 9.203901395895894, 48.791321969402169, 0.0 ], [ 9.203850008298192, 48.791302457031833, 0.0 ], [ 9.203848917709379, 48.791302009344314, 0.0 ], [ 9.203797802708262, 48.791282586391681, 0.0 ], [ 9.203793582279344, 48.791282234166133, 0.0 ], [ 9.203813370694876, 48.791262056256897, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b05c", "Latitude": 48.79121, "Longitude": 9.20384, "X_coordina": 3515049.74, "Y_coordina": 5405991.05, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 22.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.6, "Total_wall": 41.7, "Total_wa00": 0.0, "Total_outw": 119.4, "Total_shar": 28.7, "Total_roof": 24.6, "Gross_volu": 61.3, "Is_Gross_v": "false", "Heated_vol": 61.3, "Ridge_mean": 2.5, "Eaves_mean": 2.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.483, "Heated_are": 22.1, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203752553989736, 48.791233028628049, 0.0 ], [ 9.203766008812122, 48.79119478728721, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203813370694876, 48.791262056256897, 0.0 ], [ 9.203752553989736, 48.791233028628049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001adba", "Latitude": 48.78852, "Longitude": 9.21309, "X_coordina": 3515729.84, "Y_coordina": 5405693.91, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 117.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.6, "Total_wall": 135.4, "Total_wa00": 0.0, "Total_outw": 242.3, "Total_shar": 121.7, "Total_roof": 59.1, "Gross_volu": 400.2, "Is_Gross_v": "false", "Heated_vol": 367.6, "Ridge_mean": 11.4, "Eaves_mean": 7.98, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.628, "Heated_are": 117.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.5, "Total_Year": 7572.0, "January_He": 1474.0, "February_H": 958.0, "March_Heat": 545.0, "April_Heat": 115.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 256.0, "November_H": 871.0, "December_H": 1470.0, "PV_potenti": 2.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212981390737999, 48.788559626513283, 0.0 ], [ 9.212984603436974, 48.788514838592327, 0.0 ], [ 9.213100981033389, 48.78851983887219, 0.0 ], [ 9.213096815818428, 48.788564628558916, 0.0 ], [ 9.21304114498275, 48.788562213697212, 0.0 ], [ 9.212981390737999, 48.788559626513283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001acb8", "Latitude": 48.78864, "Longitude": 9.21187, "X_coordina": 3515640.55, "Y_coordina": 5405707.16, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.2, "Total_wall": 50.3, "Total_wa00": 0.0, "Total_outw": 111.3, "Total_shar": 230.4, "Total_roof": 58.8, "Gross_volu": 348.7, "Is_Gross_v": "false", "Heated_vol": 305.5, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 88.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5558.0, "January_He": 1050.0, "February_H": 717.0, "March_Heat": 405.0, "April_Heat": 65.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 206.0, "November_H": 669.0, "December_H": 1030.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211764164307672, 48.788679041755316, 0.0 ], [ 9.211771326559264, 48.788634696224797, 0.0 ], [ 9.211831768467576, 48.788638991320582, 0.0 ], [ 9.211889079589351, 48.788643112297841, 0.0 ], [ 9.21188218999646, 48.788687547257624, 0.0 ], [ 9.211825423179805, 48.788683425275778, 0.0 ], [ 9.211764164307672, 48.788679041755316, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001abe5", "Latitude": 48.78822, "Longitude": 9.213, "X_coordina": 3515723.41, "Y_coordina": 5405660.31, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 681.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 161.7, "Total_wall": 516.7, "Total_wa00": 0.0, "Total_outw": 758.4, "Total_shar": 156.6, "Total_roof": 238.4, "Gross_volu": 2202.4, "Is_Gross_v": "false", "Heated_vol": 2129.7, "Ridge_mean": 16.0, "Eaves_mean": 11.13, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.425, "Heated_are": 681.5, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 34181.0, "January_He": 5844.0, "February_H": 4017.0, "March_Heat": 2496.0, "April_Heat": 562.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1097.0, "November_H": 3558.0, "December_H": 5742.0, "PV_potenti": 11.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213067476779171, 48.788288617223742, 0.0 ], [ 9.212822968569643, 48.788266678352734, 0.0 ], [ 9.21283096803181, 48.788227456854393, 0.0 ], [ 9.212838964819644, 48.788187605894549, 0.0 ], [ 9.212838962157674, 48.788186976433849, 0.0 ], [ 9.213081699707489, 48.78820864877644, 0.0 ], [ 9.21307877659471, 48.78822537998542, 0.0 ], [ 9.213076254509334, 48.78824040190279, 0.0 ], [ 9.21307452800953, 48.788250476546878, 0.0 ], [ 9.213070943107866, 48.788271615239196, 0.0 ], [ 9.213067476779171, 48.788288617223742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ab53", "Latitude": 48.78813, "Longitude": 9.21228, "X_coordina": 3515670.77, "Y_coordina": 5405650.63, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 632.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 157.3, "Total_wall": 374.8, "Total_wa00": 0.0, "Total_outw": 587.4, "Total_shar": 312.0, "Total_roof": 227.2, "Gross_volu": 2132.7, "Is_Gross_v": "false", "Heated_vol": 1975.4, "Ridge_mean": 15.9, "Eaves_mean": 11.22, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.373, "Heated_are": 632.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 32387.0, "January_He": 5483.0, "February_H": 3840.0, "March_Heat": 2481.0, "April_Heat": 633.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1096.0, "November_H": 3366.0, "December_H": 5390.0, "PV_potenti": 10.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212366767321717, 48.788130117176692, 0.0 ], [ 9.212353867987661, 48.788169257755087, 0.0 ], [ 9.21234096825426, 48.788208308408862, 0.0 ], [ 9.212104569525948, 48.788172954435304, 0.0 ], [ 9.212117881485584, 48.788134802285093, 0.0 ], [ 9.212131597517544, 48.788095660228493, 0.0 ], [ 9.212366767321717, 48.788130117176692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa81", "Latitude": 48.79182, "Longitude": 9.21097, "X_coordina": 3515573.52, "Y_coordina": 5406060.78, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 97.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.1, "Total_wall": 119.8, "Total_wa00": 0.0, "Total_outw": 267.2, "Total_shar": 32.1, "Total_roof": 102.6, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 305.9, "Ridge_mean": 8.5, "Eaves_mean": 3.23, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.844, "Heated_are": 97.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 22.4, "Total_Year": 5410.0, "January_He": 685.0, "February_H": 385.0, "March_Heat": 142.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 283.0, "December_H": 663.0, "PV_potenti": 3.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210878480537124, 48.791826734969582, 0.0 ], [ 9.210890776076411, 48.791805400560293, 0.0 ], [ 9.210895234498219, 48.791797569042316, 0.0 ], [ 9.210945912040133, 48.791809256217185, 0.0 ], [ 9.210996589982541, 48.791821033292614, 0.0 ], [ 9.210979570286913, 48.79185172842255, 0.0 ], [ 9.210959578291542, 48.791887644563523, 0.0 ], [ 9.210858763688599, 48.791863369978174, 0.0 ], [ 9.21086726698362, 48.79184644877148, 0.0 ], [ 9.210878480537124, 48.791826734969582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa82", "Latitude": 48.792, "Longitude": 9.21096, "X_coordina": 3515572.34, "Y_coordina": 5406080.48, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 39.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 43.3, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 197.7, "Total_shar": 19.0, "Total_roof": 43.3, "Gross_volu": 87.8, "Is_Gross_v": "false", "Heated_vol": 87.8, "Ridge_mean": 2.0, "Eaves_mean": 2.04, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.602, "Heated_are": 39.5, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 88.2, "Total_Year": 3487.0, "January_He": 721.0, "February_H": 542.0, "March_Heat": 420.0, "April_Heat": 194.0, "May_Heatin": 40.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 277.0, "November_H": 510.0, "December_H": 712.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21084103104009, 48.792016272564453, 0.0 ], [ 9.210849092163292, 48.791991259045169, 0.0 ], [ 9.210987594419713, 48.792012676965463, 0.0 ], [ 9.210974950898406, 48.792048399797501, 0.0 ], [ 9.210837135443059, 48.792028509305929, 0.0 ], [ 9.21084103104009, 48.792016272564453, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa83", "Latitude": 48.79192, "Longitude": 9.21152, "X_coordina": 3515613.86, "Y_coordina": 5406071.59, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 58.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 72.2, "Total_wall": 91.2, "Total_wa00": 0.0, "Total_outw": 281.7, "Total_shar": 0.0, "Total_roof": 72.2, "Gross_volu": 182.5, "Is_Gross_v": "false", "Heated_vol": 182.5, "Ridge_mean": 2.5, "Eaves_mean": 2.53, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.291, "Heated_are": 58.4, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211409087471782, 48.791979081862955, 0.0 ], [ 9.211468957407476, 48.791878707126671, 0.0 ], [ 9.211545119787193, 48.791898530285458, 0.0 ], [ 9.211485249979987, 48.791998905060744, 0.0 ], [ 9.211409087471782, 48.791979081862955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa85", "Latitude": 48.79176, "Longitude": 9.21075, "X_coordina": 3515557.45, "Y_coordina": 5406053.88, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 142.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 114.9, "Total_wall": 160.0, "Total_wa00": 0.0, "Total_outw": 411.7, "Total_shar": 0.0, "Total_roof": 145.3, "Gross_volu": 477.7, "Is_Gross_v": "false", "Heated_vol": 443.7, "Ridge_mean": 5.3, "Eaves_mean": 2.96, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.91, "Heated_are": 142.0, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 21.5, "Total_Year": 7724.0, "January_He": 958.0, "February_H": 536.0, "March_Heat": 201.0, "April_Heat": 16.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 386.0, "December_H": 930.0, "PV_potenti": 7.1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21084404197895, 48.791792896828952, 0.0 ], [ 9.2108355330338, 48.791808469190414, 0.0 ], [ 9.210820675355501, 48.791835473471068, 0.0 ], [ 9.210569598910631, 48.791776403407297, 0.0 ], [ 9.210584324748606, 48.791750388559443, 0.0 ], [ 9.210597834353813, 48.791726444176625, 0.0 ], [ 9.210847688721945, 48.791786235805681, 0.0 ], [ 9.21084404197895, 48.791792896828952, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa87", "Latitude": 48.79196, "Longitude": 9.21078, "X_coordina": 3515559.5, "Y_coordina": 5406076.09, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 18.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.8, "Total_wall": 40.6, "Total_wa00": 0.0, "Total_outw": 125.8, "Total_shar": 27.8, "Total_roof": 22.8, "Gross_volu": 62.5, "Is_Gross_v": "false", "Heated_vol": 56.8, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.444, "Heated_are": 18.2, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210773606508683, 48.79200299737137, 0.0 ], [ 9.210689850285153, 48.791989752019141, 0.0 ], [ 9.210701150714076, 48.791958258084556, 0.0 ], [ 9.21078490726482, 48.791971593351661, 0.0 ], [ 9.210773606508683, 48.79200299737137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa88", "Latitude": 48.79186, "Longitude": 9.2108, "X_coordina": 3515561.16, "Y_coordina": 5406065.28, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 87.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 54.5, "Total_wall": 150.6, "Total_wa00": 0.0, "Total_outw": 308.4, "Total_shar": 0.0, "Total_roof": 54.5, "Gross_volu": 286.3, "Is_Gross_v": "false", "Heated_vol": 273.3, "Ridge_mean": 5.2, "Eaves_mean": 5.24, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.932, "Heated_are": 87.5, "Mean_Uvalu": 0.44, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 5087.0, "January_He": 677.0, "February_H": 392.0, "March_Heat": 159.0, "April_Heat": 15.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 286.0, "December_H": 656.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210803213509426, 48.791923091023342, 0.0 ], [ 9.21068836543339, 48.791895155108911, 0.0 ], [ 9.210716050410857, 48.79184375807975, 0.0 ], [ 9.210830898761598, 48.791871783889917, 0.0 ], [ 9.210803213509426, 48.791923091023342, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa89", "Latitude": 48.79204, "Longitude": 9.21145, "X_coordina": 3515608.68, "Y_coordina": 5406084.67, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.9, "Total_wall": 65.0, "Total_wa00": 0.0, "Total_outw": 205.1, "Total_shar": 0.0, "Total_roof": 34.9, "Gross_volu": 106.7, "Is_Gross_v": "false", "Heated_vol": 95.2, "Ridge_mean": 3.1, "Eaves_mean": 3.08, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.336, "Heated_are": 30.5, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21135462495903, 48.792070813976956, 0.0 ], [ 9.21138354631972, 48.792022292074947, 0.0 ], [ 9.211459436687601, 48.792042115789208, 0.0 ], [ 9.211430380424234, 48.792090907728536, 0.0 ], [ 9.21135462495903, 48.792070813976956, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa6e", "Latitude": 48.78813, "Longitude": 9.20851, "X_coordina": 3515393.99, "Y_coordina": 5405649.34, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 384.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.1, "Total_wall": 401.6, "Total_wa00": 0.0, "Total_outw": 662.4, "Total_shar": 0.0, "Total_roof": 188.9, "Gross_volu": 1270.1, "Is_Gross_v": "false", "Heated_vol": 1201.8, "Ridge_mean": 13.0, "Eaves_mean": 7.26, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.582, "Heated_are": 384.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.2, "Total_Year": 25800.0, "January_He": 4891.0, "February_H": 3377.0, "March_Heat": 2040.0, "April_Heat": 429.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1014.0, "November_H": 3062.0, "December_H": 4817.0, "PV_potenti": 8.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208449916730746, 48.788075046424638, 0.0 ], [ 9.208572797353215, 48.788139029426524, 0.0 ], [ 9.208535501507436, 48.788170030707597, 0.0 ], [ 9.208554865793785, 48.788179617471876, 0.0 ], [ 9.208507399851452, 48.788219449679673, 0.0 ], [ 9.208365154498297, 48.788145789893164, 0.0 ], [ 9.208413164088347, 48.788105776912239, 0.0 ], [ 9.208449916730746, 48.788075046424638, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a5cc", "Latitude": 48.78762, "Longitude": 9.20887, "X_coordina": 3515420.33, "Y_coordina": 5405593.54, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 629.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 158.7, "Total_wall": 398.4, "Total_wa00": 0.0, "Total_outw": 563.6, "Total_shar": 361.5, "Total_roof": 184.5, "Gross_volu": 2330.2, "Is_Gross_v": "false", "Heated_vol": 2171.5, "Ridge_mean": 16.2, "Eaves_mean": 13.16, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 10, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.332, "Heated_are": 629.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 32781.0, "January_He": 5564.0, "February_H": 3919.0, "March_Heat": 2552.0, "April_Heat": 649.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1146.0, "November_H": 3432.0, "December_H": 5464.0, "PV_potenti": 9.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208927795386687, 48.78766646654239, 0.0 ], [ 9.208914345419229, 48.787704708501003, 0.0 ], [ 9.208705185806005, 48.787673434622064, 0.0 ], [ 9.208717961087915, 48.787636542765476, 0.0 ], [ 9.208735711111343, 48.787585074256206, 0.0 ], [ 9.208945416586573, 48.787616796708129, 0.0 ], [ 9.208927795386687, 48.78766646654239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3e1", "Latitude": 48.78825, "Longitude": 9.21194, "X_coordina": 3515645.88, "Y_coordina": 5405663.41, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 415.7, "SecondaryU": "retail", "Secondar00": 123.6, "BuildingTy": "MFH", "Footprint_": 154.5, "Total_wall": 312.2, "Total_wa00": 0.0, "Total_outw": 484.4, "Total_shar": 223.0, "Total_roof": 239.0, "Gross_volu": 1749.2, "Is_Gross_v": "false", "Heated_vol": 1685.3, "Ridge_mean": 13.9, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.412, "Heated_are": 539.3, "Mean_Uvalu": 0.44, "Specific_d": "28,9", "Specific_s": 43.2, "Total_Year": 38914.0, "January_He": 5466.0, "February_H": 4027.0, "March_Heat": 2717.0, "April_Heat": 732.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 100.0, "October_He": 1337.0, "November_H": 3585.0, "December_H": 5309.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21194321233156, 48.788344915772534, 0.0 ], [ 9.211942138397211, 48.788348424771584, 0.0 ], [ 9.211818791306886, 48.788336422095576, 0.0 ], [ 9.211853680371384, 48.788186724952268, 0.0 ], [ 9.211856266032804, 48.78818672019559, 0.0 ], [ 9.211976071839681, 48.788198099884603, 0.0 ], [ 9.211962189145996, 48.788262330929165, 0.0 ], [ 9.211956709152517, 48.788285990937148, 0.0 ], [ 9.21194321233156, 48.788344915772534, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3e3", "Latitude": 48.7883, "Longitude": 9.21202, "X_coordina": 3515651.55, "Y_coordina": 5405669.01, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": -0.1, "SecondaryU": "retail", "Secondar00": 19.6, "BuildingTy": "RH", "Footprint_": 24.5, "Total_wall": 25.7, "Total_wa00": 0.0, "Total_outw": 79.2, "Total_shar": 79.4, "Total_roof": 24.5, "Gross_volu": 83.3, "Is_Gross_v": "false", "Heated_vol": 60.8, "Ridge_mean": 3.4, "Eaves_mean": 3.42, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.009, "Heated_are": 19.5, "Mean_Uvalu": 0.4, "Specific_d": "73,3", "Specific_s": 92.7, "Total_Year": 3231.0, "January_He": 425.0, "February_H": 302.0, "March_Heat": 200.0, "April_Heat": 59.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 109.0, "November_H": 277.0, "December_H": 412.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21194321233156, 48.788344915772534, 0.0 ], [ 9.211956709152517, 48.788285990937148, 0.0 ], [ 9.212006267428002, 48.788291205209241, 0.0 ], [ 9.211993584539536, 48.788349499086472, 0.0 ], [ 9.21194321233156, 48.788344915772534, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3cd", "Latitude": 48.79333, "Longitude": 9.20211, "X_coordina": 3514921.67, "Y_coordina": 5406226.26, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 731.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 134.8, "Total_wall": 682.6, "Total_wa00": 0.0, "Total_outw": 870.6, "Total_shar": 51.8, "Total_roof": 235.0, "Gross_volu": 2420.5, "Is_Gross_v": "false", "Heated_vol": 2285.7, "Ridge_mean": 20.8, "Eaves_mean": 15.29, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.453, "Heated_are": 731.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 41794.0, "January_He": 7521.0, "February_H": 5246.0, "March_Heat": 3143.0, "April_Heat": 581.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1522.0, "November_H": 4724.0, "December_H": 7384.0, "PV_potenti": 10.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20208347455249, 48.793269052201978, 0.0 ], [ 9.202175287124691, 48.793322755271866, 0.0 ], [ 9.202038231624172, 48.793424339679348, 0.0 ], [ 9.201948734181991, 48.793370992135564, 0.0 ], [ 9.201952805318008, 48.793368017518084, 0.0 ], [ 9.202035847433562, 48.793305105200766, 0.0 ], [ 9.202057557931017, 48.793288701018326, 0.0 ], [ 9.20208347455249, 48.793269052201978, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a219", "Latitude": 48.78857, "Longitude": 9.21269, "X_coordina": 3515700.85, "Y_coordina": 5405700.02, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 52.9, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 229.0, "Total_roof": 51.5, "Gross_volu": 325.3, "Is_Gross_v": "false", "Heated_vol": 283.6, "Ridge_mean": 9.3, "Eaves_mean": 6.26, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 90.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5619.0, "January_He": 1048.0, "February_H": 723.0, "March_Heat": 417.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 212.0, "November_H": 671.0, "December_H": 1028.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212590997815147, 48.788570958840111, 0.0 ], [ 9.212650207320078, 48.788573457308679, 0.0 ], [ 9.212706558592503, 48.788575871102438, 0.0 ], [ 9.21270266139906, 48.788619761042895, 0.0 ], [ 9.212646174369054, 48.78861743742155, 0.0 ], [ 9.212587101281041, 48.788615028622758, 0.0 ], [ 9.212590997815147, 48.788570958840111, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a0cb", "Latitude": 48.79118, "Longitude": 9.19921, "X_coordina": 3514709.5, "Y_coordina": 5405987.45, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 994.5, "SecondaryU": "retail", "Secondar00": 134.7, "BuildingTy": "GMH", "Footprint_": 168.4, "Total_wall": 887.4, "Total_wa00": 0.0, "Total_outw": 1121.2, "Total_shar": 273.8, "Total_roof": 168.4, "Gross_volu": 3615.1, "Is_Gross_v": "false", "Heated_vol": 3528.7, "Ridge_mean": 21.5, "Eaves_mean": 21.47, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.345, "Heated_are": 1129.2, "Mean_Uvalu": 0.41, "Specific_d": "22,7", "Specific_s": 31.7, "Total_Year": 61371.0, "January_He": 8862.0, "February_H": 6248.0, "March_Heat": 3931.0, "April_Heat": 868.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 77.0, "October_He": 1709.0, "November_H": 5398.0, "December_H": 8660.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199191885379307, 48.791284710562117, 0.0 ], [ 9.199038147102064, 48.791194423314714, 0.0 ], [ 9.19913693651268, 48.791121414399186, 0.0 ], [ 9.199293810999343, 48.791213224789701, 0.0 ], [ 9.199292725438731, 48.791214035980893, 0.0 ], [ 9.199195704608258, 48.791286862122334, 0.0 ], [ 9.199191885379307, 48.791284710562117, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a0c2", "Latitude": 48.79093, "Longitude": 9.19936, "X_coordina": 3514720.93, "Y_coordina": 5405959.28, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 118.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 147.7, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 359.9, "Total_shar": 154.8, "Total_roof": 147.7, "Gross_volu": 454.4, "Is_Gross_v": "false", "Heated_vol": 369.5, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.967, "Heated_are": 118.3, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199404076476908, 48.790910980497245, 0.0 ], [ 9.199258691481344, 48.791074083815118, 0.0 ], [ 9.199196255512838, 48.79104784421498, 0.0 ], [ 9.199199641520419, 48.791043701871722, 0.0 ], [ 9.199270512750743, 48.790966155025473, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199444687188084, 48.790855966840674, 0.0 ], [ 9.199400257980278, 48.790909008789768, 0.0 ], [ 9.199404076476908, 48.790910980497245, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019e17", "Latitude": 48.79184, "Longitude": 9.20229, "X_coordina": 3514935.61, "Y_coordina": 5406060.81, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 832.5, "SecondaryU": "retail", "Secondar00": 126.4, "BuildingTy": "GMH", "Footprint_": 158.0, "Total_wall": 725.9, "Total_wa00": 0.0, "Total_outw": 974.4, "Total_shar": 242.8, "Total_roof": 250.8, "Gross_volu": 3154.7, "Is_Gross_v": "false", "Heated_vol": 2996.7, "Ridge_mean": 22.3, "Eaves_mean": 17.57, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 15, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.373, "Heated_are": 958.9, "Mean_Uvalu": 0.46, "Specific_d": "23,4", "Specific_s": 37.1, "Total_Year": 58011.0, "January_He": 8743.0, "February_H": 6222.0, "March_Heat": 3871.0, "April_Heat": 797.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 86.0, "October_He": 1806.0, "November_H": 5505.0, "December_H": 8537.0, "PV_potenti": 10.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202280735494341, 48.791791531078204, 0.0 ], [ 9.202301606819121, 48.791803544177192, 0.0 ], [ 9.202357812703866, 48.791836717156741, 0.0 ], [ 9.202275446665151, 48.791897830062858, 0.0 ], [ 9.202297274330997, 48.791910740718578, 0.0 ], [ 9.202277462641778, 48.791925343142921, 0.0 ], [ 9.202253036993286, 48.791943280840584, 0.0 ], [ 9.202135582004168, 48.791875055209758, 0.0 ], [ 9.202133750968747, 48.79185968148829, 0.0 ], [ 9.202249905950371, 48.791773780354866, 0.0 ], [ 9.202280735494341, 48.791791531078204, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019e18", "Latitude": 48.79189, "Longitude": 9.2026, "X_coordina": 3514958.18, "Y_coordina": 5406067.02, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.6, "Total_wall": 45.9, "Total_wa00": 0.0, "Total_outw": 162.4, "Total_shar": 0.0, "Total_roof": 34.6, "Gross_volu": 67.9, "Is_Gross_v": "false", "Heated_vol": 67.9, "Ridge_mean": 2.0, "Eaves_mean": 1.95, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.697, "Heated_are": 32.1, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202496818000611, 48.791916504813145, 0.0 ], [ 9.202548646575373, 48.79187648758689, 0.0 ], [ 9.202609758010086, 48.791911090592393, 0.0 ], [ 9.202557793350753, 48.79195110808525, 0.0 ], [ 9.202496818000611, 48.791916504813145, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019a46", "Latitude": 48.79357, "Longitude": 9.19961, "X_coordina": 3514738.0, "Y_coordina": 5406253.22, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 245.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 153.4, "Total_wall": 175.7, "Total_wa00": 0.0, "Total_outw": 379.6, "Total_shar": 205.7, "Total_roof": 153.4, "Gross_volu": 899.2, "Is_Gross_v": "false", "Heated_vol": 767.3, "Ridge_mean": 5.9, "Eaves_mean": 5.86, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.57, "Heated_are": 245.5, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 12.9, "Total_Year": 11236.0, "January_He": 1050.0, "February_H": 562.0, "March_Heat": 171.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 360.0, "December_H": 996.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199518222186322, 48.793681508505266, 0.0 ], [ 9.199436370061379, 48.793633541180959, 0.0 ], [ 9.199440848604741, 48.793630296176062, 0.0 ], [ 9.199538688413675, 48.793557018821318, 0.0 ], [ 9.199608304008539, 48.793505282042723, 0.0 ], [ 9.19969029219007, 48.793553249010053, 0.0 ], [ 9.199609685512099, 48.793613367782044, 0.0 ], [ 9.199522971863693, 48.793677993256736, 0.0 ], [ 9.199518222186322, 48.793681508505266, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001976f", "Latitude": 48.78931, "Longitude": 9.20269, "X_coordina": 3514965.43, "Y_coordina": 5405779.97, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 915.4, "SecondaryU": "retail", "Secondar00": 162.0, "BuildingTy": "GMH", "Footprint_": 202.5, "Total_wall": 756.7, "Total_wa00": 0.0, "Total_outw": 885.1, "Total_shar": 206.3, "Total_roof": 259.1, "Gross_volu": 3430.1, "Is_Gross_v": "false", "Heated_vol": 3366.7, "Ridge_mean": 18.5, "Eaves_mean": 14.74, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 35, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.359, "Heated_are": 1077.4, "Mean_Uvalu": 0.4, "Specific_d": "24,4", "Specific_s": 33.7, "Total_Year": 62619.0, "January_He": 8888.0, "February_H": 6285.0, "March_Heat": 4068.0, "April_Heat": 945.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 1813.0, "November_H": 5485.0, "December_H": 8681.0, "PV_potenti": 10.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202523121320397, 48.789280910065202, 0.0 ], [ 9.202748433857341, 48.789274196083312, 0.0 ], [ 9.202755924986418, 48.789383956798616, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202523121320397, 48.789280910065202, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019770", "Latitude": 48.78941, "Longitude": 9.20262, "X_coordina": 3514960.33, "Y_coordina": 5405790.36, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 38.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.2, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 30.1, "Total_roof": 42.2, "Gross_volu": 141.5, "Is_Gross_v": "false", "Heated_vol": 101.4, "Ridge_mean": 3.4, "Eaves_mean": 3.35, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.131, "Heated_are": 38.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202583847378131, 48.789464134692423, 0.0 ], [ 9.202581650375334, 48.789459282680959, 0.0 ], [ 9.202540248684256, 48.789451891844195, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202608444298518, 48.789387656327435, 0.0 ], [ 9.202614291931656, 48.789454189530673, 0.0 ], [ 9.202595535635522, 48.789460247413622, 0.0 ], [ 9.202583847378131, 48.789464134692423, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019636", "Latitude": 48.78833, "Longitude": 9.2094, "X_coordina": 3515458.95, "Y_coordina": 5405671.78, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 117.3, "Total_wa00": 0.0, "Total_outw": 243.7, "Total_shar": 107.6, "Total_roof": 55.7, "Gross_volu": 328.8, "Is_Gross_v": "false", "Heated_vol": 287.2, "Ridge_mean": 9.7, "Eaves_mean": 6.1, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.707, "Heated_are": 91.9, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 6075.0, "January_He": 1266.0, "February_H": 749.0, "March_Heat": 374.0, "April_Heat": 68.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 166.0, "November_H": 691.0, "December_H": 1294.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209298126241778, 48.788330060161719, 0.0 ], [ 9.209297836489894, 48.788325834276513, 0.0 ], [ 9.209351175816558, 48.788324028773218, 0.0 ], [ 9.209406419994796, 48.788322129857846, 0.0 ], [ 9.20940987954414, 48.788368614096868, 0.0 ], [ 9.209355044327069, 48.788370692117745, 0.0 ], [ 9.20930116172117, 48.788372768381159, 0.0 ], [ 9.209300296577753, 48.788361079878364, 0.0 ], [ 9.209298126241778, 48.788330060161719, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019463", "Latitude": 48.7904, "Longitude": 9.20731, "X_coordina": 3515305.21, "Y_coordina": 5405902.14, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 2286.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 473.7, "Total_wall": 1165.3, "Total_wa00": 0.0, "Total_outw": 1659.9, "Total_shar": 114.1, "Total_roof": 641.2, "Gross_volu": 7323.0, "Is_Gross_v": "false", "Heated_vol": 7145.3, "Ridge_mean": 18.7, "Eaves_mean": 12.88, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.316, "Heated_are": 2286.5, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 55.1, "Total_Year": 159486.0, "January_He": 28190.0, "February_H": 21142.0, "March_Heat": 15353.0, "April_Heat": 5741.0, "May_Heatin": 662.0, "June_Heati": 22, "July_Heati": 2, "August_Hea": 5, "September_": 1289.0, "October_He": 7946.0, "November_H": 18486.0, "December_H": 27240.0, "PV_potenti": 31.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207267926247484, 48.790405482789723, 0.0 ], [ 9.207467144074101, 48.790432550764351, 0.0 ], [ 9.207432904655438, 48.790545286741491, 0.0 ], [ 9.207073413732115, 48.79049656564974, 0.0 ], [ 9.207113705761364, 48.790300099999264, 0.0 ], [ 9.207167618656365, 48.790304858900491, 0.0 ], [ 9.207246717694913, 48.79031173062009, 0.0 ], [ 9.207285518709428, 48.790315167806817, 0.0 ], [ 9.207267926247484, 48.790405482789723, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019464", "Latitude": 48.79011, "Longitude": 9.20733, "X_coordina": 3515306.36, "Y_coordina": 5405870.2, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 1086.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 474.9, "Total_wall": 500.5, "Total_wa00": 0.0, "Total_outw": 1171.7, "Total_shar": 113.8, "Total_roof": 484.3, "Gross_volu": 3210.7, "Is_Gross_v": "false", "Heated_vol": 3396.7, "Ridge_mean": 7.4, "Eaves_mean": 6.14, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 1086.9, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 47.3, "Total_Year": 67311.0, "January_He": 11837.0, "February_H": 8743.0, "March_Heat": 6102.0, "April_Heat": 2042.0, "May_Heatin": 196.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 406.0, "October_He": 3069.0, "November_H": 7609.0, "December_H": 11420.0, "PV_potenti": 27.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207167618656365, 48.790304858900491, 0.0 ], [ 9.207224160406685, 48.790029231178266, 0.0 ], [ 9.207240063421322, 48.78995168839193, 0.0 ], [ 9.207321068688369, 48.789958916324942, 0.0 ], [ 9.207401665701619, 48.789966144936265, 0.0 ], [ 9.207385790149871, 48.790043687695274, 0.0 ], [ 9.207329358142974, 48.790319315298625, 0.0 ], [ 9.207285518709428, 48.790315167806817, 0.0 ], [ 9.207246717694913, 48.79031173062009, 0.0 ], [ 9.207167618656365, 48.790304858900491, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019369", "Latitude": 48.79559, "Longitude": 9.20743, "X_coordina": 3515311.98, "Y_coordina": 5406478.97, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 261.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 90.9, "Total_wall": 330.0, "Total_wa00": 0.0, "Total_outw": 606.4, "Total_shar": 0.0, "Total_roof": 108.4, "Gross_volu": 907.2, "Is_Gross_v": "false", "Heated_vol": 816.4, "Ridge_mean": 11.4, "Eaves_mean": 8.47, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.625, "Heated_are": 261.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 53.8, "Total_Year": 18189.0, "January_He": 3530.0, "February_H": 2409.0, "March_Heat": 1398.0, "April_Heat": 273.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 698.0, "November_H": 2201.0, "December_H": 3492.0, "PV_potenti": 5.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207318793786532, 48.795617092281937, 0.0 ], [ 9.207293944038973, 48.795598163147929, 0.0 ], [ 9.207335906398205, 48.795575067179477, 0.0 ], [ 9.207382757465725, 48.795549264685839, 0.0 ], [ 9.207409249408007, 48.79557034900823, 0.0 ], [ 9.207411286200591, 48.795569176333807, 0.0 ], [ 9.207450340466941, 48.795600039686541, 0.0 ], [ 9.207448166824998, 48.795601032761084, 0.0 ], [ 9.20747329292578, 48.795620950522924, 0.0 ], [ 9.207426985527325, 48.795646572226715, 0.0 ], [ 9.207384888154714, 48.795669938241794, 0.0 ], [ 9.207361809238112, 48.795651365627762, 0.0 ], [ 9.207357326579729, 48.795653531864268, 0.0 ], [ 9.207314586308605, 48.795619977409743, 0.0 ], [ 9.207318793786532, 48.795617092281937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019353", "Latitude": 48.79538, "Longitude": 9.21194, "X_coordina": 3515643.59, "Y_coordina": 5406456.9, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1042.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 345.8, "Total_wall": 1214.4, "Total_wa00": 0.0, "Total_outw": 1779.9, "Total_shar": 311.1, "Total_roof": 351.0, "Gross_volu": 3602.9, "Is_Gross_v": "false", "Heated_vol": 3257.1, "Ridge_mean": 11.8, "Eaves_mean": 11.84, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 32, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.558, "Heated_are": 1042.3, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 48.7, "Total_Year": 67221.0, "January_He": 11911.0, "February_H": 8601.0, "March_Heat": 5862.0, "April_Heat": 1711.0, "May_Heatin": 99.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 249.0, "October_He": 2933.0, "November_H": 7684.0, "December_H": 11662.0, "PV_potenti": 10.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211891835017408, 48.795471006027562, 0.0 ], [ 9.211863215096106, 48.795471867994806, 0.0 ], [ 9.211805689425514, 48.795473592433694, 0.0 ], [ 9.211801617999214, 48.795411732522695, 0.0 ], [ 9.211858721705564, 48.795410017854429, 0.0 ], [ 9.211887627378548, 48.795409146370154, 0.0 ], [ 9.21188675847919, 48.795396738519536, 0.0 ], [ 9.211858124989309, 48.795397600510505, 0.0 ], [ 9.211800885227936, 48.795399324421048, 0.0 ], [ 9.211796542735856, 48.795337734778236, 0.0 ], [ 9.211853646358483, 48.795336020112615, 0.0 ], [ 9.211882551989085, 48.795335148629697, 0.0 ], [ 9.211881683092315, 48.795322740778865, 0.0 ], [ 9.211852750247473, 48.795323612311641, 0.0 ], [ 9.211795673860237, 48.795325326926722, 0.0 ], [ 9.211792786317014, 48.795286035647003, 0.0 ], [ 9.211849889994738, 48.795284347960191, 0.0 ], [ 9.211983721563213, 48.795280378854343, 0.0 ], [ 9.21198633666277, 48.795319580707293, 0.0 ], [ 9.211981029258466, 48.795319770323907, 0.0 ], [ 9.21198189817966, 48.79533217817395, 0.0 ], [ 9.21198720558527, 48.79533198855728, 0.0 ], [ 9.211991412203089, 48.795393578443139, 0.0 ], [ 9.211986104791004, 48.795393768059995, 0.0 ], [ 9.211986973714787, 48.795406175909847, 0.0 ], [ 9.211992281128174, 48.795405986292927, 0.0 ], [ 9.211996488895304, 48.795467845946305, 0.0 ], [ 9.211991181475415, 48.795468035563431, 0.0 ], [ 9.211992050780658, 48.795480533335926, 0.0 ], [ 9.211997358201861, 48.795480343718772, 0.0 ], [ 9.211999974080689, 48.795519725415708, 0.0 ], [ 9.211866522939987, 48.795523684847943, 0.0 ], [ 9.211809174036217, 48.79552538198628, 0.0 ], [ 9.211806558684824, 48.79548609020766, 0.0 ], [ 9.211863662475315, 48.795484375536844, 0.0 ], [ 9.211892704298041, 48.795483503800838, 0.0 ], [ 9.211891835017408, 48.795471006027562, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019260", "Latitude": 48.79111, "Longitude": 9.21332, "X_coordina": 3515746.29, "Y_coordina": 5405982.14, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 477.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.0, "Total_wall": 325.8, "Total_wa00": 0.0, "Total_outw": 533.6, "Total_shar": 160.7, "Total_roof": 210.3, "Gross_volu": 1625.6, "Is_Gross_v": "false", "Heated_vol": 1492.6, "Ridge_mean": 15.0, "Eaves_mean": 9.69, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.435, "Heated_are": 477.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.2, "Total_Year": 26271.0, "January_He": 4737.0, "February_H": 3239.0, "March_Heat": 1876.0, "April_Heat": 328.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 883.0, "November_H": 2929.0, "December_H": 4669.0, "PV_potenti": 9.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213300436805566, 48.791204948981026, 0.0 ], [ 9.213240758351681, 48.791188873250256, 0.0 ], [ 9.213179445266089, 48.791172440820013, 0.0 ], [ 9.213250816699015, 48.791057386303152, 0.0 ], [ 9.213372489627856, 48.791090162898229, 0.0 ], [ 9.213300436805566, 48.791204948981026, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018da3", "Latitude": 48.78837, "Longitude": 9.2094, "X_coordina": 3515459.21, "Y_coordina": 5405676.84, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.0, "Total_wall": 52.5, "Total_wa00": 0.0, "Total_outw": 121.3, "Total_shar": 212.2, "Total_roof": 53.5, "Gross_volu": 312.1, "Is_Gross_v": "false", "Heated_vol": 272.2, "Ridge_mean": 9.6, "Eaves_mean": 6.0, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.5, "Heated_are": 87.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 5320.0, "January_He": 1003.0, "February_H": 680.0, "March_Heat": 380.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 191.0, "November_H": 634.0, "December_H": 983.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20940987954414, 48.788368614096868, 0.0 ], [ 9.209414013179527, 48.788413568407499, 0.0 ], [ 9.209358768901305, 48.788415467326672, 0.0 ], [ 9.209304885499725, 48.78841736374595, 0.0 ], [ 9.209304023720405, 48.788406484550052, 0.0 ], [ 9.20930116172117, 48.788372768381159, 0.0 ], [ 9.209355044327069, 48.788370692117745, 0.0 ], [ 9.20940987954414, 48.788368614096868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018d70", "Latitude": 48.78844, "Longitude": 9.20984, "X_coordina": 3515491.62, "Y_coordina": 5405684.0, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 99.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.6, "Total_wall": 115.1, "Total_wa00": 0.0, "Total_outw": 230.1, "Total_shar": 95.4, "Total_roof": 66.1, "Gross_volu": 359.0, "Is_Gross_v": "false", "Heated_vol": 311.4, "Ridge_mean": 9.4, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.691, "Heated_are": 99.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 6586.0, "January_He": 1344.0, "February_H": 827.0, "March_Heat": 433.0, "April_Heat": 77.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 196.0, "November_H": 765.0, "December_H": 1355.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209745197539426, 48.788432658967565, 0.0 ], [ 9.209744915619392, 48.788430321466038, 0.0 ], [ 9.20979240325107, 48.788428526416283, 0.0 ], [ 9.209848191129137, 48.788426446451382, 0.0 ], [ 9.20985278029452, 48.788482640372479, 0.0 ], [ 9.209797537082338, 48.788484809270962, 0.0 ], [ 9.209749641507749, 48.78848669498948, 0.0 ], [ 9.209748643168126, 48.788475726122108, 0.0 ], [ 9.209745197539426, 48.788432658967565, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018b9e", "Latitude": 48.78863, "Longitude": 9.19622, "X_coordina": 3514490.4, "Y_coordina": 5405702.64, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 821.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 183.9, "Total_wall": 377.3, "Total_wa00": 0.0, "Total_outw": 581.5, "Total_shar": 504.3, "Total_roof": 215.8, "Gross_volu": 2747.5, "Is_Gross_v": "false", "Heated_vol": 2567.8, "Ridge_mean": 16.7, "Eaves_mean": 13.08, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.294, "Heated_are": 821.7, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 30.9, "Total_Year": 38420.0, "January_He": 6280.0, "February_H": 4447.0, "March_Heat": 2786.0, "April_Heat": 529.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1272.0, "November_H": 3934.0, "December_H": 6098.0, "PV_potenti": 10.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196289718217939, 48.788693149300045, 0.0 ], [ 9.1962119654468, 48.788716392186537, 0.0 ], [ 9.196211557530377, 48.788716482805221, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196109895312105, 48.788680776446668, 0.0 ], [ 9.196106610956635, 48.788676106010236, 0.0 ], [ 9.19610932888, 48.78867511222149, 0.0 ], [ 9.196098105467309, 48.788658675306884, 0.0 ], [ 9.19609565972231, 48.788659668631873, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.196125576720917, 48.788583991893923, 0.0 ], [ 9.196201561929186, 48.788561201694996, 0.0 ], [ 9.196235920733477, 48.78861257947657, 0.0 ], [ 9.196260013326008, 48.788648687724525, 0.0 ], [ 9.196289718217939, 48.788693149300045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018b9f", "Latitude": 48.7887, "Longitude": 9.19614, "X_coordina": 3514484.5, "Y_coordina": 5405710.5, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.0, "Total_wall": 46.7, "Total_wa00": 0.0, "Total_outw": 143.0, "Total_shar": 52.3, "Total_roof": 39.0, "Gross_volu": 108.9, "Is_Gross_v": "false", "Heated_vol": 99.5, "Ridge_mean": 2.8, "Eaves_mean": 2.79, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.186, "Heated_are": 31.8, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196039075307954, 48.788702029089514, 0.0 ], [ 9.196109895312105, 48.788680776446668, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196075898362272, 48.788757179515535, 0.0 ], [ 9.196039075307954, 48.788702029089514, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018a70", "Latitude": 48.79035, "Longitude": 9.20624, "X_coordina": 3515226.21, "Y_coordina": 5405895.77, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 524.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 433.5, "Total_wa00": 0.0, "Total_outw": 673.7, "Total_shar": 174.1, "Total_roof": 226.0, "Gross_volu": 1986.0, "Is_Gross_v": "false", "Heated_vol": 1840.2, "Ridge_mean": 16.4, "Eaves_mean": 10.81, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 8, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.425, "Heated_are": 524.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 33035.0, "January_He": 6021.0, "February_H": 4263.0, "March_Heat": 2650.0, "April_Heat": 533.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1355.0, "November_H": 3931.0, "December_H": 5884.0, "PV_potenti": 10.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206199685031294, 48.790297154128446, 0.0 ], [ 9.206261203577984, 48.790298123042852, 0.0 ], [ 9.206255655068761, 48.790438593680236, 0.0 ], [ 9.206193182590212, 48.79043735670006, 0.0 ], [ 9.206128260430349, 48.790436124070801, 0.0 ], [ 9.206134219415935, 48.790296102322891, 0.0 ], [ 9.206134763788706, 48.790296101348467, 0.0 ], [ 9.206199685031294, 48.790297154128446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001871c", "Latitude": 48.78781, "Longitude": 9.20061, "X_coordina": 3514813.0, "Y_coordina": 5405612.11, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 529.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.5, "Total_wall": 379.2, "Total_wa00": 0.0, "Total_outw": 552.3, "Total_shar": 249.9, "Total_roof": 166.5, "Gross_volu": 1658.3, "Is_Gross_v": "false", "Heated_vol": 1655.0, "Ridge_mean": 18.4, "Eaves_mean": 11.49, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 529.6, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.6, "Total_Year": 28837.0, "January_He": 4876.0, "February_H": 3599.0, "March_Heat": 2338.0, "April_Heat": 521.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1110.0, "November_H": 3165.0, "December_H": 4769.0, "PV_potenti": 7.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200513472712974, 48.787856776100377, 0.0 ], [ 9.200506812348886, 48.787858766017933, 0.0 ], [ 9.200481501270596, 48.787824908865502, 0.0 ], [ 9.200487889099874, 48.787822829500207, 0.0 ], [ 9.200468460216733, 48.787796605614943, 0.0 ], [ 9.200477701918782, 48.787793532121775, 0.0 ], [ 9.200513174630968, 48.787781960132506, 0.0 ], [ 9.200581401504204, 48.787759630169383, 0.0 ], [ 9.200617111466613, 48.78780758719958, 0.0 ], [ 9.200653643394833, 48.787856891641027, 0.0 ], [ 9.200541380584877, 48.787893416356901, 0.0 ], [ 9.200513472712974, 48.787856776100377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018382", "Latitude": 48.78793, "Longitude": 9.21321, "X_coordina": 3515739.47, "Y_coordina": 5405628.29, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 498.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 126.0, "Total_wall": 383.1, "Total_wa00": 0.0, "Total_outw": 582.3, "Total_shar": 170.9, "Total_roof": 188.6, "Gross_volu": 1610.3, "Is_Gross_v": "false", "Heated_vol": 1558.3, "Ridge_mean": 15.4, "Eaves_mean": 10.13, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.442, "Heated_are": 498.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 30656.0, "January_He": 5502.0, "February_H": 3945.0, "March_Heat": 2484.0, "April_Heat": 516.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1260.0, "November_H": 3598.0, "December_H": 5370.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21312658564845, 48.78788178313215, 0.0 ], [ 9.213192220150479, 48.787891283477471, 0.0 ], [ 9.213252271695012, 48.787899984810849, 0.0 ], [ 9.213213029620711, 48.788016958232227, 0.0 ], [ 9.21315270538862, 48.788008167459608, 0.0 ], [ 9.213087206447794, 48.787998576917474, 0.0 ], [ 9.21312658564845, 48.78788178313215, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018377", "Latitude": 48.79519, "Longitude": 9.21162, "X_coordina": 3515620.33, "Y_coordina": 5406435.18, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 191.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 82.4, "Total_wall": 236.4, "Total_wa00": 0.0, "Total_outw": 495.2, "Total_shar": 0.0, "Total_roof": 120.5, "Gross_volu": 681.4, "Is_Gross_v": "false", "Heated_vol": 599.0, "Ridge_mean": 9.8, "Eaves_mean": 6.96, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.703, "Heated_are": 191.7, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 53.9, "Total_Year": 13375.0, "January_He": 2551.0, "February_H": 1751.0, "March_Heat": 1095.0, "April_Heat": 264.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 521.0, "November_H": 1581.0, "December_H": 2527.0, "PV_potenti": 4.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211481489039882, 48.795184364652712, 0.0 ], [ 9.211669701432173, 48.795178623456763, 0.0 ], [ 9.211676320870254, 48.795231486336689, 0.0 ], [ 9.211486068573491, 48.795237680907256, 0.0 ], [ 9.211481489039882, 48.795184364652712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830b", "Latitude": 48.78957, "Longitude": 9.20599, "X_coordina": 3515208.38, "Y_coordina": 5405809.66, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 570.4, "SecondaryU": "industry", "Secondar00": 157.2, "BuildingTy": "MFH", "Footprint_": 196.5, "Total_wall": 570.7, "Total_wa00": 0.0, "Total_outw": 792.6, "Total_shar": 37.9, "Total_roof": 271.9, "Gross_volu": 2470.0, "Is_Gross_v": "false", "Heated_vol": 2273.6, "Ridge_mean": 15.1, "Eaves_mean": 10.0, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 9, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.442, "Heated_are": 727.5, "Mean_Uvalu": 0.5, "Specific_d": "19,5", "Specific_s": 31.8, "Total_Year": 37314.0, "January_He": 6241.0, "February_H": 4071.0, "March_Heat": 2096.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 766.0, "November_H": 3508.0, "December_H": 6128.0, "PV_potenti": 13.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205899612640357, 48.789502586294113, 0.0 ], [ 9.206092642897948, 48.789614915318168, 0.0 ], [ 9.206044068725005, 48.789650791844529, 0.0 ], [ 9.205998479294704, 48.78968441492021, 0.0 ], [ 9.20585960888797, 48.789604181597234, 0.0 ], [ 9.205805315462722, 48.789572715443953, 0.0 ], [ 9.20585226068329, 48.789537831089596, 0.0 ], [ 9.205899612640357, 48.789502586294113, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830c", "Latitude": 48.78958, "Longitude": 9.20586, "X_coordina": 3515198.23, "Y_coordina": 5405810.97, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 48.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 26.3, "Total_wall": 38.3, "Total_wa00": 0.0, "Total_outw": 74.2, "Total_shar": 75.9, "Total_roof": 26.3, "Gross_volu": 98.8, "Is_Gross_v": "false", "Heated_vol": 98.8, "Ridge_mean": 3.8, "Eaves_mean": 3.78, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.919, "Heated_are": 48.4, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 9.5, "Total_Year": 2050.0, "January_He": 160.0, "February_H": 80.0, "March_Heat": 19.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 49.0, "December_H": 151.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205762043172536, 48.789607233521828, 0.0 ], [ 9.205805315462722, 48.789572715443953, 0.0 ], [ 9.20585960888797, 48.789604181597234, 0.0 ], [ 9.205815382497113, 48.789638341705967, 0.0 ], [ 9.205762043172536, 48.789607233521828, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830d", "Latitude": 48.78962, "Longitude": 9.2058, "X_coordina": 3515194.49, "Y_coordina": 5405815.17, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 59.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.6, "Total_wall": 84.1, "Total_wa00": 0.0, "Total_outw": 150.1, "Total_shar": 38.3, "Total_roof": 32.6, "Gross_volu": 149.5, "Is_Gross_v": "false", "Heated_vol": 149.5, "Ridge_mean": 4.6, "Eaves_mean": 4.56, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.998, "Heated_are": 59.6, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205704788692069, 48.78965040922894, 0.0 ], [ 9.205762043172536, 48.789607233521828, 0.0 ], [ 9.205815382497113, 48.789638341705967, 0.0 ], [ 9.20578024182001, 48.789664572282611, 0.0 ], [ 9.205777513739433, 48.789663048455658, 0.0 ], [ 9.205755125925016, 48.789679544483292, 0.0 ], [ 9.205704788692069, 48.78965040922894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017f3a", "Latitude": 48.78787, "Longitude": 9.19409, "X_coordina": 3514334.24, "Y_coordina": 5405617.92, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1057.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 182.1, "Total_wall": 713.3, "Total_wa00": 0.0, "Total_outw": 963.6, "Total_shar": 284.4, "Total_roof": 217.1, "Gross_volu": 3486.5, "Is_Gross_v": "false", "Heated_vol": 3304.4, "Ridge_mean": 20.9, "Eaves_mean": 17.3, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.331, "Heated_are": 1057.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 31.1, "Total_Year": 49644.0, "January_He": 8099.0, "February_H": 5734.0, "March_Heat": 3679.0, "April_Heat": 835.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1554.0, "November_H": 4971.0, "December_H": 7935.0, "PV_potenti": 10.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193937364764722, 48.787835126901754, 0.0 ], [ 9.194163579969777, 48.787844907070173, 0.0 ], [ 9.194158732797614, 48.787893653866945, 0.0 ], [ 9.194153622462249, 48.787944739121954, 0.0 ], [ 9.193971779462995, 48.787937042367211, 0.0 ], [ 9.193928414074454, 48.787913825178578, 0.0 ], [ 9.193931835554544, 48.787883515143072, 0.0 ], [ 9.193937364764722, 48.787835126901754, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017d3f", "Latitude": 48.79175, "Longitude": 9.21331, "X_coordina": 3515745.53, "Y_coordina": 5406053.31, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 723.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 190.9, "Total_wall": 452.3, "Total_wa00": 0.0, "Total_outw": 752.4, "Total_shar": 194.4, "Total_roof": 259.3, "Gross_volu": 2452.1, "Is_Gross_v": "false", "Heated_vol": 2261.1, "Ridge_mean": 15.3, "Eaves_mean": 10.52, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.387, "Heated_are": 723.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.8, "Total_Year": 40290.0, "January_He": 6973.0, "February_H": 5044.0, "March_Heat": 3186.0, "April_Heat": 638.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1565.0, "November_H": 4543.0, "December_H": 6789.0, "PV_potenti": 11.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213382485707189, 48.791714394067824, 0.0 ], [ 9.213287850129479, 48.791863752634214, 0.0 ], [ 9.213154320066673, 48.791827490880522, 0.0 ], [ 9.213248141297074, 48.791678583548844, 0.0 ], [ 9.213317084834689, 48.791696980126702, 0.0 ], [ 9.213382485707189, 48.791714394067824, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c42", "Latitude": 48.78781, "Longitude": 9.21325, "X_coordina": 3515742.38, "Y_coordina": 5405615.35, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 493.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.6, "Total_wall": 256.5, "Total_wa00": 0.0, "Total_outw": 407.1, "Total_shar": 341.4, "Total_roof": 186.9, "Gross_volu": 1591.8, "Is_Gross_v": "false", "Heated_vol": 1541.1, "Ridge_mean": 15.4, "Eaves_mean": 10.13, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.364, "Heated_are": 493.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.8, "Total_Year": 26947.0, "January_He": 4682.0, "February_H": 3340.0, "March_Heat": 2065.0, "April_Heat": 389.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1019.0, "November_H": 3022.0, "December_H": 4567.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21312658564845, 48.78788178313215, 0.0 ], [ 9.213165696303349, 48.787765889064751, 0.0 ], [ 9.21323119495624, 48.787775479563138, 0.0 ], [ 9.213291110664054, 48.787784271051635, 0.0 ], [ 9.213252271695012, 48.787899984810849, 0.0 ], [ 9.213192220150479, 48.787891283477471, 0.0 ], [ 9.21312658564845, 48.78788178313215, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1a", "Latitude": 48.79116, "Longitude": 9.20448, "X_coordina": 3515096.76, "Y_coordina": 5405985.46, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 783.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 310.3, "Total_wall": 404.0, "Total_wa00": 0.0, "Total_outw": 596.4, "Total_shar": 103.2, "Total_roof": 384.4, "Gross_volu": 2757.3, "Is_Gross_v": "false", "Heated_vol": 2447.0, "Ridge_mean": 11.5, "Eaves_mean": -0.36, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 783.0, "Mean_Uvalu": 1.2, "Specific_d": "non calculated", "Specific_s": 115.2, "Total_Year": 90172.0, "January_He": 18747.0, "February_H": 14455.0, "March_Heat": 11186.0, "April_Heat": 4944.0, "May_Heatin": 867.0, "June_Heati": 30, "July_Heati": 1, "August_Hea": 4, "September_": 1613.0, "October_He": 6845.0, "November_H": 13206.0, "December_H": 18275.0, "PV_potenti": 14.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204504427308398, 48.791271585980766, 0.0 ], [ 9.204469374096501, 48.791266198853918, 0.0 ], [ 9.204348791000944, 48.791265873349793, 0.0 ], [ 9.204327594738642, 48.791274453703402, 0.0 ], [ 9.204324728820307, 48.791265808137233, 0.0 ], [ 9.204309131902056, 48.791218823746654, 0.0 ], [ 9.204286246879496, 48.791146655686916, 0.0 ], [ 9.204285144973698, 48.791143420391641, 0.0 ], [ 9.204293569117404, 48.79114001181123, 0.0 ], [ 9.204287827457913, 48.791133703883062, 0.0 ], [ 9.20431160510023, 48.791124039873409, 0.0 ], [ 9.204317346936184, 48.79113039080157, 0.0 ], [ 9.204402863066218, 48.791095789111615, 0.0 ], [ 9.204397069245132, 48.791089447470149, 0.0 ], [ 9.204420982940878, 48.791079783196381, 0.0 ], [ 9.20442676939266, 48.791086116073188, 0.0 ], [ 9.204435148910072, 48.791082725528334, 0.0 ], [ 9.204439240903122, 48.791084966354248, 0.0 ], [ 9.204523810790215, 48.791131756312922, 0.0 ], [ 9.204580335708055, 48.791162884698338, 0.0 ], [ 9.204589556503018, 48.791167968667445, 0.0 ], [ 9.204569992373374, 48.791176276395333, 0.0 ], [ 9.204513983932967, 48.791248791359081, 0.0 ], [ 9.204504427308398, 48.791271585980766, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1b", "Latitude": 48.79092, "Longitude": 9.20424, "X_coordina": 3515079.47, "Y_coordina": 5405959.41, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 1213.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 283.1, "Total_wall": 879.4, "Total_wa00": 0.0, "Total_outw": 993.8, "Total_shar": 107.2, "Total_roof": 440.9, "Gross_volu": 3794.4, "Is_Gross_v": "false", "Heated_vol": 3790.6, "Ridge_mean": 32.5, "Eaves_mean": 7.51, "Storey_num": 13, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.423, "Heated_are": 1213.0, "Mean_Uvalu": 1.41, "Specific_d": "14,6", "Specific_s": 121.4, "Total_Year": 165029.0, "January_He": 31929.0, "February_H": 24341.0, "March_Heat": 18168.0, "April_Heat": 7480.0, "May_Heatin": 1156.0, "June_Heati": 23, "July_Heati": 0, "August_Hea": 1, "September_": 1911.0, "October_He": 9898.0, "November_H": 21439.0, "December_H": 30961.0, "PV_potenti": 13.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204360482497293, 48.790961101483816, 0.0 ], [ 9.204150600167127, 48.791045663230832, 0.0 ], [ 9.204039559264645, 48.790925341407288, 0.0 ], [ 9.204249441281103, 48.79084077986127, 0.0 ], [ 9.204360482497293, 48.790961101483816, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1c", "Latitude": 48.7911, "Longitude": 9.2042, "X_coordina": 3515076.45, "Y_coordina": 5405979.26, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 405.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 237.1, "Total_wall": 302.1, "Total_wa00": 0.0, "Total_outw": 433.4, "Total_shar": 101.9, "Total_roof": 237.1, "Gross_volu": 997.2, "Is_Gross_v": "false", "Heated_vol": 997.2, "Ridge_mean": 4.5, "Eaves_mean": 4.48, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.778, "Heated_are": 405.7, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 57.7, "Total_Year": 29339.0, "January_He": 5325.0, "February_H": 3965.0, "March_Heat": 2782.0, "April_Heat": 923.0, "May_Heatin": 97.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 199.0, "October_He": 1453.0, "November_H": 3506.0, "December_H": 5159.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204255327449063, 48.791159143101105, 0.0 ], [ 9.20428626705608, 48.791146677547516, 0.0 ], [ 9.204309131902056, 48.791218823746654, 0.0 ], [ 9.204221544024074, 48.791254112810471, 0.0 ], [ 9.20401029523023, 48.791025208464958, 0.0 ], [ 9.20409881104184, 48.790989545595963, 0.0 ], [ 9.204255327449063, 48.791159143101105, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1d", "Latitude": 48.79099, "Longitude": 9.20448, "X_coordina": 3515096.86, "Y_coordina": 5405966.76, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 121.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 158.1, "Total_wall": 159.1, "Total_wa00": 0.0, "Total_outw": 337.5, "Total_shar": 106.9, "Total_roof": 158.1, "Gross_volu": 538.0, "Is_Gross_v": "false", "Heated_vol": 380.0, "Ridge_mean": 3.7, "Eaves_mean": 3.66, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.98, "Heated_are": 121.6, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 91.1, "Total_Year": 12855.0, "January_He": 2612.0, "February_H": 1839.0, "March_Heat": 1230.0, "April_Heat": 393.0, "May_Heatin": 45.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 660.0, "November_H": 1661.0, "December_H": 2549.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204308321012901, 48.79090458063019, 0.0 ], [ 9.204354597320108, 48.790885935785944, 0.0 ], [ 9.204565833803544, 48.791114825104081, 0.0 ], [ 9.204523810790215, 48.791131756312922, 0.0 ], [ 9.204439301968016, 48.791084982728862, 0.0 ], [ 9.204335761202305, 48.790971061750014, 0.0 ], [ 9.204360482497293, 48.790961101483816, 0.0 ], [ 9.204308321012901, 48.79090458063019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c18", "Latitude": 48.791, "Longitude": 9.20489, "X_coordina": 3515127.11, "Y_coordina": 5405967.91, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 383.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 174.9, "Total_wall": 274.7, "Total_wa00": 0.0, "Total_outw": 596.1, "Total_shar": 0.0, "Total_roof": 203.6, "Gross_volu": 1080.4, "Is_Gross_v": "false", "Heated_vol": 1018.1, "Ridge_mean": 7.6, "Eaves_mean": 5.09, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.624, "Heated_are": 383.5, "Mean_Uvalu": 0.52, "Specific_d": "24,8", "Specific_s": 57.2, "Total_Year": 31446.0, "January_He": 4898.0, "February_H": 3647.0, "March_Heat": 2544.0, "April_Heat": 840.0, "May_Heatin": 96.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 233.0, "October_He": 1497.0, "November_H": 3354.0, "December_H": 4804.0, "PV_potenti": 9.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20493102923011, 48.790935628356308, 0.0 ], [ 9.204997023899253, 48.790999536509524, 0.0 ], [ 9.204765122294992, 48.791101382924424, 0.0 ], [ 9.204700354471644, 48.791037922076832, 0.0 ], [ 9.20493102923011, 48.790935628356308, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017b68", "Latitude": 48.78875, "Longitude": 9.21376, "X_coordina": 3515779.06, "Y_coordina": 5405719.4, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.0, "Total_wall": 59.3, "Total_wa00": 0.0, "Total_outw": 132.0, "Total_shar": 220.0, "Total_roof": 59.6, "Gross_volu": 359.4, "Is_Gross_v": "false", "Heated_vol": 313.4, "Ridge_mean": 9.6, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.49, "Heated_are": 100.3, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 47.2, "Total_Year": 6327.0, "January_He": 1150.0, "February_H": 827.0, "March_Heat": 510.0, "April_Heat": 102.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 254.0, "November_H": 747.0, "December_H": 1131.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213720334500959, 48.788810763145605, 0.0 ], [ 9.213682791256248, 48.788782866558144, 0.0 ], [ 9.213642790435603, 48.788753086120884, 0.0 ], [ 9.213691934367439, 48.788724668991229, 0.0 ], [ 9.213738455243922, 48.788751559753877, 0.0 ], [ 9.213781156128091, 48.788776209497684, 0.0 ], [ 9.213720334500959, 48.788810763145605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017911", "Latitude": 48.7881, "Longitude": 9.20716, "X_coordina": 3515294.54, "Y_coordina": 5405645.88, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 28.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.7, "Total_wall": 59.7, "Total_wa00": 0.0, "Total_outw": 188.2, "Total_shar": 0.0, "Total_roof": 35.7, "Gross_volu": 103.0, "Is_Gross_v": "false", "Heated_vol": 89.7, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.359, "Heated_are": 28.7, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 113.6, "Total_Year": 3261.0, "January_He": 710.0, "February_H": 524.0, "March_Heat": 383.0, "April_Heat": 152.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 237.0, "November_H": 490.0, "December_H": 700.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207160974470442, 48.788095716746575, 0.0 ], [ 9.207150985931504, 48.788148699749499, 0.0 ], [ 9.20706998545057, 48.788141921304657, 0.0 ], [ 9.2070805169423, 48.78808857763773, 0.0 ], [ 9.207160974470442, 48.788095716746575, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017788", "Latitude": 48.79183, "Longitude": 9.2124, "X_coordina": 3515678.18, "Y_coordina": 5406062.02, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 36.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 38.9, "Total_wall": 37.2, "Total_wa00": 0.0, "Total_outw": 194.2, "Total_shar": 25.3, "Total_roof": 38.9, "Gross_volu": 60.4, "Is_Gross_v": "false", "Heated_vol": 60.4, "Ridge_mean": 1.6, "Eaves_mean": 1.57, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.905, "Heated_are": 36.0, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 17.4, "Total_Year": 1810.0, "January_He": 197.0, "February_H": 113.0, "March_Heat": 44.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 76.0, "December_H": 187.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212288467391668, 48.791860923192218, 0.0 ], [ 9.2123010993118, 48.79182268237534, 0.0 ], [ 9.212410725551043, 48.791838576551967, 0.0 ], [ 9.21241579851988, 48.791879662280785, 0.0 ], [ 9.212288467391668, 48.791860923192218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000173c1", "Latitude": 48.78987, "Longitude": 9.20534, "X_coordina": 3515160.09, "Y_coordina": 5405842.1, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 517.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 128.7, "Total_wall": 472.7, "Total_wa00": 0.0, "Total_outw": 727.0, "Total_shar": 39.4, "Total_roof": 247.4, "Gross_volu": 1746.1, "Is_Gross_v": "false", "Heated_vol": 1617.4, "Ridge_mean": 17.5, "Eaves_mean": 9.52, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 517.6, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 42.9, "Total_Year": 30416.0, "January_He": 5557.0, "February_H": 3829.0, "March_Heat": 2289.0, "April_Heat": 450.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1105.0, "November_H": 3446.0, "December_H": 5471.0, "PV_potenti": 11.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20540502196293, 48.789894817193947, 0.0 ], [ 9.205361332405325, 48.789927267620165, 0.0 ], [ 9.205318864320137, 48.789958906539169, 0.0 ], [ 9.205272342042655, 48.789930843379068, 0.0 ], [ 9.205181081138637, 48.789878220845814, 0.0 ], [ 9.205222598065589, 48.789846943366712, 0.0 ], [ 9.205266420800875, 48.789813773366213, 0.0 ], [ 9.20540502196293, 48.789894817193947, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000173c4", "Latitude": 48.78998, "Longitude": 9.20525, "X_coordina": 3515153.83, "Y_coordina": 5405854.48, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 239.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 99.9, "Total_wall": 248.5, "Total_wa00": 0.0, "Total_outw": 435.1, "Total_shar": 114.6, "Total_roof": 115.0, "Gross_volu": 846.8, "Is_Gross_v": "false", "Heated_vol": 746.9, "Ridge_mean": 9.8, "Eaves_mean": 6.01, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.587, "Heated_are": 239.0, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 16.2, "Total_Year": 11723.0, "January_He": 1279.0, "February_H": 661.0, "March_Heat": 190.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 469.0, "December_H": 1233.0, "PV_potenti": 4.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205219697091556, 48.789936512472508, 0.0 ], [ 9.205222274409667, 48.789934439636063, 0.0 ], [ 9.205239599196528, 48.789944480207147, 0.0 ], [ 9.20524792026163, 48.789949231329153, 0.0 ], [ 9.205294306083385, 48.789977204818648, 0.0 ], [ 9.205173685514225, 48.790067073644082, 0.0 ], [ 9.205123484687824, 48.790038027818362, 0.0 ], [ 9.205153740203599, 48.790015133320942, 0.0 ], [ 9.205131504719645, 48.790002313852085, 0.0 ], [ 9.205134624948155, 48.789999880356021, 0.0 ], [ 9.205121938666144, 48.789992619139703, 0.0 ], [ 9.205206328518866, 48.789928802863123, 0.0 ], [ 9.205219697091556, 48.789936512472508, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017289", "Latitude": 48.79116, "Longitude": 9.20318, "X_coordina": 3515001.46, "Y_coordina": 5405985.38, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 427.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 110.2, "Total_wall": 353.8, "Total_wa00": 0.0, "Total_outw": 567.3, "Total_shar": 147.8, "Total_roof": 181.7, "Gross_volu": 1444.8, "Is_Gross_v": "false", "Heated_vol": 1334.6, "Ridge_mean": 16.3, "Eaves_mean": 9.74, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.469, "Heated_are": 427.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 25176.0, "January_He": 4651.0, "February_H": 3171.0, "March_Heat": 1850.0, "April_Heat": 345.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 895.0, "November_H": 2864.0, "December_H": 4582.0, "PV_potenti": 8.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203085062773738, 48.791214964051008, 0.0 ], [ 9.203038955030539, 48.7911884279658, 0.0 ], [ 9.203139219333496, 48.791111366455908, 0.0 ], [ 9.203188059135071, 48.791140415541975, 0.0 ], [ 9.203239627441805, 48.791171078416752, 0.0 ], [ 9.203138673257151, 48.791245803216306, 0.0 ], [ 9.20313403511064, 48.79124311368961, 0.0 ], [ 9.203085062773738, 48.791214964051008, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000170c2", "Latitude": 48.79162, "Longitude": 9.2134, "X_coordina": 3515751.7, "Y_coordina": 5406038.49, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 559.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.6, "Total_wall": 265.3, "Total_wa00": 0.0, "Total_outw": 451.8, "Total_shar": 387.1, "Total_roof": 198.8, "Gross_volu": 1870.4, "Is_Gross_v": "false", "Heated_vol": 1747.1, "Ridge_mean": 14.8, "Eaves_mean": 10.15, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.341, "Heated_are": 559.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28807.0, "January_He": 4880.0, "February_H": 3510.0, "March_Heat": 2178.0, "April_Heat": 402.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 1042.0, "November_H": 3142.0, "December_H": 4749.0, "PV_potenti": 9.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213317084834689, 48.791696980126702, 0.0 ], [ 9.213248141297074, 48.791678583548844, 0.0 ], [ 9.213322361403085, 48.791561185709128, 0.0 ], [ 9.213389535169732, 48.791579495598633, 0.0 ], [ 9.213455346111509, 48.791597358356945, 0.0 ], [ 9.213382485707189, 48.791714394067824, 0.0 ], [ 9.213317084834689, 48.791696980126702, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016f81", "Latitude": 48.79145, "Longitude": 9.21311, "X_coordina": 3515730.53, "Y_coordina": 5406019.77, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 471.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 132.3, "Total_wall": 236.0, "Total_wa00": 0.0, "Total_outw": 409.5, "Total_shar": 333.5, "Total_roof": 195.9, "Gross_volu": 1606.9, "Is_Gross_v": "false", "Heated_vol": 1474.6, "Ridge_mean": 14.8, "Eaves_mean": 9.49, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 471.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 25311.0, "January_He": 4372.0, "February_H": 3128.0, "March_Heat": 1925.0, "April_Heat": 352.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 931.0, "November_H": 2819.0, "December_H": 4263.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213159574394737, 48.791429299432195, 0.0 ], [ 9.213087653273663, 48.791543275818867, 0.0 ], [ 9.213029472308447, 48.791527377055957, 0.0 ], [ 9.21296638582001, 48.791510048557683, 0.0 ], [ 9.213037900783657, 48.791396522615464, 0.0 ], [ 9.213100576961819, 48.791413402216136, 0.0 ], [ 9.213159574394737, 48.791429299432195, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016d18", "Latitude": 48.7955, "Longitude": 9.20731, "X_coordina": 3515303.68, "Y_coordina": 5406468.9, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 279.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 91.2, "Total_wall": 350.9, "Total_wa00": 0.0, "Total_outw": 615.6, "Total_shar": 0.0, "Total_roof": 109.0, "Gross_volu": 965.1, "Is_Gross_v": "false", "Heated_vol": 873.9, "Ridge_mean": 12.0, "Eaves_mean": 9.04, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.61, "Heated_are": 279.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 52.1, "Total_Year": 18996.0, "January_He": 3631.0, "February_H": 2500.0, "March_Heat": 1481.0, "April_Heat": 297.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 741.0, "November_H": 2278.0, "December_H": 3584.0, "PV_potenti": 5.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207297673219689, 48.7954791875881, 0.0 ], [ 9.207334815915916, 48.795508615644707, 0.0 ], [ 9.207333457807609, 48.79550933747818, 0.0 ], [ 9.207359812489113, 48.79553015228857, 0.0 ], [ 9.207313369008729, 48.795555774192145, 0.0 ], [ 9.207270048914507, 48.795579681908052, 0.0 ], [ 9.207246833974251, 48.795561109515539, 0.0 ], [ 9.207241670411456, 48.795563187049424, 0.0 ], [ 9.207199611571395, 48.795529811172528, 0.0 ], [ 9.207203681830132, 48.795526656525141, 0.0 ], [ 9.207180738412815, 48.795507903783523, 0.0 ], [ 9.207223651277346, 48.795484266604298, 0.0 ], [ 9.207269687157128, 48.795458825317255, 0.0 ], [ 9.207296315482122, 48.795479999344003, 0.0 ], [ 9.207297673219689, 48.7954791875881, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd0", "Latitude": 48.78983, "Longitude": 9.19693, "X_coordina": 3514542.39, "Y_coordina": 5405836.38, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1638.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 286.1, "Total_wall": 1018.6, "Total_wa00": 0.0, "Total_outw": 1384.4, "Total_shar": 0.0, "Total_roof": 462.8, "Gross_volu": 5406.5, "Is_Gross_v": "false", "Heated_vol": 5120.4, "Ridge_mean": 22.9, "Eaves_mean": 14.39, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 26, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 1638.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 80895.0, "January_He": 13690.0, "February_H": 9595.0, "March_Heat": 5872.0, "April_Heat": 1107.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 102.0, "October_He": 2659.0, "November_H": 8487.0, "December_H": 13403.0, "PV_potenti": 21.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196797354587384, 48.789777391435813, 0.0 ], [ 9.196803491733402, 48.789780708121761, 0.0 ], [ 9.196857370707107, 48.789742398485167, 0.0 ], [ 9.197051746910585, 48.789855819428546, 0.0 ], [ 9.196998407756379, 48.789892959224609, 0.0 ], [ 9.197006865185637, 48.789897980479246, 0.0 ], [ 9.196927753224896, 48.789956835925814, 0.0 ], [ 9.196720961598738, 48.78983552270595, 0.0 ], [ 9.196797354587384, 48.789777391435813, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd1", "Latitude": 48.78965, "Longitude": 9.19696, "X_coordina": 3514544.53, "Y_coordina": 5405816.6, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.2, "Total_wall": 51.5, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 20.0, "Total_roof": 34.2, "Gross_volu": 118.5, "Is_Gross_v": "false", "Heated_vol": 85.7, "Ridge_mean": 3.5, "Eaves_mean": 3.46, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.179, "Heated_are": 27.4, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19691657582332, 48.789708845667981, 0.0 ], [ 9.196858739628418, 48.789674863497325, 0.0 ], [ 9.196887371572601, 48.789653502646239, 0.0 ], [ 9.196887914179626, 48.789653052100327, 0.0 ], [ 9.196888322806045, 48.789653141325324, 0.0 ], [ 9.196899721069707, 48.789644579091267, 0.0 ], [ 9.196913699085975, 48.789634483742994, 0.0 ], [ 9.196970847422179, 48.789666578666591, 0.0 ], [ 9.19691657582332, 48.789708845667981, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd2", "Latitude": 48.78978, "Longitude": 9.19717, "X_coordina": 3514560.21, "Y_coordina": 5405830.94, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 50.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.6, "Total_wall": 82.8, "Total_wa00": 0.0, "Total_outw": 251.7, "Total_shar": 0.0, "Total_roof": 62.6, "Gross_volu": 190.2, "Is_Gross_v": "false", "Heated_vol": 156.4, "Ridge_mean": 3.0, "Eaves_mean": 3.04, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.188, "Heated_are": 50.0, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19715706667796, 48.789851682519306, 0.0 ], [ 9.197047397601549, 48.789787754682784, 0.0 ], [ 9.197099779387196, 48.789749447494778, 0.0 ], [ 9.197100593472525, 48.789748816635971, 0.0 ], [ 9.197209852493486, 48.789812295506394, 0.0 ], [ 9.19715706667796, 48.789851682519306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016be0", "Latitude": 48.78838, "Longitude": 9.21191, "X_coordina": 3515643.6, "Y_coordina": 5405677.82, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 120.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.5, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 203.5, "Total_shar": 154.4, "Total_roof": 64.0, "Gross_volu": 420.2, "Is_Gross_v": "false", "Heated_vol": 377.6, "Ridge_mean": 12.2, "Eaves_mean": 8.21, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.571, "Heated_are": 120.8, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 42.5, "Total_Year": 7052.0, "January_He": 1294.0, "February_H": 873.0, "March_Heat": 527.0, "April_Heat": 124.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 241.0, "November_H": 775.0, "December_H": 1285.0, "PV_potenti": 2.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211811996908342, 48.788371145123641, 0.0 ], [ 9.211928930150405, 48.788378933198494, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.211862824142178, 48.788419160783263, 0.0 ], [ 9.211804969303589, 48.788415130716466, 0.0 ], [ 9.211811996908342, 48.788371145123641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016be1", "Latitude": 48.7884, "Longitude": 9.21209, "X_coordina": 3515657.05, "Y_coordina": 5405680.4, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 74.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 93.5, "Total_wall": 107.2, "Total_wa00": 0.0, "Total_outw": 295.0, "Total_shar": 34.2, "Total_roof": 93.5, "Gross_volu": 321.8, "Is_Gross_v": "false", "Heated_vol": 232.9, "Ridge_mean": 3.4, "Eaves_mean": 3.45, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.041, "Heated_are": 74.5, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 95.9, "Total_Year": 8236.0, "January_He": 1583.0, "February_H": 1171.0, "March_Heat": 860.0, "April_Heat": 355.0, "May_Heatin": 57.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 457.0, "November_H": 1033.0, "December_H": 1543.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212173829362984, 48.788461301941517, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.211928930150405, 48.788378933198494, 0.0 ], [ 9.212178948007011, 48.788416510530794, 0.0 ], [ 9.212173829362984, 48.788461301941517, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b01", "Latitude": 48.78964, "Longitude": 9.21575, "X_coordina": 3515925.27, "Y_coordina": 5405819.11, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 113.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 137.3, "Total_wall": 110.4, "Total_wa00": 0.0, "Total_outw": 387.9, "Total_shar": 183.7, "Total_roof": 137.3, "Gross_volu": 491.0, "Is_Gross_v": "false", "Heated_vol": 353.8, "Ridge_mean": 3.6, "Eaves_mean": 3.57, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.871, "Heated_are": 113.2, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 26.5, "Total_Year": 6715.0, "January_He": 891.0, "February_H": 549.0, "March_Heat": 234.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 42.0, "November_H": 397.0, "December_H": 859.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215627586377737, 48.789719752965965, 0.0 ], [ 9.215633443708544, 48.789721000929624, 0.0 ], [ 9.215633840424447, 48.789718302477738, 0.0 ], [ 9.215637108548087, 48.789718745976558, 0.0 ], [ 9.215651512746534, 48.789681940237507, 0.0 ], [ 9.215647565323868, 48.789681767782028, 0.0 ], [ 9.215648366459867, 48.789678169336405, 0.0 ], [ 9.215644285257923, 48.789678536673151, 0.0 ], [ 9.215647238811503, 48.789669089160761, 0.0 ], [ 9.215653095751572, 48.789670247200512, 0.0 ], [ 9.215654171767104, 48.789667277705576, 0.0 ], [ 9.215656896677956, 48.789667991991962, 0.0 ], [ 9.215671435397427, 48.789630826303643, 0.0 ], [ 9.215667622913964, 48.789630383825227, 0.0 ], [ 9.215670060226165, 48.789627501704437, 0.0 ], [ 9.215663931493435, 48.789626434098139, 0.0 ], [ 9.215666891205892, 48.789618425351811, 0.0 ], [ 9.215673155258271, 48.789619312857248, 0.0 ], [ 9.215673551971269, 48.789616614405197, 0.0 ], [ 9.215676139246915, 48.789616969254354, 0.0 ], [ 9.215690546471096, 48.789580882893191, 0.0 ], [ 9.215687954187178, 48.789579359046449, 0.0 ], [ 9.215689848672666, 48.789576837636417, 0.0 ], [ 9.215684945536902, 48.789575947583074, 0.0 ], [ 9.215686945282789, 48.78956623208493, 0.0 ], [ 9.215693075935649, 48.789567749304595, 0.0 ], [ 9.215693879378991, 48.789564690396105, 0.0 ], [ 9.215697556922789, 48.78956540289731, 0.0 ], [ 9.215698226972526, 48.789562973704108, 0.0 ], [ 9.215708443057242, 48.789565112736412, 0.0 ], [ 9.215706694299769, 48.789569881964738, 0.0 ], [ 9.215775604997901, 48.789581083248841, 0.0 ], [ 9.215777906981469, 48.789578381226569, 0.0 ], [ 9.215787032801023, 48.789580162600124, 0.0 ], [ 9.215785550063876, 48.789583492552993, 0.0 ], [ 9.215728514633085, 48.78973925722287, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215728868148771, 48.78975823044761, 0.0 ], [ 9.21571320720172, 48.789755831845248, 0.0 ], [ 9.215715242409447, 48.789754389254895, 0.0 ], [ 9.215709929439308, 48.789753140275785, 0.0 ], [ 9.215713299353858, 48.789745580378266, 0.0 ], [ 9.215643295858447, 48.789733481867131, 0.0 ], [ 9.215640595989019, 48.789738612569813, 0.0 ], [ 9.215630108459324, 48.78973665388709, 0.0 ], [ 9.215631315945753, 48.789732605062603, 0.0 ], [ 9.215627911729683, 48.789732161818435, 0.0 ], [ 9.215628309216532, 48.789729643212418, 0.0 ], [ 9.215624086910124, 48.789728841805363, 0.0 ], [ 9.215627586377737, 48.789719752965965, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b02", "Latitude": 48.78977, "Longitude": 9.21597, "X_coordina": 3515941.53, "Y_coordina": 5405833.41, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 479.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 199.6, "Total_wall": 286.7, "Total_wa00": 0.0, "Total_outw": 519.2, "Total_shar": 315.0, "Total_roof": 199.6, "Gross_volu": 1612.6, "Is_Gross_v": "false", "Heated_vol": 1496.7, "Ridge_mean": 8.1, "Eaves_mean": 8.08, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.439, "Heated_are": 479.0, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 10.0, "Total_Year": 20512.0, "January_He": 1594.0, "February_H": 897.0, "March_Heat": 276.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 522.0, "December_H": 1451.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.216053445353474, 48.78985240148711, 0.0 ], [ 9.215773033945435, 48.789806706468198, 0.0 ], [ 9.215771125576131, 48.789805990654678, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.21579306562313, 48.789749297655703, 0.0 ], [ 9.21580180824037, 48.789725181739193, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.216083722406221, 48.789772312647187, 0.0 ], [ 9.216053445353474, 48.78985240148711, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b03", "Latitude": 48.78977, "Longitude": 9.21574, "X_coordina": 3515924.42, "Y_coordina": 5405833.9, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 94.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 112.0, "Total_wall": 87.2, "Total_wa00": 0.0, "Total_outw": 296.2, "Total_shar": 114.5, "Total_roof": 112.0, "Gross_volu": 406.7, "Is_Gross_v": "false", "Heated_vol": 294.6, "Ridge_mean": 3.6, "Eaves_mean": 3.63, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.847, "Heated_are": 94.3, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 25.7, "Total_Year": 5522.0, "January_He": 724.0, "February_H": 443.0, "March_Heat": 190.0, "April_Heat": 19.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 320.0, "December_H": 695.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215771125576131, 48.789805990654678, 0.0 ], [ 9.215773033945435, 48.789806706468198, 0.0 ], [ 9.215758098540446, 48.789846570620405, 0.0 ], [ 9.215598891931716, 48.789819981617882, 0.0 ], [ 9.215626340275266, 48.789746552542383, 0.0 ], [ 9.215727254707337, 48.789762819575351, 0.0 ], [ 9.215728868148771, 48.78975823044761, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.215771125576131, 48.789805990654678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b04", "Latitude": 48.7897, "Longitude": 9.21622, "X_coordina": 3515959.47, "Y_coordina": 5405825.41, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 318.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 175.3, "Total_wall": 196.5, "Total_wa00": 0.0, "Total_outw": 421.5, "Total_shar": 116.8, "Total_roof": 175.3, "Gross_volu": 820.7, "Is_Gross_v": "false", "Heated_vol": 820.7, "Ridge_mean": 4.7, "Eaves_mean": 4.68, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.667, "Heated_are": 318.0, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 8.6, "Total_Year": 13168.0, "January_He": 950.0, "February_H": 473.0, "March_Heat": 126.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 271.0, "December_H": 886.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21609162805566, 48.789711779206904, 0.0 ], [ 9.216095167979796, 48.789712132259098, 0.0 ], [ 9.216109032495556, 48.78967649648272, 0.0 ], [ 9.216124515799601, 48.789637530491959, 0.0 ], [ 9.216272825906751, 48.789662070989309, 0.0 ], [ 9.216224813073511, 48.78979524812619, 0.0 ], [ 9.216083722406221, 48.789772312647187, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.21609162805566, 48.789711779206904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b05", "Latitude": 48.78966, "Longitude": 9.21596, "X_coordina": 3515940.92, "Y_coordina": 5405820.88, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 627.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 315.9, "Total_wall": 172.6, "Total_wa00": 0.0, "Total_outw": 345.7, "Total_shar": 553.9, "Total_roof": 315.9, "Gross_volu": 1544.7, "Is_Gross_v": "false", "Heated_vol": 1295.2, "Ridge_mean": 5.4, "Eaves_mean": 3.81, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 627.7, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.0, "Total_Year": 21892.0, "January_He": 525.0, "February_H": 151.0, "March_Heat": 17.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 67.0, "December_H": 506.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21609162805566, 48.789711779206904, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.21580180824037, 48.789725181739193, 0.0 ], [ 9.21579306562313, 48.789749297655703, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215728514633085, 48.78973925722287, 0.0 ], [ 9.215785550063876, 48.789583492552993, 0.0 ], [ 9.215890147169549, 48.789601730863332, 0.0 ], [ 9.215877242487309, 48.789639073363681, 0.0 ], [ 9.216101548239116, 48.789676690374314, 0.0 ], [ 9.216102902203112, 48.789675069208172, 0.0 ], [ 9.216109032495556, 48.78967649648272, 0.0 ], [ 9.216095167979796, 48.789712132259098, 0.0 ], [ 9.21609162805566, 48.789711779206904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b06", "Latitude": 48.78982, "Longitude": 9.21536, "X_coordina": 3515896.78, "Y_coordina": 5405839.32, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 465.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 215.5, "Total_wall": 452.1, "Total_wa00": 0.0, "Total_outw": 804.9, "Total_shar": 0.0, "Total_roof": 220.5, "Gross_volu": 1668.8, "Is_Gross_v": "false", "Heated_vol": 1453.3, "Ridge_mean": 9.2, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.567, "Heated_are": 465.1, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 13.8, "Total_Year": 21706.0, "January_He": 2158.0, "February_H": 1072.0, "March_Heat": 308.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 40.0, "November_H": 731.0, "December_H": 2098.0, "PV_potenti": 6.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215200898266341, 48.789774595198487, 0.0 ], [ 9.215471236645993, 48.789819950762357, 0.0 ], [ 9.215435972842283, 48.789911648918022, 0.0 ], [ 9.215165906185543, 48.78986629276443, 0.0 ], [ 9.215200898266341, 48.789774595198487, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b07", "Latitude": 48.79033, "Longitude": 9.21644, "X_coordina": 3515975.59, "Y_coordina": 5405895.58, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 26524.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 7923.0, "Total_wall": 419.6, "Total_wa00": 0.0, "Total_outw": 2300.3, "Total_shar": 0.0, "Total_roof": 9108.7, "Gross_volu": 90812.0, "Is_Gross_v": "false", "Heated_vol": 82888.9, "Ridge_mean": 24.9, "Eaves_mean": 1.06, "Storey_num": 9, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.196, "Heated_are": 26524.5, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 1.6, "Total_Year": 915284.0, "January_He": 18150.0, "February_H": 7340.0, "March_Heat": 971.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 2253.0, "December_H": 14944.0, "PV_potenti": 403.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215907216054475, 48.79002748727045, 0.0 ], [ 9.216010812923839, 48.789971000807945, 0.0 ], [ 9.216129169293332, 48.789928874334343, 0.0 ], [ 9.216257801531443, 48.789902824773179, 0.0 ], [ 9.216391406796481, 48.789893941137969, 0.0 ], [ 9.216525222387942, 48.789902322289933, 0.0 ], [ 9.216653940464349, 48.789927888290208, 0.0 ], [ 9.216772657182, 48.789969569302791, 0.0 ], [ 9.216876874219198, 48.790025665280567, 0.0 ], [ 9.216962364219281, 48.790094205906868, 0.0 ], [ 9.217026121107246, 48.790172409255398, 0.0 ], [ 9.21706554625259, 48.790257312780199, 0.0 ], [ 9.21707899246563, 48.790345682360289, 0.0 ], [ 9.217066308780336, 48.790434101191408, 0.0 ], [ 9.21702761641667, 48.790519151938796, 0.0 ], [ 9.21696453442104, 48.790597594275773, 0.0 ], [ 9.21687963531612, 48.790666365914817, 0.0 ], [ 9.216775902289182, 48.790722943331367, 0.0 ], [ 9.216657544211884, 48.790764980542797, 0.0 ], [ 9.216529046075957, 48.790791030293867, 0.0 ], [ 9.216395302748655, 48.790800004269983, 0.0 ], [ 9.216261620500701, 48.790791532794188, 0.0 ], [ 9.216132764318861, 48.79076596661848, 0.0 ], [ 9.216014046635101, 48.790724374877769, 0.0 ], [ 9.215909964816204, 48.790668187949336, 0.0 ], [ 9.21582433956052, 48.790599736726357, 0.0 ], [ 9.215760720086941, 48.790521532461462, 0.0 ], [ 9.215721296931452, 48.790436628490696, 0.0 ], [ 9.215707716982049, 48.790348259004375, 0.0 ], [ 9.215720539124863, 48.790259840062411, 0.0 ], [ 9.215759233499522, 48.790174789746509, 0.0 ], [ 9.215822180754683, 48.790096348316212, 0.0 ], [ 9.215907216054475, 48.79002748727045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016abc", "Latitude": 48.78782, "Longitude": 9.20698, "X_coordina": 3515281.09, "Y_coordina": 5405614.64, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 234.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 71.8, "Total_wall": 195.9, "Total_wa00": 0.0, "Total_outw": 334.9, "Total_shar": 152.5, "Total_roof": 114.0, "Gross_volu": 803.1, "Is_Gross_v": "false", "Heated_vol": 731.3, "Ridge_mean": 14.7, "Eaves_mean": 8.87, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.506, "Heated_are": 234.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.0, "Total_Year": 14243.0, "January_He": 2641.0, "February_H": 1788.0, "March_Heat": 1083.0, "April_Heat": 229.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 527.0, "November_H": 1629.0, "December_H": 2601.0, "PV_potenti": 4.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206866513207828, 48.78787215631646, 0.0 ], [ 9.206880367490166, 48.787832565016863, 0.0 ], [ 9.206895702066513, 48.787788924490961, 0.0 ], [ 9.206996195971836, 48.787803851074678, 0.0 ], [ 9.206966599010698, 48.787887083658894, 0.0 ], [ 9.206866513207828, 48.78787215631646, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016a88", "Latitude": 48.7889, "Longitude": 9.20513, "X_coordina": 3515145.09, "Y_coordina": 5405735.09, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 633.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 124.1, "Total_wall": 527.1, "Total_wa00": 0.0, "Total_outw": 664.1, "Total_shar": 189.3, "Total_roof": 176.3, "Gross_volu": 2104.9, "Is_Gross_v": "false", "Heated_vol": 1980.9, "Ridge_mean": 19.2, "Eaves_mean": 13.95, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.411, "Heated_are": 633.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.7, "Total_Year": 35840.0, "January_He": 6288.0, "February_H": 4462.0, "March_Heat": 2849.0, "April_Heat": 623.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1341.0, "November_H": 3995.0, "December_H": 6150.0, "PV_potenti": 7.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205033083151726, 48.788993815694937, 0.0 ], [ 9.205021375761051, 48.788859310764821, 0.0 ], [ 9.20512220145347, 48.78885508465266, 0.0 ], [ 9.205123814988008, 48.788883677498191, 0.0 ], [ 9.205146737020387, 48.78889811437358, 0.0 ], [ 9.205147315468036, 48.78890647624219, 0.0 ], [ 9.205142280158524, 48.788906485212145, 0.0 ], [ 9.205148469607446, 48.788989293863487, 0.0 ], [ 9.205033083151726, 48.788993815694937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016a20", "Latitude": 48.78808, "Longitude": 9.19894, "X_coordina": 3514690.24, "Y_coordina": 5405641.77, "LOD": "LOD2", "Year_of_co": 1914, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 858.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 198.6, "Total_wall": 575.7, "Total_wa00": 0.0, "Total_outw": 898.8, "Total_shar": 262.4, "Total_roof": 265.7, "Gross_volu": 2881.2, "Is_Gross_v": "false", "Heated_vol": 2682.6, "Ridge_mean": 18.1, "Eaves_mean": 12.02, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.378, "Heated_are": 858.4, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 46255.0, "January_He": 8604.0, "February_H": 5570.0, "March_Heat": 2981.0, "April_Heat": 438.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1369.0, "November_H": 5145.0, "December_H": 8493.0, "PV_potenti": 12.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198819109688531, 48.788182899542107, 0.0 ], [ 9.19881831092577, 48.788187397103989, 0.0 ], [ 9.198816403923741, 48.788186950778147, 0.0 ], [ 9.198819554238796, 48.78812318946656, 0.0 ], [ 9.198822447647711, 48.78806329531502, 0.0 ], [ 9.198849945083088, 48.788065226156483, 0.0 ], [ 9.198853640407384, 48.788001643748792, 0.0 ], [ 9.198966604038381, 48.788004326182403, 0.0 ], [ 9.198957269829103, 48.788190574204457, 0.0 ], [ 9.198871253604649, 48.788188474693015, 0.0 ], [ 9.198871100460554, 48.788184158621988, 0.0 ], [ 9.198819109688531, 48.788182899542107, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000169d1", "Latitude": 48.7941, "Longitude": 9.21272, "X_coordina": 3515701.44, "Y_coordina": 5406314.73, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1223.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 749.9, "Total_wall": 561.0, "Total_wa00": 0.0, "Total_outw": 1150.6, "Total_shar": 0.0, "Total_roof": 749.9, "Gross_volu": 4377.6, "Is_Gross_v": "false", "Heated_vol": 3824.8, "Ridge_mean": 5.8, "Eaves_mean": 5.84, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.489, "Heated_are": 1223.9, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 78.1, "Total_Year": 95579.0, "January_He": 17770.0, "February_H": 14111.0, "March_Heat": 11873.0, "April_Heat": 6701.0, "May_Heatin": 2331.0, "June_Heati": 239, "July_Heati": 32, "August_Hea": 79, "September_": 3496.0, "October_He": 8372.0, "November_H": 13220.0, "December_H": 17356.0, "PV_potenti": 35.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21294397394696, 48.794125607434701, 0.0 ], [ 9.212722300485256, 48.794296242419421, 0.0 ], [ 9.212412600125399, 48.794120473955587, 0.0 ], [ 9.212634138143693, 48.793949929735035, 0.0 ], [ 9.21294397394696, 48.794125607434701, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001661e", "Latitude": 48.78784, "Longitude": 9.21039, "X_coordina": 3515532.33, "Y_coordina": 5405617.75, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 172.8, "SecondaryU": "retail", "Secondar00": 51.6, "BuildingTy": "MFH", "Footprint_": 64.5, "Total_wall": 190.4, "Total_wa00": 0.0, "Total_outw": 287.2, "Total_shar": 187.7, "Total_roof": 111.2, "Gross_volu": 709.5, "Is_Gross_v": "false", "Heated_vol": 701.1, "Ridge_mean": 14.1, "Eaves_mean": 7.81, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.519, "Heated_are": 224.3, "Mean_Uvalu": 0.49, "Specific_d": "29,0", "Specific_s": 45.0, "Total_Year": 16607.0, "January_He": 2555.0, "February_H": 1709.0, "March_Heat": 1017.0, "April_Heat": 231.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 486.0, "November_H": 1535.0, "December_H": 2529.0, "PV_potenti": 4.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210362012932993, 48.787828236063746, 0.0 ], [ 9.210420430880051, 48.787836941856845, 0.0 ], [ 9.2103994664091, 48.787900376343558, 0.0 ], [ 9.210340230744618, 48.787891402262474, 0.0 ], [ 9.210280450003198, 48.787882249298924, 0.0 ], [ 9.210283542048566, 48.787873161362917, 0.0 ], [ 9.210301960841219, 48.787819263454253, 0.0 ], [ 9.210362012932993, 48.787828236063746, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016546", "Latitude": 48.78863, "Longitude": 9.19357, "X_coordina": 3514295.96, "Y_coordina": 5405702.64, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2461, "PrimaryUsa": "non-heated", "PrimaryU00": 19055.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 4096.3, "Total_wall": 5768.4, "Total_wa00": 0.0, "Total_outw": 6995.3, "Total_shar": 1815.7, "Total_roof": 4098.6, "Gross_volu": 63644.2, "Is_Gross_v": "false", "Heated_vol": 59547.8, "Ridge_mean": 25.8, "Eaves_mean": 3.94, "Storey_num": 9, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.223, "Heated_are": 19055.3, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 194.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193586689185684, 48.789114431277994, 0.0 ], [ 9.193552862750362, 48.789094704938222, 0.0 ], [ 9.193555169709796, 48.789092992511442, 0.0 ], [ 9.193075733654901, 48.788812426291514, 0.0 ], [ 9.193130557397046, 48.788771598944791, 0.0 ], [ 9.19312728366455, 48.788769626115112, 0.0 ], [ 9.193337623873338, 48.788613615321196, 0.0 ], [ 9.193003315061983, 48.788417243332724, 0.0 ], [ 9.193227298530074, 48.788270471999226, 0.0 ], [ 9.193348520585774, 48.788191045785055, 0.0 ], [ 9.193934622491424, 48.788536086414105, 0.0 ], [ 9.193776124668355, 48.78865415321745, 0.0 ], [ 9.19405232632278, 48.78881492120361, 0.0 ], [ 9.193905457112223, 48.788913634998991, 0.0 ], [ 9.19390204725064, 48.788911662420588, 0.0 ], [ 9.193847495123023, 48.788952219905184, 0.0 ], [ 9.193586689185684, 48.789114431277994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016547", "Latitude": 48.78897, "Longitude": 9.19329, "X_coordina": 3514275.38, "Y_coordina": 5405740.01, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 4624.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 952.3, "Total_wall": 1869.4, "Total_wa00": 0.0, "Total_outw": 2334.5, "Total_shar": 1256.3, "Total_roof": 952.4, "Gross_volu": 14452.0, "Is_Gross_v": "false", "Heated_vol": 14452.0, "Ridge_mean": 23.2, "Eaves_mean": 23.23, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.261, "Heated_are": 4624.6, "Mean_Uvalu": 0.35, "Specific_d": "73,0", "Specific_s": 41.1, "Total_Year": 527796.0, "January_He": 41853.0, "February_H": 32470.0, "March_Heat": 24325.0, "April_Heat": 9573.0, "May_Heatin": 1078.0, "June_Heati": 28, "July_Heati": 3, "August_Hea": 6, "September_": 1844.0, "October_He": 11693.0, "November_H": 27334.0, "December_H": 39943.0, "PV_potenti": 42.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193491525688808, 48.789140489228238, 0.0 ], [ 9.193483751261905, 48.78913600610926, 0.0 ], [ 9.193358494538408, 48.789228478154975, 0.0 ], [ 9.19291204499573, 48.788926184268966, 0.0 ], [ 9.193027937839037, 48.788840562597436, 0.0 ], [ 9.19299656658696, 48.788822180832568, 0.0 ], [ 9.193093593729849, 48.78874989941044, 0.0 ], [ 9.19312728366455, 48.788769626115112, 0.0 ], [ 9.193130557397046, 48.788771598944791, 0.0 ], [ 9.193075733654901, 48.788812426291514, 0.0 ], [ 9.193555169709796, 48.789092992511442, 0.0 ], [ 9.193552862750362, 48.789094704938222, 0.0 ], [ 9.193586689185684, 48.789114431277994, 0.0 ], [ 9.19354500809005, 48.789140129578861, 0.0 ], [ 9.193515273348003, 48.789122734365598, 0.0 ], [ 9.193491525688808, 48.789140489228238, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001646f", "Latitude": 48.7878, "Longitude": 9.19758, "X_coordina": 3514590.88, "Y_coordina": 5405610.58, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1018.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 243.8, "Total_wall": 679.7, "Total_wa00": 0.0, "Total_outw": 1044.0, "Total_shar": 42.1, "Total_roof": 344.0, "Gross_volu": 3426.2, "Is_Gross_v": "false", "Heated_vol": 3182.4, "Ridge_mean": 17.9, "Eaves_mean": 10.19, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 1018.4, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 52002.0, "January_He": 8905.0, "February_H": 6291.0, "March_Heat": 3821.0, "April_Heat": 703.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1763.0, "November_H": 5584.0, "December_H": 8720.0, "PV_potenti": 14.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197476441454768, 48.787900511565525, 0.0 ], [ 9.197392322125911, 48.787861449072679, 0.0 ], [ 9.19743029622702, 48.787828202142407, 0.0 ], [ 9.197554118644836, 48.787719811620001, 0.0 ], [ 9.197556435994914, 48.787720796804727, 0.0 ], [ 9.197566336759403, 48.787712237070878, 0.0 ], [ 9.197627552145157, 48.787740817678824, 0.0 ], [ 9.197634064161999, 48.787735680854041, 0.0 ], [ 9.197684098275086, 48.787758615430285, 0.0 ], [ 9.197669729980161, 48.787773117804754, 0.0 ], [ 9.197678046441418, 48.787776970246313, 0.0 ], [ 9.197570808730186, 48.787880746341067, 0.0 ], [ 9.197526476719082, 48.787923715978579, 0.0 ], [ 9.197476441454768, 48.787900511565525, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016471", "Latitude": 48.7879, "Longitude": 9.19765, "X_coordina": 3514595.51, "Y_coordina": 5405622.03, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 44.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.5, "Total_wall": 53.2, "Total_wa00": 0.0, "Total_outw": 168.5, "Total_shar": 42.2, "Total_roof": 49.5, "Gross_volu": 113.4, "Is_Gross_v": "false", "Heated_vol": 113.4, "Ridge_mean": 2.3, "Eaves_mean": 2.3, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.342, "Heated_are": 44.7, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197526476719082, 48.787923715978579, 0.0 ], [ 9.197570808730186, 48.787880746341067, 0.0 ], [ 9.197676986660253, 48.787922918167688, 0.0 ], [ 9.197619299112212, 48.787961054888477, 0.0 ], [ 9.197526476719082, 48.787923715978579, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001631b", "Latitude": 48.78843, "Longitude": 9.21232, "X_coordina": 3515673.48, "Y_coordina": 5405683.68, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 112.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.5, "Total_wall": 127.9, "Total_wa00": 0.0, "Total_outw": 211.8, "Total_shar": 107.9, "Total_roof": 59.0, "Gross_volu": 393.0, "Is_Gross_v": "false", "Heated_vol": 350.5, "Ridge_mean": 11.1, "Eaves_mean": 7.81, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.631, "Heated_are": 112.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 49.0, "Total_Year": 7271.0, "January_He": 1424.0, "February_H": 921.0, "March_Heat": 519.0, "April_Heat": 108.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 243.0, "November_H": 839.0, "December_H": 1422.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212272264734723, 48.788471461761986, 0.0 ], [ 9.212213599341464, 48.788468872172899, 0.0 ], [ 9.212218854797303, 48.788424260355654, 0.0 ], [ 9.212334007318059, 48.788429263667645, 0.0 ], [ 9.212330113604624, 48.788474052826686, 0.0 ], [ 9.212272264734723, 48.788471461761986, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016158", "Latitude": 48.78992, "Longitude": 9.20487, "X_coordina": 3515125.59, "Y_coordina": 5405848.13, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 420.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 94.9, "Total_wall": 304.3, "Total_wa00": 0.0, "Total_outw": 457.4, "Total_shar": 217.3, "Total_roof": 163.4, "Gross_volu": 1340.4, "Is_Gross_v": "false", "Heated_vol": 1314.5, "Ridge_mean": 15.9, "Eaves_mean": 10.51, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.425, "Heated_are": 420.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 38.3, "Total_Year": 22766.0, "January_He": 4131.0, "February_H": 2774.0, "March_Heat": 1579.0, "April_Heat": 278.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 736.0, "November_H": 2482.0, "December_H": 4084.0, "PV_potenti": 7.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20491965839487, 48.78994801745106, 0.0 ], [ 9.204845032760385, 48.790003453251771, 0.0 ], [ 9.204818158507589, 48.789987764417688, 0.0 ], [ 9.204786236779755, 48.789969117073547, 0.0 ], [ 9.204756361581852, 48.789951725012514, 0.0 ], [ 9.204727850253427, 48.789935049908081, 0.0 ], [ 9.204802475184108, 48.789879434336598, 0.0 ], [ 9.20491965839487, 48.78994801745106, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016072", "Latitude": 48.79484, "Longitude": 9.20717, "X_coordina": 3515293.44, "Y_coordina": 5406395.11, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1421.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 258.8, "Total_wall": 1330.5, "Total_wa00": 0.0, "Total_outw": 1741.9, "Total_shar": 0.0, "Total_roof": 258.8, "Gross_volu": 4595.1, "Is_Gross_v": "false", "Heated_vol": 4441.0, "Ridge_mean": 18.9, "Eaves_mean": 18.94, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 41, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.412, "Heated_are": 1421.1, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 71764.0, "January_He": 12280.0, "February_H": 8555.0, "March_Heat": 5240.0, "April_Heat": 1057.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2369.0, "November_H": 7588.0, "December_H": 12035.0, "PV_potenti": 9.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207150265884314, 48.794949713217996, 0.0 ], [ 9.207144681846106, 48.794948824026903, 0.0 ], [ 9.206985198794879, 48.794924022115538, 0.0 ], [ 9.207003363301006, 48.794873002811464, 0.0 ], [ 9.207031963967436, 48.794877447575203, 0.0 ], [ 9.207073138574582, 48.794762271396252, 0.0 ], [ 9.207214235087545, 48.794784228718179, 0.0 ], [ 9.207271163780334, 48.794793028701164, 0.0 ], [ 9.207236987836282, 48.794888948715773, 0.0 ], [ 9.207165892954196, 48.794877476494328, 0.0 ], [ 9.207163873584957, 48.794882875540218, 0.0 ], [ 9.207174224643859, 48.794884565466567, 0.0 ], [ 9.207150265884314, 48.794949713217996, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015ded", "Latitude": 48.78995, "Longitude": 9.21049, "X_coordina": 3515539.03, "Y_coordina": 5405852.27, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4710.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1101.1, "Total_wall": 2785.6, "Total_wa00": 0.0, "Total_outw": 4115.2, "Total_shar": 4.5, "Total_roof": 1656.5, "Gross_volu": 15659.9, "Is_Gross_v": "false", "Heated_vol": 14718.9, "Ridge_mean": 19.1, "Eaves_mean": 5.69, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.367, "Heated_are": 4710.0, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 54.1, "Total_Year": 323468.99999999994, "January_He": 57123.0, "February_H": 43139.0, "March_Heat": 30952.0, "April_Heat": 11051.0, "May_Heatin": 1239.0, "June_Heati": 41, "July_Heati": 4, "August_Hea": 9, "September_": 2398.0, "October_He": 15964.0, "November_H": 37391.0, "December_H": 55343.0, "PV_potenti": 72.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210822197161107, 48.789924683764404, 0.0 ], [ 9.210754236194443, 48.789945130899184, 0.0 ], [ 9.210722880180553, 48.789899596998012, 0.0 ], [ 9.210484611263926, 48.789971881719651, 0.0 ], [ 9.210526922211999, 48.790033581912077, 0.0 ], [ 9.210515095710925, 48.790036840782257, 0.0 ], [ 9.210539068765794, 48.790074295110159, 0.0 ], [ 9.210540177821169, 48.790079148958512, 0.0 ], [ 9.210533148407567, 48.790090492186842, 0.0 ], [ 9.210527308463572, 48.790093380419172, 0.0 ], [ 9.210438552045375, 48.790120339882932, 0.0 ], [ 9.210435286197068, 48.790120435774334, 0.0 ], [ 9.2104248014207, 48.790119106078421, 0.0 ], [ 9.210416075322156, 48.790115255306617, 0.0 ], [ 9.210410062806721, 48.790109421256375, 0.0 ], [ 9.210409514300451, 48.790108433098645, 0.0 ], [ 9.210385155979333, 48.790076464789202, 0.0 ], [ 9.210370879040894, 48.79007954827393, 0.0 ], [ 9.210329250586142, 48.79001829639639, 0.0 ], [ 9.210091250098335, 48.790089950347472, 0.0 ], [ 9.210120837581757, 48.790135757416671, 0.0 ], [ 9.210056407700659, 48.790154579071022, 0.0 ], [ 9.209990754436747, 48.790173762614579, 0.0 ], [ 9.209957070762099, 48.790124725729783, 0.0 ], [ 9.209939681202721, 48.790099398969396, 0.0 ], [ 9.2098932630158, 48.790031681164962, 0.0 ], [ 9.209958778538946, 48.790012138233067, 0.0 ], [ 9.210024566195822, 48.789992594767554, 0.0 ], [ 9.210038397091695, 48.790013072130215, 0.0 ], [ 9.210313234685501, 48.789930919878017, 0.0 ], [ 9.210302694712643, 48.789916371497995, 0.0 ], [ 9.210346325787526, 48.789903252885701, 0.0 ], [ 9.210385063916219, 48.789891671897514, 0.0 ], [ 9.210394651262941, 48.789906222010508, 0.0 ], [ 9.210669483926086, 48.78982316967975, 0.0 ], [ 9.210656062983766, 48.7898031412604, 0.0 ], [ 9.210656878405471, 48.789802869997906, 0.0 ], [ 9.210723206871947, 48.789782605754468, 0.0 ], [ 9.210785729236717, 48.789763427522956, 0.0 ], [ 9.210830369761437, 48.789828900134815, 0.0 ], [ 9.210958143473752, 48.789792247071809, 0.0 ], [ 9.211007438898358, 48.789864275512755, 0.0 ], [ 9.210880483476071, 48.789901376749654, 0.0 ], [ 9.210884313271993, 48.789905955841775, 0.0 ], [ 9.210822197161107, 48.789924683764404, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000158f7", "Latitude": 48.79054, "Longitude": 9.19952, "X_coordina": 3514732.72, "Y_coordina": 5405915.67, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 612.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 133.5, "Total_wall": 520.6, "Total_wa00": 0.0, "Total_outw": 703.8, "Total_shar": 282.0, "Total_roof": 183.1, "Gross_volu": 2375.4, "Is_Gross_v": "false", "Heated_vol": 2241.9, "Ridge_mean": 20.1, "Eaves_mean": 15.02, "Storey_num": 6, "Average_St": 3.2, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 612.8, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 48.6, "Total_Year": 39517.0, "January_He": 7204.0, "February_H": 5105.0, "March_Heat": 3273.0, "April_Heat": 826.0, "May_Heatin": 46.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 109.0, "October_He": 1615.0, "November_H": 4547.0, "December_H": 7086.0, "PV_potenti": 6.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199419186988935, 48.790602876022341, 0.0 ], [ 9.199393812917963, 48.790587632945268, 0.0 ], [ 9.199370074840425, 48.790573106419153, 0.0 ], [ 9.199365709501008, 48.79057050619182, 0.0 ], [ 9.199397189596446, 48.790546801775442, 0.0 ], [ 9.19946123524098, 48.790498581723902, 0.0 ], [ 9.199476839331917, 48.790486774700923, 0.0 ], [ 9.199528402217897, 48.790516809783604, 0.0 ], [ 9.19952690946414, 48.79051789145349, 0.0 ], [ 9.199593341603059, 48.790556713257338, 0.0 ], [ 9.199544219649058, 48.790593127528844, 0.0 ], [ 9.199495097624034, 48.790629541779296, 0.0 ], [ 9.199431532705136, 48.790593052967864, 0.0 ], [ 9.199419186988935, 48.790602876022341, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000158e6", "Latitude": 48.79067, "Longitude": 9.19931, "X_coordina": 3514716.97, "Y_coordina": 5405930.8, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 400.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 115.9, "Total_wall": 277.2, "Total_wa00": 0.0, "Total_outw": 446.0, "Total_shar": 308.4, "Total_roof": 115.9, "Gross_volu": 1364.7, "Is_Gross_v": "false", "Heated_vol": 1250.3, "Ridge_mean": 11.8, "Eaves_mean": 11.79, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 11, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 400.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 21123.0, "January_He": 3459.0, "February_H": 2527.0, "March_Heat": 1761.0, "April_Heat": 530.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 852.0, "November_H": 2205.0, "December_H": 3358.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199285222760425, 48.790762902201358, 0.0 ], [ 9.199160679128765, 48.790690009764248, 0.0 ], [ 9.199246302561425, 48.7906261957271, 0.0 ], [ 9.199319146016659, 48.790668783387027, 0.0 ], [ 9.199370709351754, 48.790698908462147, 0.0 ], [ 9.199285222760425, 48.790762902201358, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015868", "Latitude": 48.78976, "Longitude": 9.19484, "X_coordina": 3514388.49, "Y_coordina": 5405828.42, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 3537.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1645.8, "Total_wall": 582.1, "Total_wa00": 0.0, "Total_outw": 1361.9, "Total_shar": 520.7, "Total_roof": 2035.4, "Gross_volu": 12700.0, "Is_Gross_v": "false", "Heated_vol": 11054.2, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.346, "Heated_are": 3537.4, "Mean_Uvalu": 0.24, "Specific_d": "124,1", "Specific_s": 113.0, "Total_Year": 838886.00000000012, "January_He": 84760.0, "February_H": 67235.0, "March_Heat": 52748.0, "April_Heat": 25121.0, "May_Heatin": 4961.0, "June_Heati": 133, "July_Heati": 1, "August_Hea": 5, "September_": 5994.0, "October_He": 24637.0, "November_H": 54364.0, "December_H": 79870.0, "PV_potenti": 97.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194772944364782, 48.789558632027934, 0.0 ], [ 9.194799952053607, 48.789574502826902, 0.0 ], [ 9.194813657593262, 48.789564228346919, 0.0 ], [ 9.195184262071232, 48.78978130588991, 0.0 ], [ 9.195108813580308, 48.789837815864956, 0.0 ], [ 9.195050734182665, 48.78988125744501, 0.0 ], [ 9.195057453626772, 48.78996460526686, 0.0 ], [ 9.194949842407047, 48.79004481952505, 0.0 ], [ 9.194956935596446, 48.790049033926906, 0.0 ], [ 9.194951642964234, 48.790052909603176, 0.0 ], [ 9.194878530856444, 48.790010049862282, 0.0 ], [ 9.194413946401301, 48.789738186710501, 0.0 ], [ 9.194398803738588, 48.789728770293486, 0.0 ], [ 9.194404096379426, 48.789724894642376, 0.0 ], [ 9.194419510183261, 48.789734040830005, 0.0 ], [ 9.19464464192423, 48.789567032019256, 0.0 ], [ 9.194721313612874, 48.789510070658906, 0.0 ], [ 9.194786649905645, 48.789548357551141, 0.0 ], [ 9.194772944364782, 48.789558632027934, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001585f", "Latitude": 48.78979, "Longitude": 9.19568, "X_coordina": 3514450.67, "Y_coordina": 5405831.67, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 9467.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1650.9, "Total_wall": 4361.4, "Total_wa00": 0.0, "Total_outw": 5870.1, "Total_shar": 0.0, "Total_roof": 1937.0, "Gross_volu": 31235.6, "Is_Gross_v": "false", "Heated_vol": 29584.6, "Ridge_mean": 22.0, "Eaves_mean": 15.94, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.263, "Heated_are": 9467.1, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 35.4, "Total_Year": 570277.0, "January_He": 76812.0, "February_H": 56543.0, "March_Heat": 39347.0, "April_Heat": 12231.0, "May_Heatin": 1008.0, "June_Heati": 34, "July_Heati": 5, "August_Hea": 10, "September_": 2538.0, "October_He": 21195.0, "November_H": 50571.0, "December_H": 74821.0, "PV_potenti": 99.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196006266491393, 48.789852208277033, 0.0 ], [ 9.196004096023074, 48.789854010443975, 0.0 ], [ 9.19604256262018, 48.789876695642128, 0.0 ], [ 9.196043645401934, 48.789875165097051, 0.0 ], [ 9.196067378688937, 48.789888793081872, 0.0 ], [ 9.1960648006454, 48.789890775791157, 0.0 ], [ 9.196085396816612, 48.789902610640915, 0.0 ], [ 9.196102992310045, 48.789912742048053, 0.0 ], [ 9.196105028437241, 48.789911389726186, 0.0 ], [ 9.196129442920228, 48.789925196385326, 0.0 ], [ 9.196126863825885, 48.789926909326908, 0.0 ], [ 9.196164372980085, 48.789948337183979, 0.0 ], [ 9.196166815981918, 48.789946624473394, 0.0 ], [ 9.196193007061995, 48.789962316488733, 0.0 ], [ 9.196172106326241, 48.789977099571047, 0.0 ], [ 9.196169651755172, 48.789975844821726, 0.0 ], [ 9.195953075747571, 48.790137356700328, 0.0 ], [ 9.195955668514976, 48.790139150760822, 0.0 ], [ 9.195933953879837, 48.79015465457347, 0.0 ], [ 9.195829739548678, 48.790093324085511, 0.0 ], [ 9.195713522396225, 48.790025089783676, 0.0 ], [ 9.195291077456144, 48.789776808456324, 0.0 ], [ 9.195186864689299, 48.789715477380462, 0.0 ], [ 9.195082788964953, 48.789654325824849, 0.0 ], [ 9.195319050742665, 48.789480372718252, 0.0 ], [ 9.1953161875948, 48.789479028720024, 0.0 ], [ 9.195337087677901, 48.789464065945495, 0.0 ], [ 9.195360550841608, 48.789478324000449, 0.0 ], [ 9.195358106089536, 48.78947958707888, 0.0 ], [ 9.195399295329253, 48.789502627568716, 0.0 ], [ 9.195402961759102, 48.789500553103693, 0.0 ], [ 9.195423966936403, 48.789512657149295, 0.0 ], [ 9.195422070040971, 48.789514818535679, 0.0 ], [ 9.195441574383954, 48.789525935965038, 0.0 ], [ 9.195458896386084, 48.78953579816443, 0.0 ], [ 9.195461342186171, 48.789534804853005, 0.0 ], [ 9.195485758406155, 48.789549151188247, 0.0 ], [ 9.195484402034614, 48.789550322498059, 0.0 ], [ 9.195520548324403, 48.789571393185049, 0.0 ], [ 9.195522041485756, 48.789570401489847, 0.0 ], [ 9.195547139944209, 48.789585196271766, 0.0 ], [ 9.195525427867119, 48.789601329470031, 0.0 ], [ 9.195523381604664, 48.789600074013578, 0.0 ], [ 9.195476021583703, 48.789635134710799, 0.0 ], [ 9.195478204636519, 48.789636569783156, 0.0 ], [ 9.195456763650499, 48.789652432737249, 0.0 ], [ 9.195454173370779, 48.78965126812659, 0.0 ], [ 9.195394328437024, 48.789695522190627, 0.0 ], [ 9.195401011244234, 48.789699197719933, 0.0 ], [ 9.195398430041635, 48.78970037110706, 0.0 ], [ 9.195425707742206, 48.789715611835426, 0.0 ], [ 9.195427471696252, 48.789714259987385, 0.0 ], [ 9.195447525025028, 48.789726545490879, 0.0 ], [ 9.195445895416592, 48.789727447493057, 0.0 ], [ 9.195470857490053, 48.789742152599061, 0.0 ], [ 9.19547234926025, 48.789740801212346, 0.0 ], [ 9.195491991191108, 48.789752278093715, 0.0 ], [ 9.19549022688814, 48.789753540019717, 0.0 ], [ 9.19551505254624, 48.789768155424021, 0.0 ], [ 9.195516408573543, 48.789766894190848, 0.0 ], [ 9.195535778340849, 48.789778371526793, 0.0 ], [ 9.195534694497494, 48.789779632298021, 0.0 ], [ 9.195558701882554, 48.789793799464157, 0.0 ], [ 9.195560465486301, 48.789792357691049, 0.0 ], [ 9.19557983422497, 48.789803565250409, 0.0 ], [ 9.195577798437478, 48.789805007486066, 0.0 ], [ 9.195603578887491, 48.789820160791358, 0.0 ], [ 9.195605342490872, 48.789818719017568, 0.0 ], [ 9.195623483974506, 48.789829299188781, 0.0 ], [ 9.195621720371276, 48.789830740962827, 0.0 ], [ 9.195647091872255, 48.78984571510577, 0.0 ], [ 9.195649399144294, 48.789844092560372, 0.0 ], [ 9.195667540995961, 48.789854762647607, 0.0 ], [ 9.195665642699579, 48.789856564345698, 0.0 ], [ 9.195692923712778, 48.789872614317453, 0.0 ], [ 9.195695638561572, 48.789870811231246, 0.0 ], [ 9.195714734826423, 48.789881929307185, 0.0 ], [ 9.195711747793384, 48.789883732856445, 0.0 ], [ 9.1957363003462, 48.789898078906035, 0.0 ], [ 9.195738743709949, 48.789896456127551, 0.0 ], [ 9.195757840693656, 48.789907754042339, 0.0 ], [ 9.19575594274832, 48.789909645664956, 0.0 ], [ 9.195781586863339, 48.789924709238264, 0.0 ], [ 9.1957841670189, 48.789923266073515, 0.0 ], [ 9.195802175284539, 48.789934565831942, 0.0 ], [ 9.195800001306532, 48.789935468764682, 0.0 ], [ 9.195825916232842, 48.789950172173114, 0.0 ], [ 9.195827680534256, 48.789948910242018, 0.0 ], [ 9.195834775533143, 48.789953574204979, 0.0 ], [ 9.195892312067878, 48.789910672695555, 0.0 ], [ 9.195890401525894, 48.789909327091159, 0.0 ], [ 9.195912930521564, 48.789893282358797, 0.0 ], [ 9.195915112197657, 48.789894357730645, 0.0 ], [ 9.195962877280342, 48.78985848685258, 0.0 ], [ 9.195960557061509, 48.789856782251988, 0.0 ], [ 9.195983488684123, 48.789839298042452, 0.0 ], [ 9.196006266491393, 48.789852208277033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015860", "Latitude": 48.79025, "Longitude": 9.19585, "X_coordina": 3514462.91, "Y_coordina": 5405883.46, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 25.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.1, "Total_wall": 56.7, "Total_wa00": 0.0, "Total_outw": 176.0, "Total_shar": 0.0, "Total_roof": 32.1, "Gross_volu": 88.7, "Is_Gross_v": "false", "Heated_vol": 81.0, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.424, "Heated_are": 25.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195860920459358, 48.79027212914481, 0.0 ], [ 9.195808810423683, 48.790310705074923, 0.0 ], [ 9.195751657896494, 48.790277530502308, 0.0 ], [ 9.195803904034904, 48.79023895436643, 0.0 ], [ 9.195860920459358, 48.79027212914481, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015796", "Latitude": 48.78823, "Longitude": 9.20297, "X_coordina": 3514986.32, "Y_coordina": 5405659.41, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 860.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 231.9, "Total_wall": 565.1, "Total_wa00": 0.0, "Total_outw": 899.5, "Total_shar": 0.0, "Total_roof": 391.6, "Gross_volu": 2695.2, "Is_Gross_v": "false", "Heated_vol": 2687.7, "Ridge_mean": 15.0, "Eaves_mean": 8.71, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.442, "Heated_are": 860.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.8, "Total_Year": 50456.0, "January_He": 9050.0, "February_H": 6371.0, "March_Heat": 3939.0, "April_Heat": 810.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1941.0, "November_H": 5734.0, "December_H": 8862.0, "PV_potenti": 18.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202791247761425, 48.788179839819925, 0.0 ], [ 9.20291954613003, 48.788137889239458, 0.0 ], [ 9.203051590995344, 48.788316244868348, 0.0 ], [ 9.202922881843906, 48.788357656776419, 0.0 ], [ 9.202791247761425, 48.788179839819925, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000156d2", "Latitude": 48.79075, "Longitude": 9.20551, "X_coordina": 3515172.34, "Y_coordina": 5405940.76, "LOD": "LOD2", "Year_of_co": 1941, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 233.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 88.0, "Total_wall": 191.9, "Total_wa00": 0.0, "Total_outw": 352.6, "Total_shar": 124.0, "Total_roof": 146.6, "Gross_volu": 809.4, "Is_Gross_v": "false", "Heated_vol": 730.9, "Ridge_mean": 12.1, "Eaves_mean": 6.06, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.557, "Heated_are": 233.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 53.6, "Total_Year": 16250.0, "January_He": 3019.0, "February_H": 2153.0, "March_Heat": 1366.0, "April_Heat": 300.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 711.0, "November_H": 1989.0, "December_H": 2949.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205466261226654, 48.790727490629784, 0.0 ], [ 9.20552369745517, 48.790728467221442, 0.0 ], [ 9.205519580566129, 48.790820106734316, 0.0 ], [ 9.205461326931218, 48.790818951751781, 0.0 ], [ 9.205402936837235, 48.790817707059574, 0.0 ], [ 9.205405366929327, 48.790746213449843, 0.0 ], [ 9.205403053324268, 48.790746217576512, 0.0 ], [ 9.205403925236213, 48.790726432825501, 0.0 ], [ 9.205466261226654, 48.790727490629784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015533", "Latitude": 48.78987, "Longitude": 9.20838, "X_coordina": 3515383.39, "Y_coordina": 5405843.69, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 740.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 204.5, "Total_wall": 475.8, "Total_wa00": 0.0, "Total_outw": 731.5, "Total_shar": 153.6, "Total_roof": 204.5, "Gross_volu": 1939.8, "Is_Gross_v": "false", "Heated_vol": 1939.8, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.456, "Heated_are": 740.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.8, "Total_Year": 35266.0, "January_He": 6231.0, "February_H": 4062.0, "March_Heat": 2145.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 919.0, "November_H": 3702.0, "December_H": 6167.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208409367446361, 48.789982310394656, 0.0 ], [ 9.208266076740568, 48.789986076645356, 0.0 ], [ 9.208254486047053, 48.789816141943881, 0.0 ], [ 9.208340481966866, 48.789812569299464, 0.0 ], [ 9.208340585298814, 48.78980465583286, 0.0 ], [ 9.208398151032215, 48.789804281903194, 0.0 ], [ 9.208409367446361, 48.789982310394656, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000153b8", "Latitude": 48.79111, "Longitude": 9.2092, "X_coordina": 3515443.26, "Y_coordina": 5405981.72, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 125.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.5, "Total_wall": 70.0, "Total_wa00": 0.0, "Total_outw": 138.4, "Total_shar": 230.3, "Total_roof": 69.1, "Gross_volu": 417.4, "Is_Gross_v": "false", "Heated_vol": 392.8, "Ridge_mean": 10.5, "Eaves_mean": 6.37, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.466, "Heated_are": 125.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7259.0, "January_He": 1312.0, "February_H": 895.0, "March_Heat": 557.0, "April_Heat": 137.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 251.0, "November_H": 795.0, "December_H": 1300.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209202553069058, 48.791103478695788, 0.0 ], [ 9.209190599077116, 48.791141628022487, 0.0 ], [ 9.209179315452662, 48.791177348192555, 0.0 ], [ 9.209101152891261, 48.791166969079022, 0.0 ], [ 9.209112299726112, 48.791131069317736, 0.0 ], [ 9.209124251906472, 48.791092470384307, 0.0 ], [ 9.209202553069058, 48.791103478695788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000152d1", "Latitude": 48.7881, "Longitude": 9.1953, "X_coordina": 3514423.16, "Y_coordina": 5405643.48, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 747.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 180.2, "Total_wall": 491.8, "Total_wa00": 0.0, "Total_outw": 720.3, "Total_shar": 388.0, "Total_roof": 205.6, "Gross_volu": 2516.6, "Is_Gross_v": "false", "Heated_vol": 2336.4, "Ridge_mean": 15.3, "Eaves_mean": 11.43, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 747.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 38886.0, "January_He": 6738.0, "February_H": 4704.0, "March_Heat": 2850.0, "April_Heat": 517.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1351.0, "November_H": 4230.0, "December_H": 6588.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195187363222855, 48.788124727270969, 0.0 ], [ 9.195140835823599, 48.788058352543352, 0.0 ], [ 9.195202002880592, 48.788039634675968, 0.0 ], [ 9.195269422573144, 48.788019017776655, 0.0 ], [ 9.195373160658546, 48.788169284097357, 0.0 ], [ 9.195308326820927, 48.788189986594723, 0.0 ], [ 9.195225415598109, 48.788216474818178, 0.0 ], [ 9.195224046349452, 48.788214318971782, 0.0 ], [ 9.195258979359105, 48.788203558828648, 0.0 ], [ 9.195201772793386, 48.78812065628118, 0.0 ], [ 9.195187363222855, 48.788124727270969, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000152d2", "Latitude": 48.78811, "Longitude": 9.19508, "X_coordina": 3514406.57, "Y_coordina": 5405645.35, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 166.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 91.9, "Total_wall": 185.2, "Total_wa00": 0.0, "Total_outw": 418.4, "Total_shar": 41.8, "Total_roof": 91.9, "Gross_volu": 427.0, "Is_Gross_v": "false", "Heated_vol": 427.0, "Ridge_mean": 4.6, "Eaves_mean": 4.65, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.864, "Heated_are": 166.7, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195059232657671, 48.788141400411305, 0.0 ], [ 9.194983251533573, 48.788200339161328, 0.0 ], [ 9.194925283681107, 48.78816671592925, 0.0 ], [ 9.195024207832454, 48.788093350578116, 0.0 ], [ 9.195103727236015, 48.788069565955311, 0.0 ], [ 9.195137390897749, 48.788117528147474, 0.0 ], [ 9.195059232657671, 48.788141400411305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014c13", "Latitude": 48.79046, "Longitude": 9.20947, "X_coordina": 3515463.31, "Y_coordina": 5405909.51, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 696.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 181.5, "Total_wall": 481.3, "Total_wa00": 0.0, "Total_outw": 878.2, "Total_shar": 22.4, "Total_roof": 352.4, "Gross_volu": 2358.5, "Is_Gross_v": "false", "Heated_vol": 2177.0, "Ridge_mean": 17.7, "Eaves_mean": 9.66, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 696.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.0, "Total_Year": 41013.0, "January_He": 7430.0, "February_H": 5185.0, "March_Heat": 3140.0, "April_Heat": 607.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1541.0, "November_H": 4688.0, "December_H": 7293.0, "PV_potenti": 14.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209309288243118, 48.79042490097757, 0.0 ], [ 9.209392206882395, 48.790401100326676, 0.0 ], [ 9.20942822898483, 48.790390783530313, 0.0 ], [ 9.209429724141328, 48.790390331193144, 0.0 ], [ 9.209534885254508, 48.790544179065598, 0.0 ], [ 9.20941581486518, 48.790579915482923, 0.0 ], [ 9.209309288243118, 48.79042490097757, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014afc", "Latitude": 48.79279, "Longitude": 9.2028, "X_coordina": 3514972.97, "Y_coordina": 5406167.28, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 459.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 121.4, "Total_wall": 321.5, "Total_wa00": 0.0, "Total_outw": 446.5, "Total_shar": 290.8, "Total_roof": 168.2, "Gross_volu": 1741.6, "Is_Gross_v": "false", "Heated_vol": 1620.2, "Ridge_mean": 16.4, "Eaves_mean": 11.89, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 459.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 27103.0, "January_He": 4719.0, "February_H": 3453.0, "March_Heat": 2243.0, "April_Heat": 510.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1127.0, "November_H": 3091.0, "December_H": 4597.0, "PV_potenti": 7.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20275248466756, 48.792745420248018, 0.0 ], [ 9.202864613958802, 48.792808528977709, 0.0 ], [ 9.202761755974148, 48.79288460563297, 0.0 ], [ 9.202651934185987, 48.79281996404243, 0.0 ], [ 9.20275248466756, 48.792745420248018, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014afd", "Latitude": 48.79284, "Longitude": 9.20274, "X_coordina": 3514968.31, "Y_coordina": 5406172.38, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 76.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 28.2, "Total_wall": 47.7, "Total_wa00": 0.0, "Total_outw": 47.7, "Total_shar": 186.7, "Total_roof": 38.8, "Gross_volu": 258.3, "Is_Gross_v": "false", "Heated_vol": 240.3, "Ridge_mean": 11.2, "Eaves_mean": 11.24, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.444, "Heated_are": 76.9, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202628323028211, 48.792837450765582, 5.499146553103003 ], [ 9.202651934185987, 48.79281996404243, 5.499146553103003 ], [ 9.202761755974148, 48.79288460563297, 5.499146553103003 ], [ 9.202738144824348, 48.792902092378398, 5.499146553103003 ], [ 9.202628323028211, 48.792837450765582, 5.499146553103003 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014758", "Latitude": 48.79471, "Longitude": 9.2023, "X_coordina": 3514935.75, "Y_coordina": 5406379.84, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1290.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 222.3, "Total_wall": 916.7, "Total_wa00": 0.0, "Total_outw": 1260.9, "Total_shar": 212.2, "Total_roof": 326.8, "Gross_volu": 4255.2, "Is_Gross_v": "false", "Heated_vol": 4032.9, "Ridge_mean": 21.8, "Eaves_mean": 16.57, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 21, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 1290.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 66451.0, "January_He": 11315.0, "February_H": 8086.0, "March_Heat": 4998.0, "April_Heat": 929.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 92.0, "October_He": 2331.0, "November_H": 7187.0, "December_H": 11048.0, "PV_potenti": 12.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202244099548707, 48.794697295991419, 0.0 ], [ 9.202267985004761, 48.794680078641626, 0.0 ], [ 9.202265117399564, 48.794677745665908, 0.0 ], [ 9.202318583699572, 48.794638085380278, 0.0 ], [ 9.202416403202701, 48.794695644404875, 0.0 ], [ 9.202254378062866, 48.794816426648701, 0.0 ], [ 9.202101988530897, 48.794727130332596, 0.0 ], [ 9.202187072825733, 48.79466385464309, 0.0 ], [ 9.202244099548707, 48.794697295991419, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000146f3", "Latitude": 48.79507, "Longitude": 9.20981, "X_coordina": 3515487.18, "Y_coordina": 5406422.24, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 361.3, "SecondaryU": "retail", "Secondar00": 104.5, "BuildingTy": "MFH", "Footprint_": 130.6, "Total_wall": 228.8, "Total_wa00": 0.0, "Total_outw": 387.8, "Total_shar": 326.8, "Total_roof": 190.9, "Gross_volu": 1586.4, "Is_Gross_v": "false", "Heated_vol": 1455.7, "Ridge_mean": 14.9, "Eaves_mean": 9.36, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.364, "Heated_are": 465.8, "Mean_Uvalu": 0.48, "Specific_d": "28,7", "Specific_s": 40.3, "Total_Year": 32141.0, "January_He": 4572.0, "February_H": 3273.0, "March_Heat": 2051.0, "April_Heat": 421.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1008.0, "November_H": 2945.0, "December_H": 4451.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209785669348383, 48.795039991722092, 0.0 ], [ 9.209854447123959, 48.795050477390518, 0.0 ], [ 9.209815709063049, 48.795160974094316, 0.0 ], [ 9.209758912245888, 48.795151365816565, 0.0 ], [ 9.20974747107134, 48.795149408337238, 0.0 ], [ 9.209696939664902, 48.795140867699942, 0.0 ], [ 9.209677735192678, 48.79513766541988, 0.0 ], [ 9.209715665898155, 48.795029328397526, 0.0 ], [ 9.209785669348383, 48.795039991722092, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014655", "Latitude": 48.7886, "Longitude": 9.20986, "X_coordina": 3515492.57, "Y_coordina": 5405702.42, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 54.8, "Total_wa00": 0.0, "Total_outw": 135.6, "Total_shar": 193.4, "Total_roof": 64.1, "Gross_volu": 334.8, "Is_Gross_v": "false", "Heated_vol": 288.7, "Ridge_mean": 9.1, "Eaves_mean": 5.42, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.53, "Heated_are": 92.4, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 6058.0, "January_He": 1174.0, "February_H": 788.0, "March_Heat": 437.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 223.0, "November_H": 741.0, "December_H": 1151.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209866396765408, 48.788647625460605, 0.0 ], [ 9.209812377421539, 48.788649612288452, 0.0 ], [ 9.209763256517576, 48.788651410321343, 0.0 ], [ 9.209758673432669, 48.788596655165698, 0.0 ], [ 9.209807386017719, 48.788594857878628, 0.0 ], [ 9.209860860948835, 48.7885928720452, 0.0 ], [ 9.209866396765408, 48.788647625460605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014610", "Latitude": 48.79148, "Longitude": 9.2098, "X_coordina": 3515487.46, "Y_coordina": 5406022.05, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 286.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 103.9, "Total_wall": 237.2, "Total_wa00": 0.0, "Total_outw": 423.0, "Total_shar": 123.3, "Total_roof": 159.9, "Gross_volu": 923.1, "Is_Gross_v": "false", "Heated_vol": 894.3, "Ridge_mean": 11.5, "Eaves_mean": 5.4, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.552, "Heated_are": 286.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 51.5, "Total_Year": 19271.0, "January_He": 3560.0, "February_H": 2539.0, "March_Heat": 1599.0, "April_Heat": 350.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 824.0, "November_H": 2327.0, "December_H": 3475.0, "PV_potenti": 6.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2096950354155, 48.791515961824594, 0.0 ], [ 9.209720836147939, 48.791436782067592, 0.0 ], [ 9.209778983356324, 48.791444859208646, 0.0 ], [ 9.209834543253978, 48.791452581340288, 0.0 ], [ 9.20980231165951, 48.791556142135704, 0.0 ], [ 9.209746208390674, 48.791548690749117, 0.0 ], [ 9.20967526237405, 48.791539288041292, 0.0 ], [ 9.209683187904499, 48.791514274848439, 0.0 ], [ 9.2096950354155, 48.791515961824594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014611", "Latitude": 48.79146, "Longitude": 9.20958, "X_coordina": 3515471.62, "Y_coordina": 5406020.61, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 81.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 88.4, "Total_wall": 82.3, "Total_wa00": 0.0, "Total_outw": 299.8, "Total_shar": 0.0, "Total_roof": 88.4, "Gross_volu": 168.4, "Is_Gross_v": "false", "Heated_vol": 168.4, "Ridge_mean": 1.9, "Eaves_mean": 1.91, "Storey_num": 1, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.538, "Heated_are": 81.4, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209550954030881, 48.791559657192025, 0.0 ], [ 9.209478095945267, 48.791548639217183, 0.0 ], [ 9.209527050630417, 48.791408179408052, 0.0 ], [ 9.209600453282668, 48.791419286284665, 0.0 ], [ 9.209550954030881, 48.791559657192025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014412", "Latitude": 48.79293, "Longitude": 9.20146, "X_coordina": 3514873.99, "Y_coordina": 5406181.98, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 843.0, "SecondaryU": "retail", "Secondar00": 148.1, "BuildingTy": "GMH", "Footprint_": 185.2, "Total_wall": 855.3, "Total_wa00": 0.0, "Total_outw": 1199.8, "Total_shar": 81.4, "Total_roof": 248.0, "Gross_volu": 3282.4, "Is_Gross_v": "false", "Heated_vol": 3097.2, "Ridge_mean": 20.9, "Eaves_mean": 14.67, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.408, "Heated_are": 991.1, "Mean_Uvalu": 0.45, "Specific_d": "24,4", "Specific_s": 36.7, "Total_Year": 60567.0, "January_He": 9160.0, "February_H": 6337.0, "March_Heat": 3763.0, "April_Heat": 698.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1731.0, "November_H": 5621.0, "December_H": 8991.0, "PV_potenti": 12.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201411459206691, 48.792875375079205, 0.0 ], [ 9.201412409028578, 48.792874654029305, 0.0 ], [ 9.201536008621654, 48.792947545658286, 0.0 ], [ 9.201471280637433, 48.792995588188852, 0.0 ], [ 9.201410623671448, 48.793040656084329, 0.0 ], [ 9.201342274967891, 48.79300022007083, 0.0 ], [ 9.201287159411505, 48.792967584238333, 0.0 ], [ 9.201348089680524, 48.792922785700149, 0.0 ], [ 9.201357453255271, 48.792915935135682, 0.0 ], [ 9.201329213568938, 48.792899258723985, 0.0 ], [ 9.201383354545786, 48.79285842867376, 0.0 ], [ 9.201411459206691, 48.792875375079205, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000142a9", "Latitude": 48.79148, "Longitude": 9.20383, "X_coordina": 3515049.01, "Y_coordina": 5406020.88, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 63.8, "Total_wa00": 0.0, "Total_outw": 141.6, "Total_shar": 203.3, "Total_roof": 60.2, "Gross_volu": 363.5, "Is_Gross_v": "false", "Heated_vol": 316.7, "Ridge_mean": 9.3, "Eaves_mean": 6.15, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.503, "Heated_are": 101.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 6382.0, "January_He": 1204.0, "February_H": 826.0, "March_Heat": 471.0, "April_Heat": 77.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 238.0, "November_H": 768.0, "December_H": 1181.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20383296298639, 48.791529454386527, 0.0 ], [ 9.20378013276444, 48.791523433079917, 0.0 ], [ 9.203729072901906, 48.791517678387926, 0.0 ], [ 9.203742737023742, 48.791463879897648, 0.0 ], [ 9.20379502315742, 48.791469992107942, 0.0 ], [ 9.20379529535019, 48.791469991626244, 0.0 ], [ 9.203846356264641, 48.791476016057892, 0.0 ], [ 9.20383296298639, 48.791529454386527, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001425b", "Latitude": 48.79295, "Longitude": 9.21444, "X_coordina": 3515827.67, "Y_coordina": 5406186.86, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 323.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 163.4, "Total_wall": 157.0, "Total_wa00": 0.0, "Total_outw": 417.1, "Total_shar": 0.0, "Total_roof": 222.6, "Gross_volu": 759.9, "Is_Gross_v": "false", "Heated_vol": 759.9, "Ridge_mean": 6.4, "Eaves_mean": 6.44, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.715, "Heated_are": 323.6, "Mean_Uvalu": 0.23, "Specific_d": "24,8", "Specific_s": 33.9, "Total_Year": 18990.0, "January_He": 2386.0, "February_H": 1824.0, "March_Heat": 1369.0, "April_Heat": 541.0, "May_Heatin": 65.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 124.0, "October_He": 738.0, "November_H": 1599.0, "December_H": 2305.0, "PV_potenti": 8.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214383632174156, 48.793058331211178, 0.0 ], [ 9.214281839217826, 48.792997012929554, 0.0 ], [ 9.214305719745386, 48.792979793088435, 0.0 ], [ 9.214315110288158, 48.792979685689694, 0.0 ], [ 9.214311253282114, 48.792936889241197, 0.0 ], [ 9.214302247687632, 48.792931510584616, 0.0 ], [ 9.214370766849697, 48.79288174524055, 0.0 ], [ 9.214500940600105, 48.792959916220582, 0.0 ], [ 9.214437033548235, 48.793006076110245, 0.0 ], [ 9.214432666838295, 48.793003386533591, 0.0 ], [ 9.214417334618274, 48.793014475681836, 0.0 ], [ 9.21443193453764, 48.793023171085522, 0.0 ], [ 9.214383632174156, 48.793058331211178, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014038", "Latitude": 48.78805, "Longitude": 9.19858, "X_coordina": 3514664.34, "Y_coordina": 5405639.18, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 907.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 193.6, "Total_wall": 582.7, "Total_wa00": 0.0, "Total_outw": 805.6, "Total_shar": 300.9, "Total_roof": 259.3, "Gross_volu": 2866.0, "Is_Gross_v": "false", "Heated_vol": 2836.7, "Ridge_mean": 18.5, "Eaves_mean": 12.31, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.364, "Heated_are": 907.8, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.6, "Total_Year": 45832.0, "January_He": 7721.0, "February_H": 5493.0, "March_Heat": 3448.0, "April_Heat": 729.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1557.0, "November_H": 4859.0, "December_H": 7562.0, "PV_potenti": 12.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198530651493714, 48.788160916296533, 0.0 ], [ 9.198528492185265, 48.788165506125672, 0.0 ], [ 9.198451020455973, 48.788156017829699, 0.0 ], [ 9.198463337308734, 48.788104470347633, 0.0 ], [ 9.198512501251631, 48.787975614927475, 0.0 ], [ 9.198617354950166, 48.787992339774391, 0.0 ], [ 9.198599748270537, 48.78804830265625, 0.0 ], [ 9.198627246044261, 48.788050323473932, 0.0 ], [ 9.198607883350466, 48.788109616560654, 0.0 ], [ 9.198587849754388, 48.788171338739225, 0.0 ], [ 9.198585536266629, 48.788171342728852, 0.0 ], [ 9.198585249898244, 48.788167746276429, 0.0 ], [ 9.198530651493714, 48.788160916296533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013ee2", "Latitude": 48.78887, "Longitude": 9.21305, "X_coordina": 3515727.35, "Y_coordina": 5405733.2, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 97.6, "Total_wa00": 0.0, "Total_outw": 201.1, "Total_shar": 106.9, "Total_roof": 59.7, "Gross_volu": 325.6, "Is_Gross_v": "false", "Heated_vol": 283.6, "Ridge_mean": 9.7, "Eaves_mean": 6.31, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.669, "Heated_are": 90.8, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 62.8, "Total_Year": 7141.0, "January_He": 1397.0, "February_H": 978.0, "March_Heat": 594.0, "April_Heat": 123.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 307.0, "November_H": 913.0, "December_H": 1368.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212949406383613, 48.788912635987792, 0.0 ], [ 9.212953165772571, 48.788868386601422, 0.0 ], [ 9.213012919240473, 48.788870704030394, 0.0 ], [ 9.213068181005912, 48.788872849891533, 0.0 ], [ 9.213064424382548, 48.788917728742035, 0.0 ], [ 9.212949406383613, 48.788912635987792, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013e79", "Latitude": 48.79548, "Longitude": 9.20967, "X_coordina": 3515476.64, "Y_coordina": 5406466.9, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 284.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.0, "Total_wall": 331.5, "Total_wa00": 0.0, "Total_outw": 507.7, "Total_shar": 60.5, "Total_roof": 119.9, "Gross_volu": 970.6, "Is_Gross_v": "false", "Heated_vol": 889.6, "Ridge_mean": 14.8, "Eaves_mean": 9.13, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.579, "Heated_are": 284.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.9, "Total_Year": 18705.0, "January_He": 3547.0, "February_H": 2410.0, "March_Heat": 1451.0, "April_Heat": 325.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 708.0, "November_H": 2189.0, "December_H": 3509.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209573700239492, 48.795452677130392, 0.0 ], [ 9.20963839344817, 48.795462720742471, 0.0 ], [ 9.209704312396472, 48.795472941933298, 0.0 ], [ 9.20967996480103, 48.795542047548253, 0.0 ], [ 9.209615953142606, 48.795532272489716, 0.0 ], [ 9.209605330029248, 48.79553067320154, 0.0 ], [ 9.209544451114143, 48.795521431942582, 0.0 ], [ 9.209560183909707, 48.795475362460138, 0.0 ], [ 9.209568252584692, 48.795451877732141, 0.0 ], [ 9.209573700239492, 48.795452677130392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013e7a", "Latitude": 48.79544, "Longitude": 9.20951, "X_coordina": 3515465.22, "Y_coordina": 5406462.74, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 92.3, "Total_wall": 113.0, "Total_wa00": 0.0, "Total_outw": 276.4, "Total_shar": 112.0, "Total_roof": 99.3, "Gross_volu": 386.0, "Is_Gross_v": "false", "Heated_vol": 360.7, "Ridge_mean": 5.3, "Eaves_mean": 2.76, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.81, "Heated_are": 115.4, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 6719.0, "January_He": 906.0, "February_H": 516.0, "March_Heat": 187.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 391.0, "December_H": 879.0, "PV_potenti": 4.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209520414407132, 48.795469140174035, 0.0 ], [ 9.209508172438772, 48.795503693086857, 0.0 ], [ 9.209407116871304, 48.795488499962495, 0.0 ], [ 9.2093617643635, 48.795481658308724, 0.0 ], [ 9.209382996874393, 48.795416155365928, 0.0 ], [ 9.209430802621014, 48.795423801861894, 0.0 ], [ 9.209511023575365, 48.795436604935837, 0.0 ], [ 9.209575852858078, 48.795446648335492, 0.0 ], [ 9.209573700239492, 48.795452677130392, 0.0 ], [ 9.209568252584692, 48.795451877732141, 0.0 ], [ 9.209560183909707, 48.795475362460138, 0.0 ], [ 9.209520414407132, 48.795469140174035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013d78", "Latitude": 48.79115, "Longitude": 9.21369, "X_coordina": 3515773.76, "Y_coordina": 5405986.73, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 627.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.7, "Total_wall": 319.0, "Total_wa00": 0.0, "Total_outw": 491.2, "Total_shar": 374.6, "Total_roof": 210.1, "Gross_volu": 2119.9, "Is_Gross_v": "false", "Heated_vol": 1961.2, "Ridge_mean": 15.8, "Eaves_mean": 10.68, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 627.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.9, "Total_Year": 31840.0, "January_He": 5385.0, "February_H": 3857.0, "March_Heat": 2368.0, "April_Heat": 418.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1121.0, "November_H": 3455.0, "December_H": 5246.0, "PV_potenti": 9.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213541217367501, 48.791210977262359, 0.0 ], [ 9.213613406126079, 48.79109628070055, 0.0 ], [ 9.213758692753727, 48.791113186528605, 0.0 ], [ 9.213674882167004, 48.79124723832151, 0.0 ], [ 9.213541217367501, 48.791210977262359, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013c80", "Latitude": 48.79558, "Longitude": 9.20913, "X_coordina": 3515437.04, "Y_coordina": 5406478.78, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 244.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 96.1, "Total_wall": 280.1, "Total_wa00": 0.0, "Total_outw": 489.9, "Total_shar": 0.0, "Total_roof": 139.0, "Gross_volu": 808.5, "Is_Gross_v": "false", "Heated_vol": 763.2, "Ridge_mean": 10.5, "Eaves_mean": 6.32, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.659, "Heated_are": 244.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 54.8, "Total_Year": 17257.0, "January_He": 3275.0, "February_H": 2273.0, "March_Heat": 1425.0, "April_Heat": 354.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 705.0, "November_H": 2059.0, "December_H": 3231.0, "PV_potenti": 6.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209154090378316, 48.79565190124206, 0.0 ], [ 9.208992697865382, 48.795626925732243, 0.0 ], [ 9.20900480821871, 48.795593362272797, 0.0 ], [ 9.209017726608517, 48.795557729103798, 0.0 ], [ 9.209178847818485, 48.795582974842269, 0.0 ], [ 9.209165930657802, 48.795618877797565, 0.0 ], [ 9.209154090378316, 48.79565190124206, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd6", "Latitude": 48.79207, "Longitude": 9.19827, "X_coordina": 3514640.45, "Y_coordina": 5406085.39, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 299.9, "SecondaryU": "industry", "Secondar00": 119.4, "BuildingTy": "RH", "Footprint_": 149.3, "Total_wall": 247.4, "Total_wa00": 0.0, "Total_outw": 412.0, "Total_shar": 288.0, "Total_roof": 173.9, "Gross_volu": 1317.3, "Is_Gross_v": "false", "Heated_vol": 1310.3, "Ridge_mean": 10.0, "Eaves_mean": 7.38, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.434, "Heated_are": 419.3, "Mean_Uvalu": 0.5, "Specific_d": "20,7", "Specific_s": 32.6, "Total_Year": 22362.0, "January_He": 3621.0, "February_H": 2439.0, "March_Heat": 1339.0, "April_Heat": 199.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 474.0, "November_H": 2084.0, "December_H": 3515.0, "PV_potenti": 9.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198320293604459, 48.792141028653361, 0.0 ], [ 9.198283516575113, 48.792167889215399, 0.0 ], [ 9.198097586919683, 48.79205958150915, 0.0 ], [ 9.198100165347824, 48.792057688678064, 0.0 ], [ 9.198133819931728, 48.792032811865546, 0.0 ], [ 9.198171273890617, 48.792005050949747, 0.0 ], [ 9.198270994582131, 48.792064049024091, 0.0 ], [ 9.198275349010634, 48.79206386167953, 0.0 ], [ 9.198278350254116, 48.792065654983872, 0.0 ], [ 9.198338921687926, 48.792102059654368, 0.0 ], [ 9.198342179890911, 48.792099985799879, 0.0 ], [ 9.198361684462002, 48.792110743035408, 0.0 ], [ 9.198320293604459, 48.792141028653361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd7", "Latitude": 48.79199, "Longitude": 9.1983, "X_coordina": 3514642.12, "Y_coordina": 5406077.34, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 120.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.4, "Total_wall": 75.1, "Total_wa00": 0.0, "Total_outw": 177.7, "Total_shar": 118.4, "Total_roof": 65.4, "Gross_volu": 246.3, "Is_Gross_v": "false", "Heated_vol": 246.3, "Ridge_mean": 3.8, "Eaves_mean": 3.77, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.836, "Heated_are": 120.8, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198181722969309, 48.791997299538238, 0.0 ], [ 9.198219041131837, 48.791969628764036, 0.0 ], [ 9.198228539991213, 48.791962508449018, 0.0 ], [ 9.198332895792074, 48.792023476810421, 0.0 ], [ 9.198278350254116, 48.792065654983872, 0.0 ], [ 9.198275349010634, 48.79206386167953, 0.0 ], [ 9.198270994582131, 48.792064049024091, 0.0 ], [ 9.198171273890617, 48.792005050949747, 0.0 ], [ 9.198181722969309, 48.791997299538238, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd8", "Latitude": 48.79219, "Longitude": 9.19849, "X_coordina": 3514656.32, "Y_coordina": 5406099.39, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 583.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 207.4, "Total_wall": 429.8, "Total_wa00": 0.0, "Total_outw": 724.4, "Total_shar": 149.0, "Total_roof": 238.4, "Gross_volu": 1900.6, "Is_Gross_v": "false", "Heated_vol": 1824.7, "Ridge_mean": 10.4, "Eaves_mean": 7.93, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.471, "Heated_are": 583.9, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 11.3, "Total_Year": 25808.0, "January_He": 2290.0, "February_H": 1090.0, "March_Heat": 292.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 34.0, "November_H": 709.0, "December_H": 2193.0, "PV_potenti": 12.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198608732855019, 48.792255903516761, 0.0 ], [ 9.198587971527422, 48.792271586026793, 0.0 ], [ 9.198569517121429, 48.792285556006888, 0.0 ], [ 9.198533015510494, 48.792313225485287, 0.0 ], [ 9.198283516575113, 48.792167889215399, 0.0 ], [ 9.198320293604459, 48.792141028653361, 0.0 ], [ 9.198361684462002, 48.792110743035408, 0.0 ], [ 9.198608732855019, 48.792255903516761, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000136ba", "Latitude": 48.78826, "Longitude": 9.20982, "X_coordina": 3515490.01, "Y_coordina": 5405664.79, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.0, "Total_wall": 100.4, "Total_wa00": 0.0, "Total_outw": 191.3, "Total_shar": 200.9, "Total_roof": 93.6, "Gross_volu": 539.6, "Is_Gross_v": "false", "Heated_vol": 491.2, "Ridge_mean": 11.2, "Eaves_mean": 6.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.495, "Heated_are": 157.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 9895.0, "January_He": 1764.0, "February_H": 1255.0, "March_Heat": 846.0, "April_Heat": 244.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 397.0, "November_H": 1114.0, "December_H": 1740.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20983766093017, 48.78825093466336, 0.0 ], [ 9.209836589484627, 48.788287715391306, 0.0 ], [ 9.209835763218924, 48.788318021169005, 0.0 ], [ 9.209714774780018, 48.788316712858354, 0.0 ], [ 9.209715178921686, 48.788315722962174, 0.0 ], [ 9.209726890029843, 48.788284857820742, 0.0 ], [ 9.209740215812682, 48.788249583477949, 0.0 ], [ 9.20983766093017, 48.78825093466336, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000135d0", "Latitude": 48.78848, "Longitude": 9.21024, "X_coordina": 3515521.02, "Y_coordina": 5405688.64, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.3, "Total_wall": 56.7, "Total_wa00": 0.0, "Total_outw": 136.5, "Total_shar": 197.0, "Total_roof": 61.2, "Gross_volu": 335.3, "Is_Gross_v": "false", "Heated_vol": 290.0, "Ridge_mean": 9.1, "Eaves_mean": 5.69, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.523, "Heated_are": 92.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 49.3, "Total_Year": 6043.0, "January_He": 1169.0, "February_H": 784.0, "March_Heat": 433.0, "April_Heat": 68.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 220.0, "November_H": 741.0, "December_H": 1147.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210196491537152, 48.788470593223408, 0.0 ], [ 9.210248741150799, 48.788468519522795, 0.0 ], [ 9.210252504845078, 48.788522466843347, 0.0 ], [ 9.210201343882597, 48.788524538558569, 0.0 ], [ 9.210150726893859, 48.788526519334738, 0.0 ], [ 9.210149728841566, 48.788515640394039, 0.0 ], [ 9.210145874602418, 48.788472573997403, 0.0 ], [ 9.210196491537152, 48.788470593223408, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000135a3", "Latitude": 48.78848, "Longitude": 9.21156, "X_coordina": 3515618.05, "Y_coordina": 5405689.18, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 93.2, "Total_wa00": 0.0, "Total_outw": 177.0, "Total_shar": 240.6, "Total_roof": 64.8, "Gross_volu": 479.0, "Is_Gross_v": "false", "Heated_vol": 431.9, "Ridge_mean": 12.0, "Eaves_mean": 8.38, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 138.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.6, "Total_Year": 8353.0, "January_He": 1516.0, "February_H": 1066.0, "March_Heat": 649.0, "April_Heat": 125.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 332.0, "November_H": 978.0, "December_H": 1479.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211575915710483, 48.788476160308036, 0.0 ], [ 9.211567572363622, 48.788530939141232, 0.0 ], [ 9.211514754578879, 48.788527349293169, 0.0 ], [ 9.211463434151344, 48.788523846595083, 0.0 ], [ 9.211471913698546, 48.788469067519287, 0.0 ], [ 9.211522961894392, 48.788472570713651, 0.0 ], [ 9.211575915710483, 48.788476160308036, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001351b", "Latitude": 48.78866, "Longitude": 9.20661, "X_coordina": 3515253.7, "Y_coordina": 5405708.11, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 98.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 52.2, "Total_wall": 95.2, "Total_wa00": 0.0, "Total_outw": 216.3, "Total_shar": 161.6, "Total_roof": 71.1, "Gross_volu": 358.8, "Is_Gross_v": "false", "Heated_vol": 306.6, "Ridge_mean": 9.4, "Eaves_mean": 5.07, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.665, "Heated_are": 98.1, "Mean_Uvalu": 0.54, "Specific_d": "non calculated", "Specific_s": 84.0, "Total_Year": 8236.0, "January_He": 1838.0, "February_H": 1336.0, "March_Heat": 938.0, "April_Heat": 301.0, "May_Heatin": 29.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 604.0, "November_H": 1284.0, "December_H": 1818.0, "PV_potenti": 1.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206568901176906, 48.788637581169439, 0.0 ], [ 9.206569189963542, 48.788641627215675, 0.0 ], [ 9.206612732077421, 48.788640020400834, 0.0 ], [ 9.206614011513578, 48.788653326805587, 0.0 ], [ 9.206619834444952, 48.788712576043316, 0.0 ], [ 9.20661983850599, 48.788713565196169, 0.0 ], [ 9.206618205808221, 48.788713658049211, 0.0 ], [ 9.206573710639343, 48.788715176652062, 0.0 ], [ 9.206573715806783, 48.788716435573868, 0.0 ], [ 9.20655575465276, 48.788717097256921, 0.0 ], [ 9.206546107101406, 48.788720711506841, 0.0 ], [ 9.20654120826889, 48.788720810216795, 0.0 ], [ 9.20653508463595, 48.788720911123185, 0.0 ], [ 9.206525955237895, 48.788718139863043, 0.0 ], [ 9.206508538069329, 48.788718710639486, 0.0 ], [ 9.206504283088394, 48.788676723925342, 0.0 ], [ 9.206552859782564, 48.78867492825767, 0.0 ], [ 9.206565514196313, 48.78867445594139, 0.0 ], [ 9.206562505745813, 48.788637772488485, 0.0 ], [ 9.206568901176906, 48.788637581169439, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001350b", "Latitude": 48.78809, "Longitude": 9.2044, "X_coordina": 3515091.42, "Y_coordina": 5405644.05, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 109.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.7, "Total_wall": 155.1, "Total_wa00": 0.0, "Total_outw": 378.1, "Total_shar": 0.0, "Total_roof": 124.9, "Gross_volu": 401.7, "Is_Gross_v": "false", "Heated_vol": 341.0, "Ridge_mean": 8.5, "Eaves_mean": 4.26, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.944, "Heated_are": 109.1, "Mean_Uvalu": 0.45, "Specific_d": "non calculated", "Specific_s": 91.2, "Total_Year": 9956.0, "January_He": 2216.0, "February_H": 1597.0, "March_Heat": 1132.0, "April_Heat": 414.0, "May_Heatin": 52.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 709.0, "November_H": 1520.0, "December_H": 2200.0, "PV_potenti": 2.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204383193643352, 48.788142135045319, 0.0 ], [ 9.204383461435906, 48.78814105548615, 0.0 ], [ 9.204315116363537, 48.788133982872488, 0.0 ], [ 9.204314852220184, 48.788135961661609, 0.0 ], [ 9.204267608368458, 48.788130739976644, 0.0 ], [ 9.204281233412342, 48.788067679323191, 0.0 ], [ 9.204307509190912, 48.788070330418869, 0.0 ], [ 9.204342361751888, 48.788073775602712, 0.0 ], [ 9.204341426301598, 48.788078003674599, 0.0 ], [ 9.204336340785995, 48.788099144758192, 0.0 ], [ 9.204417206209966, 48.788106285058781, 0.0 ], [ 9.204434903767403, 48.788107782344703, 0.0 ], [ 9.204427167767344, 48.788146463250733, 0.0 ], [ 9.204383193643352, 48.788142135045319, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000133b5", "Latitude": 48.78857, "Longitude": 9.20167, "X_coordina": 3514890.98, "Y_coordina": 5405697.69, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2095.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 302.5, "Total_wall": 1483.1, "Total_wa00": 0.0, "Total_outw": 1935.6, "Total_shar": 619.1, "Total_roof": 302.5, "Gross_volu": 6850.4, "Is_Gross_v": "false", "Heated_vol": 6547.9, "Ridge_mean": 24.1, "Eaves_mean": 24.12, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 39, "Number_o00": 65, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.315, "Heated_are": 2095.3, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 104128.0, "January_He": 16445.0, "February_H": 12303.0, "March_Heat": 8627.0, "April_Heat": 2595.0, "May_Heatin": 106.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 264.0, "October_He": 4016.0, "November_H": 10659.0, "December_H": 15924.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201533646204727, 48.788653607217441, 0.0 ], [ 9.201531061958041, 48.788653971434634, 0.0 ], [ 9.201526293448872, 48.788652630924943, 0.0 ], [ 9.201524239513954, 48.78864948719162, 0.0 ], [ 9.201524912396019, 48.788647597617434, 0.0 ], [ 9.201522794366392, 48.788628447586625, 0.0 ], [ 9.201524687005485, 48.788625296946798, 0.0 ], [ 9.201529445069243, 48.788624029688989, 0.0 ], [ 9.20153080631648, 48.788624117230377, 0.0 ], [ 9.201571629689045, 48.788623236467316, 0.0 ], [ 9.201557916189056, 48.788461218051552, 0.0 ], [ 9.201684461705673, 48.788456860003095, 0.0 ], [ 9.201693453675343, 48.788561245613799, 0.0 ], [ 9.201698739427746, 48.788623733292802, 0.0 ], [ 9.201701021003416, 48.788649717231294, 0.0 ], [ 9.201702879538264, 48.788672015041001, 0.0 ], [ 9.20172410579314, 48.788671078623828, 0.0 ], [ 9.20172868447696, 48.78872691318891, 0.0 ], [ 9.201579957219153, 48.788731669811035, 0.0 ], [ 9.201573785195253, 48.788651738491176, 0.0 ], [ 9.201533646204727, 48.788653607217441, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001320c", "Latitude": 48.7918, "Longitude": 9.20375, "X_coordina": 3515042.58, "Y_coordina": 5406056.77, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.3, "Total_wall": 63.8, "Total_wa00": 0.0, "Total_outw": 145.1, "Total_shar": 212.0, "Total_roof": 61.8, "Gross_volu": 366.1, "Is_Gross_v": "false", "Heated_vol": 318.8, "Ridge_mean": 9.4, "Eaves_mean": 5.94, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 102.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6296.0, "January_He": 1188.0, "February_H": 809.0, "March_Heat": 455.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 228.0, "November_H": 753.0, "December_H": 1167.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203640823806579, 48.791839671050305, 0.0 ], [ 9.203641359462331, 48.791837511936677, 0.0 ], [ 9.203644491157705, 48.791837866093076, 0.0 ], [ 9.203658029184783, 48.791786495776051, 0.0 ], [ 9.203708681384192, 48.791792341144017, 0.0 ], [ 9.203762192730382, 48.791798451201551, 0.0 ], [ 9.203748787262835, 48.791848922060176, 0.0 ], [ 9.203748386252588, 48.791850721241673, 0.0 ], [ 9.203748122067935, 48.791852700028279, 0.0 ], [ 9.203694336650953, 48.791846140831048, 0.0 ], [ 9.203640823806579, 48.791839671050305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013193", "Latitude": 48.79382, "Longitude": 9.2, "X_coordina": 3514766.64, "Y_coordina": 5406280.79, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 362.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 221.0, "Total_wall": 222.4, "Total_wa00": 0.0, "Total_outw": 481.9, "Total_shar": 230.8, "Total_roof": 221.0, "Gross_volu": 1355.1, "Is_Gross_v": "false", "Heated_vol": 1134.1, "Ridge_mean": 6.1, "Eaves_mean": 6.13, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 362.9, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.1, "Total_Year": 15960.0, "January_He": 1356.0, "February_H": 719.0, "March_Heat": 210.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 441.0, "December_H": 1277.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200104740776029, 48.79379658215241, 0.0 ], [ 9.200011785304453, 48.793865894864439, 0.0 ], [ 9.199911092066124, 48.793940346576811, 0.0 ], [ 9.19990552827343, 48.793944492719405, 0.0 ], [ 9.199803484977007, 48.793884690795913, 0.0 ], [ 9.199835239138643, 48.793860985798162, 0.0 ], [ 9.199936881833885, 48.793785723190453, 0.0 ], [ 9.20000269718641, 48.793736690480742, 0.0 ], [ 9.200104740776029, 48.79379658215241, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001310b", "Latitude": 48.78877, "Longitude": 9.19631, "X_coordina": 3514497.18, "Y_coordina": 5405718.01, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 778.2, "SecondaryU": "retail", "Secondar00": 158.4, "BuildingTy": "GMH", "Footprint_": 197.9, "Total_wall": 559.9, "Total_wa00": 0.0, "Total_outw": 804.8, "Total_shar": 379.3, "Total_roof": 228.8, "Gross_volu": 3056.2, "Is_Gross_v": "false", "Heated_vol": 2926.9, "Ridge_mean": 17.2, "Eaves_mean": 12.72, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.331, "Heated_are": 936.6, "Mean_Uvalu": 0.48, "Specific_d": "25,5", "Specific_s": 37.2, "Total_Year": 58742.0, "January_He": 8449.0, "February_H": 6060.0, "March_Heat": 3887.0, "April_Heat": 856.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1885.0, "November_H": 5386.0, "December_H": 8201.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196201310639946, 48.788845810467969, 0.0 ], [ 9.196220747926402, 48.788839752464725, 0.0 ], [ 9.19619816487274, 48.788806878889098, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196211693619388, 48.788716482573335, 0.0 ], [ 9.1962119654468, 48.788716392186537, 0.0 ], [ 9.196289718217939, 48.788693149300045, 0.0 ], [ 9.196384702243792, 48.788830930227803, 0.0 ], [ 9.196310755948184, 48.788853177528672, 0.0 ], [ 9.196223760078139, 48.78887931373594, 0.0 ], [ 9.196201310639946, 48.788845810467969, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001310c", "Latitude": 48.78883, "Longitude": 9.19629, "X_coordina": 3514495.78, "Y_coordina": 5405725.43, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 53.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.0, "Total_wall": 87.7, "Total_wa00": 0.0, "Total_outw": 195.5, "Total_shar": 151.6, "Total_roof": 29.0, "Gross_volu": 117.8, "Is_Gross_v": "false", "Heated_vol": 117.8, "Ridge_mean": 4.1, "Eaves_mean": 4.08, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.237, "Heated_are": 53.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 23.7, "Total_Year": 3004.0, "January_He": 393.0, "February_H": 225.0, "March_Heat": 72.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 171.0, "December_H": 380.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196175142573463, 48.788835873525642, 0.0 ], [ 9.19619816487274, 48.788806878889098, 0.0 ], [ 9.196220747926402, 48.788839752464725, 0.0 ], [ 9.196201310639946, 48.788845810467969, 0.0 ], [ 9.196223760078139, 48.78887931373594, 0.0 ], [ 9.196310755948184, 48.788853177528672, 0.0 ], [ 9.196321158026025, 48.78886835689125, 0.0 ], [ 9.196218394337254, 48.788899285928196, 0.0 ], [ 9.196175142573463, 48.788835873525642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013107", "Latitude": 48.7887, "Longitude": 9.19653, "X_coordina": 3514512.97, "Y_coordina": 5405711.22, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 24.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.4, "Total_wall": 50.8, "Total_wa00": 0.0, "Total_outw": 174.5, "Total_shar": 0.0, "Total_roof": 26.4, "Gross_volu": 87.4, "Is_Gross_v": "false", "Heated_vol": 64.0, "Ridge_mean": 3.3, "Eaves_mean": 3.29, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.401, "Heated_are": 24.1, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 45.0, "Total_Year": 1876.0, "January_He": 306.0, "February_H": 199.0, "March_Heat": 97.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 151.0, "December_H": 296.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196532859809588, 48.788714945731883, 0.0 ], [ 9.196472468366004, 48.788758122212116, 0.0 ], [ 9.19643032381507, 48.788734364343235, 0.0 ], [ 9.19649112458654, 48.78869145695743, 0.0 ], [ 9.196532859809588, 48.788714945731883, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130f6", "Latitude": 48.7948, "Longitude": 9.21194, "X_coordina": 3515643.94, "Y_coordina": 5406392.48, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 5047.7, "SecondaryU": "office and administration", "Secondar00": 1011.1, "BuildingTy": "MFH", "Footprint_": 1263.9, "Total_wall": 2868.0, "Total_wa00": 0.0, "Total_outw": 4278.7, "Total_shar": 344.6, "Total_roof": 1263.9, "Gross_volu": 18933.8, "Is_Gross_v": "false", "Heated_vol": 18933.8, "Ridge_mean": 15.8, "Eaves_mean": 15.77, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 76, "Number_o00": 158, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.285, "Heated_are": 6058.8, "Mean_Uvalu": 0.35, "Specific_d": "15,6", "Specific_s": 31.3, "Total_Year": 284428.0, "January_He": 44596.0, "February_H": 33114.0, "March_Heat": 22775.0, "April_Heat": 6386.0, "May_Heatin": 218.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 665.0, "October_He": 10486.0, "November_H": 28593.0, "December_H": 42865.0, "PV_potenti": 60.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211864866841768, 48.794432168838199, 0.0 ], [ 9.211945317751669, 48.794435168128601, 0.0 ], [ 9.211972543541805, 48.794436287025178, 0.0 ], [ 9.211966391726769, 48.79449447889192, 0.0 ], [ 9.212043167920672, 48.794497484877581, 0.0 ], [ 9.21203456925924, 48.794588683198668, 0.0 ], [ 9.21202909764343, 48.794646783891295, 0.0 ], [ 9.212013342409117, 48.794816138954211, 0.0 ], [ 9.211966516484086, 48.794814876297671, 0.0 ], [ 9.211964566575622, 48.794836641386908, 0.0 ], [ 9.211938180656627, 48.795131908971413, 0.0 ], [ 9.2119557413882, 48.795132596040716, 0.0 ], [ 9.211950928565219, 48.795185569869318, 0.0 ], [ 9.211948602892553, 48.795215069073642, 0.0 ], [ 9.21190300041984, 48.795213534369005, 0.0 ], [ 9.211788382149564, 48.795209788577665, 0.0 ], [ 9.211752499452054, 48.794801152018131, 0.0 ], [ 9.211832858459116, 48.794491217575505, 0.0 ], [ 9.211859266893018, 48.794492158155187, 0.0 ], [ 9.211864866841768, 48.794432168838199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130f8", "Latitude": 48.79491, "Longitude": 9.21202, "X_coordina": 3515649.88, "Y_coordina": 5406404.09, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 234.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 86.1, "Total_wall": 198.8, "Total_wa00": 0.0, "Total_outw": 341.7, "Total_shar": 341.8, "Total_roof": 86.1, "Gross_volu": 601.4, "Is_Gross_v": "false", "Heated_vol": 601.4, "Ridge_mean": 7.0, "Eaves_mean": 6.99, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.617, "Heated_are": 234.2, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 51.3, "Total_Year": 15435.0, "January_He": 3057.0, "February_H": 2020.0, "March_Heat": 1162.0, "April_Heat": 242.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 617.0, "November_H": 1881.0, "December_H": 2970.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211971616420376, 48.795040071457407, 0.0 ], [ 9.211946473330995, 48.795039092605357, 0.0 ], [ 9.211966516484086, 48.794814876297671, 0.0 ], [ 9.212013342409117, 48.794816138954211, 0.0 ], [ 9.211993247370639, 48.795040912891558, 0.0 ], [ 9.211971616420376, 48.795040071457407, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130bc", "Latitude": 48.7925, "Longitude": 9.19858, "X_coordina": 3514662.7, "Y_coordina": 5406133.39, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 132.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.0, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 139.8, "Total_shar": 326.3, "Total_roof": 79.7, "Gross_volu": 461.0, "Is_Gross_v": "false", "Heated_vol": 413.0, "Ridge_mean": 12.6, "Eaves_mean": 6.59, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.449, "Heated_are": 132.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 7819.0, "January_He": 1392.0, "February_H": 982.0, "March_Heat": 628.0, "April_Heat": 142.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 313.0, "November_H": 886.0, "December_H": 1359.0, "PV_potenti": 2.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198601012758026, 48.792506803648983, 0.0 ], [ 9.198555692226803, 48.792541502382328, 0.0 ], [ 9.19851647730435, 48.792571424622267, 0.0 ], [ 9.198514977018016, 48.792570617896295, 0.0 ], [ 9.198470778307337, 48.792544706163973, 0.0 ], [ 9.198469557314843, 48.792545697427791, 0.0 ], [ 9.198467374405279, 48.792544352336165, 0.0 ], [ 9.198508491532689, 48.79251361752145, 0.0 ], [ 9.19853495318538, 48.792493878637423, 0.0 ], [ 9.198563586016325, 48.792472517378897, 0.0 ], [ 9.198575256119772, 48.792463774667446, 0.0 ], [ 9.198592172158744, 48.792473816938212, 0.0 ], [ 9.198571138892843, 48.792489589837174, 0.0 ], [ 9.198598694457253, 48.792505638640506, 0.0 ], [ 9.198601012758026, 48.792506803648983, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012f7c", "Latitude": 48.79013, "Longitude": 9.19992, "X_coordina": 3514762.18, "Y_coordina": 5405869.93, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1223.1, "SecondaryU": "retail", "Secondar00": 186.4, "BuildingTy": "HH", "Footprint_": 233.0, "Total_wall": 880.1, "Total_wa00": 0.0, "Total_outw": 1159.9, "Total_shar": 205.3, "Total_roof": 354.3, "Gross_volu": 4526.6, "Is_Gross_v": "false", "Heated_vol": 4404.9, "Ridge_mean": 23.9, "Eaves_mean": 14.09, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 45, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.33, "Heated_are": 1409.6, "Mean_Uvalu": 0.48, "Specific_d": "23,4", "Specific_s": 36.3, "Total_Year": 84140.0, "January_He": 12373.0, "February_H": 8889.0, "March_Heat": 5827.0, "April_Heat": 1347.0, "May_Heatin": 47.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 143.0, "October_He": 2666.0, "November_H": 7789.0, "December_H": 12073.0, "PV_potenti": 14.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19995679543465, 48.790063211354621, 0.0 ], [ 9.199978864706305, 48.790137270099812, 0.0 ], [ 9.199983081439459, 48.790136723235285, 0.0 ], [ 9.199994153356851, 48.79017285330454, 0.0 ], [ 9.200006521362157, 48.790213207531792, 0.0 ], [ 9.199927219143547, 48.79022341668427, 0.0 ], [ 9.199884371263854, 48.790228886483398, 0.0 ], [ 9.199880782125653, 48.790216123558544, 0.0 ], [ 9.199822426424285, 48.790223328799883, 0.0 ], [ 9.199750894345138, 48.790099628069655, 0.0 ], [ 9.19995679543465, 48.790063211354621, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012ca7", "Latitude": 48.78821, "Longitude": 9.20944, "X_coordina": 3515461.99, "Y_coordina": 5405658.51, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 108.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.7, "Total_wall": 68.8, "Total_wa00": 0.0, "Total_outw": 162.5, "Total_shar": 199.4, "Total_roof": 85.9, "Gross_volu": 432.3, "Is_Gross_v": "false", "Heated_vol": 377.7, "Ridge_mean": 10.2, "Eaves_mean": 5.61, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.518, "Heated_are": 108.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.5, "Total_Year": 6967.0, "January_He": 1311.0, "February_H": 885.0, "March_Heat": 545.0, "April_Heat": 136.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 253.0, "November_H": 797.0, "December_H": 1302.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209334275001787, 48.788252390342031, 0.0 ], [ 9.209345450207636, 48.788223504533647, 0.0 ], [ 9.209359316476769, 48.788187240091787, 0.0 ], [ 9.209455189790251, 48.788203341937979, 0.0 ], [ 9.209442001778518, 48.788239065615777, 0.0 ], [ 9.209431102541997, 48.788268850168151, 0.0 ], [ 9.209334275001787, 48.788252390342031, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012c77", "Latitude": 48.79102, "Longitude": 9.21373, "X_coordina": 3515776.36, "Y_coordina": 5405972.34, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 578.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 157.1, "Total_wall": 264.9, "Total_wa00": 0.0, "Total_outw": 445.4, "Total_shar": 377.4, "Total_roof": 219.5, "Gross_volu": 1963.9, "Is_Gross_v": "false", "Heated_vol": 1806.8, "Ridge_mean": 15.1, "Eaves_mean": 9.82, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 578.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 29805.0, "January_He": 5098.0, "February_H": 3598.0, "March_Heat": 2206.0, "April_Heat": 397.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 1067.0, "November_H": 3270.0, "December_H": 4963.0, "PV_potenti": 10.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213611112051391, 48.79097263998603, 0.0 ], [ 9.213683103609728, 48.790971876963312, 0.0 ], [ 9.213755639545536, 48.790971112885217, 0.0 ], [ 9.213758692753727, 48.791113186528605, 0.0 ], [ 9.213688295955018, 48.791104954278033, 0.0 ], [ 9.213613406126079, 48.79109628070055, 0.0 ], [ 9.213611112051391, 48.79097263998603, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012787", "Latitude": 48.79016, "Longitude": 9.19964, "X_coordina": 3514741.3, "Y_coordina": 5405874.15, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 959.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 176.3, "Total_wall": 705.7, "Total_wa00": 0.0, "Total_outw": 897.4, "Total_shar": 193.0, "Total_roof": 294.8, "Gross_volu": 3173.4, "Is_Gross_v": "false", "Heated_vol": 2997.1, "Ridge_mean": 21.4, "Eaves_mean": 15.26, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 15, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.386, "Heated_are": 959.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 48912.0, "January_He": 8508.0, "February_H": 5881.0, "March_Heat": 3482.0, "April_Heat": 617.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1564.0, "November_H": 5193.0, "December_H": 8402.0, "PV_potenti": 11.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199576198214785, 48.790249024336362, 0.0 ], [ 9.199510163460518, 48.79024167510066, 0.0 ], [ 9.199453659518085, 48.790235388403381, 0.0 ], [ 9.199467318241139, 48.790179162479916, 0.0 ], [ 9.19967857365925, 48.790120076234217, 0.0 ], [ 9.199736226700308, 48.79021016964704, 0.0 ], [ 9.19965153529421, 48.790234146271629, 0.0 ], [ 9.199638945523068, 48.790216722915211, 0.0 ], [ 9.199580627946181, 48.790233549795822, 0.0 ], [ 9.199576198214785, 48.790249024336362, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012731", "Latitude": 48.7877, "Longitude": 9.21329, "X_coordina": 3515745.29, "Y_coordina": 5405602.46, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 494.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.0, "Total_wall": 259.2, "Total_wa00": 0.0, "Total_outw": 409.9, "Total_shar": 338.5, "Total_roof": 187.5, "Gross_volu": 1591.6, "Is_Gross_v": "false", "Heated_vol": 1546.4, "Ridge_mean": 15.4, "Eaves_mean": 10.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.365, "Heated_are": 494.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 27096.0, "January_He": 4710.0, "February_H": 3361.0, "March_Heat": 2079.0, "April_Heat": 393.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1027.0, "November_H": 3041.0, "December_H": 4594.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213291110664054, 48.787784271051635, 0.0 ], [ 9.21323119495624, 48.787775479563138, 0.0 ], [ 9.213165696303349, 48.787765889064751, 0.0 ], [ 9.213204941341377, 48.787649635038221, 0.0 ], [ 9.213270575555386, 48.787659135339794, 0.0 ], [ 9.21333021857833, 48.787667837389442, 0.0 ], [ 9.213291110664054, 48.787784271051635, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012699", "Latitude": 48.79244, "Longitude": 9.19848, "X_coordina": 3514655.63, "Y_coordina": 5406127.14, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.0, "Total_wall": 72.0, "Total_wa00": 0.0, "Total_outw": 145.7, "Total_shar": 320.3, "Total_roof": 78.0, "Gross_volu": 464.8, "Is_Gross_v": "false", "Heated_vol": 416.8, "Ridge_mean": 12.8, "Eaves_mean": 6.7, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.452, "Heated_are": 133.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.9, "Total_Year": 7839.0, "January_He": 1396.0, "February_H": 983.0, "March_Heat": 626.0, "April_Heat": 140.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 309.0, "November_H": 885.0, "December_H": 1364.0, "PV_potenti": 2.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198505926330048, 48.792449866118758, 0.0 ], [ 9.198459244083274, 48.792484387314644, 0.0 ], [ 9.198417583261726, 48.792515302895943, 0.0 ], [ 9.198412671987406, 48.792512343879679, 0.0 ], [ 9.198413892980216, 48.792511352616444, 0.0 ], [ 9.198374059827941, 48.792488041108918, 0.0 ], [ 9.198372702381214, 48.792488942683192, 0.0 ], [ 9.198369565009923, 48.79248714961593, 0.0 ], [ 9.198412043141493, 48.792456412490843, 0.0 ], [ 9.198439185651905, 48.792436762379076, 0.0 ], [ 9.198461985032175, 48.792420177148031, 0.0 ], [ 9.198479084912227, 48.792407828144739, 0.0 ], [ 9.198495317935192, 48.792417242141909, 0.0 ], [ 9.198474148918139, 48.792433105180898, 0.0 ], [ 9.198501976973638, 48.792449243461455, 0.0 ], [ 9.19850347051605, 48.792448341651024, 0.0 ], [ 9.198505926330048, 48.792449866118758, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257b", "Latitude": 48.79474, "Longitude": 9.20309, "X_coordina": 3514993.87, "Y_coordina": 5406383.57, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 671.8, "SecondaryU": "retail", "Secondar00": 150.6, "BuildingTy": "GMH", "Footprint_": 188.3, "Total_wall": 717.3, "Total_wa00": 0.0, "Total_outw": 1092.1, "Total_shar": 0.0, "Total_roof": 241.3, "Gross_volu": 2758.2, "Is_Gross_v": "false", "Heated_vol": 2569.9, "Ridge_mean": 16.7, "Eaves_mean": 12.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.436, "Heated_are": 822.4, "Mean_Uvalu": 0.48, "Specific_d": "26,3", "Specific_s": 43.8, "Total_Year": 57618.0, "January_He": 8790.0, "February_H": 6235.0, "March_Heat": 3891.0, "April_Heat": 848.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 113.0, "October_He": 1901.0, "November_H": 5567.0, "December_H": 8601.0, "PV_potenti": 12.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203079942834499, 48.794667499109444, 0.0 ], [ 9.203132604624239, 48.794698429855991, 0.0 ], [ 9.203185266841789, 48.794729450501123, 0.0 ], [ 9.20302107083231, 48.794851496582297, 0.0 ], [ 9.202969773269734, 48.794821372693093, 0.0 ], [ 9.202915610665443, 48.794789545281787, 0.0 ], [ 9.203079942834499, 48.794667499109444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257c", "Latitude": 48.79487, "Longitude": 9.20328, "X_coordina": 3515007.38, "Y_coordina": 5406397.75, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 311.1, "SecondaryU": "retail", "Secondar00": 129.4, "BuildingTy": "MFH", "Footprint_": 161.8, "Total_wall": 336.6, "Total_wa00": 0.0, "Total_outw": 663.9, "Total_shar": 93.1, "Total_roof": 217.6, "Gross_volu": 1538.5, "Is_Gross_v": "false", "Heated_vol": 1376.7, "Ridge_mean": 11.8, "Eaves_mean": 7.19, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.494, "Heated_are": 440.5, "Mean_Uvalu": 0.48, "Specific_d": "32,6", "Specific_s": 52.1, "Total_Year": 37343.0, "January_He": 5463.0, "February_H": 3966.0, "March_Heat": 2567.0, "April_Heat": 627.0, "May_Heatin": 32.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 1310.0, "November_H": 3566.0, "December_H": 5331.0, "PV_potenti": 10.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203308724885057, 48.79483291446401, 0.0 ], [ 9.203358110278504, 48.794861333031491, 0.0 ], [ 9.203213736688948, 48.794971204699038, 0.0 ], [ 9.203163393808181, 48.794941618753242, 0.0 ], [ 9.203111687025611, 48.794911315802516, 0.0 ], [ 9.203255110471984, 48.794802075403553, 0.0 ], [ 9.203308724885057, 48.79483291446401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257d", "Latitude": 48.79479, "Longitude": 9.20338, "X_coordina": 3515014.66, "Y_coordina": 5406389.48, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 110.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.7, "Total_wall": 82.2, "Total_wa00": 0.0, "Total_outw": 202.1, "Total_shar": 92.9, "Total_roof": 59.7, "Gross_volu": 224.5, "Is_Gross_v": "false", "Heated_vol": 224.5, "Ridge_mean": 3.8, "Eaves_mean": 3.76, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.898, "Heated_are": 110.3, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203311572618986, 48.794762948911661, 0.0 ], [ 9.203412112698063, 48.794819782898394, 0.0 ], [ 9.203358110278504, 48.794861333031491, 0.0 ], [ 9.203308724885057, 48.79483291446401, 0.0 ], [ 9.203255110471984, 48.794802075403553, 0.0 ], [ 9.203311572618986, 48.794762948911661, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012398", "Latitude": 48.79458, "Longitude": 9.20332, "X_coordina": 3515010.15, "Y_coordina": 5406365.53, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 922.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 227.8, "Total_wall": 698.6, "Total_wa00": 0.0, "Total_outw": 1057.7, "Total_shar": 0.0, "Total_roof": 347.9, "Gross_volu": 3109.0, "Is_Gross_v": "false", "Heated_vol": 2881.2, "Ridge_mean": 16.7, "Eaves_mean": 10.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 922.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 53150.0, "January_He": 9558.0, "February_H": 6709.0, "March_Heat": 4040.0, "April_Heat": 767.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 89.0, "October_He": 1953.0, "November_H": 6026.0, "December_H": 9380.0, "PV_potenti": 16.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20342234387148, 48.794556198885239, 0.0 ], [ 9.203227343953916, 48.794700780562387, 0.0 ], [ 9.20317399867359, 48.794669131676571, 0.0 ], [ 9.20312038052437, 48.794637303400073, 0.0 ], [ 9.20331361187184, 48.794492904871888, 0.0 ], [ 9.203369137634624, 48.794525269231798, 0.0 ], [ 9.20342234387148, 48.794556198885239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001205c", "Latitude": 48.78854, "Longitude": 9.19558, "X_coordina": 3514443.87, "Y_coordina": 5405692.32, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 848.9, "SecondaryU": "retail", "Secondar00": 174.1, "BuildingTy": "GMH", "Footprint_": 217.7, "Total_wall": 437.7, "Total_wa00": 0.0, "Total_outw": 669.3, "Total_shar": 561.6, "Total_roof": 248.7, "Gross_volu": 3237.0, "Is_Gross_v": "false", "Heated_vol": 3197.0, "Ridge_mean": 16.7, "Eaves_mean": 12.83, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.281, "Heated_are": 1023.0, "Mean_Uvalu": 0.47, "Specific_d": "25,6", "Specific_s": 32.7, "Total_Year": 59652.0, "January_He": 8147.0, "February_H": 5846.0, "March_Heat": 3784.0, "April_Heat": 845.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 1744.0, "November_H": 5128.0, "December_H": 7886.0, "PV_potenti": 12.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195500275801285, 48.788486768628545, 0.0 ], [ 9.195574764525022, 48.788464071306791, 0.0 ], [ 9.195669058726789, 48.788600055528285, 0.0 ], [ 9.1956002785825, 48.788620944741055, 0.0 ], [ 9.195588588929185, 48.788624561542356, 0.0 ], [ 9.195508118703795, 48.788648977577189, 0.0 ], [ 9.195457488178008, 48.788577574225229, 0.0 ], [ 9.195417668493537, 48.788521529448794, 0.0 ], [ 9.19541205813832, 48.788513625688239, 0.0 ], [ 9.195425650921843, 48.788509466133135, 0.0 ], [ 9.195500275801285, 48.788486768628545, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001205d", "Latitude": 48.78854, "Longitude": 9.19543, "X_coordina": 3514432.2, "Y_coordina": 5405693.19, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 161.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.0, "Total_wall": 164.6, "Total_wa00": 0.0, "Total_outw": 273.3, "Total_shar": 76.1, "Total_roof": 59.0, "Gross_volu": 401.3, "Is_Gross_v": "false", "Heated_vol": 401.3, "Ridge_mean": 6.8, "Eaves_mean": 6.79, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.704, "Heated_are": 161.2, "Mean_Uvalu": 0.47, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195457488178008, 48.788577574225229, 0.0 ], [ 9.195362333299789, 48.788605342257576, 0.0 ], [ 9.195354312443351, 48.788607514032478, 0.0 ], [ 9.195306071062811, 48.78855553006877, 0.0 ], [ 9.195417668493537, 48.788521529448794, 0.0 ], [ 9.195457488178008, 48.788577574225229, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011cfb", "Latitude": 48.7881, "Longitude": 9.20906, "X_coordina": 3515434.1, "Y_coordina": 5405646.88, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 199.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 128.4, "Total_wa00": 0.0, "Total_outw": 212.5, "Total_shar": 262.6, "Total_roof": 85.7, "Gross_volu": 637.2, "Is_Gross_v": "false", "Heated_vol": 624.0, "Ridge_mean": 13.5, "Eaves_mean": 8.99, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.43, "Heated_are": 199.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 11237.0, "January_He": 1971.0, "February_H": 1378.0, "March_Heat": 888.0, "April_Heat": 225.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 415.0, "November_H": 1221.0, "December_H": 1940.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209082311074376, 48.788106002744222, 0.0 ], [ 9.209056602040397, 48.788141569263402, 0.0 ], [ 9.209036441181928, 48.788169572118534, 0.0 ], [ 9.208947190427121, 48.788142397298081, 0.0 ], [ 9.208967892686578, 48.788113674086752, 0.0 ], [ 9.208993060034283, 48.788078738035878, 0.0 ], [ 9.209082311074376, 48.788106002744222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011c7b", "Latitude": 48.7911, "Longitude": 9.20912, "X_coordina": 3515437.59, "Y_coordina": 5405980.56, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.5, "Total_wall": 67.6, "Total_wa00": 0.0, "Total_outw": 133.0, "Total_shar": 230.3, "Total_roof": 67.8, "Gross_volu": 409.5, "Is_Gross_v": "false", "Heated_vol": 385.3, "Ridge_mean": 10.5, "Eaves_mean": 6.37, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.463, "Heated_are": 123.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.6, "Total_Year": 7084.0, "January_He": 1276.0, "February_H": 871.0, "March_Heat": 544.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 243.0, "November_H": 774.0, "December_H": 1265.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209047043275763, 48.791082359272494, 0.0 ], [ 9.209124251906472, 48.791092470384307, 0.0 ], [ 9.209112299726112, 48.791131069317736, 0.0 ], [ 9.209101152891261, 48.791166969079022, 0.0 ], [ 9.209025032541323, 48.79115676605295, 0.0 ], [ 9.209035634673111, 48.791120777364085, 0.0 ], [ 9.209047043275763, 48.791082359272494, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011c5c", "Latitude": 48.79164, "Longitude": 9.20379, "X_coordina": 3515045.88, "Y_coordina": 5406038.78, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 127.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.5, "Total_wall": 83.7, "Total_wa00": 0.0, "Total_outw": 172.1, "Total_shar": 208.1, "Total_roof": 68.4, "Gross_volu": 452.0, "Is_Gross_v": "false", "Heated_vol": 397.5, "Ridge_mean": 9.9, "Eaves_mean": 6.68, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 127.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.0, "Total_Year": 7611.0, "January_He": 1427.0, "February_H": 968.0, "March_Heat": 540.0, "April_Heat": 81.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 266.0, "November_H": 902.0, "December_H": 1401.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203805354301165, 48.791634983638588, 0.0 ], [ 9.203809439391316, 48.791635515950418, 0.0 ], [ 9.20379429388772, 48.79169318378348, 0.0 ], [ 9.203790617448185, 48.79169274067155, 0.0 ], [ 9.203734110257237, 48.791686186309292, 0.0 ], [ 9.203686181192758, 48.791680605906691, 0.0 ], [ 9.203682096464215, 48.791680163513469, 0.0 ], [ 9.203697649654847, 48.791622315126688, 0.0 ], [ 9.203750480699018, 48.791628516316777, 0.0 ], [ 9.203805354301165, 48.791634983638588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011b95", "Latitude": 48.78829, "Longitude": 9.19696, "X_coordina": 3514545.33, "Y_coordina": 5405665.62, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 244.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.2, "Total_wall": 292.7, "Total_wa00": 0.0, "Total_outw": 638.5, "Total_shar": 104.3, "Total_roof": 177.7, "Gross_volu": 1031.2, "Is_Gross_v": "false", "Heated_vol": 863.9, "Ridge_mean": 7.2, "Eaves_mean": 5.09, "Storey_num": 2, "Average_St": 3.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.674, "Heated_are": 244.7, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 66.4, "Total_Year": 22325.0, "January_He": 3802.0, "February_H": 2684.0, "March_Heat": 1748.0, "April_Heat": 514.0, "May_Heatin": 59.0, "June_Heati": 3, "July_Heati": 1, "August_Hea": 1, "September_": 139.0, "October_He": 1024.0, "November_H": 2508.0, "December_H": 3764.0, "PV_potenti": 4.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196782382828523, 48.788280458141926, 0.0 ], [ 9.196807223249817, 48.788264139509266, 0.0 ], [ 9.19682154974552, 48.788273646930861, 0.0 ], [ 9.19683023685619, 48.78826787696871, 0.0 ], [ 9.196849512079343, 48.788255254709014, 0.0 ], [ 9.196902179870561, 48.788290414737553, 0.0 ], [ 9.196899329414034, 48.788292308008216, 0.0 ], [ 9.196909835622789, 48.788299304088582, 0.0 ], [ 9.196929246573923, 48.788286591659848, 0.0 ], [ 9.196982321057531, 48.788251790353073, 0.0 ], [ 9.197028575558399, 48.788282555035096, 0.0 ], [ 9.197042765661113, 48.788291972738882, 0.0 ], [ 9.197056474971628, 48.788282866990862, 0.0 ], [ 9.197083081824667, 48.788300626340956, 0.0 ], [ 9.197052812746314, 48.788320731116052, 0.0 ], [ 9.197057589556143, 48.788324229964402, 0.0 ], [ 9.197053517128847, 48.788326844719187, 0.0 ], [ 9.197022293646702, 48.788346501501074, 0.0 ], [ 9.196975458729739, 48.788376076581081, 0.0 ], [ 9.196925000577725, 48.788349185783986, 0.0 ], [ 9.196891998324039, 48.7883316171799, 0.0 ], [ 9.196865401768292, 48.78835126600805, 0.0 ], [ 9.196817672492248, 48.788326168971707, 0.0 ], [ 9.196810072315488, 48.788331487456894, 0.0 ], [ 9.196757542039556, 48.788296686846166, 0.0 ], [ 9.196782382828523, 48.788280458141926, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011b96", "Latitude": 48.78835, "Longitude": 9.19696, "X_coordina": 3514545.2, "Y_coordina": 5405671.65, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 59.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.8, "Total_wall": 63.9, "Total_wa00": 0.0, "Total_outw": 132.4, "Total_shar": 104.4, "Total_roof": 32.8, "Gross_volu": 153.3, "Is_Gross_v": "false", "Heated_vol": 153.3, "Ridge_mean": 4.7, "Eaves_mean": 4.66, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.845, "Heated_are": 59.6, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 64.8, "Total_Year": 5340.0, "January_He": 843.0, "February_H": 636.0, "March_Heat": 461.0, "April_Heat": 161.0, "May_Heatin": 20.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 277.0, "November_H": 590.0, "December_H": 821.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196980779539857, 48.788379484578392, 0.0 ], [ 9.19694386281664, 48.788404906191161, 0.0 ], [ 9.196856717813064, 48.788357845280238, 0.0 ], [ 9.196865401768292, 48.78835126600805, 0.0 ], [ 9.196891998324039, 48.7883316171799, 0.0 ], [ 9.196975458729739, 48.788376076581081, 0.0 ], [ 9.196980779539857, 48.788379484578392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011aed", "Latitude": 48.78784, "Longitude": 9.21358, "X_coordina": 3515766.75, "Y_coordina": 5405618.1, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 474.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 122.7, "Total_wall": 235.6, "Total_wa00": 0.0, "Total_outw": 395.6, "Total_shar": 336.6, "Total_roof": 209.1, "Gross_volu": 1579.4, "Is_Gross_v": "false", "Heated_vol": 1483.7, "Ridge_mean": 16.1, "Eaves_mean": 9.64, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.372, "Heated_are": 474.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.7, "Total_Year": 26350.0, "January_He": 4620.0, "February_H": 3283.0, "March_Heat": 2016.0, "April_Heat": 375.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 997.0, "November_H": 2979.0, "December_H": 4508.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213459423043203, 48.787906075533137, 0.0 ], [ 9.213498260777861, 48.78779018185913, 0.0 ], [ 9.213564031316254, 48.787799681740623, 0.0 ], [ 9.213621767819532, 48.787808027480118, 0.0 ], [ 9.213583066442288, 48.787923920942518, 0.0 ], [ 9.21352587454073, 48.787915664097703, 0.0 ], [ 9.213459423043203, 48.787906075533137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000119c6", "Latitude": 48.7906, "Longitude": 9.19963, "X_coordina": 3514740.27, "Y_coordina": 5405922.57, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 463.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 87.6, "Total_wall": 394.3, "Total_wa00": 0.0, "Total_outw": 553.8, "Total_shar": 283.9, "Total_roof": 136.2, "Gross_volu": 1537.2, "Is_Gross_v": "false", "Heated_vol": 1449.6, "Ridge_mean": 20.1, "Eaves_mean": 14.6, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 463.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 26272.0, "January_He": 4768.0, "February_H": 3269.0, "March_Heat": 1925.0, "April_Heat": 328.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 948.0, "November_H": 2974.0, "December_H": 4662.0, "PV_potenti": 2.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199524017683073, 48.790646667086065, 0.0 ], [ 9.199495097624034, 48.790629541779296, 0.0 ], [ 9.199593341603059, 48.790556713257338, 0.0 ], [ 9.199617759493655, 48.790571058711848, 0.0 ], [ 9.199619252603744, 48.790570066963802, 0.0 ], [ 9.199669726907329, 48.790600103869828, 0.0 ], [ 9.199557370516526, 48.790683388052564, 0.0 ], [ 9.199552187165787, 48.790680429555429, 0.0 ], [ 9.199525996806573, 48.790665277845804, 0.0 ], [ 9.199510718955761, 48.790656401877847, 0.0 ], [ 9.199524017683073, 48.790646667086065, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000119c4", "Latitude": 48.79074, "Longitude": 9.19942, "X_coordina": 3514725.19, "Y_coordina": 5405938.43, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 267.5, "SecondaryU": "retail", "Secondar00": 76.3, "BuildingTy": "MFH", "Footprint_": 95.4, "Total_wall": 232.2, "Total_wa00": 0.0, "Total_outw": 360.3, "Total_shar": 332.0, "Total_roof": 95.4, "Gross_volu": 1169.7, "Is_Gross_v": "false", "Heated_vol": 1074.3, "Ridge_mean": 12.3, "Eaves_mean": 12.27, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.379, "Heated_are": 343.8, "Mean_Uvalu": 0.42, "Specific_d": "28,5", "Specific_s": 37.5, "Total_Year": 22684.0, "January_He": 3070.0, "February_H": 2209.0, "March_Heat": 1492.0, "April_Heat": 416.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 704.0, "November_H": 1926.0, "December_H": 2984.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199285222760425, 48.790762902201358, 0.0 ], [ 9.199370709351754, 48.790698908462147, 0.0 ], [ 9.199470152031404, 48.790756736986459, 0.0 ], [ 9.199437041912248, 48.790781253557455, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000115ff", "Latitude": 48.7943, "Longitude": 9.20476, "X_coordina": 3515116.11, "Y_coordina": 5406334.84, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 397.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 97.6, "Total_wall": 468.7, "Total_wa00": 0.0, "Total_outw": 681.3, "Total_shar": 188.6, "Total_roof": 113.2, "Gross_volu": 1587.3, "Is_Gross_v": "false", "Heated_vol": 1489.7, "Ridge_mean": 17.3, "Eaves_mean": 15.01, "Storey_num": 5, "Average_St": 3.3, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.448, "Heated_are": 397.7, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 59.1, "Total_Year": 29811.0, "January_He": 5622.0, "February_H": 3975.0, "March_Heat": 2597.0, "April_Heat": 738.0, "May_Heatin": 52.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 108.0, "October_He": 1291.0, "November_H": 3576.0, "December_H": 5554.0, "PV_potenti": 4.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204802633013744, 48.794298819114019, 0.0 ], [ 9.204795477328702, 48.794313039762393, 0.0 ], [ 9.204765097635674, 48.794372982876233, 0.0 ], [ 9.204657886321407, 48.794349253791985, 0.0 ], [ 9.204662604978004, 48.794338184808026, 0.0 ], [ 9.204622142922691, 48.794328634889602, 0.0 ], [ 9.204646031463843, 48.794278954634486, 0.0 ], [ 9.204653454639455, 48.794263564513628, 0.0 ], [ 9.20471298803094, 48.794277217004392, 0.0 ], [ 9.204712449102866, 48.794278566815862, 0.0 ], [ 9.204802633013744, 48.794298819114019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001149c", "Latitude": 48.78813, "Longitude": 9.20915, "X_coordina": 3515440.63, "Y_coordina": 5405649.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 162.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.7, "Total_wall": 162.5, "Total_wa00": 0.0, "Total_outw": 291.6, "Total_shar": 179.3, "Total_roof": 86.4, "Gross_volu": 616.5, "Is_Gross_v": "false", "Heated_vol": 559.8, "Ridge_mean": 13.1, "Eaves_mean": 8.62, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.527, "Heated_are": 162.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 52.4, "Total_Year": 11048.0, "January_He": 2067.0, "February_H": 1435.0, "March_Heat": 915.0, "April_Heat": 232.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 456.0, "November_H": 1295.0, "December_H": 2035.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209145583667151, 48.788169463877161, 0.0 ], [ 9.209125152166692, 48.788197826933839, 0.0 ], [ 9.209036441181928, 48.788169572118534, 0.0 ], [ 9.209056602040397, 48.788141569263402, 0.0 ], [ 9.209082311074376, 48.788106002744222, 0.0 ], [ 9.209171021972686, 48.788134257524675, 0.0 ], [ 9.20915343189337, 48.788158658784525, 0.0 ], [ 9.209145583667151, 48.788169463877161, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001117e", "Latitude": 48.78803, "Longitude": 9.21167, "X_coordina": 3515626.29, "Y_coordina": 5405639.36, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 181.6, "SecondaryU": "retail", "Secondar00": 54.4, "BuildingTy": "MFH", "Footprint_": 68.1, "Total_wall": 201.0, "Total_wa00": 0.0, "Total_outw": 287.3, "Total_shar": 172.5, "Total_roof": 111.5, "Gross_volu": 802.7, "Is_Gross_v": "false", "Heated_vol": 737.8, "Ridge_mean": 14.7, "Eaves_mean": 8.85, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.498, "Heated_are": 236.1, "Mean_Uvalu": 0.47, "Specific_d": "29,0", "Specific_s": 43.0, "Total_Year": 17007.0, "January_He": 2591.0, "February_H": 1723.0, "March_Heat": 1006.0, "April_Heat": 215.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 474.0, "November_H": 1548.0, "December_H": 2561.0, "PV_potenti": 5.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211562412434471, 48.788080431101299, 0.0 ], [ 9.211567494158151, 48.788059109858082, 0.0 ], [ 9.211579264552432, 48.78801025968577, 0.0 ], [ 9.211643402732332, 48.788019943509369, 0.0 ], [ 9.211697464067186, 48.788028117119445, 0.0 ], [ 9.211683312672033, 48.788093247862818, 0.0 ], [ 9.211627219414865, 48.788087326071683, 0.0 ], [ 9.211562412434471, 48.788080431101299, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011180", "Latitude": 48.78801, "Longitude": 9.21156, "X_coordina": 3515617.92, "Y_coordina": 5405636.49, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 41.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 45.4, "Total_wa00": 0.0, "Total_outw": 113.2, "Total_shar": 73.8, "Total_roof": 49.1, "Gross_volu": 178.0, "Is_Gross_v": "false", "Heated_vol": 128.9, "Ridge_mean": 3.6, "Eaves_mean": 3.62, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.904, "Heated_are": 41.2, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 75.7, "Total_Year": 6135.0, "January_He": 722.0, "February_H": 516.0, "March_Heat": 359.0, "April_Heat": 134.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 29.0, "October_He": 182.0, "November_H": 454.0, "December_H": 709.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211452447286751, 48.788046641922165, 0.0 ], [ 9.211466376289341, 48.787993291614683, 0.0 ], [ 9.211579264552432, 48.78801025968577, 0.0 ], [ 9.211567494158151, 48.788059109858082, 0.0 ], [ 9.211452447286751, 48.788046641922165, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011109", "Latitude": 48.78928, "Longitude": 9.20247, "X_coordina": 3514949.29, "Y_coordina": 5405776.84, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 714.1, "SecondaryU": "retail", "Secondar00": 142.7, "BuildingTy": "GMH", "Footprint_": 178.4, "Total_wall": 386.0, "Total_wa00": 0.0, "Total_outw": 561.7, "Total_shar": 531.0, "Total_roof": 208.8, "Gross_volu": 2855.8, "Is_Gross_v": "false", "Heated_vol": 2677.4, "Ridge_mean": 17.8, "Eaves_mean": 14.18, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 856.8, "Mean_Uvalu": 0.43, "Specific_d": "25,4", "Specific_s": 29.8, "Total_Year": 47220.0, "January_He": 6210.0, "February_H": 4447.0, "March_Heat": 2956.0, "April_Heat": 717.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1234.0, "November_H": 3781.0, "December_H": 6061.0, "PV_potenti": 10.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202523236350467, 48.789282595553473, 0.0 ], [ 9.202524396726744, 48.789300398393372, 0.0 ], [ 9.202526995453244, 48.789337442362317, 0.0 ], [ 9.202528152937068, 48.789354525817998, 0.0 ], [ 9.202358198818912, 48.789360579704528, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202325512829322, 48.789354612252914, 0.0 ], [ 9.202320698118397, 48.789307950343442, 0.0 ], [ 9.202315315556854, 48.789255444394449, 0.0 ], [ 9.202521189228714, 48.789247349086814, 0.0 ], [ 9.202523236350467, 48.789282595553473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001110a", "Latitude": 48.78935, "Longitude": 9.20249, "X_coordina": 3514950.93, "Y_coordina": 5405784.72, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 81.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.0, "Total_wall": 90.8, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 160.4, "Total_roof": 50.0, "Gross_volu": 277.8, "Is_Gross_v": "false", "Heated_vol": 254.6, "Ridge_mean": 5.6, "Eaves_mean": 5.56, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.717, "Heated_are": 81.5, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 79.3, "Total_Year": 12412.0, "January_He": 1400.0, "February_H": 1079.0, "March_Heat": 806.0, "April_Heat": 312.0, "May_Heatin": 40.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 80.0, "October_He": 435.0, "November_H": 960.0, "December_H": 1350.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202361336727344, 48.789396363798431, 0.0 ], [ 9.202358198818912, 48.789360579704528, 0.0 ], [ 9.202528152937068, 48.789354525817998, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202361336727344, 48.789396363798431, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001106f", "Latitude": 48.79019, "Longitude": 9.20451, "X_coordina": 3515099.47, "Y_coordina": 5405877.8, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 578.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 118.2, "Total_wall": 600.2, "Total_wa00": 0.0, "Total_outw": 829.7, "Total_shar": 0.0, "Total_roof": 159.8, "Gross_volu": 1925.8, "Is_Gross_v": "false", "Heated_vol": 1807.7, "Ridge_mean": 18.3, "Eaves_mean": 14.73, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.479, "Heated_are": 578.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 33434.0, "January_He": 6122.0, "February_H": 4191.0, "March_Heat": 2458.0, "April_Heat": 452.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1175.0, "November_H": 3781.0, "December_H": 6025.0, "PV_potenti": 7.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204452685609963, 48.790139935171318, 0.0 ], [ 9.20457491864922, 48.790212016689061, 0.0 ], [ 9.204486588858911, 48.790277817815934, 0.0 ], [ 9.204363676781663, 48.7902060971049, 0.0 ], [ 9.204452685609963, 48.790139935171318, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011037", "Latitude": 48.79099, "Longitude": 9.2035, "X_coordina": 3515024.66, "Y_coordina": 5405966.61, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 791.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.6, "Total_wall": 711.7, "Total_wa00": 0.0, "Total_outw": 1069.9, "Total_shar": 0.0, "Total_roof": 221.4, "Gross_volu": 2662.0, "Is_Gross_v": "false", "Heated_vol": 2472.3, "Ridge_mean": 15.5, "Eaves_mean": 12.53, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 10, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.443, "Heated_are": 791.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 44490.0, "January_He": 8009.0, "February_H": 5532.0, "March_Heat": 3284.0, "April_Heat": 606.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1578.0, "November_H": 4989.0, "December_H": 7873.0, "PV_potenti": 11.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203354085135061, 48.791002809126503, 0.0 ], [ 9.203316004510047, 48.790975629510761, 0.0 ], [ 9.203365149542304, 48.790945508245997, 0.0 ], [ 9.203413886958073, 48.790915567527342, 0.0 ], [ 9.203592689326763, 48.791043302779933, 0.0 ], [ 9.203542728854929, 48.791073695353369, 0.0 ], [ 9.203494397103938, 48.791103005943548, 0.0 ], [ 9.203456179868528, 48.791075736692378, 0.0 ], [ 9.203421511329122, 48.791050979021001, 0.0 ], [ 9.203414004280557, 48.791045596864876, 0.0 ], [ 9.203395714453206, 48.791032500322935, 0.0 ], [ 9.203388890066787, 48.791027656501086, 0.0 ], [ 9.203354085135061, 48.791002809126503, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010994", "Latitude": 48.79434, "Longitude": 9.2049, "X_coordina": 3515126.75, "Y_coordina": 5406339.04, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 104.2, "Total_wall": 490.8, "Total_wa00": 0.0, "Total_outw": 654.6, "Total_shar": 237.0, "Total_roof": 119.5, "Gross_volu": 1793.7, "Is_Gross_v": "false", "Heated_vol": 1719.8, "Ridge_mean": 18.2, "Eaves_mean": 16.09, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.411, "Heated_are": 550.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.7, "Total_Year": 31120.0, "January_He": 5483.0, "February_H": 3834.0, "March_Heat": 2446.0, "April_Heat": 584.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1165.0, "November_H": 3428.0, "December_H": 5372.0, "PV_potenti": 5.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204765097635674, 48.794372982876233, 0.0 ], [ 9.204796961663238, 48.794309889798051, 0.0 ], [ 9.204802633013744, 48.794298819114019, 0.0 ], [ 9.204888728382196, 48.794317729762405, 0.0 ], [ 9.204889134131232, 48.794317099575586, 0.0 ], [ 9.204949755749862, 48.79433057016066, 0.0 ], [ 9.204944895192707, 48.794340200631972, 0.0 ], [ 9.204916000723454, 48.794397173664642, 0.0 ], [ 9.204908170394193, 48.794412834297184, 0.0 ], [ 9.204839238637986, 48.794397490077579, 0.0 ], [ 9.204842205109838, 48.794390650610367, 0.0 ], [ 9.204765097635674, 48.794372982876233, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010995", "Latitude": 48.79435, "Longitude": 9.205, "X_coordina": 3515133.73, "Y_coordina": 5406341.03, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 20.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.6, "Total_wall": 29.3, "Total_wa00": 0.0, "Total_outw": 95.0, "Total_shar": 47.2, "Total_roof": 22.6, "Gross_volu": 49.6, "Is_Gross_v": "false", "Heated_vol": 49.6, "Ridge_mean": 2.2, "Eaves_mean": 2.18, "Storey_num": 1, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.502, "Heated_are": 20.8, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 90.5, "Total_Year": 1882.0, "January_He": 427.0, "February_H": 303.0, "March_Heat": 208.0, "April_Heat": 67.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 136.0, "November_H": 291.0, "December_H": 422.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204988897491649, 48.794350103829558, 0.0 ], [ 9.204959185708104, 48.794406898480702, 0.0 ], [ 9.204916000723454, 48.794397173664642, 0.0 ], [ 9.204944895192707, 48.794340200631972, 0.0 ], [ 9.204988897491649, 48.794350103829558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001082f", "Latitude": 48.78769, "Longitude": 9.20929, "X_coordina": 3515451.38, "Y_coordina": 5405600.65, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 582.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 159.6, "Total_wall": 361.9, "Total_wa00": 0.0, "Total_outw": 547.8, "Total_shar": 313.8, "Total_roof": 229.3, "Gross_volu": 2194.3, "Is_Gross_v": "false", "Heated_vol": 2034.7, "Ridge_mean": 16.3, "Eaves_mean": 11.17, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 582.6, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 36288.0, "January_He": 6346.0, "February_H": 4564.0, "March_Heat": 3149.0, "April_Heat": 1006.0, "May_Heatin": 67.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 139.0, "October_He": 1532.0, "November_H": 4035.0, "December_H": 6222.0, "PV_potenti": 10.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209369183455127, 48.787680322471104, 0.0 ], [ 9.209353592349149, 48.787727201045485, 0.0 ], [ 9.20934015241383, 48.787767781050448, 0.0 ], [ 9.209127043533513, 48.787735975574435, 0.0 ], [ 9.209141300522708, 48.787695484033932, 0.0 ], [ 9.209157843297623, 48.787648333988585, 0.0 ], [ 9.209369183455127, 48.787680322471104, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a6", "Latitude": 48.7915, "Longitude": 9.20341, "X_coordina": 3515018.07, "Y_coordina": 5406023.52, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 497.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 128.5, "Total_wall": 222.8, "Total_wa00": 0.0, "Total_outw": 342.0, "Total_shar": 524.8, "Total_roof": 152.3, "Gross_volu": 1885.0, "Is_Gross_v": "false", "Heated_vol": 1756.5, "Ridge_mean": 16.5, "Eaves_mean": 12.82, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.277, "Heated_are": 497.0, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 25252.0, "January_He": 4230.0, "February_H": 3033.0, "March_Heat": 1932.0, "April_Heat": 381.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 937.0, "November_H": 2716.0, "December_H": 4103.0, "PV_potenti": 7.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203378842585058, 48.791471267409612, 0.0 ], [ 9.203456319243221, 48.791480482608506, 0.0 ], [ 9.203428550432729, 48.791580256943369, 0.0 ], [ 9.20335202666606, 48.791571129966897, 0.0 ], [ 9.203277273273022, 48.791562269585391, 0.0 ], [ 9.203282899968833, 48.791540138446351, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203378842585058, 48.791471267409612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a7", "Latitude": 48.79145, "Longitude": 9.20315, "X_coordina": 3514998.81, "Y_coordina": 5406017.35, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 66.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.7, "Total_wall": 88.9, "Total_wa00": 0.0, "Total_outw": 227.2, "Total_shar": 0.0, "Total_roof": 35.7, "Gross_volu": 132.9, "Is_Gross_v": "false", "Heated_vol": 132.9, "Ridge_mean": 3.7, "Eaves_mean": 3.72, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.206, "Heated_are": 66.2, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 21.0, "Total_Year": 3565.0, "January_He": 428.0, "February_H": 251.0, "March_Heat": 100.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 176.0, "December_H": 409.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203071386693427, 48.791434581618695, 0.0 ], [ 9.203150498573514, 48.79144433368127, 0.0 ], [ 9.203137785047289, 48.791497770730182, 0.0 ], [ 9.203058265884932, 48.791488289147921, 0.0 ], [ 9.203071386693427, 48.791434581618695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a8", "Latitude": 48.79148, "Longitude": 9.20331, "X_coordina": 3515010.84, "Y_coordina": 5406020.94, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 26.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.3, "Total_wall": 41.2, "Total_wa00": 0.0, "Total_outw": 125.3, "Total_shar": 68.2, "Total_roof": 32.3, "Gross_volu": 88.9, "Is_Gross_v": "false", "Heated_vol": 82.5, "Ridge_mean": 2.7, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.224, "Heated_are": 26.4, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 98.4, "Total_Year": 2599.0, "January_He": 578.0, "February_H": 423.0, "March_Heat": 296.0, "April_Heat": 108.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 181.0, "November_H": 399.0, "December_H": 574.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203234290609982, 48.791534559056601, 0.0 ], [ 9.203252891676334, 48.791456202767336, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203282899968833, 48.791540138446351, 0.0 ], [ 9.203234290609982, 48.791534559056601, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010522", "Latitude": 48.78819, "Longitude": 9.21275, "X_coordina": 3515705.59, "Y_coordina": 5405657.72, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 639.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.9, "Total_wall": 374.4, "Total_wa00": 0.0, "Total_outw": 581.1, "Total_shar": 310.3, "Total_roof": 234.2, "Gross_volu": 2135.0, "Is_Gross_v": "false", "Heated_vol": 1999.8, "Ridge_mean": 15.9, "Eaves_mean": 11.01, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.374, "Heated_are": 639.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 34551.0, "January_He": 5896.0, "February_H": 4168.0, "March_Heat": 2760.0, "April_Heat": 776.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1247.0, "November_H": 3657.0, "December_H": 5794.0, "PV_potenti": 10.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212822835143763, 48.788267308064917, 0.0 ], [ 9.212580621640642, 48.788240868256082, 0.0 ], [ 9.212591206949613, 48.788201642000871, 0.0 ], [ 9.212601656154822, 48.788162415995707, 0.0 ], [ 9.212838964819644, 48.788187605894549, 0.0 ], [ 9.21283096803181, 48.788227456854393, 0.0 ], [ 9.212822968569643, 48.788266678352734, 0.0 ], [ 9.212822835143763, 48.788267308064917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102ed", "Latitude": 48.78958, "Longitude": 9.19842, "X_coordina": 3514651.82, "Y_coordina": 5405808.59, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 104.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 63.9, "Total_wall": 171.8, "Total_wa00": 0.0, "Total_outw": 337.9, "Total_shar": 0.0, "Total_roof": 63.9, "Gross_volu": 325.6, "Is_Gross_v": "false", "Heated_vol": 325.6, "Ridge_mean": 5.1, "Eaves_mean": 5.09, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.92, "Heated_are": 104.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198304937413488, 48.78962580169344, 0.0 ], [ 9.198298253695956, 48.789621946486733, 0.0 ], [ 9.198361233866448, 48.789545133157695, 0.0 ], [ 9.198429868521909, 48.789556345288837, 0.0 ], [ 9.198431912018256, 48.789556881309409, 0.0 ], [ 9.198450880122055, 48.789569887549781, 0.0 ], [ 9.198345176894959, 48.789649202460005, 0.0 ], [ 9.198338629617153, 48.789645436944312, 0.0 ], [ 9.198339986633588, 48.789644445447074, 0.0 ], [ 9.198306294430067, 48.789624810196599, 0.0 ], [ 9.198304937413488, 48.78962580169344, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e7", "Latitude": 48.7879, "Longitude": 9.21509, "X_coordina": 3515877.46, "Y_coordina": 5405625.95, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1202.8, "SecondaryU": "retail", "Secondar00": 274.9, "BuildingTy": "MFH", "Footprint_": 343.6, "Total_wall": 773.9, "Total_wa00": 0.0, "Total_outw": 1071.4, "Total_shar": 486.3, "Total_roof": 385.0, "Gross_volu": 4735.0, "Is_Gross_v": "false", "Heated_vol": 4617.7, "Ridge_mean": 15.9, "Eaves_mean": 11.05, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 34, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.322, "Heated_are": 1477.7, "Mean_Uvalu": 0.48, "Specific_d": "26,5", "Specific_s": 37.3, "Total_Year": 94191.0, "January_He": 13103.0, "February_H": 9552.0, "March_Heat": 6480.0, "April_Heat": 1625.0, "May_Heatin": 63.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 190.0, "October_He": 2981.0, "November_H": 8299.0, "December_H": 12777.0, "PV_potenti": 18.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214820651042324, 48.787956329565084, 0.0 ], [ 9.214809830941128, 48.787908240588358, 0.0 ], [ 9.214908035212176, 48.78789627736824, 0.0 ], [ 9.214954675506569, 48.787890615054764, 0.0 ], [ 9.215002703105453, 48.787884770285054, 0.0 ], [ 9.21508689766959, 48.787874541616674, 0.0 ], [ 9.215260863164962, 48.787853354282859, 0.0 ], [ 9.215262940230854, 48.787861713301197, 0.0 ], [ 9.215273043781847, 48.787901260827219, 0.0 ], [ 9.2152824557605, 48.787938201858672, 0.0 ], [ 9.215283284974124, 48.787941167789434, 0.0 ], [ 9.21528507756522, 48.78794664978183, 0.0 ], [ 9.215110707725259, 48.787968827067367, 0.0 ], [ 9.215108231259324, 48.787962537036726, 0.0 ], [ 9.214829667873198, 48.787996418698413, 0.0 ], [ 9.214820651042324, 48.787956329565084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e8", "Latitude": 48.78785, "Longitude": 9.21506, "X_coordina": 3515875.26, "Y_coordina": 5405619.84, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 90.6, "SecondaryU": "retail", "Secondar00": 22.3, "BuildingTy": "MFH", "Footprint_": 27.9, "Total_wall": 201.4, "Total_wa00": 0.0, "Total_outw": 280.3, "Total_shar": 181.0, "Total_roof": 30.8, "Gross_volu": 380.8, "Is_Gross_v": "false", "Heated_vol": 352.9, "Ridge_mean": 15.3, "Eaves_mean": 11.82, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.723, "Heated_are": 112.9, "Mean_Uvalu": 0.52, "Specific_d": "27,1", "Specific_s": 49.1, "Total_Year": 8614.0, "January_He": 1485.0, "February_H": 908.0, "March_Heat": 497.0, "April_Heat": 103.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 217.0, "November_H": 808.0, "December_H": 1512.0, "PV_potenti": 1.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214954553028614, 48.787890615283366, 0.0 ], [ 9.214947642702265, 48.787865809250285, 0.0 ], [ 9.21499715246914, 48.787859691945414, 0.0 ], [ 9.215074001011207, 48.787850106466159, 0.0 ], [ 9.215079713570201, 48.787849376408083, 0.0 ], [ 9.21508689766959, 48.787874541616674, 0.0 ], [ 9.215002703105453, 48.787884770285054, 0.0 ], [ 9.214954553028614, 48.787890615283366, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e9", "Latitude": 48.78788, "Longitude": 9.21535, "X_coordina": 3515896.41, "Y_coordina": 5405622.85, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 119.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 40.0, "Total_wall": 79.1, "Total_wa00": 0.0, "Total_outw": 131.1, "Total_shar": 254.2, "Total_roof": 44.3, "Gross_volu": 413.7, "Is_Gross_v": "false", "Heated_vol": 374.7, "Ridge_mean": 11.4, "Eaves_mean": 9.26, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 119.9, "Mean_Uvalu": 0.48, "Specific_d": "73,0", "Specific_s": 52.7, "Total_Year": 15074.0, "January_He": 1465.0, "February_H": 1073.0, "March_Heat": 750.0, "April_Heat": 239.0, "May_Heatin": 23.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 365.0, "November_H": 929.0, "December_H": 1429.0, "PV_potenti": 1.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215347468285989, 48.78792944763557, 0.0 ], [ 9.2152824557605, 48.787938201858672, 0.0 ], [ 9.215273043781847, 48.787901260827219, 0.0 ], [ 9.215262940230854, 48.787861713301197, 0.0 ], [ 9.215322789067912, 48.787854767217063, 0.0 ], [ 9.215336301370534, 48.787895837066401, 0.0 ], [ 9.215347468285989, 48.78792944763557, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010293", "Latitude": 48.79505, "Longitude": 9.21239, "X_coordina": 3515676.52, "Y_coordina": 5406420.06, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 980.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 252.1, "Total_wall": 987.8, "Total_wa00": 0.0, "Total_outw": 1304.2, "Total_shar": 0.0, "Total_roof": 252.1, "Gross_volu": 3066.3, "Is_Gross_v": "false", "Heated_vol": 3062.5, "Ridge_mean": 13.5, "Eaves_mean": 13.52, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.487, "Heated_are": 980.0, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 42.3, "Total_Year": 56930.0, "January_He": 9935.0, "February_H": 7106.0, "March_Heat": 4654.0, "April_Heat": 1182.0, "May_Heatin": 48.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 148.0, "October_He": 2286.0, "November_H": 6354.0, "December_H": 9693.0, "PV_potenti": 8.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212419996811303, 48.795163303812174, 0.0 ], [ 9.212249837013493, 48.795157232978127, 0.0 ], [ 9.212259987472269, 48.795046788149804, 0.0 ], [ 9.212254678201132, 48.795046528164718, 0.0 ], [ 9.212261059473759, 48.794978264427357, 0.0 ], [ 9.212436255721881, 48.794984595725168, 0.0 ], [ 9.212419996811303, 48.795163303812174, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001023f", "Latitude": 48.79678, "Longitude": 9.21314, "X_coordina": 3515731.08, "Y_coordina": 5406612.49, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1097.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 592.1, "Total_wall": 473.2, "Total_wa00": 0.0, "Total_outw": 1045.4, "Total_shar": 268.8, "Total_roof": 655.5, "Gross_volu": 3818.2, "Is_Gross_v": "false", "Heated_vol": 3431.0, "Ridge_mean": 8.2, "Eaves_mean": 4.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.468, "Heated_are": 1097.9, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 10.4, "Total_Year": 47539.0, "January_He": 3972.0, "February_H": 1901.0, "March_Heat": 495.0, "April_Heat": 22.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 53.0, "November_H": 1203.0, "December_H": 3817.0, "PV_potenti": 36.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212849282683841, 48.796837157208728, 0.0 ], [ 9.212799986609035, 48.796831583127336, 0.0 ], [ 9.212797126760996, 48.796831228717679, 0.0 ], [ 9.212798463528133, 48.796825471142078, 0.0 ], [ 9.212801867818984, 48.796825824545664, 0.0 ], [ 9.21280989868246, 48.79679370700763, 0.0 ], [ 9.212806630504423, 48.796793353352754, 0.0 ], [ 9.212808369896376, 48.79678624618014, 0.0 ], [ 9.212811773804294, 48.796786509660627, 0.0 ], [ 9.21281578980159, 48.796770585775484, 0.0 ], [ 9.212820474177661, 48.796751783102202, 0.0 ], [ 9.212817069891688, 48.796751429699157, 0.0 ], [ 9.212818811943269, 48.796744951986092, 0.0 ], [ 9.212822080118247, 48.796745305640634, 0.0 ], [ 9.212830914305661, 48.796710039292734, 0.0 ], [ 9.212827510783193, 48.796709865735622, 0.0 ], [ 9.212829796132667, 48.796703117247716, 0.0 ], [ 9.212839737140678, 48.796704267881395, 0.0 ], [ 9.212839065717928, 48.796706427286914, 0.0 ], [ 9.212883186813102, 48.796711381453292, 0.0 ], [ 9.212883721743086, 48.796709132376307, 0.0 ], [ 9.212892981820669, 48.796710194340612, 0.0 ], [ 9.212892446510594, 48.796712353494804, 0.0 ], [ 9.212924720295501, 48.79671598069293, 0.0 ], [ 9.212925255223674, 48.796713731615768, 0.0 ], [ 9.212934378811919, 48.796714703905565, 0.0 ], [ 9.212933707773651, 48.79671695323443, 0.0 ], [ 9.212970339003466, 48.796721021980524, 0.0 ], [ 9.21297101004015, 48.796718772651438, 0.0 ], [ 9.212977818990499, 48.796719569371184, 0.0 ], [ 9.212977284064609, 48.796721818448574, 0.0 ], [ 9.213009693591422, 48.796725355448352, 0.0 ], [ 9.213010228896604, 48.796723196293634, 0.0 ], [ 9.213019352488182, 48.796724168576681, 0.0 ], [ 9.213018953674613, 48.79672641740251, 0.0 ], [ 9.213052588963517, 48.796730131969952, 0.0 ], [ 9.213053124266906, 48.79672797281502, 0.0 ], [ 9.213061975639132, 48.796728945598311, 0.0 ], [ 9.213061440336109, 48.79673110475327, 0.0 ], [ 9.213092897101008, 48.796734643492336, 0.0 ], [ 9.213093568132395, 48.796732394162561, 0.0 ], [ 9.21310214728511, 48.796733367446464, 0.0 ], [ 9.21310161236463, 48.79673561652443, 0.0 ], [ 9.213145052196266, 48.796740392004118, 0.0 ], [ 9.213145451385261, 48.796738233100697, 0.0 ], [ 9.213154711092681, 48.796739205121106, 0.0 ], [ 9.21315417617449, 48.796741454199307, 0.0 ], [ 9.213197343794958, 48.796746230163116, 0.0 ], [ 9.21319787871127, 48.79674398108471, 0.0 ], [ 9.213206185646834, 48.796744954864835, 0.0 ], [ 9.213205514239263, 48.796747114272435, 0.0 ], [ 9.213241192357559, 48.796751094773406, 0.0 ], [ 9.213241727271965, 48.796748845694822, 0.0 ], [ 9.213249625496319, 48.796749730305066, 0.0 ], [ 9.213249090582257, 48.7967519793837, 0.0 ], [ 9.213282181462652, 48.796755694892212, 0.0 ], [ 9.213282716375266, 48.796753445813422, 0.0 ], [ 9.213291022932811, 48.79675432966458, 0.0 ], [ 9.213290351909958, 48.796756578995499, 0.0 ], [ 9.213325212996713, 48.796760471060132, 0.0 ], [ 9.21332574790746, 48.796758221981158, 0.0 ], [ 9.213331603331961, 48.796758840599225, 0.0 ], [ 9.21333106842147, 48.796761089678235, 0.0 ], [ 9.213374099964724, 48.796765865827886, 0.0 ], [ 9.21337477098395, 48.796763616496506, 0.0 ], [ 9.213388797241452, 48.796765209131209, 0.0 ], [ 9.213387054881164, 48.796771596929915, 0.0 ], [ 9.213383650208563, 48.796771153620789, 0.0 ], [ 9.213374811440229, 48.796805251013417, 0.0 ], [ 9.213378352225787, 48.796805694070592, 0.0 ], [ 9.213376743685378, 48.796811542080007, 0.0 ], [ 9.213373339010163, 48.796811098770597, 0.0 ], [ 9.21336758272791, 48.796833860087204, 0.0 ], [ 9.213364368311796, 48.796846185565371, 0.0 ], [ 9.213367772607965, 48.796846538952238, 0.0 ], [ 9.213366029860889, 48.796852836827718, 0.0 ], [ 9.213362761293821, 48.796852393265809, 0.0 ], [ 9.213353251856798, 48.796888829910436, 0.0 ], [ 9.213356792648048, 48.796889272968279, 0.0 ], [ 9.213354918363009, 48.796896650169515, 0.0 ], [ 9.213344976924075, 48.79689540965758, 0.0 ], [ 9.213345512216657, 48.79689325050137, 0.0 ], [ 9.213301118314034, 48.796888207093893, 0.0 ], [ 9.213300447289873, 48.796890456424805, 0.0 ], [ 9.2132921403285, 48.796889482651558, 0.0 ], [ 9.213292675242077, 48.796887233572782, 0.0 ], [ 9.213259584274441, 48.796883518067517, 0.0 ], [ 9.213258912867339, 48.796885677475387, 0.0 ], [ 9.213250878510548, 48.796884793117876, 0.0 ], [ 9.213251413425921, 48.796882544039285, 0.0 ], [ 9.213216960593018, 48.79687865119655, 0.0 ], [ 9.213216289565217, 48.796880900526979, 0.0 ], [ 9.213207710385177, 48.796879927251638, 0.0 ], [ 9.213208381413343, 48.796877677921252, 0.0 ], [ 9.213176107504591, 48.796874050802863, 0.0 ], [ 9.213175572585943, 48.796876299881113, 0.0 ], [ 9.213165223203635, 48.796875150032335, 0.0 ], [ 9.213165894233644, 48.796872900702184, 0.0 ], [ 9.213124224108219, 48.796868211878923, 0.0 ], [ 9.213123416584606, 48.796870371537892, 0.0 ], [ 9.213114837408135, 48.79686939825563, 0.0 ], [ 9.213115236218531, 48.796867149429538, 0.0 ], [ 9.213073021278193, 48.796862371672432, 0.0 ], [ 9.213072486355061, 48.79686462075022, 0.0 ], [ 9.213062545310128, 48.796863470136692, 0.0 ], [ 9.213063080614489, 48.796861310981797, 0.0 ], [ 9.213030942837428, 48.796857683570884, 0.0 ], [ 9.213030407531724, 48.796859842725681, 0.0 ], [ 9.213018696285951, 48.79685851553586, 0.0 ], [ 9.213019367703003, 48.796856356129368, 0.0 ], [ 9.212987774375627, 48.796852727699353, 0.0 ], [ 9.212987103337923, 48.796854977028481, 0.0 ], [ 9.212977707120892, 48.796853915323553, 0.0 ], [ 9.212978378159001, 48.796851665994467, 0.0 ], [ 9.212947193931186, 48.796848216643795, 0.0 ], [ 9.212946658621991, 48.796850375798201, 0.0 ], [ 9.212936854074123, 48.79684931484497, 0.0 ], [ 9.212937389003153, 48.7968470657678, 0.0 ], [ 9.212903617153156, 48.796843261495738, 0.0 ], [ 9.212902809620473, 48.796845421153201, 0.0 ], [ 9.212893958230802, 48.796844448357746, 0.0 ], [ 9.212894357050878, 48.796842199532385, 0.0 ], [ 9.212858542403819, 48.796838129252905, 0.0 ], [ 9.212858007471358, 48.796840378329719, 0.0 ], [ 9.212848475148924, 48.796839316865814, 0.0 ], [ 9.212849282683841, 48.796837157208728, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010240", "Latitude": 48.79707, "Longitude": 9.21264, "X_coordina": 3515694.71, "Y_coordina": 5406644.8, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 106.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 85.3, "Total_wall": 120.4, "Total_wa00": 0.0, "Total_outw": 345.6, "Total_shar": 0.0, "Total_roof": 105.8, "Gross_volu": 451.6, "Is_Gross_v": "false", "Heated_vol": 366.3, "Ridge_mean": 7.0, "Eaves_mean": 4.2, "Storey_num": 2, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.773, "Heated_are": 106.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 6206.0, "January_He": 840.0, "February_H": 471.0, "March_Heat": 174.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 32.0, "November_H": 357.0, "December_H": 814.0, "PV_potenti": 5.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21263839022482, 48.797146164320878, 0.0 ], [ 9.212534897128711, 48.797134935078454, 0.0 ], [ 9.212559661784757, 48.797036423118236, 0.0 ], [ 9.212663431467586, 48.79704873091007, 0.0 ], [ 9.21263839022482, 48.797146164320878, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010241", "Latitude": 48.79542, "Longitude": 9.21285, "X_coordina": 3515710.36, "Y_coordina": 5406461.46, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 145.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 98.8, "Total_wall": 172.0, "Total_wa00": 0.0, "Total_outw": 378.6, "Total_shar": 0.0, "Total_roof": 136.5, "Gross_volu": 496.7, "Is_Gross_v": "false", "Heated_vol": 453.7, "Ridge_mean": 5.9, "Eaves_mean": 3.8, "Storey_num": 2, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.858, "Heated_are": 145.2, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 25.2, "Total_Year": 8423.0, "January_He": 1144.0, "February_H": 632.0, "March_Heat": 224.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 41.0, "November_H": 482.0, "December_H": 1112.0, "PV_potenti": 5.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212749618612653, 48.795510249855148, 0.0 ], [ 9.212778410479979, 48.795366588759933, 0.0 ], [ 9.212861331498958, 48.79537398910049, 0.0 ], [ 9.212832131542374, 48.795517650970453, 0.0 ], [ 9.212749618612653, 48.795510249855148, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010242", "Latitude": 48.79418, "Longitude": 9.21324, "X_coordina": 3515739.79, "Y_coordina": 5406323.7, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 237.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 290.3, "Total_wall": 216.5, "Total_wa00": 0.0, "Total_outw": 618.6, "Total_shar": 67.8, "Total_roof": 310.6, "Gross_volu": 967.5, "Is_Gross_v": "false", "Heated_vol": 740.6, "Ridge_mean": 4.1, "Eaves_mean": 2.54, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.845, "Heated_are": 237.0, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 17.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212997247580025, 48.794299780783838, 0.0 ], [ 9.213322191424304, 48.794057374864281, 0.0 ], [ 9.213363398331905, 48.794081757737345, 0.0 ], [ 9.213403922855422, 48.794105692242255, 0.0 ], [ 9.213079387025781, 48.794348007711726, 0.0 ], [ 9.21303708930135, 48.79432317713831, 0.0 ], [ 9.212997247580025, 48.794299780783838, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010243", "Latitude": 48.79585, "Longitude": 9.21334, "X_coordina": 3515746.2, "Y_coordina": 5406509.57, "LOD": "LOD2", "Year_of_co": 1923, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2346.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 891.5, "Total_wall": 787.9, "Total_wa00": 0.0, "Total_outw": 1185.2, "Total_shar": 485.0, "Total_roof": 942.4, "Gross_volu": 7469.2, "Is_Gross_v": "false", "Heated_vol": 7333.7, "Ridge_mean": 11.4, "Eaves_mean": 7.35, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.353, "Heated_are": 2346.8, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 5.5, "Total_Year": 90120.0, "January_He": 4768.0, "February_H": 2209.0, "March_Heat": 469.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 27.0, "November_H": 1118.0, "December_H": 4401.0, "PV_potenti": 40.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213483920862449, 48.795990971081004, 0.0 ], [ 9.213407254007107, 48.795982210746672, 0.0 ], [ 9.213333174383076, 48.795973715339287, 0.0 ], [ 9.213263452541199, 48.795965751355652, 0.0 ], [ 9.213056465642897, 48.795942034968171, 0.0 ], [ 9.213055259325209, 48.795946443453253, 0.0 ], [ 9.212976958168873, 48.795937416085515, 0.0 ], [ 9.213026242733731, 48.795747586262742, 0.0 ], [ 9.213104819246995, 48.795757422399596, 0.0 ], [ 9.213102666657115, 48.79576336133654, 0.0 ], [ 9.213612777684752, 48.795821496041285, 0.0 ], [ 9.213589606225989, 48.795909933857772, 0.0 ], [ 9.213565898649245, 48.796000350980265, 0.0 ], [ 9.213483920862449, 48.795990971081004, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010244", "Latitude": 48.79546, "Longitude": 9.21319, "X_coordina": 3515735.25, "Y_coordina": 5406465.35, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 899.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 374.7, "Total_wall": 460.4, "Total_wa00": 0.0, "Total_outw": 631.0, "Total_shar": 250.0, "Total_roof": 374.7, "Gross_volu": 3035.4, "Is_Gross_v": "false", "Heated_vol": 2811.1, "Ridge_mean": 8.1, "Eaves_mean": 8.1, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.411, "Heated_are": 899.6, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 6.3, "Total_Year": 35247.0, "January_He": 2041.0, "February_H": 972.0, "March_Heat": 235.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 504.0, "December_H": 1911.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213137266835878, 48.795554809573368, 0.0 ], [ 9.213114701851557, 48.795552018741574, 0.0 ], [ 9.212963957572917, 48.795534942358763, 0.0 ], [ 9.213001326622653, 48.795391984735183, 0.0 ], [ 9.213196055510171, 48.795414285140289, 0.0 ], [ 9.213203420987815, 48.795385855664108, 0.0 ], [ 9.213324207650491, 48.795399749982835, 0.0 ], [ 9.213322063488958, 48.795407667226655, 0.0 ], [ 9.213309204605203, 48.7954566094539, 0.0 ], [ 9.213274616255658, 48.795452626955019, 0.0 ], [ 9.213244748763373, 48.795566975088818, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010246", "Latitude": 48.7964, "Longitude": 9.2132, "X_coordina": 3515735.99, "Y_coordina": 5406570.15, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1755.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 900.7, "Total_wall": 799.5, "Total_wa00": 0.0, "Total_outw": 1630.5, "Total_shar": 51.3, "Total_roof": 911.9, "Gross_volu": 6151.7, "Is_Gross_v": "false", "Heated_vol": 5485.2, "Ridge_mean": 8.4, "Eaves_mean": 5.85, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.441, "Heated_are": 1755.3, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 9.1, "Total_Year": 73695.0, "January_He": 5619.0, "February_H": 2673.0, "March_Heat": 644.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 60.0, "November_H": 1653.0, "December_H": 5342.0, "PV_potenti": 42.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213335141775952, 48.79653402522775, 0.0 ], [ 9.21333594509103, 48.796530876416128, 0.0 ], [ 9.213299313208005, 48.796526627940288, 0.0 ], [ 9.213298510271908, 48.796529866674469, 0.0 ], [ 9.213286526494795, 48.796528450093035, 0.0 ], [ 9.21328719370287, 48.796525301533855, 0.0 ], [ 9.21324974478711, 48.796520964631881, 0.0 ], [ 9.213248941847915, 48.796524203365735, 0.0 ], [ 9.213235323991814, 48.796522609957755, 0.0 ], [ 9.213235991203009, 48.796519461398859, 0.0 ], [ 9.213198678405892, 48.796515124228236, 0.0 ], [ 9.213197875463504, 48.796518362961748, 0.0 ], [ 9.213185891691923, 48.796516946369849, 0.0 ], [ 9.21318669501607, 48.796513797559257, 0.0 ], [ 9.213150199648787, 48.796509638706816, 0.0 ], [ 9.213149668542282, 48.796512787013334, 0.0 ], [ 9.213137276824504, 48.796511461094937, 0.0 ], [ 9.213137807550845, 48.796508222865675, 0.0 ], [ 9.213098588469968, 48.796503709343646, 0.0 ], [ 9.213097785521319, 48.796506948076456, 0.0 ], [ 9.213087027506132, 48.796505709053179, 0.0 ], [ 9.213087694345546, 48.796502470572278, 0.0 ], [ 9.213051607705003, 48.796498400855874, 0.0 ], [ 9.213050804372642, 48.796501549665535, 0.0 ], [ 9.213040046359751, 48.796500310637875, 0.0 ], [ 9.213040849692764, 48.796497161828285, 0.0 ], [ 9.213004626949889, 48.796493092348918, 0.0 ], [ 9.213003823233985, 48.796496151235459, 0.0 ], [ 9.212990477993568, 48.796494647217848, 0.0 ], [ 9.212991281329593, 48.796491498408592, 0.0 ], [ 9.212953696354287, 48.796487161662071, 0.0 ], [ 9.212952893396574, 48.796490400393878, 0.0 ], [ 9.212837959984009, 48.796477214259042, 0.0 ], [ 9.212885908851762, 48.796293142088821, 0.0 ], [ 9.212924855531035, 48.796297656187015, 0.0 ], [ 9.212965844618966, 48.796302346342195, 0.0 ], [ 9.213000024819484, 48.796306239764583, 0.0 ], [ 9.21299921920286, 48.796308849037047, 0.0 ], [ 9.21303680404889, 48.796313185769094, 0.0 ], [ 9.213037473554245, 48.796310576748169, 0.0 ], [ 9.213050954856637, 48.796312080508677, 0.0 ], [ 9.213050285732725, 48.796314779452494, 0.0 ], [ 9.213086372241523, 48.79631884916968, 0.0 ], [ 9.213087177853781, 48.796316239896626, 0.0 ], [ 9.213099706012462, 48.796317655491499, 0.0 ], [ 9.213099036891091, 48.796320354435601, 0.0 ], [ 9.213136349154432, 48.796324601716044, 0.0 ], [ 9.213137018654777, 48.796321992694558, 0.0 ], [ 9.213148048850751, 48.796323231209428, 0.0 ], [ 9.213147379350964, 48.796325840230985, 0.0 ], [ 9.213186189969248, 48.79633035449266, 0.0 ], [ 9.213186859086075, 48.796327655548069, 0.0 ], [ 9.213199932069138, 48.796329160047001, 0.0 ], [ 9.213199126843548, 48.796331859243658, 0.0 ], [ 9.213234124119733, 48.796335841007505, 0.0 ], [ 9.213234793234067, 48.796333142062636, 0.0 ], [ 9.213246504363225, 48.796334469230793, 0.0 ], [ 9.213245835249509, 48.796337168175739, 0.0 ], [ 9.213283011428068, 48.796341415660677, 0.0 ], [ 9.213283817030494, 48.796338806386274, 0.0 ], [ 9.213297707057309, 48.796340399284489, 0.0 ], [ 9.213297037565052, 48.79634300830687, 0.0 ], [ 9.213333805423742, 48.796347256531675, 0.0 ], [ 9.213334474532871, 48.796344557586245, 0.0 ], [ 9.21334686659598, 48.796345973406346, 0.0 ], [ 9.213346197487491, 48.796348672351854, 0.0 ], [ 9.21338323757341, 48.796352920056563, 0.0 ], [ 9.213383907061328, 48.796350311033677, 0.0 ], [ 9.21347841359497, 48.796361106556184, 0.0 ], [ 9.213466090668183, 48.796408069481636, 0.0 ], [ 9.213463503058863, 48.796407714583864, 0.0 ], [ 9.213457207383513, 48.79643164591225, 0.0 ], [ 9.213459794994019, 48.79643200081015, 0.0 ], [ 9.213457518515639, 48.796440817535611, 0.0 ], [ 9.21345479517645, 48.796440552812754, 0.0 ], [ 9.2134484994929, 48.796464484140529, 0.0 ], [ 9.213451222833351, 48.796464748863542, 0.0 ], [ 9.213449079028486, 48.796472756031115, 0.0 ], [ 9.213446491415962, 48.796472401132974, 0.0 ], [ 9.213439927319431, 48.796497232192912, 0.0 ], [ 9.213442651043072, 48.796497586838939, 0.0 ], [ 9.213430193465726, 48.796544909703115, 0.0 ], [ 9.213335141775952, 48.79653402522775, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010247", "Latitude": 48.79402, "Longitude": 9.21382, "X_coordina": 3515781.97, "Y_coordina": 5406306.17, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 246.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 183.6, "Total_wall": 201.5, "Total_wa00": 0.0, "Total_outw": 569.3, "Total_shar": 0.0, "Total_roof": 232.1, "Gross_volu": 953.4, "Is_Gross_v": "false", "Heated_vol": 769.8, "Ridge_mean": 6.8, "Eaves_mean": 3.62, "Storey_num": 2, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.71, "Heated_are": 246.3, "Mean_Uvalu": 0.46, "Specific_d": "non calculated", "Specific_s": 84.1, "Total_Year": 20724.0, "January_He": 4543.0, "February_H": 3348.0, "March_Heat": 2380.0, "April_Heat": 806.0, "May_Heatin": 85.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 253.0, "October_He": 1595.0, "November_H": 3221.0, "December_H": 4489.0, "PV_potenti": 11.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21388158483621, 48.793962367183589, 0.0 ], [ 9.213767930154356, 48.794152766552564, 0.0 ], [ 9.213714246539796, 48.79413901795958, 0.0 ], [ 9.213666421513329, 48.794126697249119, 0.0 ], [ 9.213779391421529, 48.793935220167768, 0.0 ], [ 9.213827899101197, 48.793948079105661, 0.0 ], [ 9.21388158483621, 48.793962367183589, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010249", "Latitude": 48.79501, "Longitude": 9.21335, "X_coordina": 3515746.97, "Y_coordina": 5406416.16, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 432.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 119.1, "Total_wall": 324.7, "Total_wa00": 0.0, "Total_outw": 514.6, "Total_shar": 168.7, "Total_roof": 119.1, "Gross_volu": 1101.1, "Is_Gross_v": "false", "Heated_vol": 1101.1, "Ridge_mean": 9.3, "Eaves_mean": 9.25, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.511, "Heated_are": 432.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 8.0, "Total_Year": 17639.0, "January_He": 1212.0, "February_H": 606.0, "March_Heat": 145.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 348.0, "December_H": 1113.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213398525779033, 48.795079574384687, 0.0 ], [ 9.213187457377128, 48.795055416174478, 0.0 ], [ 9.21320446849923, 48.794990639725114, 0.0 ], [ 9.213205003396837, 48.794988390646019, 0.0 ], [ 9.213321839749176, 48.795001752740056, 0.0 ], [ 9.213359968070096, 48.795006088360878, 0.0 ], [ 9.213416071526005, 48.795012548824822, 0.0 ], [ 9.213398525779033, 48.795079574384687, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024a", "Latitude": 48.794, "Longitude": 9.21407, "X_coordina": 3515800.6, "Y_coordina": 5406303.99, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 270.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 186.6, "Total_wall": 192.8, "Total_wa00": 0.0, "Total_outw": 310.5, "Total_shar": 139.9, "Total_roof": 211.2, "Gross_volu": 1156.9, "Is_Gross_v": "false", "Heated_vol": 970.3, "Ridge_mean": 7.3, "Eaves_mean": 5.13, "Storey_num": 2, "Average_St": 3.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.547, "Heated_are": 270.8, "Mean_Uvalu": 0.48, "Specific_d": "non calculated", "Specific_s": 82.2, "Total_Year": 22260.0, "January_He": 4864.0, "February_H": 3587.0, "March_Heat": 2564.0, "April_Heat": 897.0, "May_Heatin": 103.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 273.0, "October_He": 1713.0, "November_H": 3435.0, "December_H": 4819.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214019917810823, 48.794134403742596, 0.0 ], [ 9.213918372763041, 48.794107668421987, 0.0 ], [ 9.214035174714548, 48.79391352310558, 0.0 ], [ 9.214087634779561, 48.793927633518422, 0.0 ], [ 9.214136688090111, 48.793940761082752, 0.0 ], [ 9.214112496312461, 48.793980911974614, 0.0 ], [ 9.214019917810823, 48.794134403742596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024c", "Latitude": 48.79443, "Longitude": 9.21519, "X_coordina": 3515882.79, "Y_coordina": 5406351.28, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1118.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 302.0, "Total_wall": 591.3, "Total_wa00": 0.0, "Total_outw": 870.1, "Total_shar": 213.5, "Total_roof": 334.3, "Gross_volu": 3629.1, "Is_Gross_v": "false", "Heated_vol": 3494.2, "Ridge_mean": 13.7, "Eaves_mean": 10.76, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.345, "Heated_are": 1118.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 6.8, "Total_Year": 44387.0, "January_He": 2740.0, "February_H": 1340.0, "March_Heat": 291.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 730.0, "December_H": 2517.0, "PV_potenti": 16.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215280466313178, 48.794376736254435, 0.0 ], [ 9.21529014086463, 48.794379325952256, 0.0 ], [ 9.21517849830731, 48.794561809664259, 0.0 ], [ 9.215076986577465, 48.794535381916425, 0.0 ], [ 9.215005587861135, 48.794516811136532, 0.0 ], [ 9.215115453521022, 48.79433244251495, 0.0 ], [ 9.215195711471553, 48.794353964150808, 0.0 ], [ 9.215280466313178, 48.794376736254435, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024d", "Latitude": 48.79689, "Longitude": 9.21299, "X_coordina": 3515720.13, "Y_coordina": 5406625.06, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 623.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 337.2, "Total_wall": 299.0, "Total_wa00": 0.0, "Total_outw": 614.8, "Total_shar": 268.5, "Total_roof": 375.6, "Gross_volu": 2174.6, "Is_Gross_v": "false", "Heated_vol": 1949.0, "Ridge_mean": 8.2, "Eaves_mean": 4.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.482, "Heated_are": 623.7, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 28609.0, "January_He": 2719.0, "February_H": 1415.0, "March_Heat": 392.0, "April_Heat": 16.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 46.0, "November_H": 951.0, "December_H": 2576.0, "PV_potenti": 19.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212779246148759, 48.796915969714597, 0.0 ], [ 9.212775841851968, 48.796915616310351, 0.0 ], [ 9.212777717743727, 48.796908598809686, 0.0 ], [ 9.212780986309347, 48.796909042388172, 0.0 ], [ 9.212784198210166, 48.796896087466401, 0.0 ], [ 9.212789554036721, 48.796875125389612, 0.0 ], [ 9.212786149742623, 48.796874771985685, 0.0 ], [ 9.212787890661476, 48.796868024504754, 0.0 ], [ 9.212791158844231, 48.796868378160141, 0.0 ], [ 9.212799986609035, 48.796831583127336, 0.0 ], [ 9.212849282683841, 48.796837157208728, 0.0 ], [ 9.212848475148924, 48.796839316865814, 0.0 ], [ 9.212858007471358, 48.796840378329719, 0.0 ], [ 9.212858542403819, 48.796838129252905, 0.0 ], [ 9.212894357050878, 48.796842199532385, 0.0 ], [ 9.212893958230802, 48.796844448357746, 0.0 ], [ 9.212902809620473, 48.796845421153201, 0.0 ], [ 9.212903617153156, 48.796843261495738, 0.0 ], [ 9.212937389003153, 48.7968470657678, 0.0 ], [ 9.212936854074123, 48.79684931484497, 0.0 ], [ 9.212946658621991, 48.796850375798201, 0.0 ], [ 9.212947193931186, 48.796848216643795, 0.0 ], [ 9.212978378159001, 48.796851665994467, 0.0 ], [ 9.212977707120892, 48.796853915323553, 0.0 ], [ 9.212987103337923, 48.796854977028481, 0.0 ], [ 9.212987774375627, 48.796852727699353, 0.0 ], [ 9.213019367703003, 48.796856356129368, 0.0 ], [ 9.213018696285951, 48.79685851553586, 0.0 ], [ 9.213030407531724, 48.796859842725681, 0.0 ], [ 9.213030942837428, 48.796857683570884, 0.0 ], [ 9.213063080614489, 48.796861310981797, 0.0 ], [ 9.213062545310128, 48.796863470136692, 0.0 ], [ 9.213072486355061, 48.79686462075022, 0.0 ], [ 9.213073021278193, 48.796862371672432, 0.0 ], [ 9.213115236218531, 48.796867149429538, 0.0 ], [ 9.213114837408135, 48.79686939825563, 0.0 ], [ 9.213123416584606, 48.796870371537892, 0.0 ], [ 9.213106942700559, 48.79693361826007, 0.0 ], [ 9.213091140191178, 48.796994705572402, 0.0 ], [ 9.213084739916384, 48.796993998026743, 0.0 ], [ 9.213085410951548, 48.796991748697103, 0.0 ], [ 9.213038701574096, 48.796986349778798, 0.0 ], [ 9.213038166648138, 48.796988598856387, 0.0 ], [ 9.213029042627527, 48.796987536652132, 0.0 ], [ 9.213029577553888, 48.7969852875746, 0.0 ], [ 9.212998120256053, 48.796981658895874, 0.0 ], [ 9.212997585328326, 48.796983907973264, 0.0 ], [ 9.212987644261522, 48.796982757353341, 0.0 ], [ 9.212988315300885, 48.796980508024248, 0.0 ], [ 9.212955087802309, 48.796976702760617, 0.0 ], [ 9.212954416761511, 48.796978952089525, 0.0 ], [ 9.21294610979214, 48.796977978291352, 0.0 ], [ 9.212946644722107, 48.796975729214175, 0.0 ], [ 9.212912191468153, 48.796971746357649, 0.0 ], [ 9.212911520425504, 48.796973995686301, 0.0 ], [ 9.21290348568013, 48.796973021381788, 0.0 ], [ 9.212904156723118, 48.796970772053172, 0.0 ], [ 9.212869159031225, 48.796966790190289, 0.0 ], [ 9.212868623717439, 48.79696894934429, 0.0 ], [ 9.212862223448997, 48.79696824178626, 0.0 ], [ 9.212862758382609, 48.79696599270946, 0.0 ], [ 9.212828305141873, 48.79696200982783, 0.0 ], [ 9.212827497984451, 48.796964259407545, 0.0 ], [ 9.212818782306103, 48.796963196431996, 0.0 ], [ 9.212819317621967, 48.796961037278223, 0.0 ], [ 9.212774786839896, 48.796955814073954, 0.0 ], [ 9.212774660616168, 48.796958152318723, 0.0 ], [ 9.21276553660657, 48.796957090093585, 0.0 ], [ 9.212767009111461, 48.796951242344186, 0.0 ], [ 9.212770277299477, 48.796951596000149, 0.0 ], [ 9.212779246148759, 48.796915969714597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024f", "Latitude": 48.79391, "Longitude": 9.21361, "X_coordina": 3515766.83, "Y_coordina": 5406293.42, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 542.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 364.6, "Total_wall": 228.5, "Total_wa00": 0.0, "Total_outw": 699.7, "Total_shar": 144.1, "Total_roof": 390.5, "Gross_volu": 1209.3, "Is_Gross_v": "false", "Heated_vol": 1209.3, "Ridge_mean": 4.1, "Eaves_mean": 4.09, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.813, "Heated_are": 542.4, "Mean_Uvalu": 0.34, "Specific_d": "32,9", "Specific_s": 7.2, "Total_Year": 21716.0, "January_He": 1364.0, "February_H": 717.0, "March_Heat": 175.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 376.0, "December_H": 1245.0, "PV_potenti": 20.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213812582508858, 48.793802791054397, 0.0 ], [ 9.213804442334247, 48.793808920970086, 0.0 ], [ 9.213403922855422, 48.794105692242255, 0.0 ], [ 9.213363398331905, 48.794081757737345, 0.0 ], [ 9.213322191424304, 48.794057374864281, 0.0 ], [ 9.213731256812938, 48.793753843745705, 0.0 ], [ 9.213772738548505, 48.793778855428634, 0.0 ], [ 9.213812582508858, 48.793802791054397, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010251", "Latitude": 48.7959, "Longitude": 9.21369, "X_coordina": 3515772.09, "Y_coordina": 5406514.48, "LOD": "LOD2", "Year_of_co": 1942, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 474.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 174.5, "Total_wall": 276.0, "Total_wa00": 0.0, "Total_outw": 446.5, "Total_shar": 244.9, "Total_roof": 175.3, "Gross_volu": 1306.7, "Is_Gross_v": "false", "Heated_vol": 1222.9, "Ridge_mean": 8.0, "Eaves_mean": 7.01, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.479, "Heated_are": 474.7, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 3.5, "Total_Year": 17245.0, "January_He": 667.0, "February_H": 223.0, "March_Heat": 31.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 109.0, "December_H": 614.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213705090609583, 48.795924916692535, 0.0 ], [ 9.213681375595497, 48.796013535381633, 0.0 ], [ 9.213565898649245, 48.796000350980265, 0.0 ], [ 9.213589473171497, 48.795910653492861, 0.0 ], [ 9.213612777684752, 48.795821496041285, 0.0 ], [ 9.21372920737144, 48.795834768551416, 0.0 ], [ 9.213705090609583, 48.795924916692535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010253", "Latitude": 48.79556, "Longitude": 9.21322, "X_coordina": 3515737.41, "Y_coordina": 5406477.06, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 51.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 31.9, "Total_wall": 40.4, "Total_wa00": 0.0, "Total_outw": 62.8, "Total_shar": 114.1, "Total_roof": 31.9, "Gross_volu": 180.1, "Is_Gross_v": "false", "Heated_vol": 159.3, "Ridge_mean": 5.7, "Eaves_mean": 5.65, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.608, "Heated_are": 51.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 15.8, "Total_Year": 2483.0, "January_He": 254.0, "February_H": 151.0, "March_Heat": 51.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 103.0, "December_H": 240.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213137307096712, 48.795554674613527, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213210763379024, 48.795608942384916, 0.0 ], [ 9.213166506729918, 48.795603898670478, 0.0 ], [ 9.213125654299759, 48.795599208333257, 0.0 ], [ 9.213137307096712, 48.795554674613527, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010255", "Latitude": 48.79619, "Longitude": 9.21299, "X_coordina": 3515720.71, "Y_coordina": 5406546.6, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 109.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 121.1, "Total_wall": 99.0, "Total_wa00": 0.0, "Total_outw": 345.1, "Total_shar": 89.4, "Total_roof": 124.9, "Gross_volu": 329.4, "Is_Gross_v": "false", "Heated_vol": 283.9, "Ridge_mean": 3.1, "Eaves_mean": 2.35, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.048, "Heated_are": 109.6, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 13.7, "Total_Year": 5106.0, "January_He": 521.0, "February_H": 236.0, "March_Heat": 56.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 173.0, "December_H": 510.0, "PV_potenti": 5.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212932920592559, 48.796112848413912, 0.0 ], [ 9.213012861031011, 48.796123221632243, 0.0 ], [ 9.212994375686266, 48.796193576026219, 0.0 ], [ 9.212983660155293, 48.796234511051807, 0.0 ], [ 9.212965844618966, 48.796302346342195, 0.0 ], [ 9.212924855531035, 48.796297656187015, 0.0 ], [ 9.212885908851762, 48.796293142088821, 0.0 ], [ 9.212932920592559, 48.796112848413912, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010256", "Latitude": 48.79554, "Longitude": 9.21332, "X_coordina": 3515744.91, "Y_coordina": 5406475.26, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1024.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 374.9, "Total_wall": 478.8, "Total_wa00": 0.0, "Total_outw": 632.7, "Total_shar": 265.2, "Total_roof": 374.9, "Gross_volu": 2508.0, "Is_Gross_v": "false", "Heated_vol": 2508.0, "Ridge_mean": 6.7, "Eaves_mean": 6.69, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.49, "Heated_are": 1024.3, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 3.9, "Total_Year": 37655.0, "January_He": 1568.0, "February_H": 616.0, "March_Heat": 97.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 292.0, "December_H": 1415.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213210763379024, 48.795608942384916, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213244748763373, 48.795566975088818, 0.0 ], [ 9.213274616255658, 48.795452626955019, 0.0 ], [ 9.213309204605203, 48.7954566094539, 0.0 ], [ 9.213322063488958, 48.795407667226655, 0.0 ], [ 9.213423512365218, 48.795419079400695, 0.0 ], [ 9.213377713115865, 48.795595864033004, 0.0 ], [ 9.2133439420725, 48.79559205988776, 0.0 ], [ 9.213312741789458, 48.795713064847504, 0.0 ], [ 9.213310699029241, 48.795712798860613, 0.0 ], [ 9.213308020714209, 48.795723145028731, 0.0 ], [ 9.21312854302934, 48.795702794907811, 0.0 ], [ 9.213150639295923, 48.79561741657141, 0.0 ], [ 9.213162622471403, 48.795618743244731, 0.0 ], [ 9.213166506729918, 48.795603898670478, 0.0 ], [ 9.213210763379024, 48.795608942384916, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010257", "Latitude": 48.79622, "Longitude": 9.21329, "X_coordina": 3515742.53, "Y_coordina": 5406550.67, "LOD": "LOD2", "Year_of_co": 1937, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 178.3, "Total_wall": 225.6, "Total_wa00": 0.0, "Total_outw": 777.7, "Total_shar": 38.1, "Total_roof": 178.3, "Gross_volu": 563.5, "Is_Gross_v": "false", "Heated_vol": 490.5, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.093, "Heated_are": 157.0, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 27.2, "Total_Year": 9429.0, "January_He": 1278.0, "February_H": 763.0, "March_Heat": 343.0, "April_Heat": 43.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1.0, "October_He": 62.0, "November_H": 547.0, "December_H": 1236.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212983660155293, 48.796234511051807, 0.0 ], [ 9.212994375686266, 48.796193576026219, 0.0 ], [ 9.21350925744435, 48.79625233182648, 0.0 ], [ 9.213498135899588, 48.79629371726994, 0.0 ], [ 9.212983660155293, 48.796234511051807, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010258", "Latitude": 48.79424, "Longitude": 9.2153, "X_coordina": 3515890.76, "Y_coordina": 5406330.6, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 640.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 295.0, "Total_wall": 340.1, "Total_wa00": 0.0, "Total_outw": 648.1, "Total_shar": 159.0, "Total_roof": 309.9, "Gross_volu": 2296.0, "Is_Gross_v": "false", "Heated_vol": 2001.0, "Ridge_mean": 8.9, "Eaves_mean": 6.84, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.437, "Heated_are": 640.3, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 8.8, "Total_Year": 26671.0, "January_He": 2008.0, "February_H": 905.0, "March_Heat": 194.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 568.0, "December_H": 1929.0, "PV_potenti": 17.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215229933589912, 48.794145187604713, 0.0 ], [ 9.215395755176234, 48.794187771121173, 0.0 ], [ 9.215280466313178, 48.794376736254435, 0.0 ], [ 9.215195711471553, 48.794353964150808, 0.0 ], [ 9.215115453521022, 48.79433244251495, 0.0 ], [ 9.215229933589912, 48.794145187604713, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025b", "Latitude": 48.79424, "Longitude": 9.21376, "X_coordina": 3515777.62, "Y_coordina": 5406330.32, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 451.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 414.0, "Total_wall": 251.4, "Total_wa00": 0.0, "Total_outw": 474.0, "Total_shar": 150.9, "Total_roof": 459.2, "Gross_volu": 1653.9, "Is_Gross_v": "false", "Heated_vol": 1411.6, "Ridge_mean": 5.0, "Eaves_mean": 3.0, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.702, "Heated_are": 451.7, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 74.1, "Total_Year": 33474.0, "January_He": 7164.0, "February_H": 5341.0, "March_Heat": 3939.0, "April_Heat": 1487.0, "May_Heatin": 182.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 482.0, "October_He": 2659.0, "November_H": 5115.0, "December_H": 7097.0, "PV_potenti": 22.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213874229827764, 48.794377378097771, 0.0 ], [ 9.213432616205981, 48.794260307600176, 0.0 ], [ 9.213451938297478, 48.794227089993512, 0.0 ], [ 9.213471665241098, 48.794193062320858, 0.0 ], [ 9.213811497121789, 48.794284064002412, 0.0 ], [ 9.213895595998453, 48.794144632714989, 0.0 ], [ 9.21399830157088, 48.794171673590469, 0.0 ], [ 9.213874229827764, 48.794377378097771, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025d", "Latitude": 48.79458, "Longitude": 9.21506, "X_coordina": 3515872.77, "Y_coordina": 5406368.09, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 189.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 117.5, "Total_wall": 193.9, "Total_wa00": 0.0, "Total_outw": 377.3, "Total_shar": 131.6, "Total_roof": 117.5, "Gross_volu": 590.8, "Is_Gross_v": "false", "Heated_vol": 590.8, "Ridge_mean": 5.0, "Eaves_mean": 5.03, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.726, "Heated_are": 189.1, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 15.3, "Total_Year": 9106.0, "January_He": 960.0, "February_H": 492.0, "March_Heat": 142.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 345.0, "December_H": 928.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215065219469029, 48.794680090898062, 0.0 ], [ 9.215019845025338, 48.7946681258681, 0.0 ], [ 9.214928687119704, 48.794644016670716, 0.0 ], [ 9.214933417756676, 48.794636274415851, 0.0 ], [ 9.215005587861135, 48.794516811136532, 0.0 ], [ 9.215076986577465, 48.794535381916425, 0.0 ], [ 9.215031312562155, 48.794612531697624, 0.0 ], [ 9.215096037674344, 48.794630035843355, 0.0 ], [ 9.215065219469029, 48.794680090898062, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025e", "Latitude": 48.79468, "Longitude": 9.21499, "X_coordina": 3515867.66, "Y_coordina": 5406379.64, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 159.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 101.1, "Total_wall": 178.7, "Total_wa00": 0.0, "Total_outw": 351.1, "Total_shar": 76.5, "Total_roof": 101.1, "Gross_volu": 523.8, "Is_Gross_v": "false", "Heated_vol": 499.6, "Ridge_mean": 5.2, "Eaves_mean": 5.24, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.744, "Heated_are": 159.9, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 19.6, "Total_Year": 8387.0, "January_He": 1006.0, "February_H": 547.0, "March_Heat": 170.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 401.0, "December_H": 972.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215019845025338, 48.7946681258681, 0.0 ], [ 9.215012150829732, 48.794683067544135, 0.0 ], [ 9.215019510104696, 48.794685301892962, 0.0 ], [ 9.214970046050503, 48.794767404519675, 0.0 ], [ 9.214945519073082, 48.794760885880741, 0.0 ], [ 9.214918744760711, 48.794769928205845, 0.0 ], [ 9.214877726020189, 48.794758044914943, 0.0 ], [ 9.214885018864118, 48.794744722620983, 0.0 ], [ 9.214866212163672, 48.794739092527031, 0.0 ], [ 9.214916491836824, 48.79465671865173, 0.0 ], [ 9.214929602211802, 48.794635202454167, 0.0 ], [ 9.214933417756676, 48.794636274415851, 0.0 ], [ 9.214928687119704, 48.794644016670716, 0.0 ], [ 9.215019845025338, 48.7946681258681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010260", "Latitude": 48.79669, "Longitude": 9.2124, "X_coordina": 3515677.24, "Y_coordina": 5406601.97, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 49.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 59.1, "Total_wall": 86.4, "Total_wa00": 0.0, "Total_outw": 295.4, "Total_shar": 0.0, "Total_roof": 59.1, "Gross_volu": 214.5, "Is_Gross_v": "false", "Heated_vol": 155.5, "Ridge_mean": 3.6, "Eaves_mean": 3.63, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.106, "Heated_are": 49.8, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 22.1, "Total_Year": 2736.0, "January_He": 337.0, "February_H": 202.0, "March_Heat": 80.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 142.0, "December_H": 321.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212361818702258, 48.796761442287234, 0.0 ], [ 9.212295588126864, 48.7967424106875, 0.0 ], [ 9.212356727908315, 48.796651744973445, 0.0 ], [ 9.212424045371991, 48.796670324915901, 0.0 ], [ 9.212361818702258, 48.796761442287234, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000101f7", "Latitude": 48.79131, "Longitude": 9.203, "X_coordina": 3514988.27, "Y_coordina": 5406002.48, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 628.6, "SecondaryU": "retail", "Secondar00": 99.7, "BuildingTy": "GMH", "Footprint_": 124.6, "Total_wall": 691.2, "Total_wa00": 0.0, "Total_outw": 944.7, "Total_shar": 146.2, "Total_roof": 220.3, "Gross_volu": 2364.9, "Is_Gross_v": "false", "Heated_vol": 2275.9, "Ridge_mean": 21.7, "Eaves_mean": 15.23, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.451, "Heated_are": 728.3, "Mean_Uvalu": 0.46, "Specific_d": "23,7", "Specific_s": 40.4, "Total_Year": 46686.0, "January_He": 7393.0, "February_H": 5080.0, "March_Heat": 3032.0, "April_Heat": 598.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1439.0, "November_H": 4553.0, "December_H": 7262.0, "PV_potenti": 9.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203005386215736, 48.791402505334823, 0.0 ], [ 9.202911119286524, 48.791347008761107, 0.0 ], [ 9.202890765425275, 48.791362061865705, 0.0 ], [ 9.202871120458312, 48.791350406406472, 0.0 ], [ 9.202843290526896, 48.791333999410256, 0.0 ], [ 9.202935550062616, 48.79126297706096, 0.0 ], [ 9.203077704854323, 48.79134770427283, 0.0 ], [ 9.203060066070291, 48.791361044070811, 0.0 ], [ 9.203041342136162, 48.791375285015405, 0.0 ], [ 9.203005386215736, 48.791402505334823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000101f8", "Latitude": 48.79136, "Longitude": 9.20314, "X_coordina": 3514998.05, "Y_coordina": 5406007.47, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.2, "Total_wall": 29.6, "Total_wa00": 0.0, "Total_outw": 89.5, "Total_shar": 78.2, "Total_roof": 29.2, "Gross_volu": 78.4, "Is_Gross_v": "false", "Heated_vol": 73.9, "Ridge_mean": 2.7, "Eaves_mean": 2.7, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.143, "Heated_are": 23.7, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20308421823116, 48.791342926835306, 0.0 ], [ 9.203146016036365, 48.79137905705052, 0.0 ], [ 9.203102188365646, 48.791411686702496, 0.0 ], [ 9.203041342136162, 48.791375285015405, 0.0 ], [ 9.203077704854323, 48.79134770427283, 0.0 ], [ 9.20308421823116, 48.791342926835306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010194", "Latitude": 48.79051, "Longitude": 9.20987, "X_coordina": 3515493.08, "Y_coordina": 5405914.59, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 711.8, "SecondaryU": "office and administration", "Secondar00": 172.7, "BuildingTy": "MFH", "Footprint_": 215.8, "Total_wall": 778.7, "Total_wa00": 0.0, "Total_outw": 1098.4, "Total_shar": 85.4, "Total_roof": 215.8, "Gross_volu": 2764.1, "Is_Gross_v": "false", "Heated_vol": 2764.1, "Ridge_mean": 12.8, "Eaves_mean": 12.82, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.438, "Heated_are": 884.5, "Mean_Uvalu": 0.41, "Specific_d": "15,6", "Specific_s": 45.3, "Total_Year": 53879.0, "January_He": 9274.0, "February_H": 6858.0, "March_Heat": 4748.0, "April_Heat": 1405.0, "May_Heatin": 81.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 226.0, "October_He": 2438.0, "November_H": 6061.0, "December_H": 8990.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20982945188449, 48.79042737148167, 0.0 ], [ 9.20983136769207, 48.790429885852404, 0.0 ], [ 9.209866413511071, 48.790479190059891, 0.0 ], [ 9.209877424721308, 48.790476202513247, 0.0 ], [ 9.209887008282918, 48.790489853437634, 0.0 ], [ 9.209900737242034, 48.790485871775651, 0.0 ], [ 9.209914361237834, 48.790489353963999, 0.0 ], [ 9.209930376477965, 48.79051144598143, 0.0 ], [ 9.20992469805176, 48.790520448694842, 0.0 ], [ 9.209911785647789, 48.790524428871272, 0.0 ], [ 9.209920283853327, 48.790538891083727, 0.0 ], [ 9.209909544819599, 48.790541878138313, 0.0 ], [ 9.209944602798014, 48.790594059854769, 0.0 ], [ 9.209819828629911, 48.790632684643214, 0.0 ], [ 9.209779024070873, 48.790573139620484, 0.0 ], [ 9.209783915954446, 48.79057133223683, 0.0 ], [ 9.209710112416902, 48.790463738159488, 0.0 ], [ 9.209781607318305, 48.790441936350547, 0.0 ], [ 9.20982945188449, 48.79042737148167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000100ba", "Latitude": 48.79482, "Longitude": 9.21241, "X_coordina": 3515678.14, "Y_coordina": 5406394.38, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1031.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 268.6, "Total_wall": 863.3, "Total_wa00": 0.0, "Total_outw": 1123.0, "Total_shar": 214.0, "Total_roof": 268.6, "Gross_volu": 3222.6, "Is_Gross_v": "false", "Heated_vol": 3222.6, "Ridge_mean": 13.3, "Eaves_mean": 13.27, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.435, "Heated_are": 1031.2, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 58042.0, "January_He": 9824.0, "February_H": 7203.0, "March_Heat": 4839.0, "April_Heat": 1239.0, "May_Heatin": 42.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 159.0, "October_He": 2438.0, "November_H": 6444.0, "December_H": 9517.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212440149445474, 48.79493971668964, 0.0 ], [ 9.212270262232941, 48.794933555459203, 0.0 ], [ 9.212289044623704, 48.794739915424195, 0.0 ], [ 9.212457980727077, 48.794746617923089, 0.0 ], [ 9.212440149445474, 48.79493971668964, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fd7b", "Latitude": 48.79025, "Longitude": 9.20839, "X_coordina": 3515384.0000000005, "Y_coordina": 5405885.69, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 813.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 224.7, "Total_wall": 517.8, "Total_wa00": 0.0, "Total_outw": 788.6, "Total_shar": 135.5, "Total_roof": 224.7, "Gross_volu": 2127.4, "Is_Gross_v": "false", "Heated_vol": 2127.4, "Ridge_mean": 9.5, "Eaves_mean": 9.47, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.455, "Heated_are": 813.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 41510.0, "January_He": 7273.0, "February_H": 4997.0, "March_Heat": 2857.0, "April_Heat": 412.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1330.0, "November_H": 4591.0, "December_H": 7115.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208407723273796, 48.790176818178033, 0.0 ], [ 9.20841953483146, 48.790367075192798, 0.0 ], [ 9.208276923126583, 48.790370750304106, 0.0 ], [ 9.208264147176035, 48.790177527539321, 0.0 ], [ 9.208278027902782, 48.790177322588292, 0.0 ], [ 9.208278306415302, 48.790178850786226, 0.0 ], [ 9.208407579360621, 48.790174930042312, 0.0 ], [ 9.208407723273796, 48.790176818178033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fca8", "Latitude": 48.78871, "Longitude": 9.2138, "X_coordina": 3515782.57, "Y_coordina": 5405715.48, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 127.7, "Total_shar": 223.3, "Total_roof": 57.4, "Gross_volu": 360.0, "Is_Gross_v": "false", "Heated_vol": 313.2, "Ridge_mean": 9.2, "Eaves_mean": 6.15, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 100.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 6253.0, "January_He": 1153.0, "February_H": 813.0, "March_Heat": 484.0, "April_Heat": 87.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 243.0, "November_H": 743.0, "December_H": 1130.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213738455243922, 48.788751559753877, 0.0 ], [ 9.213691934367439, 48.788724668991229, 0.0 ], [ 9.213731790981429, 48.78868844571975, 0.0 ], [ 9.213781425846488, 48.788711553892519, 0.0 ], [ 9.213827106155659, 48.788732780989868, 0.0 ], [ 9.213781156128091, 48.788776209497684, 0.0 ], [ 9.213738455243922, 48.788751559753877, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fc82", "Latitude": 48.78827, "Longitude": 9.21024, "X_coordina": 3515520.8, "Y_coordina": 5405665.13, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 163.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.9, "Total_wall": 181.7, "Total_wa00": 0.0, "Total_outw": 291.9, "Total_shar": 109.5, "Total_roof": 83.0, "Gross_volu": 553.2, "Is_Gross_v": "false", "Heated_vol": 512.0, "Ridge_mean": 11.5, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.612, "Heated_are": 163.8, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 62.5, "Total_Year": 12837.0, "January_He": 2431.0, "February_H": 1737.0, "March_Heat": 1149.0, "April_Heat": 322.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 569.0, "November_H": 1565.0, "December_H": 2401.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210244580126645, 48.788286881336049, 0.0 ], [ 9.210243916489764, 48.788323481475743, 0.0 ], [ 9.210231667834082, 48.788323323989644, 0.0 ], [ 9.21016280251202, 48.788322280678734, 0.0 ], [ 9.210145246056237, 48.788322042946163, 0.0 ], [ 9.210146181564779, 48.788285352387277, 0.0 ], [ 9.210146981359891, 48.788248751999454, 0.0 ], [ 9.210160727336598, 48.788248996685702, 0.0 ], [ 9.21022959293404, 48.788250129920996, 0.0 ], [ 9.210245244138299, 48.788250371119105, 0.0 ], [ 9.210244580126645, 48.788286881336049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fc27", "Latitude": 48.78789, "Longitude": 9.21071, "X_coordina": 3515555.59, "Y_coordina": 5405623.01, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 165.5, "SecondaryU": "retail", "Secondar00": 52.1, "BuildingTy": "MFH", "Footprint_": 65.1, "Total_wall": 216.2, "Total_wa00": 0.0, "Total_outw": 343.1, "Total_shar": 140.3, "Total_roof": 102.3, "Gross_volu": 744.8, "Is_Gross_v": "false", "Heated_vol": 679.8, "Ridge_mean": 14.2, "Eaves_mean": 8.73, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.545, "Heated_are": 217.5, "Mean_Uvalu": 0.5, "Specific_d": "29,5", "Specific_s": 47.4, "Total_Year": 16740.0, "January_He": 2649.0, "February_H": 1743.0, "March_Heat": 994.0, "April_Heat": 211.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 474.0, "November_H": 1576.0, "December_H": 2633.0, "PV_potenti": 5.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210657649729525, 48.787938841296956, 0.0 ], [ 9.210596782438195, 48.787930230027094, 0.0 ], [ 9.210618559805548, 48.787865984705121, 0.0 ], [ 9.210679564991613, 48.787875045329613, 0.0 ], [ 9.210737574410924, 48.787883661785628, 0.0 ], [ 9.210715521249385, 48.787947008397907, 0.0 ], [ 9.210657649729525, 48.787938841296956, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f8fb", "Latitude": 48.79156, "Longitude": 9.21304, "X_coordina": 3515725.24, "Y_coordina": 5406032.34, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 472.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.1, "Total_wall": 236.2, "Total_wa00": 0.0, "Total_outw": 408.9, "Total_shar": 337.8, "Total_roof": 193.7, "Gross_volu": 1607.2, "Is_Gross_v": "false", "Heated_vol": 1476.1, "Ridge_mean": 14.9, "Eaves_mean": 9.6, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.366, "Heated_are": 472.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 25155.0, "January_He": 4340.0, "February_H": 3101.0, "March_Heat": 1902.0, "April_Heat": 343.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 916.0, "November_H": 2795.0, "December_H": 4232.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213087653273663, 48.791543275818867, 0.0 ], [ 9.213016543460245, 48.791656081650807, 0.0 ], [ 9.212959043631832, 48.791640361439939, 0.0 ], [ 9.212895276161818, 48.791622944238739, 0.0 ], [ 9.21296638582001, 48.791510048557683, 0.0 ], [ 9.213029472308447, 48.791527377055957, 0.0 ], [ 9.213087653273663, 48.791543275818867, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f77f", "Latitude": 48.78837, "Longitude": 9.21158, "X_coordina": 3515619.35, "Y_coordina": 5405676.82, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 143.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.0, "Total_wall": 126.1, "Total_wa00": 0.0, "Total_outw": 217.5, "Total_shar": 193.9, "Total_roof": 68.4, "Gross_volu": 496.7, "Is_Gross_v": "false", "Heated_vol": 449.7, "Ridge_mean": 12.6, "Eaves_mean": 8.51, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.516, "Heated_are": 143.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 9227.0, "January_He": 1698.0, "February_H": 1190.0, "March_Heat": 741.0, "April_Heat": 167.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 379.0, "November_H": 1084.0, "December_H": 1660.0, "PV_potenti": 3.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211584659742728, 48.78841958226446, 0.0 ], [ 9.211532659357884, 48.78841617077007, 0.0 ], [ 9.211480522891961, 48.788412759502101, 0.0 ], [ 9.211483833272196, 48.788390901974751, 0.0 ], [ 9.211489002780143, 48.788358070347016, 0.0 ], [ 9.211542228271325, 48.788361569534366, 0.0 ], [ 9.211593139518943, 48.788364893101949, 0.0 ], [ 9.211584659742728, 48.78841958226446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f6a5", "Latitude": 48.78842, "Longitude": 9.21394, "X_coordina": 3515792.81, "Y_coordina": 5405682.7, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 602.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 169.2, "Total_wall": 436.9, "Total_wa00": 0.0, "Total_outw": 686.7, "Total_shar": 152.7, "Total_roof": 215.9, "Gross_volu": 1913.1, "Is_Gross_v": "false", "Heated_vol": 1883.2, "Ridge_mean": 13.2, "Eaves_mean": 9.58, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.434, "Heated_are": 602.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 35881.0, "January_He": 6460.0, "February_H": 4567.0, "March_Heat": 2801.0, "April_Heat": 534.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1409.0, "November_H": 4185.0, "December_H": 6299.0, "PV_potenti": 10.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213840467014331, 48.788354087677227, 0.0 ], [ 9.213907425689705, 48.788354772637391, 0.0 ], [ 9.213965674360137, 48.788355383818086, 0.0 ], [ 9.213955217396798, 48.788520593000371, 0.0 ], [ 9.21382973631771, 48.78851902758543, 0.0 ], [ 9.213840467014331, 48.788354087677227, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f64b", "Latitude": 48.79227, "Longitude": 9.19819, "X_coordina": 3514633.93, "Y_coordina": 5406107.73, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 310.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 98.3, "Total_wall": 255.8, "Total_wa00": 0.0, "Total_outw": 399.1, "Total_shar": 169.7, "Total_roof": 176.9, "Gross_volu": 996.6, "Is_Gross_v": "false", "Heated_vol": 971.7, "Ridge_mean": 12.8, "Eaves_mean": 6.31, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.54, "Heated_are": 310.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.7, "Total_Year": 19748.0, "January_He": 3657.0, "February_H": 2551.0, "March_Heat": 1560.0, "April_Heat": 342.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 754.0, "November_H": 2290.0, "December_H": 3612.0, "PV_potenti": 6.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198240769835961, 48.792268587312314, 0.0 ], [ 9.198219872643955, 48.792284359913452, 0.0 ], [ 9.19821591763642, 48.792282298478597, 0.0 ], [ 9.198172356408163, 48.792314476173708, 0.0 ], [ 9.198130694842277, 48.792345211806264, 0.0 ], [ 9.198119703058698, 48.792353413764339, 0.0 ], [ 9.198081509016314, 48.792331538112535, 0.0 ], [ 9.198042633451832, 48.792309393849273, 0.0 ], [ 9.198160831207732, 48.792221784783223, 0.0 ], [ 9.198199981786939, 48.792244647922359, 0.0 ], [ 9.198240769835961, 48.792268587312314, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f2bd", "Latitude": 48.79092, "Longitude": 9.19357, "X_coordina": 3514295.13, "Y_coordina": 5405957.26, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 6.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 52.6, "Total_wall": 0.0, "Total_wa00": 0.0, "Total_outw": 0.0, "Total_shar": 0.0, "Total_roof": 81.9, "Gross_volu": 75.8, "Is_Gross_v": "false", "Heated_vol": 23.2, "Ridge_mean": 4.3, "Eaves_mean": 0.0, "Storey_num": 1, "Average_St": 3.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.774, "Heated_are": 6.1, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193548623003061, 48.790985823912195, 2.953432858397008 ], [ 9.193459369696917, 48.79095710841375, 2.953432858397008 ], [ 9.193502451251369, 48.790898810489168, 2.953432858397008 ], [ 9.193591704824515, 48.790927615877713, 2.953432858397008 ], [ 9.193548623003061, 48.790985823912195, 2.953432858397008 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f2c0", "Latitude": 48.79097, "Longitude": 9.19345, "X_coordina": 3514286.26, "Y_coordina": 5405962.22, "LOD": "LOD2", "Year_of_co": 2000, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 331.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 277.7, "Total_wall": 323.7, "Total_wa00": 0.0, "Total_outw": 793.5, "Total_shar": 3.4, "Total_roof": 326.8, "Gross_volu": 1069.0, "Is_Gross_v": "false", "Heated_vol": 1034.4, "Ridge_mean": 7.8, "Eaves_mean": 7.77, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.879, "Heated_are": 331.0, "Mean_Uvalu": 0.55, "Specific_d": "24,8", "Specific_s": 85.1, "Total_Year": 36408.0, "January_He": 6376.0, "February_H": 4577.0, "March_Heat": 3180.0, "April_Heat": 1153.0, "May_Heatin": 192.0, "June_Heati": 12, "July_Heati": 2, "August_Hea": 3, "September_": 331.0, "October_He": 1848.0, "November_H": 4211.0, "December_H": 6301.0, "PV_potenti": 14.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193548986826874, 48.791059182982586, 0.0 ], [ 9.193527595466351, 48.791088264261042, 0.0 ], [ 9.193438205895061, 48.791059548975689, 0.0 ], [ 9.193459597295105, 48.791030467713647, 0.0 ], [ 9.193417219124496, 48.79101687051277, 0.0 ], [ 9.193194835484444, 48.790945304934134, 0.0 ], [ 9.193238702714543, 48.790885971668374, 0.0 ], [ 9.193371151782014, 48.790928642893483, 0.0 ], [ 9.193392543165448, 48.790899561643243, 0.0 ], [ 9.193480842629254, 48.790928009025528, 0.0 ], [ 9.193459315535454, 48.790957180443634, 0.0 ], [ 9.193548568841702, 48.790985895942129, 0.0 ], [ 9.193592582239646, 48.791000029887357, 0.0 ], [ 9.193571055179975, 48.791029201325905, 0.0 ], [ 9.193615204717398, 48.791043335033542, 0.0 ], [ 9.193593136038487, 48.791073226775552, 0.0 ], [ 9.193548986826874, 48.791059182982586, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f09b", "Latitude": 48.78855, "Longitude": 9.20436, "X_coordina": 3515088.48, "Y_coordina": 5405695.15, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 9337.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2109.1, "Total_wall": 6079.0, "Total_wa00": 0.0, "Total_outw": 8041.0, "Total_shar": 0.0, "Total_roof": 2109.1, "Gross_volu": 30425.3, "Is_Gross_v": "false", "Heated_vol": 29178.0, "Ridge_mean": 18.9, "Eaves_mean": 18.93, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 150, "Number_o00": 242, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.346, "Heated_are": 9337.0, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 30.7, "Total_Year": 434743.00000000006, "January_He": 69804.0, "February_H": 50012.0, "March_Heat": 32802.0, "April_Heat": 7625.0, "May_Heatin": 204.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 639.0, "October_He": 14335.0, "November_H": 43497.0, "December_H": 67927.0, "PV_potenti": 96.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204158972538096, 48.788389912752599, 0.0 ], [ 9.204160397621749, 48.788405736789173, 0.0 ], [ 9.204174141060745, 48.788405352728418, 0.0 ], [ 9.204176123270841, 48.788424323104834, 0.0 ], [ 9.204162515914831, 48.78842470692458, 0.0 ], [ 9.204163668824226, 48.788440531443555, 0.0 ], [ 9.204177276184499, 48.788440147623668, 0.0 ], [ 9.204178856334451, 48.788460647414894, 0.0 ], [ 9.204165656868609, 48.788460940588138, 0.0 ], [ 9.204166672961954, 48.788476585502231, 0.0 ], [ 9.204180688596816, 48.788476200958115, 0.0 ], [ 9.204182000220944, 48.788497600461817, 0.0 ], [ 9.204169208280872, 48.788497713065588, 0.0 ], [ 9.204170831112238, 48.788528733848288, 0.0 ], [ 9.204127557908024, 48.788529529951035, 0.0 ], [ 9.204132395735765, 48.788581497245893, 0.0 ], [ 9.204145730592451, 48.788581023989146, 0.0 ], [ 9.204147170997841, 48.788600624791528, 0.0 ], [ 9.204132882786087, 48.788600919891081, 0.0 ], [ 9.204133764607272, 48.788617014661355, 0.0 ], [ 9.204148325730475, 48.788616898925198, 0.0 ], [ 9.204149767232273, 48.788636769496421, 0.0 ], [ 9.204136295177893, 48.788636973225863, 0.0 ], [ 9.204137177730336, 48.788653247842035, 0.0 ], [ 9.204151464497803, 48.788652593049903, 0.0 ], [ 9.204152499194555, 48.788672824036752, 0.0 ], [ 9.204139027130545, 48.788673027766542, 0.0 ], [ 9.204139459835691, 48.788679051883996, 0.0 ], [ 9.204140319410177, 48.788689661350851, 0.0 ], [ 9.204154605458358, 48.788688826712331, 0.0 ], [ 9.204155910511078, 48.788708607601471, 0.0 ], [ 9.204142030170745, 48.788708812055432, 0.0 ], [ 9.204143183445256, 48.788724726496824, 0.0 ], [ 9.204157334873527, 48.788724251791194, 0.0 ], [ 9.204158359724843, 48.788742054856691, 0.0 ], [ 9.20423755294555, 48.788739306645894, 0.0 ], [ 9.204236255158534, 48.788721324217846, 0.0 ], [ 9.204255441876173, 48.788720840569844, 0.0 ], [ 9.204278982709843, 48.78872016934767, 0.0 ], [ 9.204331371113954, 48.788718637625706, 0.0 ], [ 9.204404851109272, 48.788716528902611, 0.0 ], [ 9.204471119115526, 48.788714612785519, 0.0 ], [ 9.20446999313867, 48.788705442572578, 0.0 ], [ 9.204470401368859, 48.788705432855373, 0.0 ], [ 9.204475435964307, 48.78870525306111, 0.0 ], [ 9.204515712434217, 48.788703742760688, 0.0 ], [ 9.204555988901665, 48.788702232446184, 0.0 ], [ 9.204555834537759, 48.788697736537927, 0.0 ], [ 9.204559236028929, 48.788697550648521, 0.0 ], [ 9.20456630291585, 48.78876210327487, 0.0 ], [ 9.204567855454927, 48.788775768911449, 0.0 ], [ 9.204613983078154, 48.788774068335243, 0.0 ], [ 9.204651402093591, 48.788772652988172, 0.0 ], [ 9.204708551097966, 48.788770483168925, 0.0 ], [ 9.20478461391753, 48.7887676502232, 0.0 ], [ 9.204833462575129, 48.788765764873034, 0.0 ], [ 9.204858635392389, 48.788764820858688, 0.0 ], [ 9.204869248875287, 48.788764442282989, 0.0 ], [ 9.204867965504405, 48.788750056782412, 0.0 ], [ 9.204872455710124, 48.788749868946923, 0.0 ], [ 9.204884158649813, 48.788883384742483, 0.0 ], [ 9.204480443911242, 48.788899479247384, 0.0 ], [ 9.204475183541375, 48.788844095621656, 0.0 ], [ 9.204490151901, 48.788843709348278, 0.0 ], [ 9.204486596575469, 48.788806037653373, 0.0 ], [ 9.204263851067827, 48.788814436171741, 0.0 ], [ 9.204265989126704, 48.788838262145767, 0.0 ], [ 9.20423918282502, 48.788839119004081, 0.0 ], [ 9.204167609717548, 48.788841673858961, 0.0 ], [ 9.203945677253305, 48.788849261007975, 0.0 ], [ 9.203756266064488, 48.78885580103217, 0.0 ], [ 9.203746198824435, 48.788722192304085, 0.0 ], [ 9.203743745152705, 48.788687576040488, 0.0 ], [ 9.203932747079724, 48.788680946837722, 0.0 ], [ 9.203931041136695, 48.788662965128871, 0.0 ], [ 9.203945465091701, 48.788662579890293, 0.0 ], [ 9.203943764246466, 48.788645857103646, 0.0 ], [ 9.203929203843105, 48.78864615266, 0.0 ], [ 9.203928447972837, 48.788627539802995, 0.0 ], [ 9.203942327198511, 48.788627065605802, 0.0 ], [ 9.203940490266895, 48.788610343059993, 0.0 ], [ 9.20392674640572, 48.788610637169981, 0.0 ], [ 9.20392516635347, 48.788590137375664, 0.0 ], [ 9.203925574546398, 48.788590118668097, 0.0 ], [ 9.20393890875147, 48.788589483573872, 0.0 ], [ 9.203937606702363, 48.788570422065753, 0.0 ], [ 9.203993535450714, 48.788569423769438, 0.0 ], [ 9.203989200205154, 48.78850711435841, 0.0 ], [ 9.203959945212814, 48.7885081553367, 0.0 ], [ 9.203958774508669, 48.788487924588431, 0.0 ], [ 9.203971973253953, 48.78848745159285, 0.0 ], [ 9.203970408494298, 48.788470728565052, 0.0 ], [ 9.203957210117805, 48.788471291483447, 0.0 ], [ 9.203955766510354, 48.788450881371062, 0.0 ], [ 9.203969510327763, 48.788450587257692, 0.0 ], [ 9.203967948850135, 48.788434673536827, 0.0 ], [ 9.203954341854088, 48.788435147254994, 0.0 ], [ 9.203953041625413, 48.78841653536157, 0.0 ], [ 9.203966241080938, 48.788416242212683, 0.0 ], [ 9.203965085318616, 48.788399698307487, 0.0 ], [ 9.203952294131684, 48.788399990733176, 0.0 ], [ 9.203950992811469, 48.788381109070585, 0.0 ], [ 9.203963784358054, 48.788380906568079, 0.0 ], [ 9.203962075863396, 48.788362295397697, 0.0 ], [ 9.203944658787604, 48.788362865786532, 0.0 ], [ 9.203829541824735, 48.788366396776119, 0.0 ], [ 9.203821208786678, 48.788257783750048, 0.0 ], [ 9.203937139112986, 48.788253531939041, 0.0 ], [ 9.203935981906575, 48.788236628341025, 0.0 ], [ 9.203967279149717, 48.788235853522536, 0.0 ], [ 9.203967452046172, 48.788244935505574, 0.0 ], [ 9.203991128749122, 48.788244264101479, 0.0 ], [ 9.203990410768865, 48.788235003236714, 0.0 ], [ 9.204021163295016, 48.788234139444853, 0.0 ], [ 9.204021335836639, 48.788243131504785, 0.0 ], [ 9.204051135024386, 48.788242089546571, 0.0 ], [ 9.20405156188165, 48.788246674896676, 0.0 ], [ 9.204170349273475, 48.788242237941212, 0.0 ], [ 9.20417192540125, 48.788261748580155, 0.0 ], [ 9.204185804158916, 48.788261184430773, 0.0 ], [ 9.204187378469104, 48.788280245454359, 0.0 ], [ 9.204173362159187, 48.788280450153195, 0.0 ], [ 9.204174108994007, 48.788296814934363, 0.0 ], [ 9.204188261031439, 48.788296520071114, 0.0 ], [ 9.204190247255697, 48.788316479600745, 0.0 ], [ 9.204175824861037, 48.788317224561844, 0.0 ], [ 9.204176842048955, 48.788333139245282, 0.0 ], [ 9.204190993002042, 48.788332574612653, 0.0 ], [ 9.204193115681658, 48.788352623823812, 0.0 ], [ 9.204178826810894, 48.788352739082946, 0.0 ], [ 9.204179981182987, 48.78836892329398, 0.0 ], [ 9.204193589253483, 48.788368719318221, 0.0 ], [ 9.20419598411182, 48.78838876804658, 0.0 ], [ 9.204158972538096, 48.788389912752599, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f09c", "Latitude": 48.78895, "Longitude": 9.20472, "X_coordina": 3515114.92, "Y_coordina": 5405739.95, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 121.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 132.9, "Total_wall": 117.5, "Total_wa00": 0.0, "Total_outw": 397.0, "Total_shar": 0.0, "Total_roof": 132.9, "Gross_volu": 280.3, "Is_Gross_v": "false", "Heated_vol": 280.3, "Ridge_mean": 2.1, "Eaves_mean": 2.11, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.367, "Heated_are": 121.4, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204524731305384, 48.788947239979599, 0.0 ], [ 9.204819048374324, 48.788935746203187, 0.0 ], [ 9.204824172676496, 48.788991040130753, 0.0 ], [ 9.204529580913526, 48.789001994866119, 0.0 ], [ 9.204524731305384, 48.788947239979599, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7b", "Latitude": 48.7913, "Longitude": 9.20188, "X_coordina": 3514905.79, "Y_coordina": 5406001.35, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 16459.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2640.9, "Total_wall": 4953.9, "Total_wa00": 0.0, "Total_outw": 6189.9, "Total_shar": 153.6, "Total_roof": 2640.9, "Gross_volu": 54077.4, "Is_Gross_v": "false", "Heated_vol": 51436.5, "Ridge_mean": 29.7, "Eaves_mean": 29.69, "Storey_num": 11, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.193, "Heated_are": 16459.7, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 47.4, "Total_Year": 1021357.0, "January_He": 166887.0, "February_H": 130107.0, "March_Heat": 100440.0, "April_Heat": 44099.0, "May_Heatin": 6831.0, "June_Heati": 256, "July_Heati": 28, "August_Hea": 54, "September_": 10508.0, "October_He": 51550.0, "November_H": 110588.0, "December_H": 159533.0, "PV_potenti": 123.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201334648608418, 48.791366321699492, 0.0 ], [ 9.201378477027159, 48.791333602794637, 0.0 ], [ 9.201447408262695, 48.791282135852271, 0.0 ], [ 9.201523395449884, 48.791225440951294, 0.0 ], [ 9.201806988803572, 48.791013803681068, 0.0 ], [ 9.201876562200503, 48.79105477682743, 0.0 ], [ 9.201959777369243, 48.79110372920919, 0.0 ], [ 9.202009570966252, 48.791065424337162, 0.0 ], [ 9.202341068985501, 48.79126042619864, 0.0 ], [ 9.201926802117766, 48.7915686021623, 0.0 ], [ 9.201900062949445, 48.791552642644334, 0.0 ], [ 9.201854606930164, 48.791586713453313, 0.0 ], [ 9.201789610965283, 48.791635296185554, 0.0 ], [ 9.201334648608418, 48.791366321699492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7c", "Latitude": 48.79092, "Longitude": 9.20244, "X_coordina": 3514947.17, "Y_coordina": 5405959.19, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 7510.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 2310.8, "Total_wall": 2177.7, "Total_wa00": 0.0, "Total_outw": 3540.7, "Total_shar": 0.0, "Total_roof": 2366.4, "Gross_volu": 25781.7, "Is_Gross_v": "false", "Heated_vol": 23470.9, "Ridge_mean": 15.1, "Eaves_mean": 8.05, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.275, "Heated_are": 7510.7, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 2.8, "Total_Year": 267730.0, "January_He": 8340.0, "February_H": 3414.0, "March_Heat": 512.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 17.0, "November_H": 1347.0, "December_H": 7290.0, "PV_potenti": 112.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202683846866742, 48.790943921755641, 0.0 ], [ 9.202687781668551, 48.790940947350876, 0.0 ], [ 9.20288150129249, 48.79105588829664, 0.0 ], [ 9.202597367118571, 48.791267349314118, 0.0 ], [ 9.202605143770537, 48.791272101583658, 0.0 ], [ 9.202591301453607, 48.79128192760988, 0.0 ], [ 9.202570290560718, 48.791269015571707, 0.0 ], [ 9.202581823593288, 48.791260272693727, 0.0 ], [ 9.202532030630033, 48.79123104518051, 0.0 ], [ 9.202020053182, 48.79093052052967, 0.0 ], [ 9.201917601966938, 48.790869911850216, 0.0 ], [ 9.202272706560715, 48.790606711700526, 0.0 ], [ 9.202321543565652, 48.79063531154307, 0.0 ], [ 9.20231082828014, 48.790644322730181, 0.0 ], [ 9.202384903173613, 48.790687895448812, 0.0 ], [ 9.202491582190799, 48.790750654447557, 0.0 ], [ 9.202436087769842, 48.790792566496279, 0.0 ], [ 9.202508390140286, 48.790835243014172, 0.0 ], [ 9.202521823705068, 48.790825327792376, 0.0 ], [ 9.202573664921299, 48.790856350181265, 0.0 ], [ 9.202616815238279, 48.790824531231458, 0.0 ], [ 9.20268366315131, 48.79086451952756, 0.0 ], [ 9.202641058670277, 48.790896697236143, 0.0 ], [ 9.202624233962686, 48.790909406070632, 0.0 ], [ 9.202683846866742, 48.790943921755641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7d", "Latitude": 48.79152, "Longitude": 9.20225, "X_coordina": 3514932.45, "Y_coordina": 5406025.04, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 1610.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 422.4, "Total_wall": 956.4, "Total_wa00": 0.0, "Total_outw": 1477.0, "Total_shar": 0.0, "Total_roof": 614.7, "Gross_volu": 5032.4, "Is_Gross_v": "false", "Heated_vol": 5032.4, "Ridge_mean": 12.8, "Eaves_mean": 12.76, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1610.4, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 4.2, "Total_Year": 59601.0, "January_He": 2524.0, "February_H": 1161.0, "March_Heat": 218.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 508.0, "December_H": 2258.0, "PV_potenti": 25.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201978989920363, 48.791618058545616, 0.0 ], [ 9.202074653611405, 48.791547030918487, 0.0 ], [ 9.202081611149865, 48.791551155195229, 0.0 ], [ 9.202153121293259, 48.791498064682209, 0.0 ], [ 9.202146300214, 48.791494030093823, 0.0 ], [ 9.202242370276792, 48.791422641918111, 0.0 ], [ 9.202249190992626, 48.791426586577899, 0.0 ], [ 9.202308488282496, 48.791382509776511, 0.0 ], [ 9.202424035920465, 48.791450468818809, 0.0 ], [ 9.202099594552571, 48.791691314533224, 0.0 ], [ 9.202015694542201, 48.79164155414626, 0.0 ], [ 9.202012573700266, 48.79164389763465, 0.0 ], [ 9.201979559573218, 48.79162435219871, 0.0 ], [ 9.201984037774134, 48.791621107094429, 0.0 ], [ 9.201978989920363, 48.791618058545616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7e", "Latitude": 48.79125, "Longitude": 9.20139, "X_coordina": 3514869.3, "Y_coordina": 5405994.73, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 475.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 107.9, "Total_wall": 389.7, "Total_wa00": 0.0, "Total_outw": 569.2, "Total_shar": 306.1, "Total_roof": 107.9, "Gross_volu": 1594.3, "Is_Gross_v": "false", "Heated_vol": 1486.4, "Ridge_mean": 14.8, "Eaves_mean": 14.78, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.397, "Heated_are": 475.7, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 4.7, "Total_Year": 17861.0, "January_He": 850.0, "February_H": 352.0, "March_Heat": 70.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 171.0, "December_H": 783.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201303761858609, 48.791198038701474, 0.0 ], [ 9.201447408262695, 48.791282135852271, 0.0 ], [ 9.201378477027159, 48.791333602794637, 0.0 ], [ 9.201234694495039, 48.791249505796557, 0.0 ], [ 9.201303761858609, 48.791198038701474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec53", "Latitude": 48.79124, "Longitude": 9.20312, "X_coordina": 3514996.65, "Y_coordina": 5405994.02, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 233.7, "SecondaryU": "retail", "Secondar00": 92.6, "BuildingTy": "MFH", "Footprint_": 115.7, "Total_wall": 264.2, "Total_wa00": 0.0, "Total_outw": 462.1, "Total_shar": 224.7, "Total_roof": 164.7, "Gross_volu": 1135.1, "Is_Gross_v": "false", "Heated_vol": 1019.4, "Ridge_mean": 14.0, "Eaves_mean": 7.28, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.507, "Heated_are": 326.2, "Mean_Uvalu": 0.48, "Specific_d": "32,1", "Specific_s": 52.9, "Total_Year": 27703.0, "January_He": 4083.0, "February_H": 2965.0, "March_Heat": 1942.0, "April_Heat": 498.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 986.0, "November_H": 2665.0, "December_H": 3997.0, "PV_potenti": 6.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20301016576764, 48.791271568136466, 0.0 ], [ 9.202962143966417, 48.791242877228406, 0.0 ], [ 9.203038955030539, 48.7911884279658, 0.0 ], [ 9.203085199232351, 48.79121505373395, 0.0 ], [ 9.20313403511064, 48.79124311368961, 0.0 ], [ 9.203121009116902, 48.791252848415958, 0.0 ], [ 9.20318635658686, 48.791291759980822, 0.0 ], [ 9.203160576418387, 48.791311139040523, 0.0 ], [ 9.203136897536178, 48.791311630430123, 0.0 ], [ 9.203124074388572, 48.791304189389734, 0.0 ], [ 9.203098706107054, 48.791324466945106, 0.0 ], [ 9.203057914705981, 48.791300079658285, 0.0 ], [ 9.20301016576764, 48.791271568136466, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec54", "Latitude": 48.79131, "Longitude": 9.20322, "X_coordina": 3515003.85, "Y_coordina": 5406002.27, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 57.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.3, "Total_wall": 63.4, "Total_wa00": 0.0, "Total_outw": 220.4, "Total_shar": 122.1, "Total_roof": 64.3, "Gross_volu": 160.2, "Is_Gross_v": "false", "Heated_vol": 160.2, "Ridge_mean": 2.5, "Eaves_mean": 2.49, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.198, "Heated_are": 57.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203250549755161, 48.791348118725594, 0.0 ], [ 9.203161230441488, 48.791338294816256, 0.0 ], [ 9.203146016036365, 48.79137905705052, 0.0 ], [ 9.20308421823116, 48.791342926835306, 0.0 ], [ 9.203098706107054, 48.791324466945106, 0.0 ], [ 9.203124074388572, 48.791304189389734, 0.0 ], [ 9.203136897536178, 48.791311630430123, 0.0 ], [ 9.203160576418387, 48.791311139040523, 0.0 ], [ 9.20318635658686, 48.791291759980822, 0.0 ], [ 9.203199517947647, 48.791281845161109, 0.0 ], [ 9.203260757210721, 48.791314469279996, 0.0 ], [ 9.203250549755161, 48.791348118725594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec46", "Latitude": 48.79071, "Longitude": 9.20922, "X_coordina": 3515444.89, "Y_coordina": 5405937.33, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 935.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 206.2, "Total_wall": 663.5, "Total_wa00": 0.0, "Total_outw": 1003.3, "Total_shar": 205.9, "Total_roof": 292.2, "Gross_volu": 3129.2, "Is_Gross_v": "false", "Heated_vol": 2923.0, "Ridge_mean": 17.8, "Eaves_mean": 11.68, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 935.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.5, "Total_Year": 48914.0, "January_He": 8588.0, "February_H": 5848.0, "March_Heat": 3558.0, "April_Heat": 749.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1586.0, "November_H": 5212.0, "December_H": 8460.0, "PV_potenti": 13.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20930370771358, 48.790751963327914, 0.0 ], [ 9.209288132434033, 48.790802888402339, 0.0 ], [ 9.209283367255473, 48.790802447444179, 0.0 ], [ 9.209285785917364, 48.790794979388465, 0.0 ], [ 9.209024058375142, 48.790758406208269, 0.0 ], [ 9.209037218949247, 48.790715848448848, 0.0 ], [ 9.209048766542551, 48.79067814949105, 0.0 ], [ 9.209051720644787, 48.790668522301225, 0.0 ], [ 9.20931289700416, 48.790703567719433, 0.0 ], [ 9.209315722069585, 48.79069564930618, 0.0 ], [ 9.209320760922934, 48.790696449460036, 0.0 ], [ 9.20930370771358, 48.790751963327914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ea85", "Latitude": 48.788, "Longitude": 9.19972, "X_coordina": 3514747.78, "Y_coordina": 5405633.88, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 851.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 210.1, "Total_wall": 536.7, "Total_wa00": 0.0, "Total_outw": 832.0, "Total_shar": 144.3, "Total_roof": 276.9, "Gross_volu": 2871.4, "Is_Gross_v": "false", "Heated_vol": 2661.3, "Ridge_mean": 16.4, "Eaves_mean": 11.1, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.374, "Heated_are": 851.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.1, "Total_Year": 46761.0, "January_He": 8142.0, "February_H": 5767.0, "March_Heat": 3639.0, "April_Heat": 751.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1746.0, "November_H": 5162.0, "December_H": 7958.0, "PV_potenti": 13.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199584893897393, 48.788014946316714, 0.0 ], [ 9.199561835150785, 48.787965528266461, 0.0 ], [ 9.199604259684314, 48.787956732143314, 0.0 ], [ 9.199644101048879, 48.787948569948561, 0.0 ], [ 9.199716712218351, 48.787933516713473, 0.0 ], [ 9.19976420018282, 48.788034688385295, 0.0 ], [ 9.19978684518626, 48.788082668333779, 0.0 ], [ 9.199744827769983, 48.788091194046793, 0.0 ], [ 9.199672759660803, 48.788105976586571, 0.0 ], [ 9.199632374183778, 48.7881142296579, 0.0 ], [ 9.199619754633645, 48.788089162833742, 0.0 ], [ 9.199612207416397, 48.788073439276239, 0.0 ], [ 9.199609190314124, 48.788067599468285, 0.0 ], [ 9.199601955935613, 48.788062126664819, 0.0 ], [ 9.199595398071667, 48.788055663528084, 0.0 ], [ 9.199590199298033, 48.788048748417097, 0.0 ], [ 9.19958635997093, 48.788041471255077, 0.0 ], [ 9.199584152620719, 48.788033921493472, 0.0 ], [ 9.199583305429103, 48.788026189527137, 0.0 ], [ 9.199584091639494, 48.788018544653511, 0.0 ], [ 9.199584893897393, 48.788014946316714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ea8a", "Latitude": 48.78811, "Longitude": 9.19965, "X_coordina": 3514742.43, "Y_coordina": 5405645.3, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.7, "Total_wall": 42.5, "Total_wa00": 0.0, "Total_outw": 127.4, "Total_shar": 54.3, "Total_roof": 27.7, "Gross_volu": 78.2, "Is_Gross_v": "false", "Heated_vol": 73.3, "Ridge_mean": 2.8, "Eaves_mean": 2.78, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.289, "Heated_are": 23.5, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199645287681632, 48.788144781314031, 0.0 ], [ 9.199643268486907, 48.788150360081424, 0.0 ], [ 9.19958179761332, 48.788160717932335, 0.0 ], [ 9.19955869387462, 48.788099969579818, 0.0 ], [ 9.199601124228211, 48.788092612226478, 0.0 ], [ 9.199619914426361, 48.788129448355299, 0.0 ], [ 9.19963691179551, 48.788126001790623, 0.0 ], [ 9.199645287681632, 48.788144781314031, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e95c", "Latitude": 48.78971, "Longitude": 9.20062, "X_coordina": 3514813.55, "Y_coordina": 5405823.44, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1008.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 142.9, "Total_wall": 793.7, "Total_wa00": 0.0, "Total_outw": 982.6, "Total_shar": 258.8, "Total_roof": 187.5, "Gross_volu": 3178.9, "Is_Gross_v": "false", "Heated_vol": 3150.0, "Ridge_mean": 23.2, "Eaves_mean": 19.45, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.356, "Heated_are": 1008.0, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 54935.0, "January_He": 9143.0, "February_H": 6800.0, "March_Heat": 4579.0, "April_Heat": 1144.0, "May_Heatin": 38.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 134.0, "October_He": 2244.0, "November_H": 6011.0, "December_H": 8877.0, "PV_potenti": 6.48 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20048461371498, 48.789699361876949, 0.0 ], [ 9.200520301545493, 48.789673131962729, 0.0 ], [ 9.20052957727081, 48.789678511228715, 0.0 ], [ 9.200562549325625, 48.789653814732212, 0.0 ], [ 9.200601426451163, 48.78967658761826, 0.0 ], [ 9.200678362823192, 48.789721775081524, 0.0 ], [ 9.200692686160222, 48.789730202941492, 0.0 ], [ 9.200578510443062, 48.789800002758668, 0.0 ], [ 9.200459562133629, 48.789730878759691, 0.0 ], [ 9.200493891232634, 48.789705190760806, 0.0 ], [ 9.20048461371498, 48.789699361876949, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e925", "Latitude": 48.7893, "Longitude": 9.20197, "X_coordina": 3514913.03, "Y_coordina": 5405778.87, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1241.5, "SecondaryU": "retail", "Secondar00": 225.6, "BuildingTy": "GMH", "Footprint_": 282.0, "Total_wall": 865.3, "Total_wa00": 0.0, "Total_outw": 1098.1, "Total_shar": 289.8, "Total_roof": 311.2, "Gross_volu": 4584.6, "Is_Gross_v": "false", "Heated_vol": 4584.6, "Ridge_mean": 17.6, "Eaves_mean": 17.65, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 42, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.318, "Heated_are": 1467.1, "Mean_Uvalu": 0.37, "Specific_d": "24,6", "Specific_s": 31.6, "Total_Year": 82544.0, "January_He": 10956.0, "February_H": 8050.0, "March_Heat": 5592.0, "April_Heat": 1673.0, "May_Heatin": 78.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 158.0, "October_He": 2414.0, "November_H": 6841.0, "December_H": 10644.0, "PV_potenti": 16.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201762863813439, 48.789275207689961, 0.0 ], [ 9.202084541239753, 48.789264572194043, 0.0 ], [ 9.20208910449054, 48.789316450126037, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.202084288685191, 48.789371132149427, 0.0 ], [ 9.202005503343162, 48.789374058011951, 0.0 ], [ 9.201772005527696, 48.789382920191969, 0.0 ], [ 9.201767576164157, 48.789330412547969, 0.0 ], [ 9.201763290110947, 48.78927970312504, 0.0 ], [ 9.201762863813439, 48.789275207689961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e84d", "Latitude": 48.79138, "Longitude": 9.21354, "X_coordina": 3515762.5, "Y_coordina": 5406012.5, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 572.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.4, "Total_wall": 268.6, "Total_wa00": 0.0, "Total_outw": 463.6, "Total_shar": 390.5, "Total_roof": 210.6, "Gross_volu": 1937.9, "Is_Gross_v": "false", "Heated_vol": 1788.5, "Ridge_mean": 15.6, "Eaves_mean": 10.32, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 572.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 29183.0, "January_He": 4924.0, "February_H": 3543.0, "March_Heat": 2197.0, "April_Heat": 402.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1040.0, "November_H": 3169.0, "December_H": 4796.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213536483135684, 48.791346141227415, 0.0 ], [ 9.213601340770325, 48.791363915747077, 0.0 ], [ 9.213528749800146, 48.791480141743044, 0.0 ], [ 9.213463212704099, 48.79146263821314, 0.0 ], [ 9.213394132956937, 48.791444152050751, 0.0 ], [ 9.213467810283669, 48.791327294659929, 0.0 ], [ 9.213536483135684, 48.791346141227415, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e78c", "Latitude": 48.79069, "Longitude": 9.21018, "X_coordina": 3515515.35, "Y_coordina": 5405934.63, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 345.9, "SecondaryU": "office and administration", "Secondar00": 160.5, "BuildingTy": "RH", "Footprint_": 200.7, "Total_wall": 485.6, "Total_wa00": 0.0, "Total_outw": 878.8, "Total_shar": 0.0, "Total_roof": 200.7, "Gross_volu": 1783.3, "Is_Gross_v": "false", "Heated_vol": 1582.6, "Ridge_mean": 8.9, "Eaves_mean": 8.89, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 6, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.532, "Heated_are": 506.4, "Mean_Uvalu": 0.67, "Specific_d": "15,5", "Specific_s": 64.9, "Total_Year": 40705.0, "January_He": 7987.0, "February_H": 5526.0, "March_Heat": 3516.0, "April_Heat": 982.0, "May_Heatin": 79.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 165.0, "October_He": 1761.0, "November_H": 4977.0, "December_H": 7885.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210096601147336, 48.790752317993977, 0.0 ], [ 9.21009265215752, 48.790751785656639, 0.0 ], [ 9.210093052557008, 48.790749896530187, 0.0 ], [ 9.209987513744135, 48.790734352387659, 0.0 ], [ 9.210016275042076, 48.790647343800366, 0.0 ], [ 9.210112822832187, 48.790660836078132, 0.0 ], [ 9.210114835334631, 48.790653908287567, 0.0 ], [ 9.210129235779466, 48.790647767206465, 0.0 ], [ 9.210155518465339, 48.79065167588584, 0.0 ], [ 9.210166032262341, 48.790659929671882, 0.0 ], [ 9.210163752835927, 48.790668116881129, 0.0 ], [ 9.21027501015053, 48.790684279886378, 0.0 ], [ 9.210246796662179, 48.790772006926559, 0.0 ], [ 9.210136903110589, 48.790756560794755, 0.0 ], [ 9.21013650158622, 48.790758180152551, 0.0 ], [ 9.210133233443036, 48.790757736497866, 0.0 ], [ 9.210096601147336, 48.790752317993977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e70b", "Latitude": 48.79105, "Longitude": 9.20873, "X_coordina": 3515408.98, "Y_coordina": 5405974.78, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 120.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.8, "Total_wall": 120.9, "Total_wa00": 0.0, "Total_outw": 228.4, "Total_shar": 110.6, "Total_roof": 70.2, "Gross_volu": 385.2, "Is_Gross_v": "false", "Heated_vol": 377.1, "Ridge_mean": 10.2, "Eaves_mean": 6.05, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.636, "Heated_are": 120.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 52.2, "Total_Year": 8206.0, "January_He": 1591.0, "February_H": 1073.0, "March_Heat": 623.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 288.0, "November_H": 978.0, "December_H": 1585.0, "PV_potenti": 2.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208725569779844, 48.79107898574496, 0.0 ], [ 9.208714562878511, 48.791115874375258, 0.0 ], [ 9.208633541386366, 48.791105230355093, 0.0 ], [ 9.208656777533575, 48.791030821428535, 0.0 ], [ 9.208736711641329, 48.791041827097906, 0.0 ], [ 9.208725569779844, 48.79107898574496, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e3a5", "Latitude": 48.79006, "Longitude": 9.20839, "X_coordina": 3515384.22, "Y_coordina": 5405864.31, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 815.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 226.2, "Total_wall": 443.1, "Total_wa00": 0.0, "Total_outw": 658.7, "Total_shar": 290.2, "Total_roof": 226.2, "Gross_volu": 2244.1, "Is_Gross_v": "false", "Heated_vol": 2244.1, "Ridge_mean": 9.9, "Eaves_mean": 9.92, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.399, "Heated_are": 815.5, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 39397.0, "January_He": 6769.0, "February_H": 4634.0, "March_Heat": 2627.0, "April_Heat": 357.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 1200.0, "November_H": 4243.0, "December_H": 6612.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208278306415302, 48.790178850786226, 0.0 ], [ 9.208266076740568, 48.789986076645356, 0.0 ], [ 9.208409367446361, 48.789982310394656, 0.0 ], [ 9.208422011533413, 48.790176432624882, 0.0 ], [ 9.208407723273796, 48.790176818178033, 0.0 ], [ 9.208407579360621, 48.790174930042312, 0.0 ], [ 9.208278306415302, 48.790178850786226, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e26e", "Latitude": 48.79025, "Longitude": 9.2088, "X_coordina": 3515414.44, "Y_coordina": 5405885.65, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 825.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 229.4, "Total_wall": 650.9, "Total_wa00": 0.0, "Total_outw": 980.9, "Total_shar": 0.0, "Total_roof": 229.4, "Gross_volu": 2285.6, "Is_Gross_v": "false", "Heated_vol": 2285.6, "Ridge_mean": 10.0, "Eaves_mean": 9.97, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 10, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.486, "Heated_are": 825.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 43598.0, "January_He": 7955.0, "February_H": 5253.0, "March_Heat": 2884.0, "April_Heat": 406.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1299.0, "November_H": 4807.0, "December_H": 7861.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208742122051929, 48.79018070870594, 0.0 ], [ 9.20874032002162, 48.790172798693163, 0.0 ], [ 9.208795678093509, 48.790165054829181, 0.0 ], [ 9.208855817680702, 48.790358461417227, 0.0 ], [ 9.208712457722278, 48.790378594447695, 0.0 ], [ 9.208656296300093, 48.790192644238715, 0.0 ], [ 9.208742122051929, 48.79018070870594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e1a4", "Latitude": 48.78846, "Longitude": 9.2119, "X_coordina": 3515642.56, "Y_coordina": 5405687.63, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.6, "Total_wall": 51.3, "Total_wa00": 0.0, "Total_outw": 118.3, "Total_shar": 238.5, "Total_roof": 58.4, "Gross_volu": 347.7, "Is_Gross_v": "false", "Heated_vol": 305.0, "Ridge_mean": 10.2, "Eaves_mean": 6.11, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 87.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.4, "Total_Year": 5549.0, "January_He": 1051.0, "February_H": 718.0, "March_Heat": 406.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 207.0, "November_H": 670.0, "December_H": 1031.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211791461816567, 48.788503910205385, 0.0 ], [ 9.211797942443535, 48.788459296154464, 0.0 ], [ 9.211856614997053, 48.788463594491397, 0.0 ], [ 9.21191487891725, 48.788467803626766, 0.0 ], [ 9.211908394985189, 48.788511608377405, 0.0 ], [ 9.211850268617232, 48.788507758680382, 0.0 ], [ 9.211791461816567, 48.788503910205385, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e111", "Latitude": 48.79037, "Longitude": 9.21151, "X_coordina": 3515613.7, "Y_coordina": 5405898.99, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.1, "Total_wall": 286.3, "Total_wa00": 0.0, "Total_outw": 421.1, "Total_shar": 330.3, "Total_roof": 184.3, "Gross_volu": 1773.6, "Is_Gross_v": "false", "Heated_vol": 1646.5, "Ridge_mean": 16.5, "Eaves_mean": 11.4, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.352, "Heated_are": 526.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 28264.0, "January_He": 4804.0, "February_H": 3504.0, "March_Heat": 2226.0, "April_Heat": 462.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 49.0, "October_He": 1058.0, "November_H": 3102.0, "December_H": 4701.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211535061154427, 48.790347456369119, 0.0 ], [ 9.211579024964783, 48.790381096964694, 0.0 ], [ 9.211444479844451, 48.790458318699265, 0.0 ], [ 9.211400107397997, 48.79042458887934, 0.0 ], [ 9.211357782832374, 48.79039238398525, 0.0 ], [ 9.211493008754051, 48.790315251024332, 0.0 ], [ 9.211535061154427, 48.790347456369119, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e0b5", "Latitude": 48.78909, "Longitude": 9.19749, "X_coordina": 3514583.79, "Y_coordina": 5405754.52, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2130, "PrimaryUsa": "retail", "PrimaryU00": 449.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 244.8, "Total_wall": 293.8, "Total_wa00": 0.0, "Total_outw": 980.6, "Total_shar": 0.0, "Total_roof": 244.8, "Gross_volu": 1007.2, "Is_Gross_v": "false", "Heated_vol": 1007.2, "Ridge_mean": 4.1, "Eaves_mean": 4.12, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.778, "Heated_are": 449.0, "Mean_Uvalu": 0.39, "Specific_d": "73,0", "Specific_s": 50.1, "Total_Year": 55262.0, "January_He": 5164.0, "February_H": 3798.0, "March_Heat": 2693.0, "April_Heat": 934.0, "May_Heatin": 100.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 178.0, "October_He": 1306.0, "November_H": 3288.0, "December_H": 5017.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197494697205077, 48.78915401594714, 0.0 ], [ 9.197491295656381, 48.789154201628143, 0.0 ], [ 9.197275763707681, 48.789163473504004, 0.0 ], [ 9.197274915440817, 48.789155381829531, 0.0 ], [ 9.197267263426879, 48.789078060606542, 0.0 ], [ 9.197486604824547, 48.789068602366122, 0.0 ], [ 9.197486457795209, 48.789065814985364, 0.0 ], [ 9.197618585236764, 48.789061541752872, 0.0 ], [ 9.197626401068854, 48.78914578679202, 0.0 ], [ 9.197494544881543, 48.78914987972091, 0.0 ], [ 9.197494697205077, 48.78915401594714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000df9d", "Latitude": 48.78767, "Longitude": 9.21133, "X_coordina": 3515600.78, "Y_coordina": 5405598.77, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 788.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 176.9, "Total_wall": 520.4, "Total_wa00": 0.0, "Total_outw": 723.9, "Total_shar": 204.1, "Total_roof": 247.2, "Gross_volu": 2634.3, "Is_Gross_v": "false", "Heated_vol": 2464.5, "Ridge_mean": 17.5, "Eaves_mean": 12.69, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.375, "Heated_are": 788.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 41077.0, "January_He": 7009.0, "February_H": 4934.0, "March_Heat": 3139.0, "April_Heat": 768.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1400.0, "November_H": 4333.0, "December_H": 6899.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211148660669691, 48.787713222833396, 0.0 ], [ 9.211178912179626, 48.787625491788212, 0.0 ], [ 9.211413678816408, 48.787661839820117, 0.0 ], [ 9.211397272725177, 48.787708630243841, 0.0 ], [ 9.211383018302136, 48.787749301906153, 0.0 ], [ 9.211148660669691, 48.787713222833396, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc91", "Latitude": 48.78897, "Longitude": 9.19546, "X_coordina": 3514434.59, "Y_coordina": 5405740.62, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1070.7, "SecondaryU": "retail", "Secondar00": 161.0, "BuildingTy": "GMH", "Footprint_": 201.2, "Total_wall": 994.0, "Total_wa00": 0.0, "Total_outw": 1301.3, "Total_shar": 66.3, "Total_roof": 229.7, "Gross_volu": 3982.7, "Is_Gross_v": "false", "Heated_vol": 3849.0, "Ridge_mean": 21.6, "Eaves_mean": 17.96, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.366, "Heated_are": 1231.7, "Mean_Uvalu": 0.45, "Specific_d": "23,3", "Specific_s": 36.5, "Total_Year": 73655.0, "January_He": 11086.0, "February_H": 7850.0, "March_Heat": 4866.0, "April_Heat": 978.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 106.0, "October_He": 2267.0, "November_H": 6945.0, "December_H": 10816.0, "PV_potenti": 12.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195279182714147, 48.788991165812583, 0.0 ], [ 9.195340921348553, 48.788944120957559, 0.0 ], [ 9.195397503480104, 48.788900951535616, 0.0 ], [ 9.195496803359582, 48.78895914344271, 0.0 ], [ 9.195552864104821, 48.788991960308635, 0.0 ], [ 9.195495328327555, 48.78903486165423, 0.0 ], [ 9.195433450144463, 48.789081007591648, 0.0 ], [ 9.195279182714147, 48.788991165812583, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc92", "Latitude": 48.78893, "Longitude": 9.1956, "X_coordina": 3514445.03, "Y_coordina": 5405735.67, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 94.7, "SecondaryU": "industry", "Secondar00": 39.4, "BuildingTy": "RH", "Footprint_": 49.3, "Total_wall": 148.0, "Total_wa00": 0.0, "Total_outw": 254.9, "Total_shar": 79.4, "Total_roof": 49.3, "Gross_volu": 347.0, "Is_Gross_v": "false", "Heated_vol": 347.0, "Ridge_mean": 7.0, "Eaves_mean": 7.03, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.711, "Heated_are": 134.1, "Mean_Uvalu": 0.47, "Specific_d": "20,8", "Specific_s": 28.7, "Total_Year": 6648.0, "January_He": 1126.0, "February_H": 660.0, "March_Heat": 266.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 2.0, "October_He": 89.0, "November_H": 568.0, "December_H": 1119.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19556165643508, 48.788908136541409, 0.0 ], [ 9.195618807979843, 48.788941491064953, 0.0 ], [ 9.195552864104821, 48.788991960308635, 0.0 ], [ 9.195496803359582, 48.78895914344271, 0.0 ], [ 9.195502566832321, 48.788936382976111, 0.0 ], [ 9.195547070395955, 48.788901866656197, 0.0 ], [ 9.19554869857822, 48.78890060496029, 0.0 ], [ 9.19556165643508, 48.788908136541409, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc93", "Latitude": 48.78882, "Longitude": 9.19556, "X_coordina": 3514442.04, "Y_coordina": 5405724.3, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 97.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 90.1, "Total_wall": 95.9, "Total_wa00": 0.0, "Total_outw": 255.0, "Total_shar": 95.7, "Total_roof": 90.9, "Gross_volu": 325.5, "Is_Gross_v": "false", "Heated_vol": 305.9, "Ridge_mean": 4.1, "Eaves_mean": 2.88, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.884, "Heated_are": 97.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 17.5, "Total_Year": 4927.0, "January_He": 577.0, "February_H": 273.0, "March_Heat": 75.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 209.0, "December_H": 560.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195547070395955, 48.788901866656197, 0.0 ], [ 9.195526886173788, 48.788890840321557, 0.0 ], [ 9.195509338316027, 48.788892848435836, 0.0 ], [ 9.195428590353192, 48.788845865511604, 0.0 ], [ 9.195517881767611, 48.788779979755375, 0.0 ], [ 9.195604951206327, 48.788877758739481, 0.0 ], [ 9.19556165643508, 48.788908136541409, 0.0 ], [ 9.19554869857822, 48.78890060496029, 0.0 ], [ 9.195547070395955, 48.788901866656197, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dbfe", "Latitude": 48.79028, "Longitude": 9.20928, "X_coordina": 3515449.89, "Y_coordina": 5405888.92, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 404.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 148.1, "Total_wall": 375.4, "Total_wa00": 0.0, "Total_outw": 739.1, "Total_shar": 0.0, "Total_roof": 168.1, "Gross_volu": 1412.6, "Is_Gross_v": "false", "Heated_vol": 1264.5, "Ridge_mean": 11.0, "Eaves_mean": 8.36, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.525, "Heated_are": 404.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 25955.0, "January_He": 4826.0, "February_H": 3374.0, "March_Heat": 2040.0, "April_Heat": 411.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1018.0, "November_H": 3055.0, "December_H": 4753.0, "PV_potenti": 7.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209167530191275, 48.79030654928178, 0.0 ], [ 9.209135081408112, 48.790259758005639, 0.0 ], [ 9.209261491661627, 48.790221940295673, 0.0 ], [ 9.209342281774161, 48.790340852341188, 0.0 ], [ 9.209216823563297, 48.790378578485708, 0.0 ], [ 9.209185327340599, 48.790331785493741, 0.0 ], [ 9.209181522709731, 48.790333231182665, 0.0 ], [ 9.209163451506654, 48.790307545849757, 0.0 ], [ 9.209167530191275, 48.79030654928178, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000da18", "Latitude": 48.79347, "Longitude": 9.20187, "X_coordina": 3514904.04, "Y_coordina": 5406242.56, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1834.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 320.8, "Total_wall": 1066.4, "Total_wa00": 0.0, "Total_outw": 1413.4, "Total_shar": 261.6, "Total_roof": 320.8, "Gross_volu": 4883.6, "Is_Gross_v": "false", "Heated_vol": 4883.6, "Ridge_mean": 19.2, "Eaves_mean": 19.25, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 29, "Number_o00": 39, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.35, "Heated_are": 1834.7, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 27.5, "Total_Year": 79443.0, "January_He": 12751.0, "February_H": 8954.0, "March_Heat": 5329.0, "April_Heat": 858.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 2239.0, "November_H": 7747.0, "December_H": 12431.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201801120878802, 48.793589045801788, 0.0 ], [ 9.201809578686373, 48.793593886853024, 0.0 ], [ 9.201773617994521, 48.7936204773208, 0.0 ], [ 9.201641968726957, 48.793543193795202, 0.0 ], [ 9.201880802196792, 48.793366794914029, 0.0 ], [ 9.202003578762977, 48.79343761923613, 0.0 ], [ 9.201887018080944, 48.79352522935519, 0.0 ], [ 9.201883197845659, 48.793522898039598, 0.0 ], [ 9.201864879278439, 48.793536688459092, 0.0 ], [ 9.201868427670707, 48.793539110175388, 0.0 ], [ 9.201801120878802, 48.793589045801788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d948", "Latitude": 48.78809, "Longitude": 9.21099, "X_coordina": 3515575.68, "Y_coordina": 5405646.22, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 152.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 55.0, "Total_wall": 84.2, "Total_wa00": 0.0, "Total_outw": 149.8, "Total_shar": 228.4, "Total_roof": 88.2, "Gross_volu": 532.0, "Is_Gross_v": "false", "Heated_vol": 477.0, "Ridge_mean": 12.5, "Eaves_mean": 6.83, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.452, "Heated_are": 152.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 9246.0, "January_He": 1663.0, "February_H": 1182.0, "March_Heat": 735.0, "April_Heat": 149.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 375.0, "November_H": 1079.0, "December_H": 1621.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210951409341602, 48.78808829622961, 0.0 ], [ 9.211009550615726, 48.788095833222961, 0.0 ], [ 9.210994124517232, 48.788149276140842, 0.0 ], [ 9.21093557567545, 48.788141919733597, 0.0 ], [ 9.21087335060942, 48.788134120409978, 0.0 ], [ 9.210888502773205, 48.788080228391493, 0.0 ], [ 9.210951409341602, 48.78808829622961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d919", "Latitude": 48.78863, "Longitude": 9.21388, "X_coordina": 3515788.33, "Y_coordina": 5405706.49, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.1, "Total_wall": 63.9, "Total_wa00": 0.0, "Total_outw": 129.1, "Total_shar": 221.5, "Total_roof": 56.0, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 318.4, "Ridge_mean": 9.1, "Eaves_mean": 6.25, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 101.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 47.2, "Total_Year": 6428.0, "January_He": 1198.0, "February_H": 836.0, "March_Heat": 490.0, "April_Heat": 85.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 248.0, "November_H": 769.0, "December_H": 1175.0, "PV_potenti": 0.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213906329088941, 48.788641091588715, 0.0 ], [ 9.213876188056778, 48.788689796265245, 0.0 ], [ 9.213768792349404, 48.788652857199878, 0.0 ], [ 9.213793936004237, 48.788613064270237, 0.0 ], [ 9.213906329088941, 48.788641091588715, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d655", "Latitude": 48.78864, "Longitude": 9.20942, "X_coordina": 3515460.82, "Y_coordina": 5405706.93, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 80.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.9, "Total_wall": 45.0, "Total_wa00": 0.0, "Total_outw": 109.7, "Total_shar": 203.3, "Total_roof": 53.4, "Gross_volu": 289.8, "Is_Gross_v": "false", "Heated_vol": 249.9, "Ridge_mean": 9.0, "Eaves_mean": 5.46, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.512, "Heated_are": 80.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.0, "Total_Year": 5024.0, "January_He": 955.0, "February_H": 647.0, "March_Heat": 363.0, "April_Heat": 59.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 184.0, "November_H": 605.0, "December_H": 936.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20938098750786, 48.788685827354065, 0.0 ], [ 9.209328057187724, 48.788687901898491, 0.0 ], [ 9.209327059683805, 48.788677112873629, 0.0 ], [ 9.209324060816463, 48.78864321710838, 0.0 ], [ 9.209377263641315, 48.788641231993964, 0.0 ], [ 9.209433323575912, 48.788639061811715, 0.0 ], [ 9.209437183580729, 48.78868365692243, 0.0 ], [ 9.20938098750786, 48.788685827354065, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d605", "Latitude": 48.79163, "Longitude": 9.19933, "X_coordina": 3514718.5, "Y_coordina": 5406036.85, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 135.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 82.7, "Total_wall": 151.6, "Total_wa00": 0.0, "Total_outw": 300.1, "Total_shar": 357.1, "Total_roof": 82.7, "Gross_volu": 507.1, "Is_Gross_v": "false", "Heated_vol": 424.5, "Ridge_mean": 6.1, "Eaves_mean": 6.14, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.683, "Heated_are": 135.8, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 56.7, "Total_Year": 17622.0, "January_He": 1934.0, "February_H": 1261.0, "March_Heat": 784.0, "April_Heat": 234.0, "May_Heatin": 27.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 392.0, "November_H": 1109.0, "December_H": 1919.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.199127417819078, 48.791569519292857, 0.0 ], [ 9.199152794855674, 48.791550675080558, 0.0 ], [ 9.199453031692498, 48.791726856234412, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d606", "Latitude": 48.79173, "Longitude": 9.19908, "X_coordina": 3514699.7, "Y_coordina": 5406048.24, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 73.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.6, "Total_wall": 74.2, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 142.3, "Total_roof": 61.6, "Gross_volu": 269.2, "Is_Gross_v": "false", "Heated_vol": 230.7, "Ridge_mean": 5.7, "Eaves_mean": 5.72, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.776, "Heated_are": 73.8, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 82.2, "Total_Year": 11456.0, "January_He": 1322.0, "February_H": 1013.0, "March_Heat": 748.0, "April_Heat": 279.0, "May_Heatin": 35.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 415.0, "November_H": 905.0, "December_H": 1273.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198995626105749, 48.791728461368919, 0.0 ], [ 9.199028048530218, 48.791704664606989, 0.0 ], [ 9.199124633144082, 48.791761056883814, 0.0 ], [ 9.199081744255649, 48.791793321888207, 0.0 ], [ 9.19907602589751, 48.791790005499962, 0.0 ], [ 9.199066246564874, 48.791797403334584, 0.0 ], [ 9.198975225611486, 48.791743414046252, 0.0 ], [ 9.198944711607504, 48.791725308493731, 0.0 ], [ 9.198965069913434, 48.791710355894665, 0.0 ], [ 9.198995626105749, 48.791728461368919, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d555", "Latitude": 48.78799, "Longitude": 9.19842, "X_coordina": 3514652.01, "Y_coordina": 5405631.94, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 394.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 144.0, "Total_wall": 378.3, "Total_wa00": 0.0, "Total_outw": 603.5, "Total_shar": 45.3, "Total_roof": 227.7, "Gross_volu": 1360.3, "Is_Gross_v": "false", "Heated_vol": 1232.8, "Ridge_mean": 13.9, "Eaves_mean": 13.89, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.583, "Heated_are": 394.5, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 48.0, "Total_Year": 25171.0, "January_He": 4566.0, "February_H": 3238.0, "March_Heat": 2077.0, "April_Heat": 513.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1045.0, "November_H": 2912.0, "December_H": 4475.0, "PV_potenti": 10.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198389543942197, 48.788095964830987, 0.0 ], [ 9.198375005639424, 48.788101834914315, 0.0 ], [ 9.198350357529799, 48.78809774088397, 0.0 ], [ 9.19834270049118, 48.788088581859562, 0.0 ], [ 9.198289588535911, 48.788079051495366, 0.0 ], [ 9.198329467796325, 48.78797682954319, 0.0 ], [ 9.198353449568122, 48.787915460301519, 0.0 ], [ 9.198452182371184, 48.787933005154791, 0.0 ], [ 9.198428473240089, 48.787994463870682, 0.0 ], [ 9.198405573129827, 48.788054032790335, 0.0 ], [ 9.198399915605698, 48.788068790017654, 0.0 ], [ 9.198389543942197, 48.788095964830987, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d558", "Latitude": 48.78809, "Longitude": 9.19836, "X_coordina": 3514648.2, "Y_coordina": 5405643.54, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 43.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.1, "Total_wall": 66.8, "Total_wa00": 0.0, "Total_outw": 206.3, "Total_shar": 45.1, "Total_roof": 54.1, "Gross_volu": 147.9, "Is_Gross_v": "false", "Heated_vol": 135.8, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.223, "Heated_are": 43.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198375005639424, 48.788101834914315, 0.0 ], [ 9.198389543942197, 48.788095964830987, 0.0 ], [ 9.198377272006599, 48.788124401848052, 0.0 ], [ 9.198388167859841, 48.788126631168808, 0.0 ], [ 9.198379688287483, 48.788150475546011, 0.0 ], [ 9.19824949869896, 48.788127859142477, 0.0 ], [ 9.198269842419748, 48.788075668396075, 0.0 ], [ 9.198289724977487, 48.788079141184092, 0.0 ], [ 9.19834270049118, 48.788088581859562, 0.0 ], [ 9.198350357529799, 48.78809774088397, 0.0 ], [ 9.198375005639424, 48.788101834914315, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d186", "Latitude": 48.79021, "Longitude": 9.20625, "X_coordina": 3515226.74, "Y_coordina": 5405880.23, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 601.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.1, "Total_wall": 391.5, "Total_wa00": 0.0, "Total_outw": 597.6, "Total_shar": 247.1, "Total_roof": 224.5, "Gross_volu": 1981.2, "Is_Gross_v": "false", "Heated_vol": 1878.3, "Ridge_mean": 16.4, "Eaves_mean": 10.85, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.397, "Heated_are": 601.0, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 32345.0, "January_He": 5636.0, "February_H": 3960.0, "March_Heat": 2425.0, "April_Heat": 466.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1176.0, "November_H": 3591.0, "December_H": 5508.0, "PV_potenti": 10.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206199685031294, 48.790297154128446, 0.0 ], [ 9.206134763788706, 48.790296101348467, 0.0 ], [ 9.206139501957376, 48.790157070942023, 0.0 ], [ 9.206143721203052, 48.790157153312954, 0.0 ], [ 9.206206055766197, 48.790158030872433, 0.0 ], [ 9.206268118145767, 48.790158908885715, 0.0 ], [ 9.206267867706092, 48.790164214828259, 0.0 ], [ 9.206261203577984, 48.790298123042852, 0.0 ], [ 9.206199685031294, 48.790297154128446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d188", "Latitude": 48.7901, "Longitude": 9.20627, "X_coordina": 3515228.2, "Y_coordina": 5405868.26, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 54.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 76.4, "Total_wall": 64.4, "Total_wa00": 0.0, "Total_outw": 211.9, "Total_shar": 72.8, "Total_roof": 76.5, "Gross_volu": 217.5, "Is_Gross_v": "false", "Heated_vol": 168.9, "Ridge_mean": 3.2, "Eaves_mean": 3.19, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.081, "Heated_are": 54.1, "Mean_Uvalu": 0.51, "Specific_d": "non calculated", "Specific_s": 113.7, "Total_Year": 6143.0, "January_He": 1395.0, "February_H": 993.0, "March_Heat": 689.0, "April_Heat": 249.0, "May_Heatin": 34.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 409.0, "November_H": 925.0, "December_H": 1387.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206268118145767, 48.790158908885715, 0.0 ], [ 9.206206055766197, 48.790158030872433, 0.0 ], [ 9.206143721203052, 48.790157153312954, 0.0 ], [ 9.206149780880216, 48.790074952270224, 0.0 ], [ 9.206228003052878, 48.790100440449862, 0.0 ], [ 9.206298025458203, 48.790117580368459, 0.0 ], [ 9.20629631442622, 48.790164973184964, 0.0 ], [ 9.206267867706092, 48.790164214828259, 0.0 ], [ 9.206268118145767, 48.790158908885715, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d0ab", "Latitude": 48.79209, "Longitude": 9.20325, "X_coordina": 3515006.36, "Y_coordina": 5406089.12, "LOD": "LOD2", "Year_of_co": 1999, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 856.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 178.4, "Total_wall": 585.9, "Total_wa00": 0.0, "Total_outw": 847.8, "Total_shar": 260.0, "Total_roof": 204.5, "Gross_volu": 2855.2, "Is_Gross_v": "false", "Heated_vol": 2676.7, "Ridge_mean": 17.5, "Eaves_mean": 14.41, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 856.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.0, "Total_Year": 41852.0, "January_He": 7127.0, "February_H": 4942.0, "March_Heat": 2935.0, "April_Heat": 505.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1332.0, "November_H": 4423.0, "December_H": 6965.0, "PV_potenti": 11.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203251176538345, 48.792042417750849, 0.0 ], [ 9.20330210187111, 48.792048442662391, 0.0 ], [ 9.203265525408087, 48.792191665593108, 0.0 ], [ 9.203191724159977, 48.792182893399925, 0.0 ], [ 9.203117378181286, 48.792174032196684, 0.0 ], [ 9.203154091877114, 48.792030988917688, 0.0 ], [ 9.203167163811248, 48.792032584481099, 0.0 ], [ 9.20323061594417, 48.792040026100786, 0.0 ], [ 9.203251176538345, 48.792042417750849, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d0ac", "Latitude": 48.79199, "Longitude": 9.20326, "X_coordina": 3515006.84, "Y_coordina": 5406077.9, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.3, "Total_wall": 31.1, "Total_wa00": 0.0, "Total_outw": 108.9, "Total_shar": 107.4, "Total_roof": 38.3, "Gross_volu": 102.1, "Is_Gross_v": "false", "Heated_vol": 95.4, "Ridge_mean": 2.7, "Eaves_mean": 2.68, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.076, "Heated_are": 30.5, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20323061594417, 48.792040026100786, 0.0 ], [ 9.203167163811248, 48.792032584481099, 0.0 ], [ 9.203181508434158, 48.791978605014492, 0.0 ], [ 9.203264837315853, 48.791987630168542, 0.0 ], [ 9.203251176538345, 48.792042417750849, 0.0 ], [ 9.20323061594417, 48.792040026100786, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ccd9", "Latitude": 48.78861, "Longitude": 9.21105, "X_coordina": 3515579.94, "Y_coordina": 5405703.79, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 61.9, "Total_wa00": 0.0, "Total_outw": 140.6, "Total_shar": 200.1, "Total_roof": 63.7, "Gross_volu": 361.4, "Is_Gross_v": "false", "Heated_vol": 315.3, "Ridge_mean": 9.6, "Eaves_mean": 6.04, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 100.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 6194.0, "January_He": 1178.0, "February_H": 790.0, "March_Heat": 432.0, "April_Heat": 64.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 218.0, "November_H": 746.0, "December_H": 1159.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211052470103191, 48.788659845663368, 0.0 ], [ 9.211001164275361, 48.788659849755092, 0.0 ], [ 9.210950130624905, 48.788659853325441, 0.0 ], [ 9.210950352694692, 48.788615430634934, 0.0 ], [ 9.210950444307272, 48.788604819476234, 0.0 ], [ 9.211001341813388, 48.7886048161552, 0.0 ], [ 9.211053055850897, 48.788604811315246, 0.0 ], [ 9.211052470103191, 48.788659845663368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad3", "Latitude": 48.78768, "Longitude": 9.19616, "X_coordina": 3514486.69, "Y_coordina": 5405597.42, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 817.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 159.7, "Total_wall": 539.1, "Total_wa00": 0.0, "Total_outw": 701.0, "Total_shar": 38.3, "Total_roof": 222.1, "Gross_volu": 2715.7, "Is_Gross_v": "true", "Heated_vol": 2556.0, "Ridge_mean": 16.9, "Eaves_mean": 11.53, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 817.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 42010.0, "January_He": 7134.0, "February_H": 5089.0, "March_Heat": 3183.0, "April_Heat": 641.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1465.0, "November_H": 4464.0, "December_H": 6998.0, "PV_potenti": 10.2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196180923078479, 48.787630616930088, 0.0 ], [ 9.196212275757844, 48.787679032367329, 0.0 ], [ 9.196239931374866, 48.78772160905794, 0.0 ], [ 9.196101685410337, 48.787761321053821, 0.0 ], [ 9.196059001915261, 48.787773623351562, 0.0 ], [ 9.196030525701062, 48.787729968930904, 0.0 ], [ 9.196025870394386, 48.787722693038965, 0.0 ], [ 9.196025870394386, 48.787722693038965, 11.99 ], [ 9.196025870394386, 48.787722693038965, 12.19 ], [ 9.196012864091012, 48.787702662201795, 14.613 ], [ 9.195999857798007, 48.787682631363097, 12.19 ], [ 9.195999857798007, 48.787682631363097, 11.99 ], [ 9.195999857798007, 48.787682631363097, 0.0 ], [ 9.196180923078479, 48.787630616930088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad4", "Latitude": 48.78781, "Longitude": 9.19608, "X_coordina": 3514480.29, "Y_coordina": 5405611.49, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 122.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 44.4, "Total_wall": 200.8, "Total_wa00": 0.0, "Total_outw": 361.2, "Total_shar": 0.0, "Total_roof": 44.4, "Gross_volu": 278.2, "Is_Gross_v": "false", "Heated_vol": 278.2, "Ridge_mean": 6.3, "Eaves_mean": 6.26, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.041, "Heated_are": 122.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19600331323071, 48.787871015553762, 0.0 ], [ 9.195966898115886, 48.787815594630921, 0.0 ], [ 9.196067626160792, 48.787786647598821, 0.0 ], [ 9.196070091482978, 48.787790689965995, 0.0 ], [ 9.196050379607298, 48.78779602902317, 0.0 ], [ 9.196081052181835, 48.787844535576269, 0.0 ], [ 9.196098046545123, 48.787840280225559, 0.0 ], [ 9.196099689746195, 48.787842885213479, 0.0 ], [ 9.19600331323071, 48.787871015553762, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad6", "Latitude": 48.78769, "Longitude": 9.19602, "X_coordina": 3514476.0, "Y_coordina": 5405598.72, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 29.4, "Total_wall": 168.5, "Total_wa00": 0.0, "Total_outw": 271.0, "Total_shar": 0.3, "Total_roof": 84.8, "Gross_volu": 343.3, "Is_Gross_v": "true", "Heated_vol": 313.8, "Ridge_mean": 11.7, "Eaves_mean": 0.05, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.883, "Heated_are": 100.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 70.0, "Total_Year": 8616.0, "January_He": 1759.0, "February_H": 1194.0, "March_Heat": 700.0, "April_Heat": 154.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 352.0, "November_H": 1087.0, "December_H": 1746.0, "PV_potenti": 1.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195988422561168, 48.787734042199475, 0.0 ], [ 9.195971472481888, 48.787739178710638, 0.0 ], [ 9.195950974711037, 48.787745391347812, 0.0 ], [ 9.195950974711037, 48.787745391347812, 10.62 ], [ 9.195949059348093, 48.787742786820829, 10.62 ], [ 9.19595164218828, 48.787742063036497, 10.62 ], [ 9.195948220422094, 48.787737033133958, 10.62 ], [ 9.195945772618133, 48.787737486917457, 10.62 ], [ 9.195927844130019, 48.787711529484426, 10.62 ], [ 9.195930153746065, 48.787710536394449, 10.62 ], [ 9.195926319174285, 48.787704338185975, 10.62 ], [ 9.195926319174285, 48.787704338185975, 0.0 ], [ 9.195944221325133, 48.787699065175907, 0.0 ], [ 9.195963360351444, 48.787693403386463, 0.0 ], [ 9.195978068074869, 48.787689062020917, 0.0 ], [ 9.195999857798007, 48.787682631363097, 0.0 ], [ 9.196025870394386, 48.787722693038965, 0.0 ], [ 9.196005658068072, 48.78772881527631, 0.0 ], [ 9.195988422561168, 48.787734042199475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad7", "Latitude": 48.78738, "Longitude": 9.19629, "X_coordina": 3514496.3, "Y_coordina": 5405563.9, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 612.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 250.1, "Total_wall": 536.9, "Total_wa00": 0.0, "Total_outw": 868.9, "Total_shar": 0.0, "Total_roof": 250.1, "Gross_volu": 1991.2, "Is_Gross_v": "false", "Heated_vol": 1913.0, "Ridge_mean": 8.0, "Eaves_mean": 7.96, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.532, "Heated_are": 612.2, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 53.4, "Total_Year": 47909.0, "January_He": 7446.0, "February_H": 5408.0, "March_Heat": 3716.0, "April_Heat": 1205.0, "May_Heatin": 143.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 3, "September_": 323.0, "October_He": 2179.0, "November_H": 4963.0, "December_H": 7308.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196180849125858, 48.787297449869811, 0.0 ], [ 9.196210733874178, 48.787283550708217, 0.0 ], [ 9.19640263534211, 48.787463070906263, 0.0 ], [ 9.196372751242293, 48.787477149963422, 0.0 ], [ 9.196374936683041, 48.787479214480918, 0.0 ], [ 9.196293297208587, 48.787517301460277, 0.0 ], [ 9.196096479683742, 48.78733338319374, 0.0 ], [ 9.196178390479055, 48.787295116043005, 0.0 ], [ 9.196180849125858, 48.787297449869811, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c955", "Latitude": 48.78824, "Longitude": 9.20963, "X_coordina": 3515475.96, "Y_coordina": 5405662.06, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 146.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.3, "Total_wall": 89.8, "Total_wa00": 0.0, "Total_outw": 162.8, "Total_shar": 202.4, "Total_roof": 85.1, "Gross_volu": 513.3, "Is_Gross_v": "false", "Heated_vol": 459.0, "Ridge_mean": 11.7, "Eaves_mean": 7.14, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 146.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 8895.0, "January_He": 1583.0, "February_H": 1112.0, "March_Heat": 735.0, "April_Heat": 208.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 347.0, "November_H": 988.0, "December_H": 1560.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209549563955266, 48.788218906890343, 0.0 ], [ 9.209644754703918, 48.788234470278823, 0.0 ], [ 9.209631700284422, 48.788269564269363, 0.0 ], [ 9.209620125209193, 48.788300429153594, 0.0 ], [ 9.209525068933621, 48.788284505805635, 0.0 ], [ 9.209536374134531, 48.788254180963868, 0.0 ], [ 9.209549563955266, 48.788218906890343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c7f2", "Latitude": 48.79545, "Longitude": 9.20341, "X_coordina": 3515017.0, "Y_coordina": 5406462.47, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 133.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.1, "Total_wall": 146.8, "Total_wa00": 0.0, "Total_outw": 570.7, "Total_shar": 0.0, "Total_roof": 167.1, "Gross_volu": 565.4, "Is_Gross_v": "false", "Heated_vol": 417.2, "Ridge_mean": 3.4, "Eaves_mean": 3.39, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.943, "Heated_are": 133.5, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203233418256733, 48.795429600210703, 0.0 ], [ 9.203266544831347, 48.795408859328724, 0.0 ], [ 9.203277873686034, 48.795416752603515, 0.0 ], [ 9.203327156993588, 48.795386091593237, 0.0 ], [ 9.203385303954605, 48.795426904125499, 0.0 ], [ 9.203410149385084, 48.795411483316599, 0.0 ], [ 9.203502827206551, 48.795475884682737, 0.0 ], [ 9.20342896994204, 48.795521786258988, 0.0 ], [ 9.203440162740236, 48.795529679758019, 0.0 ], [ 9.203406492455375, 48.795550601496913, 0.0 ], [ 9.203233418256733, 48.795429600210703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c7ed", "Latitude": 48.79506, "Longitude": 9.20289, "X_coordina": 3514979.03, "Y_coordina": 5406418.75, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3299.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 577.1, "Total_wall": 1684.6, "Total_wa00": 0.0, "Total_outw": 2244.0, "Total_shar": 419.4, "Total_roof": 590.9, "Gross_volu": 10837.7, "Is_Gross_v": "false", "Heated_vol": 10309.5, "Ridge_mean": 19.3, "Eaves_mean": 19.26, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.271, "Heated_are": 3299.0, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 50.2, "Total_Year": 213759.0, "January_He": 36061.0, "February_H": 27639.0, "March_Heat": 20851.0, "April_Heat": 8650.0, "May_Heatin": 1266.0, "June_Heati": 45, "July_Heati": 5, "August_Hea": 10, "September_": 1979.0, "October_He": 10702.0, "November_H": 23699.0, "December_H": 34653.0, "PV_potenti": 27.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202970645962964, 48.795240145126961, 0.0 ], [ 9.202602149069147, 48.795023988349989, 0.0 ], [ 9.202692252848998, 48.794956656899927, 0.0 ], [ 9.202760102103003, 48.794906000421506, 0.0 ], [ 9.202811124515561, 48.794935405499757, 0.0 ], [ 9.202846867605976, 48.794956024962161, 0.0 ], [ 9.202816065104521, 48.79497927949145, 0.0 ], [ 9.203097370593783, 48.795141095722592, 0.0 ], [ 9.20305949053493, 48.795231805458677, 0.0 ], [ 9.203058400956648, 48.795231627532843, 0.0 ], [ 9.203052606801631, 48.795246115440499, 0.0 ], [ 9.202978381909245, 48.795234646155507, 0.0 ], [ 9.202970645962964, 48.795240145126961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c725", "Latitude": 48.78842, "Longitude": 9.2119, "X_coordina": 3515643.05, "Y_coordina": 5405682.74, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 112.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.7, "Total_wall": 62.1, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 240.7, "Total_roof": 58.4, "Gross_volu": 376.8, "Is_Gross_v": "false", "Heated_vol": 349.9, "Ridge_mean": 10.8, "Eaves_mean": 6.79, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.45, "Heated_are": 112.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.1, "Total_Year": 6713.0, "January_He": 1243.0, "February_H": 855.0, "March_Heat": 491.0, "April_Heat": 81.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 248.0, "November_H": 793.0, "December_H": 1217.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211797942443535, 48.788459296154464, 0.0 ], [ 9.211804969303589, 48.788415130716466, 0.0 ], [ 9.211862824142178, 48.788419160783263, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.21191487891725, 48.788467803626766, 0.0 ], [ 9.211856614997053, 48.788463594491397, 0.0 ], [ 9.211797942443535, 48.788459296154464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c51e", "Latitude": 48.79444, "Longitude": 9.20179, "X_coordina": 3514898.26, "Y_coordina": 5406350.63, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1251.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 192.8, "Total_wall": 849.8, "Total_wa00": 0.0, "Total_outw": 1045.7, "Total_shar": 449.7, "Total_roof": 192.8, "Gross_volu": 3912.3, "Is_Gross_v": "false", "Heated_vol": 3912.3, "Ridge_mean": 20.3, "Eaves_mean": 20.28, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 20, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.316, "Heated_are": 1251.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 29.4, "Total_Year": 56620.0, "January_He": 9124.0, "February_H": 6412.0, "March_Heat": 4071.0, "April_Heat": 846.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1781.0, "November_H": 5599.0, "December_H": 8867.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201732654198123, 48.794402074797063, 0.0 ], [ 9.201750161537831, 48.794389544751752, 0.0 ], [ 9.201862034021982, 48.794455892137151, 0.0 ], [ 9.20184520973481, 48.794469050466979, 0.0 ], [ 9.201885456899406, 48.794492989506125, 0.0 ], [ 9.201804850985521, 48.794553019878869, 0.0 ], [ 9.20161044377668, 48.794439067555025, 0.0 ], [ 9.201692815131127, 48.794378045065869, 0.0 ], [ 9.201732654198123, 48.794402074797063, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c358", "Latitude": 48.79541, "Longitude": 9.20829, "X_coordina": 3515375.22, "Y_coordina": 5406459.63, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1031.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 225.3, "Total_wall": 819.0, "Total_wa00": 0.0, "Total_outw": 1093.4, "Total_shar": 201.2, "Total_roof": 225.2, "Gross_volu": 3223.9, "Is_Gross_v": "false", "Heated_vol": 3223.9, "Ridge_mean": 16.0, "Eaves_mean": 15.98, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 34, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 1031.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 53471.0, "January_He": 8793.0, "February_H": 6385.0, "March_Heat": 4345.0, "April_Heat": 1277.0, "May_Heatin": 64.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 132.0, "October_He": 1996.0, "November_H": 5551.0, "December_H": 8587.0, "PV_potenti": 8.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208142294017607, 48.795364360445454, 0.0 ], [ 9.208139063163244, 48.795372998945247, 0.0 ], [ 9.208180058127015, 48.7953793993399, 0.0 ], [ 9.20818328860268, 48.7953706709161, 0.0 ], [ 9.208342229226178, 48.795395472149131, 0.0 ], [ 9.208339134883479, 48.79540420033107, 0.0 ], [ 9.208392114762196, 48.795412377438481, 0.0 ], [ 9.208358611392386, 48.795505958546364, 0.0 ], [ 9.208247339190669, 48.795488624724328, 0.0 ], [ 9.208195175898092, 48.795480446074201, 0.0 ], [ 9.208125443639339, 48.795469601447124, 0.0 ], [ 9.208128538023082, 48.795460873270962, 0.0 ], [ 9.208095442418907, 48.795455717513839, 0.0 ], [ 9.208107015968322, 48.795423863665135, 0.0 ], [ 9.20812881051002, 48.795362226649729, 0.0 ], [ 9.208142294017607, 48.795364360445454, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ff", "Latitude": 48.7927, "Longitude": 9.20293, "X_coordina": 3514982.09, "Y_coordina": 5406156.91, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 604.7, "SecondaryU": "office and administration", "Secondar00": 141.9, "BuildingTy": "GMH", "Footprint_": 177.3, "Total_wall": 376.0, "Total_wa00": 0.0, "Total_outw": 606.5, "Total_shar": 381.0, "Total_roof": 251.0, "Gross_volu": 2510.2, "Is_Gross_v": "false", "Heated_vol": 2332.9, "Ridge_mean": 16.9, "Eaves_mean": 11.29, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 746.5, "Mean_Uvalu": 0.48, "Specific_d": "15,6", "Specific_s": 40.4, "Total_Year": 41775.0, "January_He": 7186.0, "February_H": 5262.0, "March_Heat": 3427.0, "April_Heat": 806.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1674.0, "November_H": 4642.0, "December_H": 6994.0, "PV_potenti": 12.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202951184266844, 48.792743541536673, 0.0 ], [ 9.202951866579458, 48.792743989952108, 0.0 ], [ 9.202864613958802, 48.792808528977709, 0.0 ], [ 9.202809913539232, 48.792777781536252, 0.0 ], [ 9.20275248466756, 48.792745420248018, 0.0 ], [ 9.202899847089517, 48.792635543849251, 0.0 ], [ 9.202901203733775, 48.792634462375901, 0.0 ], [ 9.202911299032236, 48.79264037954497, 0.0 ], [ 9.202960819961035, 48.792669247672428, 0.0 ], [ 9.203011431921043, 48.792698653396599, 0.0 ], [ 9.202951184266844, 48.792743541536673, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ac", "Latitude": 48.78938, "Longitude": 9.21488, "X_coordina": 3515861.61, "Y_coordina": 5405790.25, "LOD": "LOD2", "Year_of_co": 1908, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 2401.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 869.3, "Total_wall": 1024.0, "Total_wa00": 0.0, "Total_outw": 1691.8, "Total_shar": 53.2, "Total_roof": 1082.7, "Gross_volu": 9093.8, "Is_Gross_v": "false", "Heated_vol": 8224.5, "Ridge_mean": 13.0, "Eaves_mean": 8.12, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 2401.7, "Mean_Uvalu": 0.5, "Specific_d": "32,9", "Specific_s": 7.6, "Total_Year": 97220.0, "January_He": 6914.0, "February_H": 2917.0, "March_Heat": 425.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 1486.0, "December_H": 6538.0, "PV_potenti": 55.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214783264849636, 48.789240778829019, 0.0 ], [ 9.214847410965618, 48.789251809707466, 0.0 ], [ 9.215068995495601, 48.789290153195864, 0.0 ], [ 9.215043145091757, 48.789355486032861, 0.0 ], [ 9.215020929115218, 48.789411460018961, 0.0 ], [ 9.215011235079011, 48.789435937348372, 0.0 ], [ 9.215005040979117, 48.789451415778721, 0.0 ], [ 9.214979864335181, 48.789515218639941, 0.0 ], [ 9.214955897853272, 48.789575602137909, 0.0 ], [ 9.214607107614347, 48.789515104567933, 0.0 ], [ 9.214630670432051, 48.789455711054245, 0.0 ], [ 9.214655443436026, 48.789392898181113, 0.0 ], [ 9.214662310034857, 48.789375530119422, 0.0 ], [ 9.214672678161318, 48.789349522860647, 0.0 ], [ 9.214693682726995, 48.789296608603365, 0.0 ], [ 9.214720071776949, 48.789229836061544, 0.0 ], [ 9.214783264849636, 48.789240778829019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ad", "Latitude": 48.79064, "Longitude": 9.21514, "X_coordina": 3515880.27, "Y_coordina": 5405929.92, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 426.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 235.3, "Total_wall": 286.1, "Total_wa00": 0.0, "Total_outw": 594.5, "Total_shar": 0.0, "Total_roof": 235.3, "Gross_volu": 1091.7, "Is_Gross_v": "false", "Heated_vol": 1091.7, "Ridge_mean": 4.6, "Eaves_mean": 4.64, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.693, "Heated_are": 426.9, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 7.6, "Total_Year": 17291.0, "January_He": 1162.0, "February_H": 542.0, "March_Heat": 132.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 309.0, "December_H": 1103.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215191829924398, 48.790581946476692, 0.0 ], [ 9.215229234783022, 48.790704262624359, 0.0 ], [ 9.215003037263045, 48.790734449863358, 0.0 ], [ 9.214965632930872, 48.790612133642, 0.0 ], [ 9.215191829924398, 48.790581946476692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ae", "Latitude": 48.7897, "Longitude": 9.21506, "X_coordina": 3515874.83, "Y_coordina": 5405825.84, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 57.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 87.4, "Total_wa00": 0.0, "Total_outw": 262.9, "Total_shar": 0.0, "Total_roof": 68.0, "Gross_volu": 247.5, "Is_Gross_v": "false", "Heated_vol": 179.5, "Ridge_mean": 3.6, "Eaves_mean": 3.64, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.036, "Heated_are": 57.4, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 28.3, "Total_Year": 3515.0, "January_He": 486.0, "February_H": 295.0, "March_Heat": 127.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 217.0, "December_H": 467.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215053083462067, 48.789770375138637, 0.0 ], [ 9.214953930356447, 48.789752215831506, 0.0 ], [ 9.214985851799375, 48.789674372300425, 0.0 ], [ 9.215084865212779, 48.789691722528488, 0.0 ], [ 9.215053083462067, 48.789770375138637, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2af", "Latitude": 48.79026, "Longitude": 9.2152, "X_coordina": 3515884.59, "Y_coordina": 5405887.45, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 1114.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 320.7, "Total_wall": 642.9, "Total_wa00": 0.0, "Total_outw": 1044.2, "Total_shar": 0.0, "Total_roof": 320.7, "Gross_volu": 2699.2, "Is_Gross_v": "false", "Heated_vol": 2699.2, "Ridge_mean": 8.8, "Eaves_mean": 8.83, "Storey_num": 4, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.476, "Heated_are": 1114.8, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 4.0, "Total_Year": 41091.0, "January_He": 1730.0, "February_H": 670.0, "March_Heat": 111.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 324.0, "December_H": 1616.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214988319692715, 48.790315792952477, 0.0 ], [ 9.215041397851129, 48.790188721691656, 0.0 ], [ 9.21522458729555, 48.790222190763707, 0.0 ], [ 9.215239002706999, 48.790187902920124, 0.0 ], [ 9.215320722650308, 48.790202767402704, 0.0 ], [ 9.21530630767502, 48.790237145179248, 0.0 ], [ 9.215253229750147, 48.790364126637002, 0.0 ], [ 9.214988319692715, 48.790315792952477, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b0", "Latitude": 48.78992, "Longitude": 9.21524, "X_coordina": 3515887.71, "Y_coordina": 5405849.97, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 37.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 47.5, "Total_wall": 73.5, "Total_wa00": 0.0, "Total_outw": 238.6, "Total_shar": 0.0, "Total_roof": 47.5, "Gross_volu": 146.8, "Is_Gross_v": "false", "Heated_vol": 118.3, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.267, "Heated_are": 37.9, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 24.2, "Total_Year": 2159.0, "January_He": 278.0, "February_H": 165.0, "March_Heat": 70.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 117.0, "December_H": 267.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215269201273886, 48.789930035428078, 0.0 ], [ 9.215251959173381, 48.789971612374543, 0.0 ], [ 9.215122025318511, 48.789948025399596, 0.0 ], [ 9.215139403610392, 48.789906448217963, 0.0 ], [ 9.215269201273886, 48.789930035428078, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b1", "Latitude": 48.78995, "Longitude": 9.2154, "X_coordina": 3515899.76, "Y_coordina": 5405853.31, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 33.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.3, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 231.5, "Total_shar": 0.0, "Total_roof": 42.3, "Gross_volu": 140.5, "Is_Gross_v": "false", "Heated_vol": 105.8, "Ridge_mean": 3.3, "Eaves_mean": 3.32, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.245, "Heated_are": 33.9, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 24.8, "Total_Year": 1952.0, "January_He": 254.0, "February_H": 151.0, "March_Heat": 64.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 108.0, "December_H": 245.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215293227819148, 48.789979178740204, 0.0 ], [ 9.215310605595555, 48.78993751161029, 0.0 ], [ 9.2154262390514, 48.789958607262541, 0.0 ], [ 9.215408860978599, 48.790000184486644, 0.0 ], [ 9.215293227819148, 48.789979178740204, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b2", "Latitude": 48.78969, "Longitude": 9.21493, "X_coordina": 3515865.11, "Y_coordina": 5405824.17, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 22.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 24.5, "Total_wall": 47.9, "Total_wa00": 0.0, "Total_outw": 134.0, "Total_shar": 0.0, "Total_roof": 24.5, "Gross_volu": 56.1, "Is_Gross_v": "false", "Heated_vol": 56.1, "Ridge_mean": 2.3, "Eaves_mean": 2.28, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.728, "Heated_are": 22.3, "Mean_Uvalu": 0.28, "Specific_d": "32,8", "Specific_s": 22.2, "Total_Year": 1230.0, "January_He": 155.0, "February_H": 88.0, "March_Heat": 33.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 64.0, "December_H": 149.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214876428142034, 48.78967313774254, 0.0 ], [ 9.214922462760125, 48.789681414737693, 0.0 ], [ 9.214897545025527, 48.789742159691585, 0.0 ], [ 9.214851646447542, 48.789733882432749, 0.0 ], [ 9.214876428142034, 48.78967313774254, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2a7", "Latitude": 48.79168, "Longitude": 9.21296, "X_coordina": 3515719.98, "Y_coordina": 5406044.93, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 516.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 132.0, "Total_wall": 359.2, "Total_wa00": 0.0, "Total_outw": 553.6, "Total_shar": 169.6, "Total_roof": 210.3, "Gross_volu": 1685.2, "Is_Gross_v": "false", "Heated_vol": 1613.6, "Ridge_mean": 15.5, "Eaves_mean": 10.2, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.428, "Heated_are": 516.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 31280.0, "January_He": 5555.0, "February_H": 4018.0, "March_Heat": 2557.0, "April_Heat": 542.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1287.0, "November_H": 3641.0, "December_H": 5414.0, "PV_potenti": 9.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212824035032414, 48.791737009123473, 0.0 ], [ 9.212895276161818, 48.791622944238739, 0.0 ], [ 9.212959043631832, 48.791640361439939, 0.0 ], [ 9.213016543460245, 48.791656081650807, 0.0 ], [ 9.21294489350673, 48.79176996751864, 0.0 ], [ 9.212824035032414, 48.791737009123473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c200", "Latitude": 48.79248, "Longitude": 9.20146, "X_coordina": 3514874.22, "Y_coordina": 5406132.01, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1151.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 203.1, "Total_wall": 873.1, "Total_wa00": 0.0, "Total_outw": 1198.6, "Total_shar": 27.9, "Total_roof": 265.0, "Gross_volu": 3800.3, "Is_Gross_v": "false", "Heated_vol": 3597.1, "Ridge_mean": 19.4, "Eaves_mean": 16.54, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1151.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 58143.0, "January_He": 9953.0, "February_H": 6973.0, "March_Heat": 4233.0, "April_Heat": 783.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1942.0, "November_H": 6190.0, "December_H": 9743.0, "PV_potenti": 10.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201511719078331, 48.792523868229594, 0.0 ], [ 9.20142324909324, 48.792590656386182, 0.0 ], [ 9.201281374754528, 48.792508174751312, 0.0 ], [ 9.201281988345716, 48.792491447891237, 0.0 ], [ 9.201392446636811, 48.792409694073925, 0.0 ], [ 9.201543191456244, 48.792498184929613, 0.0 ], [ 9.201544692148975, 48.792499081539063, 0.0 ], [ 9.201511719078331, 48.792523868229594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c1e6", "Latitude": 48.78761, "Longitude": 9.19954, "X_coordina": 3514734.65, "Y_coordina": 5405590.62, "LOD": "LOD2", "Year_of_co": 1923, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 323.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 113.2, "Total_wall": 295.7, "Total_wa00": 0.0, "Total_outw": 547.0, "Total_shar": 0.0, "Total_roof": 180.5, "Gross_volu": 1123.0, "Is_Gross_v": "false", "Heated_vol": 1009.8, "Ridge_mean": 12.7, "Eaves_mean": 7.84, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.563, "Heated_are": 323.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 49.3, "Total_Year": 21056.0, "January_He": 3940.0, "February_H": 2744.0, "March_Heat": 1660.0, "April_Heat": 337.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 828.0, "November_H": 2490.0, "December_H": 3879.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199478601077471, 48.787703904699079, 0.0 ], [ 9.199400629673635, 48.787602515921066, 0.0 ], [ 9.199509355859746, 48.787566358136587, 0.0 ], [ 9.199587464225393, 48.787667926451633, 0.0 ], [ 9.199478601077471, 48.787703904699079, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c06f", "Latitude": 48.79394, "Longitude": 9.20316, "X_coordina": 3514999.12, "Y_coordina": 5406295.02, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1812.9, "SecondaryU": "retail", "Secondar00": 356.4, "BuildingTy": "GMH", "Footprint_": 445.5, "Total_wall": 1450.4, "Total_wa00": 0.0, "Total_outw": 1987.2, "Total_shar": 55.1, "Total_roof": 445.5, "Gross_volu": 7224.4, "Is_Gross_v": "false", "Heated_vol": 6778.9, "Ridge_mean": 16.7, "Eaves_mean": 16.74, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 35, "Number_o00": 55, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.337, "Heated_are": 2169.3, "Mean_Uvalu": 0.41, "Specific_d": "25,2", "Specific_s": 33.7, "Total_Year": 127745.0, "January_He": 17733.0, "February_H": 12687.0, "March_Heat": 8278.0, "April_Heat": 2001.0, "May_Heatin": 77.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 212.0, "October_He": 3775.0, "November_H": 11009.0, "December_H": 17236.0, "PV_potenti": 20.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202926213774948, 48.793875093908021, 0.0 ], [ 9.203001254831875, 48.793819478808423, 0.0 ], [ 9.203057323336008, 48.793851662518406, 0.0 ], [ 9.203352236885127, 48.794014263474978, 0.0 ], [ 9.203227938208856, 48.794106564630759, 0.0 ], [ 9.203116067610742, 48.794040937952339, 0.0 ], [ 9.202950581452939, 48.793943842495068, 0.0 ], [ 9.202885232892328, 48.793905470357437, 0.0 ], [ 9.202926213774948, 48.793875093908021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c070", "Latitude": 48.79392, "Longitude": 9.20294, "X_coordina": 3514983.03, "Y_coordina": 5406292.22, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 21.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.9, "Total_wall": 28.7, "Total_wa00": 0.0, "Total_outw": 95.6, "Total_shar": 83.9, "Total_roof": 25.9, "Gross_volu": 92.2, "Is_Gross_v": "false", "Heated_vol": 66.2, "Ridge_mean": 3.6, "Eaves_mean": 3.57, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.995, "Heated_are": 21.2, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20284873031045, 48.793932601655378, 0.0 ], [ 9.202885232892328, 48.793905470357437, 0.0 ], [ 9.202950581452939, 48.793943842495068, 0.0 ], [ 9.202914078878583, 48.793970973813522, 0.0 ], [ 9.20284873031045, 48.793932601655378, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bf6c", "Latitude": 48.79153, "Longitude": 9.20382, "X_coordina": 3515047.9999999995, "Y_coordina": 5406026.75, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 65.1, "Total_wa00": 0.0, "Total_outw": 139.3, "Total_shar": 205.9, "Total_roof": 58.5, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 320.1, "Ridge_mean": 9.6, "Eaves_mean": 6.44, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.495, "Heated_are": 102.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6327.0, "January_He": 1191.0, "February_H": 814.0, "March_Heat": 461.0, "April_Heat": 73.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 232.0, "November_H": 757.0, "December_H": 1168.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20371540037821, 48.791569408648044, 0.0 ], [ 9.203729072901906, 48.791517678387926, 0.0 ], [ 9.203780269225126, 48.791523522762041, 0.0 ], [ 9.20383296298639, 48.791529454386527, 0.0 ], [ 9.203819835681474, 48.791581363541106, 0.0 ], [ 9.203765643711654, 48.791575164790835, 0.0 ], [ 9.20371540037821, 48.791569408648044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be71", "Latitude": 48.7911, "Longitude": 9.20984, "X_coordina": 3515490.37, "Y_coordina": 5405979.86, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 416.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 163.3, "Total_wall": 247.1, "Total_wa00": 0.0, "Total_outw": 535.7, "Total_shar": 136.6, "Total_roof": 243.7, "Gross_volu": 1463.5, "Is_Gross_v": "false", "Heated_vol": 1300.2, "Ridge_mean": 11.8, "Eaves_mean": 6.53, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.477, "Heated_are": 416.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 25411.0, "January_He": 4553.0, "February_H": 3193.0, "March_Heat": 2084.0, "April_Heat": 555.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1003.0, "November_H": 2861.0, "December_H": 4474.0, "PV_potenti": 10.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209892993352481, 48.791174341100231, 0.0 ], [ 9.209666400751326, 48.791143640296838, 0.0 ], [ 9.20967902361955, 48.791102791994518, 0.0 ], [ 9.20969245367124, 48.791059694130439, 0.0 ], [ 9.209919585039968, 48.791089134970349, 0.0 ], [ 9.209892993352481, 48.791174341100231, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be18", "Latitude": 48.79012, "Longitude": 9.19882, "X_coordina": 3514680.87, "Y_coordina": 5405869.59, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 1891.0, "SecondaryU": "office and administration", "Secondar00": 312.6, "BuildingTy": "GMH", "Footprint_": 390.8, "Total_wall": 1377.9, "Total_wa00": 0.0, "Total_outw": 1737.5, "Total_shar": 273.4, "Total_roof": 390.8, "Gross_volu": 6886.4, "Is_Gross_v": "false", "Heated_vol": 6886.4, "Ridge_mean": 18.2, "Eaves_mean": 18.17, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 35, "Number_o00": 55, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.314, "Heated_are": 2203.7, "Mean_Uvalu": 0.38, "Specific_d": "15,7", "Specific_s": 31.1, "Total_Year": 103129.0, "January_He": 16766.0, "February_H": 11953.0, "March_Heat": 7761.0, "April_Heat": 1841.0, "May_Heatin": 64.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 177.0, "October_He": 3456.0, "November_H": 10300.0, "December_H": 16289.0, "PV_potenti": 18.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19855336408941, 48.790088929933191, 0.0 ], [ 9.198643194072998, 48.790022051681035, 0.0 ], [ 9.198662733885916, 48.790007450345691, 0.0 ], [ 9.198990806118992, 48.790201568551801, 0.0 ], [ 9.198881842580951, 48.790282508204534, 0.0 ], [ 9.198860016851, 48.790269686818718, 0.0 ], [ 9.198758117280001, 48.790209613913156, 0.0 ], [ 9.19855336408941, 48.790088929933191, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be19", "Latitude": 48.7902, "Longitude": 9.19841, "X_coordina": 3514650.76, "Y_coordina": 5405877.85, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1268.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 312.5, "Total_wall": 592.3, "Total_wa00": 0.0, "Total_outw": 798.2, "Total_shar": 684.4, "Total_roof": 312.5, "Gross_volu": 3965.3, "Is_Gross_v": "false", "Heated_vol": 3965.3, "Ridge_mean": 12.7, "Eaves_mean": 12.69, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.307, "Heated_are": 1268.9, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 54.6, "Total_Year": 87829.0, "January_He": 14969.0, "February_H": 11486.0, "March_Heat": 8732.0, "April_Heat": 3664.0, "May_Heatin": 537.0, "June_Heati": 22, "July_Heati": 2, "August_Hea": 4, "September_": 947.0, "October_He": 4651.0, "November_H": 9922.0, "December_H": 14354.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198489179163502, 48.790136430334684, 0.0 ], [ 9.198485515297625, 48.790139134358611, 0.0 ], [ 9.198382796472337, 48.7902162859844, 0.0 ], [ 9.198517160287807, 48.790295187222114, 0.0 ], [ 9.198500338640025, 48.790308884610383, 0.0 ], [ 9.19843520498552, 48.790357465698804, 0.0 ], [ 9.198208491389611, 48.790224229641623, 0.0 ], [ 9.198271995873377, 48.790176640645178, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be1a", "Latitude": 48.79008, "Longitude": 9.19851, "X_coordina": 3514658.53, "Y_coordina": 5405864.48, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 109.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 44.6, "Total_wall": 123.5, "Total_wa00": 0.0, "Total_outw": 222.7, "Total_shar": 191.4, "Total_roof": 44.6, "Gross_volu": 359.4, "Is_Gross_v": "false", "Heated_vol": 341.8, "Ridge_mean": 8.0, "Eaves_mean": 8.05, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.61, "Heated_are": 109.4, "Mean_Uvalu": 0.69, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198435501360667, 48.790052983795398, 0.0 ], [ 9.198527582394592, 48.790108218039443, 0.0 ], [ 9.198539723386183, 48.790115480921571, 0.0 ], [ 9.198497655581233, 48.790146217399119, 0.0 ], [ 9.198485515297625, 48.790139134358611, 0.0 ], [ 9.198489179163502, 48.790136430334684, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198435501360667, 48.790052983795398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bda4", "Latitude": 48.78807, "Longitude": 9.19818, "X_coordina": 3514634.4, "Y_coordina": 5405640.81, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.8, "Total_wall": 43.9, "Total_wa00": 0.0, "Total_outw": 138.8, "Total_shar": 49.8, "Total_roof": 32.8, "Gross_volu": 105.7, "Is_Gross_v": "false", "Heated_vol": 85.1, "Ridge_mean": 3.2, "Eaves_mean": 3.23, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.136, "Heated_are": 27.2, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198110810729009, 48.788055169735195, 0.0 ], [ 9.198180417155067, 48.788071775765303, 0.0 ], [ 9.198153126867153, 48.788122449747242, 0.0 ], [ 9.198082842066869, 48.788106384409645, 0.0 ], [ 9.198110810729009, 48.788055169735195, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bda5", "Latitude": 48.78798, "Longitude": 9.19825, "X_coordina": 3514639.58, "Y_coordina": 5405630.83, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 295.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 117.2, "Total_wall": 306.0, "Total_wa00": 0.0, "Total_outw": 568.9, "Total_shar": 0.0, "Total_roof": 229.1, "Gross_volu": 1039.0, "Is_Gross_v": "false", "Heated_vol": 921.8, "Ridge_mean": 12.6, "Eaves_mean": 2.82, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.673, "Heated_are": 295.0, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 52.6, "Total_Year": 20179.0, "January_He": 3810.0, "February_H": 2653.0, "March_Heat": 1626.0, "April_Heat": 356.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 820.0, "November_H": 2427.0, "December_H": 3749.0, "PV_potenti": 8.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19823731749122, 48.78793751172784, 0.0 ], [ 9.198291937935512, 48.787950006999573, 0.0 ], [ 9.198273571470065, 48.787985918164338, 0.0 ], [ 9.198261148962606, 48.787983053003153, 0.0 ], [ 9.198246996181606, 48.788010782848197, 0.0 ], [ 9.198263750126035, 48.788014620721412, 0.0 ], [ 9.198256052674688, 48.788029741148527, 0.0 ], [ 9.198239298725808, 48.78802590327421, 0.0 ], [ 9.198218637129775, 48.788066494410984, 0.0 ], [ 9.198165446909107, 48.788054356338193, 0.0 ], [ 9.198112324226607, 48.788042083239148, 0.0 ], [ 9.198169112466633, 48.787931154617354, 0.0 ], [ 9.198194216047423, 48.787936893505645, 0.0 ], [ 9.198233185394082, 48.787945683909399, 0.0 ], [ 9.19823731749122, 48.78793751172784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bac0", "Latitude": 48.78829, "Longitude": 9.21088, "X_coordina": 3515568.09, "Y_coordina": 5405668.44, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 150.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.2, "Total_wall": 137.0, "Total_wa00": 0.0, "Total_outw": 196.7, "Total_shar": 108.4, "Total_roof": 90.6, "Gross_volu": 479.8, "Is_Gross_v": "false", "Heated_vol": 470.2, "Ridge_mean": 10.6, "Eaves_mean": 5.97, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.602, "Heated_are": 150.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 53.3, "Total_Year": 10399.0, "January_He": 1993.0, "February_H": 1352.0, "March_Heat": 837.0, "April_Heat": 196.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 399.0, "November_H": 1226.0, "December_H": 1978.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21088933973736, 48.788279319636935, 0.0 ], [ 9.21088934422507, 48.78828039061947, 0.0 ], [ 9.210888087707, 48.788336151882078, 0.0 ], [ 9.210887739293064, 48.788351085242411, 0.0 ], [ 9.210788529034625, 48.788350096071945, 0.0 ], [ 9.210790129620264, 48.788278330467605, 0.0 ], [ 9.21088933973736, 48.788279319636935, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b89a", "Latitude": 48.79106, "Longitude": 9.19966, "X_coordina": 3514742.52, "Y_coordina": 5405973.38, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 600.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 170.4, "Total_wall": 617.5, "Total_wa00": 0.0, "Total_outw": 861.2, "Total_shar": 33.7, "Total_roof": 170.4, "Gross_volu": 2002.6, "Is_Gross_v": "false", "Heated_vol": 1875.1, "Ridge_mean": 11.7, "Eaves_mean": 11.75, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.5, "Heated_are": 600.0, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 33644.0, "January_He": 5958.0, "February_H": 4202.0, "March_Heat": 2577.0, "April_Heat": 517.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1241.0, "November_H": 3734.0, "December_H": 5834.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199508525563365, 48.791098650012593, 0.0 ], [ 9.199513274998383, 48.791095134763282, 0.0 ], [ 9.199504408119193, 48.791089934555743, 0.0 ], [ 9.199526254941887, 48.791073620531257, 0.0 ], [ 9.199530483881349, 48.791076131065012, 0.0 ], [ 9.199555722730928, 48.791057203372809, 0.0 ], [ 9.199551494148398, 48.791054782762963, 0.0 ], [ 9.199577547411016, 48.791035314112946, 0.0 ], [ 9.199586277836197, 48.791040424627823, 0.0 ], [ 9.199658464658338, 48.790985895707593, 0.0 ], [ 9.199745087795783, 48.791036822099578, 0.0 ], [ 9.199569907009876, 48.791167784832858, 0.0 ], [ 9.199541941087279, 48.791151107503843, 0.0 ], [ 9.199486826226925, 48.791117841333673, 0.0 ], [ 9.199484643708738, 48.791116586183904, 0.0 ], [ 9.199508525563365, 48.791098650012593, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b6a9", "Latitude": 48.78809, "Longitude": 9.21204, "X_coordina": 3515653.38, "Y_coordina": 5405646.52, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 502.5, "SecondaryU": "retail", "Secondar00": 127.5, "BuildingTy": "MFH", "Footprint_": 159.4, "Total_wall": 398.2, "Total_wa00": 0.0, "Total_outw": 608.8, "Total_shar": 269.3, "Total_roof": 247.6, "Gross_volu": 2128.2, "Is_Gross_v": "false", "Heated_vol": 1968.9, "Ridge_mean": 16.0, "Eaves_mean": 10.63, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 630.0, "Mean_Uvalu": 0.47, "Specific_d": "27,4", "Specific_s": 36.7, "Total_Year": 40413.0, "January_He": 5703.0, "February_H": 3975.0, "March_Heat": 2523.0, "April_Heat": 639.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1111.0, "November_H": 3475.0, "December_H": 5621.0, "PV_potenti": 11.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212131597517544, 48.788095660228493, 0.0 ], [ 9.212117881485584, 48.788134802285093, 0.0 ], [ 9.212104569525948, 48.788172954435304, 0.0 ], [ 9.212033212370757, 48.788161845381737, 0.0 ], [ 9.211868573711708, 48.788136250380504, 0.0 ], [ 9.211865985781619, 48.78813571559968, 0.0 ], [ 9.211879301697985, 48.788098462706117, 0.0 ], [ 9.211893692662249, 48.788057970580908, 0.0 ], [ 9.212131597517544, 48.788095660228493, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b6aa", "Latitude": 48.78818, "Longitude": 9.21199, "X_coordina": 3515649.39, "Y_coordina": 5405656.09, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 163.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 90.3, "Total_wall": 88.1, "Total_wa00": 0.0, "Total_outw": 170.5, "Total_shar": 284.8, "Total_roof": 90.3, "Gross_volu": 428.1, "Is_Gross_v": "false", "Heated_vol": 428.1, "Ridge_mean": 4.7, "Eaves_mean": 4.73, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.628, "Heated_are": 163.8, "Mean_Uvalu": 0.35, "Specific_d": "73,0", "Specific_s": 45.8, "Total_Year": 19470.0, "January_He": 1791.0, "February_H": 1292.0, "March_Heat": 849.0, "April_Heat": 228.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 423.0, "November_H": 1141.0, "December_H": 1728.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211976071839681, 48.788198099884603, 0.0 ], [ 9.211856266032804, 48.78818672019559, 0.0 ], [ 9.211868573711708, 48.788136250380504, 0.0 ], [ 9.212033212370757, 48.788161845381737, 0.0 ], [ 9.212011745504718, 48.788267095584146, 0.0 ], [ 9.211962189145996, 48.788262330929165, 0.0 ], [ 9.211976071839681, 48.788198099884603, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b4c7", "Latitude": 48.78753, "Longitude": 9.19343, "X_coordina": 3514286.05, "Y_coordina": 5405580.23, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1564.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 283.3, "Total_wall": 1174.7, "Total_wa00": 0.0, "Total_outw": 1625.4, "Total_shar": 126.9, "Total_roof": 365.5, "Gross_volu": 5171.7, "Is_Gross_v": "false", "Heated_vol": 4888.4, "Ridge_mean": 21.9, "Eaves_mean": 13.43, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 25, "Number_o00": 34, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1564.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 80630.0, "January_He": 13819.0, "February_H": 9767.0, "March_Heat": 5978.0, "April_Heat": 1107.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 111.0, "October_He": 2792.0, "November_H": 8721.0, "December_H": 13529.0, "PV_potenti": 15.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.1934159082709, 48.787489078445816, 0.0 ], [ 9.193482962446753, 48.787444183813562, 0.0 ], [ 9.193486236798284, 48.78744633647991, 0.0 ], [ 9.193537670402918, 48.787479881498484, 0.0 ], [ 9.193574642320215, 48.787503918896562, 0.0 ], [ 9.19347379368333, 48.787572520290027, 0.0 ], [ 9.193484435698458, 48.787579606378976, 0.0 ], [ 9.193363083040516, 48.787660022124271, 0.0 ], [ 9.19320323135827, 48.787566859745993, 0.0 ], [ 9.19327990129665, 48.787509809403986, 0.0 ], [ 9.193283993194548, 48.787512230474803, 0.0 ], [ 9.193336501946357, 48.78754226675521, 0.0 ], [ 9.193377223008765, 48.787514951508733, 0.0 ], [ 9.1934159082709, 48.787489078445816, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b4c8", "Latitude": 48.78748, "Longitude": 9.19339, "X_coordina": 3514283.2, "Y_coordina": 5405574.86, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 79.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.6, "Total_wall": 54.5, "Total_wa00": 0.0, "Total_outw": 122.2, "Total_shar": 127.1, "Total_roof": 43.6, "Gross_volu": 183.3, "Is_Gross_v": "false", "Heated_vol": 183.3, "Ridge_mean": 4.2, "Eaves_mean": 4.23, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.774, "Heated_are": 79.3, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 33.3, "Total_Year": 3899.0, "January_He": 687.0, "February_H": 456.0, "March_Heat": 258.0, "April_Heat": 49.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 4.0, "October_He": 107.0, "November_H": 395.0, "December_H": 687.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193372406056532, 48.787465501581345, 0.0 ], [ 9.193390667795624, 48.787472305112317, 0.0 ], [ 9.1934159082709, 48.787489078445816, 0.0 ], [ 9.193377223008765, 48.787514951508733, 0.0 ], [ 9.193336501946357, 48.78754226675521, 0.0 ], [ 9.193283993194548, 48.787512230474803, 0.0 ], [ 9.193334600499862, 48.787472399259208, 0.0 ], [ 9.19335090936042, 48.787466796609245, 0.0 ], [ 9.193372406056532, 48.787465501581345, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b3e6", "Latitude": 48.78952, "Longitude": 9.19673, "X_coordina": 3514527.62, "Y_coordina": 5405802.46, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 908.1, "SecondaryU": "retail", "Secondar00": 153.9, "BuildingTy": "GMH", "Footprint_": 192.4, "Total_wall": 803.2, "Total_wa00": 0.0, "Total_outw": 1086.1, "Total_shar": 125.0, "Total_roof": 247.1, "Gross_volu": 3420.3, "Is_Gross_v": "false", "Heated_vol": 3319.0, "Ridge_mean": 19.8, "Eaves_mean": 15.77, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.371, "Heated_are": 1062.1, "Mean_Uvalu": 0.49, "Specific_d": "24,1", "Specific_s": 37.0, "Total_Year": 64870.0, "January_He": 9781.0, "February_H": 6801.0, "March_Heat": 4152.0, "April_Heat": 855.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1900.0, "November_H": 6024.0, "December_H": 9610.0, "PV_potenti": 10.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196780604087458, 48.78960054027597, 0.0 ], [ 9.196778719553938, 48.789605848990689, 0.0 ], [ 9.196771910764259, 48.789604781541847, 0.0 ], [ 9.196700962152528, 48.789593392528701, 0.0 ], [ 9.196670157971834, 48.789616105898126, 0.0 ], [ 9.196612322049504, 48.78958212360282, 0.0 ], [ 9.196552029889466, 48.789546436921661, 0.0 ], [ 9.196614319051735, 48.789501098998379, 0.0 ], [ 9.196613773281912, 48.789500740235674, 0.0 ], [ 9.19665000489597, 48.789473881125346, 0.0 ], [ 9.196703113797083, 48.789482333164536, 0.0 ], [ 9.196702843723873, 48.789482873167678, 0.0 ], [ 9.196816145000758, 48.789501473615488, 0.0 ], [ 9.196814529140045, 48.789505882635332, 0.0 ], [ 9.196813712241545, 48.789505794107889, 0.0 ], [ 9.196801730950419, 48.789539266176895, 0.0 ], [ 9.196802547849444, 48.789539354704445, 0.0 ], [ 9.196796623485543, 48.789555641007013, 0.0 ], [ 9.19679285407317, 48.789566168513971, 0.0 ], [ 9.196792037173726, 48.789566079986372, 0.0 ], [ 9.19677965109609, 48.789600451980846, 0.0 ], [ 9.196780604087458, 48.78960054027597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ae64", "Latitude": 48.78764, "Longitude": 9.19413, "X_coordina": 3514336.9, "Y_coordina": 5405592.2, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1102.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 208.7, "Total_wall": 870.6, "Total_wa00": 0.0, "Total_outw": 1205.8, "Total_shar": 0.0, "Total_roof": 304.8, "Gross_volu": 3652.6, "Is_Gross_v": "false", "Heated_vol": 3443.9, "Ridge_mean": 20.8, "Eaves_mean": 14.6, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 18, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.396, "Heated_are": 1102.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.1, "Total_Year": 58396.0, "January_He": 10200.0, "February_H": 7056.0, "March_Heat": 4354.0, "April_Heat": 930.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1961.0, "November_H": 6284.0, "December_H": 10034.0, "PV_potenti": 13.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19415668668754, 48.787610217933526, 0.0 ], [ 9.194157204318721, 48.787603292938606, 0.0 ], [ 9.194213687649984, 48.787605176010487, 0.0 ], [ 9.194201858044904, 48.787713553975948, 0.0 ], [ 9.193948829918396, 48.787702650038, 0.0 ], [ 9.193957056789307, 48.787612712517834, 0.0 ], [ 9.194006594882339, 48.787613348457803, 0.0 ], [ 9.194007515939113, 48.787605163852575, 0.0 ], [ 9.19415668668754, 48.787610217933526, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000aca8", "Latitude": 48.79125, "Longitude": 9.20348, "X_coordina": 3515023.15, "Y_coordina": 5405995.63, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 696.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.8, "Total_wall": 491.8, "Total_wa00": 0.0, "Total_outw": 744.4, "Total_shar": 247.0, "Total_roof": 194.9, "Gross_volu": 2253.3, "Is_Gross_v": "false", "Heated_vol": 2175.3, "Ridge_mean": 15.5, "Eaves_mean": 11.79, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.386, "Heated_are": 696.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 36744.0, "January_He": 6542.0, "February_H": 4439.0, "March_Heat": 2582.0, "April_Heat": 469.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1192.0, "November_H": 4000.0, "December_H": 6436.0, "PV_potenti": 10.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203376767275238, 48.791193497050429, 0.0 ], [ 9.203449612253797, 48.791201731274249, 0.0 ], [ 9.203526405849356, 48.791210408091523, 0.0 ], [ 9.203491028581327, 48.791346974648391, 0.0 ], [ 9.203418862048569, 48.79133828963446, 0.0 ], [ 9.203421812176632, 48.791327403666692, 0.0 ], [ 9.203343246265728, 48.791318010520556, 0.0 ], [ 9.203376767275238, 48.791193497050429, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000aa94", "Latitude": 48.79167, "Longitude": 9.20135, "X_coordina": 3514866.39, "Y_coordina": 5406041.73, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 776.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 179.8, "Total_wall": 487.1, "Total_wa00": 0.0, "Total_outw": 708.7, "Total_shar": 541.8, "Total_roof": 179.8, "Gross_volu": 2566.5, "Is_Gross_v": "false", "Heated_vol": 2426.9, "Ridge_mean": 14.3, "Eaves_mean": 14.28, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 10, "Number_o00": 17, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.341, "Heated_are": 776.6, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.5, "Total_Year": 35194.0, "January_He": 5611.0, "February_H": 4010.0, "March_Heat": 2588.0, "April_Heat": 567.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1135.0, "November_H": 3471.0, "December_H": 5450.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201394275108314, 48.791676363948248, 0.0 ], [ 9.201419512436264, 48.79169115720326, 0.0 ], [ 9.201434438830777, 48.7916800704918, 0.0 ], [ 9.201436075594129, 48.791680966864767, 0.0 ], [ 9.201307437703882, 48.791776690673807, 0.0 ], [ 9.20130498219789, 48.791775256188643, 0.0 ], [ 9.201313123568736, 48.791769127151731, 0.0 ], [ 9.201277381932069, 48.791748147505551, 0.0 ], [ 9.201246090374658, 48.791750899902148, 0.0 ], [ 9.201244243072537, 48.791731389709021, 0.0 ], [ 9.201239877176373, 48.791728699630546, 0.0 ], [ 9.201241641044419, 48.791727347694128, 0.0 ], [ 9.201222678239198, 48.791716050456969, 0.0 ], [ 9.201214401128368, 48.791722269648353, 0.0 ], [ 9.201170065321399, 48.791696269263319, 0.0 ], [ 9.201178070958465, 48.791690230396561, 0.0 ], [ 9.20129870290857, 48.791600455683231, 0.0 ], [ 9.201343993893715, 48.791627083814376, 0.0 ], [ 9.20133422370481, 48.791634294784622, 0.0 ], [ 9.201355504828831, 48.79164675695678, 0.0 ], [ 9.201365139280067, 48.79163963614571, 0.0 ], [ 9.201399788861563, 48.791659808362553, 0.0 ], [ 9.201394275108314, 48.791676363948248, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a66a", "Latitude": 48.78925, "Longitude": 9.19632, "X_coordina": 3514498.05, "Y_coordina": 5405772.39, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 51.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.7, "Total_wall": 68.2, "Total_wa00": 0.0, "Total_outw": 156.7, "Total_shar": 0.0, "Total_roof": 27.7, "Gross_volu": 100.8, "Is_Gross_v": "false", "Heated_vol": 100.8, "Ridge_mean": 3.6, "Eaves_mean": 3.61, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.226, "Heated_are": 51.8, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196317250929546, 48.789262229104217, 0.0 ], [ 9.196321389071301, 48.789276429984326, 0.0 ], [ 9.196315180474246, 48.789289659343744, 0.0 ], [ 9.196299568995512, 48.789299667480897, 0.0 ], [ 9.196275900106578, 48.7893024954586, 0.0 ], [ 9.196258462625595, 48.789297939073066, 0.0 ], [ 9.196243588425805, 48.789287623203798, 0.0 ], [ 9.196239995017759, 48.78927351131626, 0.0 ], [ 9.196245525284239, 48.78926082265869, 0.0 ], [ 9.196260864580813, 48.789250814992684, 0.0 ], [ 9.196283308632331, 48.78924798910581, 0.0 ], [ 9.196302919687032, 48.789251552622332, 0.0 ], [ 9.196317250929546, 48.789262229104217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a65d", "Latitude": 48.78892, "Longitude": 9.19682, "X_coordina": 3514534.22, "Y_coordina": 5405735.74, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6400.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1268.4, "Total_wall": 2657.4, "Total_wa00": 0.0, "Total_outw": 3592.7, "Total_shar": 1632.2, "Total_roof": 1296.7, "Gross_volu": 21268.3, "Is_Gross_v": "false", "Heated_vol": 20000.0, "Ridge_mean": 20.1, "Eaves_mean": 13.62, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.253, "Heated_are": 6400.0, "Mean_Uvalu": 0.38, "Specific_d": "24,8", "Specific_s": 32.9, "Total_Year": 369591.00000000006, "January_He": 47638.0, "February_H": 35523.0, "March_Heat": 25358.0, "April_Heat": 8570.0, "May_Heatin": 747.0, "June_Heati": 25, "July_Heati": 3, "August_Hea": 7, "September_": 1715.0, "October_He": 13425.0, "November_H": 31346.0, "December_H": 46259.0, "PV_potenti": 68.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196618419014454, 48.788808859812249, 0.0 ], [ 9.196622647267452, 48.788811280531192, 0.0 ], [ 9.196653178097311, 48.788788387790788, 0.0 ], [ 9.196649763920224, 48.788785336217245, 0.0 ], [ 9.196651935022247, 48.788783713884001, 0.0 ], [ 9.19665534884796, 48.788786675534432, 0.0 ], [ 9.196684251147284, 48.788764954574198, 0.0 ], [ 9.196680158984355, 48.788762533625075, 0.0 ], [ 9.196683958233647, 48.78875964957934, 0.0 ], [ 9.196653953267978, 48.7887429750254, 0.0 ], [ 9.196754907866756, 48.7886671767899, 0.0 ], [ 9.197193014369107, 48.788918843079571, 0.0 ], [ 9.197087304181785, 48.788996538231324, 0.0 ], [ 9.196820094157854, 48.788840977726736, 0.0 ], [ 9.19662456983589, 48.788989865606716, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196785793927473, 48.789222402515051, 0.0 ], [ 9.196350393868068, 48.788966953282774, 0.0 ], [ 9.196425435254209, 48.788911432340626, 0.0 ], [ 9.196454203390006, 48.78889016128565, 0.0 ], [ 9.196486525761422, 48.788907821097148, 0.0 ], [ 9.19649005355593, 48.788905117368351, 0.0 ], [ 9.196494146072451, 48.788907628247223, 0.0 ], [ 9.196521420704491, 48.788887258960315, 0.0 ], [ 9.196517192098808, 48.788884748314644, 0.0 ], [ 9.196521941534693, 48.788881233187283, 0.0 ], [ 9.19652616978915, 48.788883653909714, 0.0 ], [ 9.196554529598295, 48.788862383526443, 0.0 ], [ 9.19655030099306, 48.788859872881979, 0.0 ], [ 9.196553693393831, 48.788857349229602, 0.0 ], [ 9.196557921647802, 48.788859769950896, 0.0 ], [ 9.196587366983294, 48.788837688393762, 0.0 ], [ 9.196583138378502, 48.788835177750478, 0.0 ], [ 9.196587073728143, 48.788832293475657, 0.0 ], [ 9.196591438422208, 48.788834803886445, 0.0 ], [ 9.196620204687436, 48.788813083174702, 0.0 ], [ 9.196615976083079, 48.788810572532633, 0.0 ], [ 9.196618419014454, 48.788808859812249, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a65e", "Latitude": 48.78916, "Longitude": 9.19697, "X_coordina": 3514545.8, "Y_coordina": 5405762.04, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 422.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 178.6, "Total_wall": 246.2, "Total_wa00": 0.0, "Total_outw": 493.9, "Total_shar": 227.8, "Total_roof": 178.6, "Gross_volu": 1036.9, "Is_Gross_v": "false", "Heated_vol": 1036.9, "Ridge_mean": 6.7, "Eaves_mean": 6.7, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.582, "Heated_are": 422.6, "Mean_Uvalu": 0.41, "Specific_d": "24,8", "Specific_s": 41.1, "Total_Year": 27875.0, "January_He": 4080.0, "February_H": 2912.0, "March_Heat": 1937.0, "April_Heat": 517.0, "May_Heatin": 38.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 125.0, "October_He": 1101.0, "November_H": 2683.0, "December_H": 3984.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196970609096875, 48.789084143675616, 0.0 ], [ 9.196994070080654, 48.789097771937215, 0.0 ], [ 9.197032971961912, 48.789120438078371, 0.0 ], [ 9.197037173113388, 48.789122876813089, 0.0 ], [ 9.196993042093949, 48.789252352433628, 0.0 ], [ 9.196989647224695, 48.789254246637526, 0.0 ], [ 9.196992650718805, 48.789256669437826, 0.0 ], [ 9.196964290169594, 48.78927776008144, 0.0 ], [ 9.196853120670857, 48.789212575689199, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196844807945048, 48.789178409923593, 0.0 ], [ 9.196858350319365, 48.789168306333515, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.196970609096875, 48.789084143675616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a660", "Latitude": 48.78907, "Longitude": 9.19661, "X_coordina": 3514518.93, "Y_coordina": 5405752.0, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 612.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 338.0, "Total_wall": 421.3, "Total_wa00": 0.0, "Total_outw": 968.7, "Total_shar": 565.8, "Total_roof": 338.0, "Gross_volu": 1589.9, "Is_Gross_v": "false", "Heated_vol": 1589.9, "Ridge_mean": 4.7, "Eaves_mean": 4.71, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.69, "Heated_are": 612.1, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 57.7, "Total_Year": 80023.0, "January_He": 7776.0, "February_H": 5966.0, "March_Heat": 4391.0, "April_Heat": 1636.0, "May_Heatin": 194.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 373.0, "October_He": 2287.0, "November_H": 5215.0, "December_H": 7490.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196697561958095, 48.789245753557815, 0.0 ], [ 9.196675578215206, 48.789261887437789, 0.0 ], [ 9.196605602547319, 48.789220731978951, 0.0 ], [ 9.196615644074024, 48.789213251172384, 0.0 ], [ 9.196549352792987, 48.78917460725021, 0.0 ], [ 9.196559394670118, 48.789167216371531, 0.0 ], [ 9.196493102790621, 48.789128392570447, 0.0 ], [ 9.196503144315692, 48.789120911773566, 0.0 ], [ 9.196437125071508, 48.789082177398384, 0.0 ], [ 9.196447166595716, 48.78907469660632, 0.0 ], [ 9.196384557422055, 48.78903793470343, 0.0 ], [ 9.196370173651243, 48.789048660145994, 0.0 ], [ 9.196275236228105, 48.788992709647822, 0.0 ], [ 9.196400204294621, 48.78889753721068, 0.0 ], [ 9.196421070912724, 48.788909011846627, 0.0 ], [ 9.196425435254209, 48.788911432340626, 0.0 ], [ 9.196350393868068, 48.788966953282774, 0.0 ], [ 9.196785793927473, 48.789222402515051, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196853120670857, 48.789212575689199, 0.0 ], [ 9.196761678810532, 48.789285120498775, 0.0 ], [ 9.196697561958095, 48.789245753557815, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a661", "Latitude": 48.78897, "Longitude": 9.1969, "X_coordina": 3514540.4, "Y_coordina": 5405741.12, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1548.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 573.0, "Total_wall": 105.5, "Total_wa00": 0.0, "Total_outw": 201.5, "Total_shar": 1157.4, "Total_roof": 573.0, "Gross_volu": 4241.0, "Is_Gross_v": "false", "Heated_vol": 4241.0, "Ridge_mean": 7.4, "Eaves_mean": 7.4, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.295, "Heated_are": 1548.9, "Mean_Uvalu": 0.3, "Specific_d": "non calculated", "Specific_s": 64.7, "Total_Year": 100223.0, "January_He": 15728.0, "February_H": 13069.0, "March_Heat": 11880.0, "April_Heat": 8112.0, "May_Heatin": 4729.0, "June_Heati": 2223, "July_Heati": 1321, "August_Hea": 1744, "September_": 5300.0, "October_He": 8683.0, "November_H": 12193.0, "December_H": 15241.0, "PV_potenti": 27.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196820094157854, 48.788840977726736, 0.0 ], [ 9.197087304181785, 48.788996538231324, 0.0 ], [ 9.197054331201308, 48.78902132366148, 0.0 ], [ 9.197020136899864, 48.789047010408083, 0.0 ], [ 9.196970609096875, 48.789084143675616, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.19662456983589, 48.788989865606716, 0.0 ], [ 9.196652114530538, 48.78896895628619, 0.0 ], [ 9.196820094157854, 48.788840977726736, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a604", "Latitude": 48.79158, "Longitude": 9.19808, "X_coordina": 3514626.59, "Y_coordina": 5406031.06, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.5, "Total_wall": 326.0, "Total_wa00": 0.0, "Total_outw": 485.7, "Total_shar": 337.4, "Total_roof": 143.4, "Gross_volu": 1703.6, "Is_Gross_v": "false", "Heated_vol": 1581.1, "Ridge_mean": 15.4, "Eaves_mean": 12.18, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 505.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 24566.0, "January_He": 4273.0, "February_H": 2890.0, "March_Heat": 1615.0, "April_Heat": 258.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 707.0, "November_H": 2556.0, "December_H": 4224.0, "PV_potenti": 7.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198047851377009, 48.791525790644833, 0.0 ], [ 9.19809614178642, 48.791554213366098, 0.0 ], [ 9.198144431896234, 48.791582546143914, 0.0 ], [ 9.198071561386346, 48.791636895438671, 0.0 ], [ 9.198076881553751, 48.791640033613774, 0.0 ], [ 9.198034539647377, 48.791670680461856, 0.0 ], [ 9.197984201338812, 48.791640642611419, 0.0 ], [ 9.197933862736571, 48.791610514815751, 0.0 ], [ 9.198047851377009, 48.791525790644833, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a605", "Latitude": 48.79164, "Longitude": 9.19823, "X_coordina": 3514637.34, "Y_coordina": 5406037.49, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 458.5, "SecondaryU": "industry", "Secondar00": 99.0, "BuildingTy": "MFH", "Footprint_": 123.8, "Total_wall": 438.2, "Total_wa00": 0.0, "Total_outw": 608.1, "Total_shar": 202.1, "Total_roof": 123.8, "Gross_volu": 1543.8, "Is_Gross_v": "false", "Heated_vol": 1543.8, "Ridge_mean": 12.5, "Eaves_mean": 12.47, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.444, "Heated_are": 557.5, "Mean_Uvalu": 0.38, "Specific_d": "18,9", "Specific_s": 23.7, "Total_Year": 23744.0, "January_He": 3602.0, "February_H": 2358.0, "March_Heat": 1236.0, "April_Heat": 144.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 405.0, "November_H": 1986.0, "December_H": 3488.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198299675333464, 48.791674990151975, 0.0 ], [ 9.198231690893323, 48.79172591403632, 0.0 ], [ 9.198227348538008, 48.79172915876088, 0.0 ], [ 9.198164188249104, 48.791691859248431, 0.0 ], [ 9.198076881553751, 48.791640033613774, 0.0 ], [ 9.198071561386346, 48.791636895438671, 0.0 ], [ 9.198144431896234, 48.791582546143914, 0.0 ], [ 9.198299675333464, 48.791674990151975, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a606", "Latitude": 48.79172, "Longitude": 9.19821, "X_coordina": 3514635.82, "Y_coordina": 5406046.7, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 42.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 30.3, "Total_wa00": 0.0, "Total_outw": 102.5, "Total_shar": 146.5, "Total_roof": 53.3, "Gross_volu": 183.7, "Is_Gross_v": "false", "Heated_vol": 133.4, "Ridge_mean": 3.4, "Eaves_mean": 3.44, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.808, "Heated_are": 42.7, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 24.4, "Total_Year": 2443.0, "January_He": 307.0, "February_H": 196.0, "March_Heat": 86.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 137.0, "December_H": 292.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198113787444715, 48.791749676920467, 0.0 ], [ 9.198098781706999, 48.79174080029884, 0.0 ], [ 9.198164188249104, 48.791691859248431, 0.0 ], [ 9.198227348538008, 48.79172915876088, 0.0 ], [ 9.198231690893323, 48.79172591403632, 0.0 ], [ 9.198225784094376, 48.791746606632366, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198113787444715, 48.791749676920467, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a2b5", "Latitude": 48.79377, "Longitude": 9.19987, "X_coordina": 3514756.96, "Y_coordina": 5406274.67, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 221.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 138.1, "Total_wall": 140.1, "Total_wa00": 0.0, "Total_outw": 288.1, "Total_shar": 228.4, "Total_roof": 138.1, "Gross_volu": 761.2, "Is_Gross_v": "false", "Heated_vol": 690.6, "Ridge_mean": 5.5, "Eaves_mean": 5.51, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.566, "Heated_are": 221.0, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.3, "Total_Year": 9756.0, "January_He": 843.0, "February_H": 433.0, "March_Heat": 130.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 269.0, "December_H": 799.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199808918639702, 48.793710679262759, 0.0 ], [ 9.199836612083836, 48.793726907374698, 0.0 ], [ 9.199828198726381, 48.793733216624297, 0.0 ], [ 9.199843886947273, 48.793742361604075, 0.0 ], [ 9.199852300661448, 48.793736142276302, 0.0 ], [ 9.199886814980889, 48.793756315175486, 0.0 ], [ 9.199883015182051, 48.79375910940167, 0.0 ], [ 9.19991821182925, 48.793779730724872, 0.0 ], [ 9.199922011984969, 48.793777026420493, 0.0 ], [ 9.199936881833885, 48.793785723190453, 0.0 ], [ 9.199835239138643, 48.793860985798162, 0.0 ], [ 9.199707412720482, 48.793786121368534, 0.0 ], [ 9.199808918639702, 48.793710679262759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009fe0", "Latitude": 48.79528, "Longitude": 9.20902, "X_coordina": 3515428.71, "Y_coordina": 5406445.28, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 156.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.7, "Total_wall": 136.7, "Total_wa00": 0.0, "Total_outw": 262.5, "Total_shar": 116.0, "Total_roof": 99.0, "Gross_volu": 516.0, "Is_Gross_v": "false", "Heated_vol": 488.4, "Ridge_mean": 11.1, "Eaves_mean": 6.36, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.595, "Heated_are": 156.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 57.2, "Total_Year": 11414.0, "January_He": 2118.0, "February_H": 1534.0, "March_Heat": 998.0, "April_Heat": 241.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 525.0, "November_H": 1406.0, "December_H": 2068.0, "PV_potenti": 3.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209039720168423, 48.795282163441598, 0.0 ], [ 9.209025731688733, 48.795322294734397, 0.0 ], [ 9.209018604695762, 48.795343169932913, 0.0 ], [ 9.208902703132168, 48.795325395527684, 0.0 ], [ 9.208924635377503, 48.795264387575642, 0.0 ], [ 9.208982790616124, 48.79527336433442, 0.0 ], [ 9.209039720168423, 48.795282163441598, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009fe1", "Latitude": 48.79537, "Longitude": 9.2095, "X_coordina": 3515464.61, "Y_coordina": 5406455.0, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 43.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 80.3, "Total_wall": 54.9, "Total_wa00": 0.0, "Total_outw": 215.0, "Total_shar": 87.4, "Total_roof": 92.2, "Gross_volu": 288.7, "Is_Gross_v": "false", "Heated_vol": 208.4, "Ridge_mean": 5.0, "Eaves_mean": 1.97, "Storey_num": 1, "Average_St": 4.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.874, "Heated_are": 43.8, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209408965374456, 48.795343989464222, 0.0 ], [ 9.20945731548375, 48.795351634959431, 0.0 ], [ 9.209537399848411, 48.795364348340044, 0.0 ], [ 9.209522876676479, 48.795406728754166, 0.0 ], [ 9.209511023575365, 48.795436604935837, 0.0 ], [ 9.209430802621014, 48.795423801861894, 0.0 ], [ 9.209382996874393, 48.795416155365928, 0.0 ], [ 9.209408965374456, 48.795343989464222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009ded", "Latitude": 48.79425, "Longitude": 9.21223, "X_coordina": 3515665.13, "Y_coordina": 5406331.37, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1129.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 311.9, "Total_wall": 547.4, "Total_wa00": 0.0, "Total_outw": 799.7, "Total_shar": 184.8, "Total_roof": 311.9, "Gross_volu": 2955.0, "Is_Gross_v": "false", "Heated_vol": 2955.0, "Ridge_mean": 9.5, "Eaves_mean": 9.47, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1129.6, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 3.4, "Total_Year": 41001.0, "January_He": 1494.0, "February_H": 646.0, "March_Heat": 118.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 268.0, "December_H": 1350.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212239756798054, 48.794380851575468, 0.0 ], [ 9.212010537531455, 48.794279660163902, 0.0 ], [ 9.212140039834862, 48.794166297837165, 0.0 ], [ 9.212358898251644, 48.79426355146213, 0.0 ], [ 9.212239756798054, 48.794380851575468, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009db2", "Latitude": 48.79234, "Longitude": 9.20319, "X_coordina": 3515001.84, "Y_coordina": 5406116.67, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 622.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.8, "Total_wall": 545.9, "Total_wa00": 0.0, "Total_outw": 750.0, "Total_shar": 183.5, "Total_roof": 145.8, "Gross_volu": 1949.7, "Is_Gross_v": "false", "Heated_vol": 1944.0, "Ridge_mean": 15.6, "Eaves_mean": 13.19, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.424, "Heated_are": 622.1, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 43.4, "Total_Year": 36836.0, "January_He": 6636.0, "February_H": 4681.0, "March_Heat": 2866.0, "April_Heat": 548.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1417.0, "November_H": 4279.0, "December_H": 6474.0, "PV_potenti": 7.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203073139623729, 48.792408541022859, 0.0 ], [ 9.203077551774282, 48.792388929899424, 0.0 ], [ 9.203070743564506, 48.79238813259294, 0.0 ], [ 9.203071686095472, 48.792385613070302, 0.0 ], [ 9.203076724293831, 48.792386233650923, 0.0 ], [ 9.203101791868345, 48.792291320053046, 0.0 ], [ 9.203160886620287, 48.792298139930587, 0.0 ], [ 9.203234142547871, 48.79230664333496, 0.0 ], [ 9.203202917432074, 48.792427016203071, 0.0 ], [ 9.203135243569712, 48.792419042474108, 0.0 ], [ 9.203104878984393, 48.792415499088541, 0.0 ], [ 9.203105282925728, 48.792414419293031, 0.0 ], [ 9.203064569745937, 48.792409635217965, 0.0 ], [ 9.203065379807558, 48.792408015164916, 0.0 ], [ 9.203073139623729, 48.792408541022859, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009bd5", "Latitude": 48.78809, "Longitude": 9.21166, "X_coordina": 3515625.27, "Y_coordina": 5405646.23, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 180.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.4, "Total_wall": 91.3, "Total_wa00": 0.0, "Total_outw": 151.0, "Total_shar": 274.0, "Total_roof": 88.9, "Gross_volu": 618.5, "Is_Gross_v": "false", "Heated_vol": 564.1, "Ridge_mean": 14.3, "Eaves_mean": 8.45, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 180.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.7, "Total_Year": 10390.0, "January_He": 1834.0, "February_H": 1307.0, "March_Heat": 818.0, "April_Heat": 164.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 411.0, "November_H": 1188.0, "December_H": 1785.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211549165458278, 48.78813413986137, 0.0 ], [ 9.211562412434471, 48.788080431101299, 0.0 ], [ 9.211627219414865, 48.788087326071683, 0.0 ], [ 9.211683312672033, 48.788093247862818, 0.0 ], [ 9.211670201152424, 48.788146776540366, 0.0 ], [ 9.211614380389884, 48.788140944165839, 0.0 ], [ 9.211549165458278, 48.78813413986137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000099c6", "Latitude": 48.78852, "Longitude": 9.21231, "X_coordina": 3515672.86, "Y_coordina": 5405693.56, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 50.9, "Total_wa00": 0.0, "Total_outw": 106.6, "Total_shar": 208.1, "Total_roof": 53.3, "Gross_volu": 324.9, "Is_Gross_v": "false", "Heated_vol": 282.8, "Ridge_mean": 9.4, "Eaves_mean": 6.05, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 90.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 5596.0, "January_He": 1045.0, "February_H": 719.0, "March_Heat": 415.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 211.0, "November_H": 668.0, "December_H": 1023.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212209704001353, 48.78851330163593, 0.0 ], [ 9.212268096890254, 48.78851580180563, 0.0 ], [ 9.212325672875471, 48.788518213528235, 0.0 ], [ 9.212320552834466, 48.788562645252632, 0.0 ], [ 9.212263929417832, 48.788560231771747, 0.0 ], [ 9.212205672566057, 48.788557731349279, 0.0 ], [ 9.212209704001353, 48.78851330163593, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000976b", "Latitude": 48.79466, "Longitude": 9.19519, "X_coordina": 3514412.87, "Y_coordina": 5406372.96, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 284.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 234.5, "Total_wall": 177.3, "Total_wa00": 0.0, "Total_outw": 510.1, "Total_shar": 77.9, "Total_roof": 267.5, "Gross_volu": 1034.9, "Is_Gross_v": "false", "Heated_vol": 890.1, "Ridge_mean": 5.6, "Eaves_mean": 3.18, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.693, "Heated_are": 284.8, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 20.0, "Total_Year": 15049.0, "January_He": 1850.0, "February_H": 955.0, "March_Heat": 300.0, "April_Heat": 18.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 50.0, "November_H": 713.0, "December_H": 1804.0, "PV_potenti": 13.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195259154882784, 48.794772387881522, 0.0 ], [ 9.195261347575077, 48.794776250876303, 0.0 ], [ 9.195213483484856, 48.79478793216483, 0.0 ], [ 9.195154333432107, 48.794802420190543, 0.0 ], [ 9.19501955414986, 48.794582965281187, 0.0 ], [ 9.195078426544567, 48.794567128941104, 0.0 ], [ 9.195131180464308, 48.794552921562882, 0.0 ], [ 9.195265273343129, 48.794770758882834, 0.0 ], [ 9.195259154882784, 48.794772387881522, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000967d", "Latitude": 48.79036, "Longitude": 9.21325, "X_coordina": 3515741.51, "Y_coordina": 5405898.36, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 523.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.3, "Total_wall": 251.0, "Total_wa00": 0.0, "Total_outw": 429.2, "Total_shar": 356.8, "Total_roof": 207.4, "Gross_volu": 1778.4, "Is_Gross_v": "false", "Heated_vol": 1636.1, "Ridge_mean": 15.2, "Eaves_mean": 9.79, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 523.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 27124.0, "January_He": 4706.0, "February_H": 3268.0, "March_Heat": 1969.0, "April_Heat": 344.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 947.0, "November_H": 2968.0, "December_H": 4585.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213234958475871, 48.790301877413604, 0.0 ], [ 9.213307722095534, 48.790419272838676, 0.0 ], [ 9.21324777384678, 48.79043566003741, 0.0 ], [ 9.213181300686871, 48.790453857756063, 0.0 ], [ 9.213107856083608, 48.790336283664836, 0.0 ], [ 9.213173786266019, 48.790318446687742, 0.0 ], [ 9.213234958475871, 48.790301877413604, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000912f", "Latitude": 48.78886, "Longitude": 9.19437, "X_coordina": 3514354.71, "Y_coordina": 5405728.28, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 4031.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 493.1, "Total_wall": 2367.0, "Total_wa00": 0.0, "Total_outw": 2842.2, "Total_shar": 322.0, "Total_roof": 493.1, "Gross_volu": 12599.2, "Is_Gross_v": "false", "Heated_vol": 12599.2, "Ridge_mean": 25.6, "Eaves_mean": 25.55, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.266, "Heated_are": 4031.7, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 49.7, "Total_Year": 259339.0, "January_He": 44664.0, "February_H": 33595.0, "March_Heat": 24668.0, "April_Heat": 9581.0, "May_Heatin": 1286.0, "June_Heati": 44, "July_Heati": 5, "August_Hea": 9, "September_": 2067.0, "October_He": 12511.0, "November_H": 28892.0, "December_H": 43112.0, "PV_potenti": 23.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194072020430143, 48.788804816565914, 0.0 ], [ 9.194187536063293, 48.788727827032105, 0.0 ], [ 9.194193236882603, 48.788723950701687, 0.0 ], [ 9.194584837936439, 48.788953314332296, 0.0 ], [ 9.194489447709909, 48.789026133784716, 0.0 ], [ 9.194471400578735, 48.789039832657657, 0.0 ], [ 9.194072020430143, 48.788804816565914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009131", "Latitude": 48.78912, "Longitude": 9.19478, "X_coordina": 3514384.66, "Y_coordina": 5405757.57, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 4212.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 623.5, "Total_wall": 2473.6, "Total_wa00": 0.0, "Total_outw": 3062.2, "Total_shar": 562.9, "Total_roof": 623.5, "Gross_volu": 13163.4, "Is_Gross_v": "false", "Heated_vol": 13163.4, "Ridge_mean": 25.4, "Eaves_mean": 25.37, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.283, "Heated_are": 4212.3, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 3.0, "Total_Year": 151051.0, "January_He": 5039.0, "February_H": 1980.0, "March_Heat": 316.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 808.0, "December_H": 4474.0, "PV_potenti": 29.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194584837936439, 48.788953314332296, 0.0 ], [ 9.194601937246661, 48.788940875974163, 0.0 ], [ 9.19488660715627, 48.789108461838829, 0.0 ], [ 9.194872224090467, 48.789119456864, 0.0 ], [ 9.194976977858651, 48.789180337696372, 0.0 ], [ 9.194978750864662, 48.789181323854386, 0.0 ], [ 9.194984365756065, 48.789190396634773, 0.0 ], [ 9.194978820894637, 48.789199398387431, 0.0 ], [ 9.194778118980622, 48.78934847173872, 0.0 ], [ 9.194776618502132, 48.789347575040338, 0.0 ], [ 9.194732289845232, 48.789322021774453, 0.0 ], [ 9.194723696996444, 48.789317090505072, 0.0 ], [ 9.194653453444658, 48.789276653703524, 0.0 ], [ 9.194658609927941, 48.789272778270565, 0.0 ], [ 9.194739216639155, 48.789212932686993, 0.0 ], [ 9.19477645283891, 48.789234451383599, 0.0 ], [ 9.194805080892708, 48.789211922047528, 0.0 ], [ 9.194776845451775, 48.789195244012717, 0.0 ], [ 9.194489447709909, 48.789026133784716, 0.0 ], [ 9.194584837936439, 48.788953314332296, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009132", "Latitude": 48.78936, "Longitude": 9.19466, "X_coordina": 3514375.32, "Y_coordina": 5405783.59, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1476.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 289.3, "Total_wall": 752.3, "Total_wa00": 0.0, "Total_outw": 996.1, "Total_shar": 525.6, "Total_roof": 289.3, "Gross_volu": 4614.9, "Is_Gross_v": "false", "Heated_vol": 4614.9, "Ridge_mean": 15.9, "Eaves_mean": 15.95, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.288, "Heated_are": 1476.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 52472.0, "January_He": 1571.0, "February_H": 658.0, "March_Heat": 97.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 248.0, "December_H": 1367.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194719490712593, 48.789320334868705, 0.0 ], [ 9.19472794781883, 48.789325356291599, 0.0 ], [ 9.194732289845232, 48.789322021774453, 0.0 ], [ 9.194776618502132, 48.789347575040338, 0.0 ], [ 9.194582025592119, 48.789493040767589, 0.0 ], [ 9.194445082954319, 48.789413779591598, 0.0 ], [ 9.1946442880765, 48.789264439581196, 0.0 ], [ 9.194658609927941, 48.789272778270565, 0.0 ], [ 9.194653453444658, 48.789276653703524, 0.0 ], [ 9.194723696996444, 48.789317090505072, 0.0 ], [ 9.194719490712593, 48.789320334868705, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009133", "Latitude": 48.78896, "Longitude": 9.1939, "X_coordina": 3514320.01, "Y_coordina": 5405739.14, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 95.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 119.7, "Total_wall": 157.8, "Total_wa00": 0.0, "Total_outw": 522.5, "Total_shar": 0.0, "Total_roof": 119.7, "Gross_volu": 412.2, "Is_Gross_v": "false", "Heated_vol": 298.3, "Ridge_mean": 3.5, "Eaves_mean": 3.45, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.109, "Heated_are": 95.5, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193856867296923, 48.788947528098419, 0.0 ], [ 9.193902462102471, 48.78891337027126, 0.0 ], [ 9.193905736914092, 48.788915612848001, 0.0 ], [ 9.193944016095569, 48.78889009999255, 0.0 ], [ 9.193966388495243, 48.78890400047522, 0.0 ], [ 9.193977701388286, 48.788943817593328, 0.0 ], [ 9.193940438125075, 48.788950444783644, 0.0 ], [ 9.193943489279382, 48.788965277046053, 0.0 ], [ 9.193909348089843, 48.78896983072422, 0.0 ], [ 9.193913760826707, 48.78898484054185, 0.0 ], [ 9.193877851493584, 48.788989666959047, 0.0 ], [ 9.193882812392985, 48.789005665014955, 0.0 ], [ 9.193848943350176, 48.78901021821698, 0.0 ], [ 9.193853492162484, 48.789025227807734, 0.0 ], [ 9.193816358678539, 48.78903023611381, 0.0 ], [ 9.193820630800737, 48.789044077164142, 0.0 ], [ 9.19378621771301, 48.789048721187058, 0.0 ], [ 9.193790903638972, 48.789064000320359, 0.0 ], [ 9.193749829742563, 48.789070633861726, 0.0 ], [ 9.193735358200202, 48.78902335837401, 0.0 ], [ 9.193852929703306, 48.788949872741874, 0.0 ], [ 9.193856867296923, 48.788947528098419, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009134", "Latitude": 48.78952, "Longitude": 9.19444, "X_coordina": 3514359.18, "Y_coordina": 5405802.06, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1829.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 363.7, "Total_wall": 996.0, "Total_wa00": 0.0, "Total_outw": 1357.2, "Total_shar": 378.9, "Total_roof": 363.7, "Gross_volu": 5953.7, "Is_Gross_v": "false", "Heated_vol": 5717.3, "Ridge_mean": 16.4, "Eaves_mean": 16.37, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.296, "Heated_are": 1829.5, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 53.4, "Total_Year": 124429.0, "January_He": 21249.0, "February_H": 16420.0, "March_Heat": 12287.0, "April_Heat": 4893.0, "May_Heatin": 644.0, "June_Heati": 23, "July_Heati": 2, "August_Hea": 5, "September_": 1160.0, "October_He": 6444.0, "November_H": 14162.0, "December_H": 20410.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194246242872865, 48.789622738006933, 0.0 ], [ 9.194201503885479, 48.789596645688476, 0.0 ], [ 9.194445082954319, 48.789413779591598, 0.0 ], [ 9.194582025592119, 48.789493040767589, 0.0 ], [ 9.194340621673822, 48.789675274015082, 0.0 ], [ 9.194338857691918, 48.789676625846553, 0.0 ], [ 9.194246242872865, 48.789622738006933, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009135", "Latitude": 48.78966, "Longitude": 9.19433, "X_coordina": 3514351.47, "Y_coordina": 5405817.44, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 83.5, "Total_wall": 152.3, "Total_wa00": 0.0, "Total_outw": 313.7, "Total_shar": 94.5, "Total_roof": 83.5, "Gross_volu": 441.6, "Is_Gross_v": "false", "Heated_vol": 417.4, "Ridge_mean": 5.3, "Eaves_mean": 5.29, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.743, "Heated_are": 133.6, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 72.8, "Total_Year": 11680.0, "January_He": 2257.0, "February_H": 1643.0, "March_Heat": 1110.0, "April_Heat": 346.0, "May_Heatin": 37.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 586.0, "November_H": 1469.0, "December_H": 2203.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194328913691702, 48.789744714817203, 0.0 ], [ 9.194291401996646, 48.789722387130034, 0.0 ], [ 9.194190467165248, 48.789663747330977, 0.0 ], [ 9.194246242872865, 48.789622738006933, 0.0 ], [ 9.194338857691918, 48.789676625846553, 0.0 ], [ 9.194340621673822, 48.789675274015082, 0.0 ], [ 9.194384406771889, 48.789701008194868, 0.0 ], [ 9.194328913691702, 48.789744714817203, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901c", "Latitude": 48.79377, "Longitude": 9.2023, "X_coordina": 3514935.93, "Y_coordina": 5406275.29, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 263.5, "SecondaryU": "retail", "Secondar00": 108.8, "BuildingTy": "MFH", "Footprint_": 136.0, "Total_wall": 159.6, "Total_wa00": 0.0, "Total_outw": 282.4, "Total_shar": 338.7, "Total_roof": 163.6, "Gross_volu": 1288.1, "Is_Gross_v": "false", "Heated_vol": 1163.4, "Ridge_mean": 11.3, "Eaves_mean": 7.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.372, "Heated_are": 372.3, "Mean_Uvalu": 0.46, "Specific_d": "32,5", "Specific_s": 43.2, "Total_Year": 28196.0, "January_He": 3770.0, "February_H": 2782.0, "March_Heat": 1872.0, "April_Heat": 520.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 919.0, "November_H": 2444.0, "December_H": 3670.0, "PV_potenti": 7.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202146020121097, 48.793795804643018, 0.0 ], [ 9.20219663573789, 48.793758217653895, 0.0 ], [ 9.202257835825426, 48.793712788702152, 0.0 ], [ 9.202313906629058, 48.793745692158872, 0.0 ], [ 9.202347467050892, 48.793765326455613, 0.0 ], [ 9.20236683955053, 48.793776712707391, 0.0 ], [ 9.202369977505951, 48.793778595587995, 0.0 ], [ 9.202257617068136, 48.793861522669872, 0.0 ], [ 9.202238380301864, 48.793850046237978, 0.0 ], [ 9.202201954480303, 48.793828618469661, 0.0 ], [ 9.202146020121097, 48.793795804643018, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901d", "Latitude": 48.7938, "Longitude": 9.2024, "X_coordina": 3514943.25, "Y_coordina": 5406279.6, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 165.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 91.6, "Total_wall": 148.8, "Total_wa00": 0.0, "Total_outw": 287.5, "Total_shar": 127.9, "Total_roof": 91.6, "Gross_volu": 454.2, "Is_Gross_v": "false", "Heated_vol": 454.2, "Ridge_mean": 4.9, "Eaves_mean": 4.95, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.731, "Heated_are": 165.4, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 7593.0, "January_He": 729.0, "February_H": 372.0, "March_Heat": 103.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 249.0, "December_H": 689.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202257617068136, 48.793861522669872, 0.0 ], [ 9.202369977505951, 48.793778595587995, 0.0 ], [ 9.20236683955053, 48.793776712707391, 0.0 ], [ 9.20239628664936, 48.793754989376126, 0.0 ], [ 9.202403787121437, 48.793758663059783, 0.0 ], [ 9.202457815084053, 48.793791210342469, 0.0 ], [ 9.202316826359905, 48.793896398930492, 0.0 ], [ 9.202313961328132, 48.793894695416128, 0.0 ], [ 9.202257617068136, 48.793861522669872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901e", "Latitude": 48.79369, "Longitude": 9.20211, "X_coordina": 3514921.66, "Y_coordina": 5406267.08, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 78.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 92.8, "Total_wall": 117.9, "Total_wa00": 0.0, "Total_outw": 384.3, "Total_shar": 1.0, "Total_roof": 92.8, "Gross_volu": 339.4, "Is_Gross_v": "false", "Heated_vol": 246.6, "Ridge_mean": 3.7, "Eaves_mean": 3.66, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.025, "Heated_are": 78.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202106319968799, 48.793772404273398, 0.0 ], [ 9.201953115084152, 48.793682569634107, 0.0 ], [ 9.202003323868832, 48.793645343136916, 0.0 ], [ 9.202173716307266, 48.793744769358504, 0.0 ], [ 9.202122554831345, 48.793781997601442, 0.0 ], [ 9.202121463120415, 48.793781280129018, 0.0 ], [ 9.202106319968799, 48.793772404273398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901f", "Latitude": 48.79371, "Longitude": 9.20236, "X_coordina": 3514940.32, "Y_coordina": 5406268.73, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 51.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.7, "Total_wall": 30.7, "Total_wa00": 0.0, "Total_outw": 63.2, "Total_shar": 172.1, "Total_roof": 28.7, "Gross_volu": 135.7, "Is_Gross_v": "false", "Heated_vol": 135.7, "Ridge_mean": 4.7, "Eaves_mean": 4.73, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.649, "Heated_are": 51.9, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 8.2, "Total_Year": 2132.0, "January_He": 148.0, "February_H": 77.0, "March_Heat": 19.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 43.0, "December_H": 139.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202377187079895, 48.793743782496762, 0.0 ], [ 9.202347467050892, 48.793765326455613, 0.0 ], [ 9.202257835825426, 48.793712788702152, 0.0 ], [ 9.202287009644733, 48.793690796107832, 0.0 ], [ 9.202377187079895, 48.793743782496762, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008fc4", "Latitude": 48.78863, "Longitude": 9.21064, "X_coordina": 3515550.23, "Y_coordina": 5405705.5, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.2, "Total_wall": 71.7, "Total_wa00": 0.0, "Total_outw": 165.5, "Total_shar": 196.0, "Total_roof": 62.9, "Gross_volu": 367.6, "Is_Gross_v": "false", "Heated_vol": 320.4, "Ridge_mean": 9.5, "Eaves_mean": 6.09, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.531, "Heated_are": 102.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 50.0, "Total_Year": 6746.0, "January_He": 1306.0, "February_H": 878.0, "March_Heat": 490.0, "April_Heat": 82.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 249.0, "November_H": 823.0, "December_H": 1281.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21059922250692, 48.7886759624474, 0.0 ], [ 9.210547244118224, 48.788677855963662, 0.0 ], [ 9.210543519219803, 48.788633260642946, 0.0 ], [ 9.210542523337621, 48.788622921243764, 0.0 ], [ 9.210594501293535, 48.788620937806769, 0.0 ], [ 9.210647295777015, 48.788618952852751, 0.0 ], [ 9.210652017047877, 48.788673977491143, 0.0 ], [ 9.21059922250692, 48.7886759624474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008cc2", "Latitude": 48.7879, "Longitude": 9.21037, "X_coordina": 3515530.86, "Y_coordina": 5405624.31, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 182.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.5, "Total_wall": 104.0, "Total_wa00": 0.0, "Total_outw": 183.1, "Total_shar": 260.2, "Total_roof": 97.5, "Gross_volu": 576.7, "Is_Gross_v": "false", "Heated_vol": 570.1, "Ridge_mean": 13.4, "Eaves_mean": 7.04, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.45, "Heated_are": 182.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.5, "Total_Year": 11184.0, "January_He": 1986.0, "February_H": 1435.0, "March_Heat": 921.0, "April_Heat": 206.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 473.0, "November_H": 1301.0, "December_H": 1938.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2103994664091, 48.787900376343558, 0.0 ], [ 9.210379827796544, 48.78795544550308, 0.0 ], [ 9.210321274007907, 48.787946829861312, 0.0 ], [ 9.210261767256029, 48.787938126006061, 0.0 ], [ 9.210280450003198, 48.787882249298924, 0.0 ], [ 9.210340230744618, 48.787891402262474, 0.0 ], [ 9.2103994664091, 48.787900376343558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008c9e", "Latitude": 48.78859, "Longitude": 9.21025, "X_coordina": 3515521.65, "Y_coordina": 5405700.86, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.7, "Total_wall": 56.4, "Total_wa00": 0.0, "Total_outw": 142.3, "Total_shar": 197.4, "Total_roof": 62.0, "Gross_volu": 331.1, "Is_Gross_v": "false", "Heated_vol": 285.4, "Ridge_mean": 9.0, "Eaves_mean": 5.53, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.532, "Heated_are": 91.3, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 6869.0, "January_He": 1354.0, "February_H": 924.0, "March_Heat": 538.0, "April_Heat": 103.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 283.0, "November_H": 870.0, "December_H": 1330.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210158898860392, 48.78862587005738, 0.0 ], [ 9.21015531302676, 48.78858190393553, 0.0 ], [ 9.21020620262359, 48.788580012583402, 0.0 ], [ 9.210257227929365, 48.788578031037389, 0.0 ], [ 9.210260995773837, 48.788632967509244, 0.0 ], [ 9.210211058746321, 48.788634857146754, 0.0 ], [ 9.21015989691692, 48.788636748997789, 0.0 ], [ 9.210158898860392, 48.78862587005738, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008c75", "Latitude": 48.78766, "Longitude": 9.20617, "X_coordina": 3515221.91, "Y_coordina": 5405597.06, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 444.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.1, "Total_wall": 215.6, "Total_wa00": 0.0, "Total_outw": 398.5, "Total_shar": 306.7, "Total_roof": 209.5, "Gross_volu": 1528.1, "Is_Gross_v": "false", "Heated_vol": 1389.0, "Ridge_mean": 13.7, "Eaves_mean": 8.26, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 444.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 24492.0, "January_He": 4204.0, "February_H": 2976.0, "March_Heat": 1974.0, "April_Heat": 548.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 910.0, "November_H": 2624.0, "December_H": 4128.0, "PV_potenti": 9.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206207433609917, 48.787737553639474, 0.0 ], [ 9.206014072934911, 48.787709034219084, 0.0 ], [ 9.206027659352111, 48.787670342736774, 0.0 ], [ 9.206043396986352, 48.787625262823362, 0.0 ], [ 9.206236485183956, 48.787653782682909, 0.0 ], [ 9.206220614206824, 48.787699492326922, 0.0 ], [ 9.206207433609917, 48.787737553639474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008a7b", "Latitude": 48.7944, "Longitude": 9.20467, "X_coordina": 3515110.0, "Y_coordina": 5406346.39, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 782.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 143.9, "Total_wall": 699.9, "Total_wa00": 0.0, "Total_outw": 956.1, "Total_shar": 227.9, "Total_roof": 194.3, "Gross_volu": 2528.6, "Is_Gross_v": "false", "Heated_vol": 2444.1, "Ridge_mean": 18.0, "Eaves_mean": 15.59, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.421, "Heated_are": 782.1, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 46.9, "Total_Year": 49058.0, "January_He": 8887.0, "February_H": 6262.0, "March_Heat": 4016.0, "April_Heat": 1009.0, "May_Heatin": 55.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 131.0, "October_He": 1957.0, "November_H": 5592.0, "December_H": 8760.0, "PV_potenti": 6.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204644572565947, 48.794388753895149, 0.0 ], [ 9.204694291594731, 48.794398736969612, 0.0 ], [ 9.204719530159082, 48.794413259722312, 0.0 ], [ 9.204729572608841, 48.794406047984538, 0.0 ], [ 9.204762317785047, 48.794425683025288, 0.0 ], [ 9.204765591608764, 48.794427475675313, 0.0 ], [ 9.204751344194872, 48.794438201911447, 0.0 ], [ 9.204681869443244, 48.794490121385486, 0.0 ], [ 9.204671421216704, 48.794497963305091, 0.0 ], [ 9.204661052763969, 48.794491956853953, 0.0 ], [ 9.204662680532014, 48.794490605107704, 0.0 ], [ 9.204634438868984, 48.794473929513778, 0.0 ], [ 9.204632401690084, 48.794475012216473, 0.0 ], [ 9.204619440679165, 48.79446739174432, 0.0 ], [ 9.204621206014776, 48.794466399448446, 0.0 ], [ 9.204592419961324, 48.794449724811464, 0.0 ], [ 9.204590517424382, 48.794450447579976, 0.0 ], [ 9.204578238776259, 48.794443275508662, 0.0 ], [ 9.204580138388163, 48.794441833357084, 0.0 ], [ 9.204549168477948, 48.794423633888314, 0.0 ], [ 9.204546996291551, 48.794424986599992, 0.0 ], [ 9.204535263169824, 48.794418083325795, 0.0 ], [ 9.204537163147558, 48.794416731097805, 0.0 ], [ 9.204507421496325, 48.794399338748242, 0.0 ], [ 9.204505657257268, 48.794400600811123, 0.0 ], [ 9.204493787677141, 48.79439360785144, 0.0 ], [ 9.204558110639661, 48.794346643437045, 0.0 ], [ 9.204637785272951, 48.794393172210796, 0.0 ], [ 9.204644572565947, 48.794388753895149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008a23", "Latitude": 48.79242, "Longitude": 9.20275, "X_coordina": 3514969.48, "Y_coordina": 5406125.97, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 532.2, "SecondaryU": "retail", "Secondar00": 120.1, "BuildingTy": "GMH", "Footprint_": 150.1, "Total_wall": 371.8, "Total_wa00": 0.0, "Total_outw": 602.0, "Total_shar": 386.6, "Total_roof": 196.9, "Gross_volu": 2188.5, "Is_Gross_v": "false", "Heated_vol": 2038.4, "Ridge_mean": 16.7, "Eaves_mean": 12.25, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.343, "Heated_are": 652.3, "Mean_Uvalu": 0.47, "Specific_d": "26,4", "Specific_s": 37.9, "Total_Year": 41892.0, "January_He": 5965.0, "February_H": 4252.0, "March_Heat": 2790.0, "April_Heat": 702.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 85.0, "October_He": 1321.0, "November_H": 3738.0, "December_H": 5810.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202670161358132, 48.792479481264756, 0.0 ], [ 9.202667448430114, 48.792481734129026, 0.0 ], [ 9.202641937417086, 48.792466761783686, 0.0 ], [ 9.202644377060874, 48.792464239630142, 0.0 ], [ 9.202587495945751, 48.792432596682787, 0.0 ], [ 9.202620198401032, 48.792408349701716, 0.0 ], [ 9.202631732047321, 48.792399696743011, 0.0 ], [ 9.202678139514886, 48.792365264263417, 0.0 ], [ 9.202804463837925, 48.792438689284502, 0.0 ], [ 9.20283092975308, 48.79245419945358, 0.0 ], [ 9.202783844349383, 48.792489262653085, 0.0 ], [ 9.202739879742737, 48.792521982325603, 0.0 ], [ 9.202670161358132, 48.792479481264756, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000896a", "Latitude": 48.78842, "Longitude": 9.21024, "X_coordina": 3515520.74, "Y_coordina": 5405682.44, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 103.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.5, "Total_wall": 118.6, "Total_wa00": 0.0, "Total_outw": 244.8, "Total_shar": 99.3, "Total_roof": 65.5, "Gross_volu": 370.7, "Is_Gross_v": "false", "Heated_vol": 322.2, "Ridge_mean": 9.3, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.68, "Heated_are": 103.1, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 50.4, "Total_Year": 6829.0, "January_He": 1414.0, "February_H": 851.0, "March_Heat": 431.0, "April_Heat": 75.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 194.0, "November_H": 787.0, "December_H": 1432.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210243873734134, 48.788410977270438, 0.0 ], [ 9.210248741150799, 48.788468519522795, 0.0 ], [ 9.210196491537152, 48.788470593223408, 0.0 ], [ 9.210145874602418, 48.788472573997403, 0.0 ], [ 9.210144874299434, 48.788461155518718, 0.0 ], [ 9.210141563294686, 48.788417818359278, 0.0 ], [ 9.210141415942545, 48.788415120918515, 0.0 ], [ 9.210191488091896, 48.788413051217177, 0.0 ], [ 9.210243873734134, 48.788410977270438, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000874a", "Latitude": 48.78855, "Longitude": 9.21188, "X_coordina": 3515641.57, "Y_coordina": 5405697.42, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 86.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.4, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 114.3, "Total_shar": 233.0, "Total_roof": 57.9, "Gross_volu": 340.8, "Is_Gross_v": "false", "Heated_vol": 298.4, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.472, "Heated_are": 86.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.4, "Total_Year": 5485.0, "January_He": 1039.0, "February_H": 710.0, "March_Heat": 402.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 205.0, "November_H": 662.0, "December_H": 1018.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211837845730683, 48.788595547017898, 0.0 ], [ 9.211777813653191, 48.788591610866234, 0.0 ], [ 9.211784433797332, 48.78854780587303, 0.0 ], [ 9.211844057557821, 48.78855174277242, 0.0 ], [ 9.211902183976083, 48.78855559247247, 0.0 ], [ 9.21189515491049, 48.788599218377477, 0.0 ], [ 9.211837845730683, 48.788595547017898, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000086ea", "Latitude": 48.79417, "Longitude": 9.20173, "X_coordina": 3514893.97, "Y_coordina": 5406320.22, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1387.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 192.6, "Total_wall": 820.2, "Total_wa00": 0.0, "Total_outw": 1008.2, "Total_shar": 446.7, "Total_roof": 192.6, "Gross_volu": 3838.0, "Is_Gross_v": "false", "Heated_vol": 3838.0, "Ridge_mean": 19.9, "Eaves_mean": 19.93, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 22, "Number_o00": 42, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.314, "Heated_are": 1387.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 57478.0, "January_He": 8820.0, "February_H": 6384.0, "March_Heat": 3943.0, "April_Heat": 664.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1625.0, "November_H": 5472.0, "December_H": 8551.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201725189988696, 48.794101923023021, 0.0 ], [ 9.201821098352768, 48.794158496746654, 0.0 ], [ 9.201786901564594, 48.794183825194693, 0.0 ], [ 9.201802863570482, 48.794193239198073, 0.0 ], [ 9.20170284960756, 48.794266881969492, 0.0 ], [ 9.201684431958981, 48.794256033476159, 0.0 ], [ 9.201648877960043, 48.794282353418943, 0.0 ], [ 9.20155597032128, 48.794227392925308, 0.0 ], [ 9.201725189988696, 48.794101923023021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000086ca", "Latitude": 48.79041, "Longitude": 9.21048, "X_coordina": 3515537.77, "Y_coordina": 5405903.59, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 762.4, "SecondaryU": "office and administration", "Secondar00": 316.1, "BuildingTy": "RH", "Footprint_": 395.1, "Total_wall": 719.8, "Total_wa00": 0.0, "Total_outw": 1274.9, "Total_shar": 0.0, "Total_roof": 395.1, "Gross_volu": 2672.7, "Is_Gross_v": "false", "Heated_vol": 2672.7, "Ridge_mean": 6.8, "Eaves_mean": 6.76, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 13, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.565, "Heated_are": 1078.4, "Mean_Uvalu": 0.44, "Specific_d": "15,5", "Specific_s": 38.3, "Total_Year": 58052.0, "January_He": 10295.0, "February_H": 7200.0, "March_Heat": 4348.0, "April_Heat": 858.0, "May_Heatin": 32.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 2037.0, "November_H": 6388.0, "December_H": 10097.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210484248367706, 48.790340659179066, 0.0 ], [ 9.210459510604732, 48.790348168051409, 0.0 ], [ 9.210544542211883, 48.790471747528677, 0.0 ], [ 9.210569280399019, 48.790464328561107, 0.0 ], [ 9.210618711270115, 48.790536177065029, 0.0 ], [ 9.210435348598102, 48.790591005986364, 0.0 ], [ 9.210385918686136, 48.790519337249989, 0.0 ], [ 9.210433084561689, 48.790505222988699, 0.0 ], [ 9.210348053546833, 48.790381733352483, 0.0 ], [ 9.210301023856294, 48.790395847330579, 0.0 ], [ 9.210251593952044, 48.790324088610561, 0.0 ], [ 9.210435091195274, 48.790269079885817, 0.0 ], [ 9.210484248367706, 48.790340659179066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007b80", "Latitude": 48.78795, "Longitude": 9.19515, "X_coordina": 3514412.15, "Y_coordina": 5405627.21, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1255.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 276.6, "Total_wall": 741.9, "Total_wa00": 0.0, "Total_outw": 1040.7, "Total_shar": 372.8, "Total_roof": 319.8, "Gross_volu": 4046.6, "Is_Gross_v": "false", "Heated_vol": 3924.2, "Ridge_mean": 16.2, "Eaves_mean": 12.44, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 31, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.337, "Heated_are": 1255.7, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 31.6, "Total_Year": 59611.0, "January_He": 9961.0, "February_H": 6901.0, "March_Heat": 4247.0, "April_Heat": 837.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1856.0, "November_H": 6067.0, "December_H": 9760.0, "PV_potenti": 16.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194953723644439, 48.787885026887409, 0.0 ], [ 9.194953983974171, 48.787881969042225, 0.0 ], [ 9.19517732850611, 48.78788833498156, 0.0 ], [ 9.195269422573144, 48.788019017776655, 0.0 ], [ 9.195202002880592, 48.788039634675968, 0.0 ], [ 9.195140835823599, 48.788058352543352, 0.0 ], [ 9.195129961745096, 48.788061698145455, 0.0 ], [ 9.195101487566228, 48.788018403188659, 0.0 ], [ 9.195116574062551, 48.788013431825952, 0.0 ], [ 9.195093447404316, 48.787980469026643, 0.0 ], [ 9.195078998127871, 48.787974288773164, 0.0 ], [ 9.195028366789826, 48.787972576061826, 0.0 ], [ 9.195026912347155, 48.787983549211482, 0.0 ], [ 9.194944021756402, 48.787980182543876, 0.0 ], [ 9.194944283132191, 48.78797739446798, 0.0 ], [ 9.194949528407294, 48.787926219026048, 0.0 ], [ 9.194953723644439, 48.787885026887409, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007b81", "Latitude": 48.78804, "Longitude": 9.19507, "X_coordina": 3514406.42, "Y_coordina": 5405637.47, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 24.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.0, "Total_wall": 46.8, "Total_wa00": 0.0, "Total_outw": 152.7, "Total_shar": 41.6, "Total_roof": 29.0, "Gross_volu": 106.0, "Is_Gross_v": "false", "Heated_vol": 77.0, "Ridge_mean": 3.6, "Eaves_mean": 3.65, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.155, "Heated_are": 24.6, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194966232411886, 48.788057749058368, 0.0 ], [ 9.195032967956285, 48.78803614429556, 0.0 ], [ 9.195091629412904, 48.788073183398119, 0.0 ], [ 9.195026380002606, 48.788091998044465, 0.0 ], [ 9.194966232411886, 48.788057749058368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007a05", "Latitude": 48.7926, "Longitude": 9.20306, "X_coordina": 3514991.65, "Y_coordina": 5406145.32, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 609.0, "SecondaryU": "retail", "Secondar00": 125.2, "BuildingTy": "GMH", "Footprint_": 156.5, "Total_wall": 533.1, "Total_wa00": 0.0, "Total_outw": 747.2, "Total_shar": 332.1, "Total_roof": 194.3, "Gross_volu": 2343.9, "Is_Gross_v": "false", "Heated_vol": 2294.3, "Ridge_mean": 16.8, "Eaves_mean": 12.55, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.382, "Heated_are": 734.2, "Mean_Uvalu": 0.48, "Specific_d": "25,6", "Specific_s": 38.2, "Total_Year": 46820.0, "January_He": 6978.0, "February_H": 4848.0, "March_Heat": 2965.0, "April_Heat": 603.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1409.0, "November_H": 4313.0, "December_H": 6826.0, "PV_potenti": 8.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203126276069323, 48.792625073234817, 0.0 ], [ 9.203076475252486, 48.792661759967046, 0.0 ], [ 9.203031017217667, 48.792695381619104, 0.0 ], [ 9.203022559081328, 48.792690450733744, 0.0 ], [ 9.203011431921043, 48.792698653396599, 0.0 ], [ 9.202960819961035, 48.792669247672428, 0.0 ], [ 9.202911299032236, 48.79264037954497, 0.0 ], [ 9.202949426223345, 48.792611356962567, 0.0 ], [ 9.202906452633439, 48.792586074237384, 0.0 ], [ 9.202897768015173, 48.79259247411391, 0.0 ], [ 9.202896949605677, 48.792592025937935, 0.0 ], [ 9.202923952523179, 48.792571925398256, 0.0 ], [ 9.20297185232557, 48.792536321165059, 0.0 ], [ 9.202972802481419, 48.792535690025225, 0.0 ], [ 9.203126276069323, 48.792625073234817, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079df", "Latitude": 48.79334, "Longitude": 9.20033, "X_coordina": 3514791.32, "Y_coordina": 5406227.62, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 2167.4, "SecondaryU": "retail", "Secondar00": 381.8, "BuildingTy": "GMH", "Footprint_": 477.3, "Total_wall": 1224.6, "Total_wa00": 0.0, "Total_outw": 1495.2, "Total_shar": 509.0, "Total_roof": 540.5, "Gross_volu": 8004.6, "Is_Gross_v": "false", "Heated_vol": 7966.5, "Ridge_mean": 18.4, "Eaves_mean": 14.44, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 41, "Number_o00": 63, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.281, "Heated_are": 2549.3, "Mean_Uvalu": 0.44, "Specific_d": "24,4", "Specific_s": 31.3, "Total_Year": 141994.0, "January_He": 19276.0, "February_H": 14069.0, "March_Heat": 9161.0, "April_Heat": 2133.0, "May_Heatin": 65.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 188.0, "October_He": 4045.0, "November_H": 12117.0, "December_H": 18730.0, "PV_potenti": 28.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200256780168104, 48.793286541124615, 0.0 ], [ 9.200348376804046, 48.793218129807748, 0.0 ], [ 9.200363483314213, 48.793217923677574, 0.0 ], [ 9.200400662570166, 48.793189622979433, 0.0 ], [ 9.200469282262727, 48.793229879231085, 0.0 ], [ 9.200524669063679, 48.793262335133754, 0.0 ], [ 9.200480160774083, 48.793295774274959, 0.0 ], [ 9.200431444384877, 48.793332008353907, 0.0 ], [ 9.20034378207124, 48.793397265565659, 0.0 ], [ 9.200254626705252, 48.793463604389267, 0.0 ], [ 9.200164249763791, 48.793530844502136, 0.0 ], [ 9.200159635889388, 48.793534269617574, 0.0 ], [ 9.200051453168866, 48.793470611866816, 0.0 ], [ 9.200188238460406, 48.793368490751554, 0.0 ], [ 9.200172823570052, 48.793359615113665, 0.0 ], [ 9.20026469229763, 48.793291113467674, 0.0 ], [ 9.200256780168104, 48.793286541124615, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079e3", "Latitude": 48.79367, "Longitude": 9.20122, "X_coordina": 3514856.52, "Y_coordina": 5406264.14, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 27.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 33.6, "Total_wall": 41.3, "Total_wa00": 0.0, "Total_outw": 130.0, "Total_shar": 57.4, "Total_roof": 33.6, "Gross_volu": 94.4, "Is_Gross_v": "false", "Heated_vol": 84.5, "Ridge_mean": 2.8, "Eaves_mean": 2.8, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.201, "Heated_are": 27.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 30.0, "Total_Year": 1701.0, "January_He": 247.0, "February_H": 142.0, "March_Heat": 57.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 105.0, "December_H": 245.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201167567144591, 48.793726748195617, 0.0 ], [ 9.201119823798008, 48.793699944440554, 0.0 ], [ 9.201187678700192, 48.793650727644071, 0.0 ], [ 9.201233789886491, 48.793677803994122, 0.0 ], [ 9.201197828830264, 48.793704394282436, 0.0 ], [ 9.201167567144591, 48.793726748195617, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079e5", "Latitude": 48.79358, "Longitude": 9.20066, "X_coordina": 3514815.63, "Y_coordina": 5406254.46, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 6091.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 2074.1, "Total_wall": 1487.9, "Total_wa00": 0.0, "Total_outw": 2132.3, "Total_shar": 757.4, "Total_roof": 2088.5, "Gross_volu": 20054.6, "Is_Gross_v": "false", "Heated_vol": 19034.7, "Ridge_mean": 10.5, "Eaves_mean": 7.97, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.286, "Heated_are": 6091.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 44.6, "Total_Year": 716081.0, "January_He": 62986.0, "February_H": 46508.0, "March_Heat": 32148.0, "April_Heat": 10099.0, "May_Heatin": 811.0, "June_Heati": 21, "July_Heati": 2, "August_Hea": 5, "September_": 1874.0, "October_He": 15725.0, "November_H": 40402.0, "December_H": 60789.0, "PV_potenti": 98.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200431444384877, 48.793332008353907, 0.0 ], [ 9.200480160774083, 48.793295774274959, 0.0 ], [ 9.200524669063679, 48.793262335133754, 0.0 ], [ 9.200531860927814, 48.793256927195621, 0.0 ], [ 9.200574559906958, 48.793281761663685, 0.0 ], [ 9.200544163888107, 48.793304565266645, 0.0 ], [ 9.200755749349488, 48.793427571746179, 0.0 ], [ 9.200770073396573, 48.793435909666393, 0.0 ], [ 9.200771158981128, 48.793435098461558, 0.0 ], [ 9.200802807787747, 48.793453387688281, 0.0 ], [ 9.200720304347001, 48.79351530901711, 0.0 ], [ 9.200873640116974, 48.793604515604308, 0.0 ], [ 9.200876196218143, 48.793631128522769, 0.0 ], [ 9.200820288976622, 48.793673040492166, 0.0 ], [ 9.201050856737256, 48.793811480171726, 0.0 ], [ 9.201076231498666, 48.793826363180145, 0.0 ], [ 9.201073653092244, 48.793828256077198, 0.0 ], [ 9.201049227530548, 48.793846553207779, 0.0 ], [ 9.201028900785289, 48.793834718782669, 0.0 ], [ 9.200966069795749, 48.793881049162579, 0.0 ], [ 9.200875284031216, 48.793948110694508, 0.0 ], [ 9.200164249763791, 48.793530844502136, 0.0 ], [ 9.200254626705252, 48.793463604389267, 0.0 ], [ 9.20034378207124, 48.793397265565659, 0.0 ], [ 9.200431444384877, 48.793332008353907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007901", "Latitude": 48.79427, "Longitude": 9.20251, "X_coordina": 3514950.78, "Y_coordina": 5406331.0, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 227.8, "SecondaryU": "retail", "Secondar00": 93.3, "BuildingTy": "EFH", "Footprint_": 116.6, "Total_wall": 265.4, "Total_wa00": 0.0, "Total_outw": 477.3, "Total_shar": 56.7, "Total_roof": 116.6, "Gross_volu": 724.0, "Is_Gross_v": "false", "Heated_vol": 724.0, "Ridge_mean": 6.2, "Eaves_mean": 6.2, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.689, "Heated_are": 321.1, "Mean_Uvalu": 0.47, "Specific_d": "32,5", "Specific_s": 50.5, "Total_Year": 26652.0, "January_He": 3657.0, "February_H": 2768.0, "March_Heat": 1975.0, "April_Heat": 648.0, "May_Heatin": 47.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 1031.0, "November_H": 2442.0, "December_H": 3544.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202438654157248, 48.794373678955566, 0.0 ], [ 9.202366621495891, 48.794331631410628, 0.0 ], [ 9.202416085346288, 48.794278309729407, 0.0 ], [ 9.202483708842568, 48.79420553260811, 0.0 ], [ 9.202487096238441, 48.794201749862339, 0.0 ], [ 9.202557496291336, 48.794243980051739, 0.0 ], [ 9.202554785797455, 48.794246862373299, 0.0 ], [ 9.202438654157248, 48.794373678955566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007902", "Latitude": 48.79418, "Longitude": 9.20262, "X_coordina": 3514958.97, "Y_coordina": 5406321.07, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 65.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 79.8, "Total_wall": 51.4, "Total_wa00": 0.0, "Total_outw": 154.5, "Total_shar": 123.6, "Total_roof": 79.8, "Gross_volu": 246.4, "Is_Gross_v": "false", "Heated_vol": 203.8, "Ridge_mean": 3.1, "Eaves_mean": 3.08, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.9, "Heated_are": 65.2, "Mean_Uvalu": 0.33, "Specific_d": "non calculated", "Specific_s": 85.7, "Total_Year": 5586.0, "January_He": 1167.0, "February_H": 877.0, "March_Heat": 669.0, "April_Heat": 296.0, "May_Heatin": 60.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 99.0, "October_He": 442.0, "November_H": 819.0, "December_H": 1155.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202659361969328, 48.79419110562263, 0.0 ], [ 9.202569656601, 48.7942556487248, 0.0 ], [ 9.202554785797455, 48.794246862373299, 0.0 ], [ 9.202557496291336, 48.794243980051739, 0.0 ], [ 9.202487096238441, 48.794201749862339, 0.0 ], [ 9.202569330761763, 48.794140906831771, 0.0 ], [ 9.202622940067329, 48.794170757064471, 0.0 ], [ 9.202659361969328, 48.79419110562263, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000078f8", "Latitude": 48.7876, "Longitude": 9.21366, "X_coordina": 3515772.53, "Y_coordina": 5405592.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 461.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.2, "Total_wall": 241.6, "Total_wa00": 0.0, "Total_outw": 407.4, "Total_shar": 312.4, "Total_roof": 208.1, "Gross_volu": 1547.1, "Is_Gross_v": "false", "Heated_vol": 1443.2, "Ridge_mean": 15.8, "Eaves_mean": 9.41, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.385, "Heated_are": 461.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 26373.0, "January_He": 4629.0, "February_H": 3312.0, "March_Heat": 2078.0, "April_Heat": 419.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1042.0, "November_H": 3001.0, "December_H": 4513.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213602187916896, 48.787683699368891, 0.0 ], [ 9.21353709719007, 48.787674018401127, 0.0 ], [ 9.213575799627806, 48.787558394718154, 0.0 ], [ 9.213640209020316, 48.787567897080855, 0.0 ], [ 9.213699308037096, 48.787576689872488, 0.0 ], [ 9.213660061142997, 48.78769222468307, 0.0 ], [ 9.213602187916896, 48.787683699368891, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007831", "Latitude": 48.78831, "Longitude": 9.21115, "X_coordina": 3515587.95, "Y_coordina": 5405670.38, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.4, "Total_wall": 145.8, "Total_wa00": 0.0, "Total_outw": 266.6, "Total_shar": 97.0, "Total_roof": 93.2, "Gross_volu": 474.9, "Is_Gross_v": "false", "Heated_vol": 440.2, "Ridge_mean": 10.6, "Eaves_mean": 5.66, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.653, "Heated_are": 140.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 52.8, "Total_Year": 9673.0, "January_He": 1938.0, "February_H": 1238.0, "March_Heat": 695.0, "April_Heat": 134.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 329.0, "November_H": 1149.0, "December_H": 1934.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211060061126656, 48.788295730877152, 0.0 ], [ 9.211160224724583, 48.788296266649027, 0.0 ], [ 9.211159566657686, 48.788334035791323, 0.0 ], [ 9.211159026945465, 48.788367578304538, 0.0 ], [ 9.211058317345568, 48.788366683837651, 0.0 ], [ 9.21105913005475, 48.788333320671889, 0.0 ], [ 9.211060061126656, 48.788295730877152, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000766a", "Latitude": 48.78805, "Longitude": 9.20074, "X_coordina": 3514822.79, "Y_coordina": 5405639.76, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.5, "Total_wall": 358.3, "Total_wa00": 0.0, "Total_outw": 554.0, "Total_shar": 245.7, "Total_roof": 166.4, "Gross_volu": 1693.7, "Is_Gross_v": "false", "Heated_vol": 1580.2, "Ridge_mean": 18.1, "Eaves_mean": 12.43, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 505.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 28287.0, "January_He": 4823.0, "February_H": 3562.0, "March_Heat": 2317.0, "April_Heat": 521.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1114.0, "November_H": 3145.0, "December_H": 4722.0, "PV_potenti": 6.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200788551814206, 48.788107093884086, 0.0 ], [ 9.200677647626781, 48.788143166743872, 0.0 ], [ 9.200601991628682, 48.788043033682399, 0.0 ], [ 9.20071384718374, 48.788006689465597, 0.0 ], [ 9.200751883484633, 48.788057789725322, 0.0 ], [ 9.200788551814206, 48.788107093884086, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000739d", "Latitude": 48.7886, "Longitude": 9.20942, "X_coordina": 3515460.55, "Y_coordina": 5405701.91, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 81.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.9, "Total_wall": 45.5, "Total_wa00": 0.0, "Total_outw": 109.9, "Total_shar": 201.4, "Total_roof": 54.7, "Gross_volu": 296.3, "Is_Gross_v": "false", "Heated_vol": 255.4, "Ridge_mean": 9.0, "Eaves_mean": 5.44, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 81.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 5142.0, "January_He": 971.0, "February_H": 663.0, "March_Heat": 377.0, "April_Heat": 62.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 192.0, "November_H": 620.0, "December_H": 952.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209429595550422, 48.788593477300331, 0.0 ], [ 9.209433323575912, 48.788639061811715, 0.0 ], [ 9.209377263641315, 48.788641231993964, 0.0 ], [ 9.209324060816463, 48.78864321710838, 0.0 ], [ 9.209323058452188, 48.788631259084767, 0.0 ], [ 9.209320196426953, 48.788597542917707, 0.0 ], [ 9.20937353529229, 48.788595557557727, 0.0 ], [ 9.209429595550422, 48.788593477300331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007231", "Latitude": 48.79453, "Longitude": 9.20735, "X_coordina": 3515306.54, "Y_coordina": 5406361.0, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1589.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 288.2, "Total_wall": 1382.6, "Total_wa00": 0.0, "Total_outw": 1772.0, "Total_shar": 0.0, "Total_roof": 288.2, "Gross_volu": 4965.8, "Is_Gross_v": "false", "Heated_vol": 4965.8, "Ridge_mean": 18.3, "Eaves_mean": 18.31, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 47, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 1589.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 33.3, "Total_Year": 78038.0, "January_He": 13168.0, "February_H": 9209.0, "March_Heat": 5664.0, "April_Heat": 1132.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 100.0, "October_He": 2535.0, "November_H": 8142.0, "December_H": 12886.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207201209085637, 48.794595682458848, 0.0 ], [ 9.207241972911854, 48.794480057335178, 0.0 ], [ 9.207277655255181, 48.794485568376565, 0.0 ], [ 9.207290973267421, 48.794447596662536, 0.0 ], [ 9.207444870226283, 48.794471329132634, 0.0 ], [ 9.207455356943608, 48.794472928865915, 0.0 ], [ 9.207426161835576, 48.794555351435498, 0.0 ], [ 9.207418358952584, 48.794577486684993, 0.0 ], [ 9.20738676226537, 48.79457259779457, 0.0 ], [ 9.207379636921454, 48.794594012432761, 0.0 ], [ 9.207366154393462, 48.794592058392873, 0.0 ], [ 9.207345297531013, 48.794650186565256, 0.0 ], [ 9.207265352808273, 48.794637921026428, 0.0 ], [ 9.207208969081819, 48.794629209983334, 0.0 ], [ 9.207207625067243, 48.794633348885242, 0.0 ], [ 9.207155054884023, 48.79462526041889, 0.0 ], [ 9.207167297145505, 48.794590437979707, 0.0 ], [ 9.207201209085637, 48.794595682458848, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000714e", "Latitude": 48.78808, "Longitude": 9.20897, "X_coordina": 3515427.56, "Y_coordina": 5405643.79, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 200.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.8, "Total_wall": 127.5, "Total_wa00": 0.0, "Total_outw": 214.2, "Total_shar": 264.8, "Total_roof": 86.7, "Gross_volu": 648.3, "Is_Gross_v": "false", "Heated_vol": 624.9, "Ridge_mean": 13.7, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.427, "Heated_are": 200.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 11260.0, "January_He": 1974.0, "February_H": 1381.0, "March_Heat": 891.0, "April_Heat": 226.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 416.0, "November_H": 1224.0, "December_H": 1944.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208947190427121, 48.788142397298081, 0.0 ], [ 9.208858208584445, 48.788114412607761, 0.0 ], [ 9.208878775169257, 48.788085779582033, 0.0 ], [ 9.208904213992659, 48.788050663210647, 0.0 ], [ 9.208993060034283, 48.788078738035878, 0.0 ], [ 9.208967892686578, 48.788113674086752, 0.0 ], [ 9.208947190427121, 48.788142397298081, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070a9", "Latitude": 48.78975, "Longitude": 9.20143, "X_coordina": 3514873.07, "Y_coordina": 5405827.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 20008.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1727.9, "Total_wall": 5779.9, "Total_wa00": 0.0, "Total_outw": 7079.5, "Total_shar": 1215.8, "Total_roof": 1727.9, "Gross_volu": 62529.7, "Is_Gross_v": "true", "Heated_vol": 62527.9, "Ridge_mean": 35.7, "Eaves_mean": 35.7, "Storey_num": 14, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.148, "Heated_are": 20008.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.7, "Total_Year": 670760.0, "January_He": 5948.0, "February_H": 2085.0, "March_Heat": 216.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 457.0, "December_H": 4558.0, "PV_potenti": 80.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201682876285027, 48.789691244623498, 0.0 ], [ 9.201711069592275, 48.789696770508414, 0.0 ], [ 9.201691651158399, 48.789741406642165, 0.0 ], [ 9.201569487909643, 48.78971940940238, 0.0 ], [ 9.201447573686869, 48.789997576676377, 0.0 ], [ 9.201433953286051, 48.789994812869629, 0.0 ], [ 9.201435033386721, 48.789992652813226, 0.0 ], [ 9.201389271069411, 48.789983920336795, 0.0 ], [ 9.20124054418678, 48.789955674547137, 0.0 ], [ 9.201074248277457, 48.78992413206953, 0.0 ], [ 9.20107303350772, 48.789926652052245, 0.0 ], [ 9.201062002850936, 48.789924872839492, 0.0 ], [ 9.201127815670436, 48.789774585449813, 0.0 ], [ 9.201183245043193, 48.789648325769534, 0.0 ], [ 9.201232875077769, 48.789535294968488, 0.0 ], [ 9.201331753900604, 48.789554275873186, 0.0 ], [ 9.201521067264897, 48.789590543656345, 0.0 ], [ 9.20158208336496, 48.789602216860281, 0.0 ], [ 9.201592162770618, 48.789604357383119, 0.0 ], [ 9.201609868337243, 48.789607743484829, 0.0 ], [ 9.201710789535651, 48.789626900335698, 0.0 ], [ 9.201682876285027, 48.789691244623498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070a9", "Latitude": 48.78975, "Longitude": 9.20143, "X_coordina": 3514873.07, "Y_coordina": 5405827.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 20008.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1727.9, "Total_wall": 5779.9, "Total_wa00": 0.0, "Total_outw": 7079.5, "Total_shar": 1215.8, "Total_roof": 1727.9, "Gross_volu": 62529.7, "Is_Gross_v": "true", "Heated_vol": 62527.9, "Ridge_mean": 35.7, "Eaves_mean": 35.7, "Storey_num": 14, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.148, "Heated_are": 20008.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.7, "Total_Year": 670760.0, "January_He": 5948.0, "February_H": 2085.0, "March_Heat": 216.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 457.0, "December_H": 4558.0, "PV_potenti": 80.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201205570276622, 48.789888113090477, 1.66 ], [ 9.201199265457751, 48.789876973576128, 1.66 ], [ 9.201276255807848, 48.789697261542877, 1.66 ], [ 9.201290932121308, 48.789691840472109, 1.66 ], [ 9.20144483261579, 48.789720796536926, 1.66 ], [ 9.2014541307669, 48.789731750954424, 1.66 ], [ 9.2013752472236, 48.789914343972285, 1.66 ], [ 9.201362469668858, 48.789918143108096, 1.66 ], [ 9.201205570276622, 48.789888113090477, 1.66 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ab", "Latitude": 48.78994, "Longitude": 9.20128, "X_coordina": 3514862.19, "Y_coordina": 5405850.13, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 269.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 187.4, "Total_wa00": 0.0, "Total_outw": 318.5, "Total_shar": 1108.6, "Total_roof": 56.1, "Gross_volu": 846.1, "Is_Gross_v": "false", "Heated_vol": 841.8, "Ridge_mean": 15.1, "Eaves_mean": 15.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.355, "Heated_are": 269.4, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 7.7, "Total_Year": 10926.0, "January_He": 702.0, "February_H": 406.0, "March_Heat": 132.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 201.0, "December_H": 618.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201402987668295, 48.790007321453281, 0.0 ], [ 9.201066019909653, 48.789942481864685, 0.0 ], [ 9.201074234632308, 48.789924123100988, 0.0 ], [ 9.201412056925419, 48.78998827775159, 0.0 ], [ 9.201402987668295, 48.790007321453281, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ac", "Latitude": 48.79, "Longitude": 9.2012, "X_coordina": 3514856.06, "Y_coordina": 5405856.27, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1740.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 275.8, "Total_wall": 486.3, "Total_wa00": 0.0, "Total_outw": 612.5, "Total_shar": 875.0, "Total_roof": 275.8, "Gross_volu": 4766.3, "Is_Gross_v": "false", "Heated_vol": 4766.3, "Ridge_mean": 17.3, "Eaves_mean": 17.28, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.218, "Heated_are": 1740.4, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 58738.0, "January_He": 673.0, "February_H": 269.0, "March_Heat": 32.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 63.0, "December_H": 513.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201043138480269, 48.78993803462464, 0.0 ], [ 9.20106601994558, 48.78994249085698, 0.0 ], [ 9.201318122808948, 48.789991058783372, 0.0 ], [ 9.201270261725183, 48.790104086520408, 0.0 ], [ 9.200993644077322, 48.790051155022894, 0.0 ], [ 9.200995802522959, 48.790046385303285, 0.0 ], [ 9.201043138480269, 48.78993803462464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ad", "Latitude": 48.78987, "Longitude": 9.20101, "X_coordina": 3514842.26, "Y_coordina": 5405842.22, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 991.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 435.9, "Total_wall": 444.5, "Total_wa00": 0.0, "Total_outw": 792.2, "Total_shar": 388.2, "Total_roof": 436.0, "Gross_volu": 3534.9, "Is_Gross_v": "false", "Heated_vol": 3099.0, "Ridge_mean": 8.5, "Eaves_mean": 8.51, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.39, "Heated_are": 991.7, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 6.2, "Total_Year": 38779.0, "January_He": 2202.0, "February_H": 1098.0, "March_Heat": 261.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 558.0, "December_H": 2048.0, "PV_potenti": 20.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200968327889452, 48.789743750316539, 0.0 ], [ 9.201127815670436, 48.789774585449813, 0.0 ], [ 9.201062002850936, 48.789924872839492, 0.0 ], [ 9.20107303350772, 48.789926652052245, 0.0 ], [ 9.20106601994558, 48.78994249085698, 0.0 ], [ 9.201043138480269, 48.78993803462464, 0.0 ], [ 9.200995802522959, 48.790046385303285, 0.0 ], [ 9.200807168640925, 48.790010205398801, 0.0 ], [ 9.20085932167501, 48.789915245015841, 0.0 ], [ 9.200884993970307, 48.789868799641809, 0.0 ], [ 9.200934372082818, 48.789794706345702, 0.0 ], [ 9.200951147293297, 48.789769588380658, 0.0 ], [ 9.200968327889452, 48.789743750316539, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ae", "Latitude": 48.78963, "Longitude": 9.20207, "X_coordina": 3514920.13, "Y_coordina": 5405814.81, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 9065.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1995.2, "Total_wall": 3054.1, "Total_wa00": 0.0, "Total_outw": 3706.9, "Total_shar": 1049.6, "Total_roof": 1995.2, "Gross_volu": 28328.4, "Is_Gross_v": "false", "Heated_vol": 28328.4, "Ridge_mean": 23.2, "Eaves_mean": 23.23, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.249, "Heated_are": 9065.1, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 1.7, "Total_Year": 312926.0, "January_He": 6229.0, "February_H": 2492.0, "March_Heat": 363.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 755.0, "December_H": 5195.0, "PV_potenti": 94.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202329646579951, 48.789434996722285, 0.0 ], [ 9.202398365973478, 48.78943325733762, 0.0 ], [ 9.202468220397384, 48.789443026141967, 0.0 ], [ 9.20245689222423, 48.789468764218562, 0.0 ], [ 9.202412115824258, 48.789569737250098, 0.0 ], [ 9.202414432269208, 48.789570452567538, 0.0 ], [ 9.202387590960212, 48.78963038888449, 0.0 ], [ 9.202285352126488, 48.789859064472054, 0.0 ], [ 9.201690437144748, 48.789744106477428, 0.0 ], [ 9.201691651158399, 48.789741406642165, 0.0 ], [ 9.201711069592275, 48.789696770508414, 0.0 ], [ 9.201682876285027, 48.789691244623498, 0.0 ], [ 9.201710789535651, 48.789626900335698, 0.0 ], [ 9.201609868337243, 48.789607743484829, 0.0 ], [ 9.201592162770618, 48.789604357383119, 0.0 ], [ 9.201593242495948, 48.789602107402118, 0.0 ], [ 9.20158329990246, 48.789600146487146, 0.0 ], [ 9.201599216029608, 48.789564508865418, 0.0 ], [ 9.201616376857373, 48.789567805996157, 0.0 ], [ 9.20162672771956, 48.789569766193459, 0.0 ], [ 9.201681893165432, 48.789445934669011, 0.0 ], [ 9.201779682171214, 48.789464647327421, 0.0 ], [ 9.201781284454494, 48.789490902221715, 0.0 ], [ 9.201908901347748, 48.789515497461359, 0.0 ], [ 9.201925627630096, 48.789478329671709, 0.0 ], [ 9.202018104905298, 48.789495972357962, 0.0 ], [ 9.202025121355035, 48.789480942801667, 0.0 ], [ 9.202082732634169, 48.789491992248472, 0.0 ], [ 9.202103904279234, 48.789443486253539, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070af", "Latitude": 48.78965, "Longitude": 9.20267, "X_coordina": 3514963.9, "Y_coordina": 5405817.77, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 3575.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1319.1, "Total_wall": 894.1, "Total_wa00": 0.0, "Total_outw": 1409.6, "Total_shar": 498.9, "Total_roof": 1319.1, "Gross_volu": 9538.6, "Is_Gross_v": "false", "Heated_vol": 9538.6, "Ridge_mean": 7.2, "Eaves_mean": 7.23, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.37, "Heated_are": 3575.8, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 2.0, "Total_Year": 124762.0, "January_He": 2962.0, "February_H": 1228.0, "March_Heat": 190.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 399.0, "December_H": 2474.0, "PV_potenti": 64.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202285352126488, 48.789859064472054, 0.0 ], [ 9.202414568722165, 48.789570542251326, 0.0 ], [ 9.202412115824258, 48.789569737250098, 0.0 ], [ 9.20245689222423, 48.789468764218562, 0.0 ], [ 9.202749716447281, 48.789524990851049, 0.0 ], [ 9.202748907146146, 48.789526790748639, 0.0 ], [ 9.20286876087571, 48.789549779967544, 0.0 ], [ 9.202873114344202, 48.789549412603598, 0.0 ], [ 9.202957012528271, 48.789565630871529, 0.0 ], [ 9.20295906405145, 48.789568145117627, 0.0 ], [ 9.20284414730315, 48.789824629949159, 0.0 ], [ 9.202733691964658, 48.789803782327503, 0.0 ], [ 9.202722357326357, 48.789827901814604, 0.0 ], [ 9.202422038002844, 48.789769620046869, 0.0 ], [ 9.202374155016591, 48.789876533478598, 0.0 ], [ 9.202285352126488, 48.789859064472054, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070b0", "Latitude": 48.78949, "Longitude": 9.20287, "X_coordina": 3514978.59, "Y_coordina": 5405800.26, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 40.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.3, "Total_wall": 55.8, "Total_wa00": 0.0, "Total_outw": 192.0, "Total_shar": 62.1, "Total_roof": 51.3, "Gross_volu": 133.2, "Is_Gross_v": "false", "Heated_vol": 128.0, "Ridge_mean": 2.6, "Eaves_mean": 2.6, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.207, "Heated_are": 40.9, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 28.5, "Total_Year": 2511.0, "January_He": 361.0, "February_H": 199.0, "March_Heat": 79.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 148.0, "December_H": 356.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202894018507585, 48.789502255789685, 0.0 ], [ 9.20286876087571, 48.789549779967544, 0.0 ], [ 9.202748907146146, 48.789526790748639, 0.0 ], [ 9.202749716447281, 48.789524990851049, 0.0 ], [ 9.202774164879735, 48.7894792665967, 0.0 ], [ 9.202894018507585, 48.789502255789685, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006e1c", "Latitude": 48.79506, "Longitude": 9.20916, "X_coordina": 3515439.36, "Y_coordina": 5406420.7, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 163.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 126.4, "Total_wall": 170.7, "Total_wa00": 0.0, "Total_outw": 439.2, "Total_shar": 27.3, "Total_roof": 173.6, "Gross_volu": 719.2, "Is_Gross_v": "false", "Heated_vol": 592.8, "Ridge_mean": 7.3, "Eaves_mean": 4.03, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 1, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.719, "Heated_are": 163.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 69.7, "Total_Year": 13960.0, "January_He": 2760.0, "February_H": 1916.0, "March_Heat": 1221.0, "April_Heat": 337.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 605.0, "November_H": 1731.0, "December_H": 2730.0, "PV_potenti": 8.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209005747679896, 48.795033136872306, 0.0 ], [ 9.209245860311544, 48.795070648580769, 0.0 ], [ 9.20924007468717, 48.795086755408512, 0.0 ], [ 9.20923442217377, 48.795102142605643, 0.0 ], [ 9.209227290063261, 48.795121758897473, 0.0 ], [ 9.20922365707457, 48.795131836935468, 0.0 ], [ 9.208984496536853, 48.795094233529795, 0.0 ], [ 9.20899498806304, 48.795064180024397, 0.0 ], [ 9.209005747679896, 48.795033136872306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006bef", "Latitude": 48.79177, "Longitude": 9.19828, "X_coordina": 3514641.22, "Y_coordina": 5406053.06, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 592.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 223.2, "Total_wall": 550.4, "Total_wa00": 0.0, "Total_outw": 890.8, "Total_shar": 147.2, "Total_roof": 223.2, "Gross_volu": 1982.1, "Is_Gross_v": "false", "Heated_vol": 1850.9, "Ridge_mean": 10.8, "Eaves_mean": 10.79, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.521, "Heated_are": 592.3, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 69.8, "Total_Year": 49991.0, "January_He": 9269.0, "February_H": 6913.0, "March_Heat": 4945.0, "April_Heat": 1774.0, "May_Heatin": 221.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 439.0, "October_He": 2679.0, "November_H": 6117.0, "December_H": 8973.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198250257335607, 48.791844041684406, 0.0 ], [ 9.19822813827891, 48.79186053578055, 0.0 ], [ 9.198229912151433, 48.791861701733808, 0.0 ], [ 9.19822692686267, 48.791863954962615, 0.0 ], [ 9.198225152990139, 48.791862789009308, 0.0 ], [ 9.198204662482825, 48.791878111290799, 0.0 ], [ 9.198206436355425, 48.791879277244412, 0.0 ], [ 9.19820345141877, 48.791881620395586, 0.0 ], [ 9.198201405705269, 48.791880544833418, 0.0 ], [ 9.198179693846836, 48.791896768448524, 0.0 ], [ 9.198181468427837, 48.79189811424849, 0.0 ], [ 9.198166404091431, 48.791908931004699, 0.0 ], [ 9.198078280431925, 48.791857106778892, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198219677432633, 48.791751113324032, 0.0 ], [ 9.198225784094376, 48.791746606632366, 0.0 ], [ 9.198311273345825, 48.791682523762042, 0.0 ], [ 9.198399809484499, 48.791735426183813, 0.0 ], [ 9.198353127825586, 48.791769947340029, 0.0 ], [ 9.198357221731447, 48.791772727919913, 0.0 ], [ 9.19835505020143, 48.791774260361592, 0.0 ], [ 9.198350411906587, 48.791771480719298, 0.0 ], [ 9.198313776221433, 48.791799599979683, 0.0 ], [ 9.19831732609263, 48.791802471421491, 0.0 ], [ 9.198314747331301, 48.791804274334474, 0.0 ], [ 9.19831024442446, 48.79180131461024, 0.0 ], [ 9.198301152481527, 48.791808074537087, 0.0 ], [ 9.198299651867044, 48.791807177885147, 0.0 ], [ 9.198276854127423, 48.791824122777463, 0.0 ], [ 9.198278491548059, 48.791825199041305, 0.0 ], [ 9.198276727596912, 48.791826550932491, 0.0 ], [ 9.198274818690132, 48.791825654983271, 0.0 ], [ 9.198252428517536, 48.791842419321739, 0.0 ], [ 9.19825420203569, 48.791843495351621, 0.0 ], [ 9.198251894756332, 48.791845117948625, 0.0 ], [ 9.198250257335607, 48.791844041684406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006b63", "Latitude": 48.79429, "Longitude": 9.20373, "X_coordina": 3515040.8, "Y_coordina": 5406333.99, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1074.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 225.1, "Total_wall": 789.6, "Total_wa00": 0.0, "Total_outw": 1151.3, "Total_shar": 0.0, "Total_roof": 274.7, "Gross_volu": 3545.6, "Is_Gross_v": "false", "Heated_vol": 3359.2, "Ridge_mean": 18.3, "Eaves_mean": 13.37, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 17, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.377, "Heated_are": 1074.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 58424.0, "January_He": 10133.0, "February_H": 7195.0, "March_Heat": 4516.0, "April_Heat": 935.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 2154.0, "November_H": 6416.0, "December_H": 9914.0, "PV_potenti": 13.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203686317718029, 48.794404121166039, 0.0 ], [ 9.203542934871509, 48.794321015543623, 0.0 ], [ 9.203678639283725, 48.794222039535406, 0.0 ], [ 9.203706944146189, 48.79422082046348, 0.0 ], [ 9.203831921967296, 48.794296314959055, 0.0 ], [ 9.203686317718029, 48.794404121166039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006af5", "Latitude": 48.78792, "Longitude": 9.20114, "X_coordina": 3514852.31, "Y_coordina": 5405625.27, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 491.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.0, "Total_wall": 338.7, "Total_wa00": 0.0, "Total_outw": 509.3, "Total_shar": 244.8, "Total_roof": 165.7, "Gross_volu": 1649.0, "Is_Gross_v": "false", "Heated_vol": 1536.0, "Ridge_mean": 18.1, "Eaves_mean": 12.07, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 491.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.9, "Total_Year": 27392.0, "January_He": 4665.0, "February_H": 3446.0, "March_Heat": 2241.0, "April_Heat": 504.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1074.0, "November_H": 3039.0, "December_H": 4567.0, "PV_potenti": 6.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201078720996641, 48.788012167734962, 0.0 ], [ 9.201003336932347, 48.787912124383467, 0.0 ], [ 9.201113694952525, 48.787875782391602, 0.0 ], [ 9.201152684886052, 48.787927060702074, 0.0 ], [ 9.201189759975486, 48.787975914405521, 0.0 ], [ 9.201078720996641, 48.788012167734962, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006a43", "Latitude": 48.79383, "Longitude": 9.20626, "X_coordina": 3515226.41, "Y_coordina": 5406282.87, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 278.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 154.6, "Total_wall": 275.3, "Total_wa00": 0.0, "Total_outw": 589.4, "Total_shar": 0.0, "Total_roof": 154.6, "Gross_volu": 763.2, "Is_Gross_v": "false", "Heated_vol": 763.2, "Ridge_mean": 4.9, "Eaves_mean": 4.94, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.766, "Heated_are": 278.3, "Mean_Uvalu": 0.36, "Specific_d": "334,5", "Specific_s": 175.3, "Total_Year": 141869.0, "January_He": 10536.0, "February_H": 8229.0, "March_Heat": 6341.0, "April_Heat": 2852.0, "May_Heatin": 404.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 565.0, "October_He": 3031.0, "November_H": 6811.0, "December_H": 10011.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206162913866617, 48.793845335318998, 0.0 ], [ 9.206105921242449, 48.793820618429905, 0.0 ], [ 9.206162986161061, 48.793763324894059, 0.0 ], [ 9.206278743675449, 48.793813474802036, 0.0 ], [ 9.206260038174047, 48.793832212408979, 0.0 ], [ 9.206317576404158, 48.79385719801504, 0.0 ], [ 9.206241670275597, 48.793933319396743, 0.0 ], [ 9.206125503108366, 48.79388290041507, 0.0 ], [ 9.206162913866617, 48.793845335318998, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000692a", "Latitude": 48.79121, "Longitude": 9.20396, "X_coordina": 3515058.43, "Y_coordina": 5405991.63, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 144.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.4, "Total_wall": 85.6, "Total_wa00": 0.0, "Total_outw": 147.9, "Total_shar": 235.5, "Total_roof": 65.5, "Gross_volu": 465.1, "Is_Gross_v": "false", "Heated_vol": 451.0, "Ridge_mean": 10.3, "Eaves_mean": 7.08, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.447, "Heated_are": 144.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 8695.0, "January_He": 1598.0, "February_H": 1122.0, "March_Heat": 652.0, "April_Heat": 112.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 315.0, "November_H": 1015.0, "December_H": 1578.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203900445799485, 48.79118825467777, 0.0 ], [ 9.203943009676308, 48.791213357916767, 0.0 ], [ 9.203989257294035, 48.791240702704926, 0.0 ], [ 9.203938646999628, 48.791278650183159, 0.0 ], [ 9.203889009731565, 48.791254458702646, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000692b", "Latitude": 48.79114, "Longitude": 9.20386, "X_coordina": 3515050.91, "Y_coordina": 5405983.52, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 29.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.6, "Total_wall": 55.1, "Total_wa00": 0.0, "Total_outw": 162.6, "Total_shar": 0.0, "Total_roof": 32.6, "Gross_volu": 76.1, "Is_Gross_v": "false", "Heated_vol": 76.1, "Ridge_mean": 2.3, "Eaves_mean": 2.34, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.582, "Heated_are": 29.5, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20382319629813, 48.791201430353901, 0.0 ], [ 9.203766200896467, 48.791175003753111, 0.0 ], [ 9.20378652846528, 48.791119934533107, 0.0 ], [ 9.203858284787456, 48.79116180185563, 0.0 ], [ 9.20382319629813, 48.791201430353901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000068e9", "Latitude": 48.79108, "Longitude": 9.20896, "X_coordina": 3515426.2, "Y_coordina": 5405978.28, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.3, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 135.8, "Total_shar": 228.4, "Total_roof": 68.7, "Gross_volu": 402.9, "Is_Gross_v": "false", "Heated_vol": 390.2, "Ridge_mean": 10.3, "Eaves_mean": 6.14, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.473, "Heated_are": 124.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 7218.0, "January_He": 1302.0, "February_H": 889.0, "March_Heat": 557.0, "April_Heat": 140.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 250.0, "November_H": 791.0, "December_H": 1290.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208958152332281, 48.791110306995144, 0.0 ], [ 9.208946599345882, 48.791146747020235, 0.0 ], [ 9.208869117356638, 48.791136366514465, 0.0 ], [ 9.208880261737495, 48.791099837314604, 0.0 ], [ 9.208891809535448, 48.791062138374699, 0.0 ], [ 9.208970106866433, 48.791072247614984, 0.0 ], [ 9.208958152332281, 48.791110306995144, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006791", "Latitude": 48.79236, "Longitude": 9.19835, "X_coordina": 3514645.85, "Y_coordina": 5406118.54, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.7, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 145.9, "Total_shar": 323.6, "Total_roof": 79.2, "Gross_volu": 466.2, "Is_Gross_v": "false", "Heated_vol": 417.5, "Ridge_mean": 12.5, "Eaves_mean": 6.48, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.45, "Heated_are": 133.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7714.0, "January_He": 1371.0, "February_H": 962.0, "March_Heat": 607.0, "April_Heat": 138.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 293.0, "November_H": 862.0, "December_H": 1345.0, "PV_potenti": 2.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198230960556975, 48.792404208974084, 0.0 ], [ 9.198229739208889, 48.792405110312416, 0.0 ], [ 9.198226192842558, 48.792403138098095, 0.0 ], [ 9.198268803901065, 48.792371591484212, 0.0 ], [ 9.198314400573736, 48.792337881546629, 0.0 ], [ 9.198316856022211, 48.792339316095443, 0.0 ], [ 9.198315635386054, 48.792340397280654, 0.0 ], [ 9.198343599083929, 48.792356445442522, 0.0 ], [ 9.198364495912458, 48.792340582896159, 0.0 ], [ 9.19838250384924, 48.792351432629367, 0.0 ], [ 9.198365811906614, 48.792363690992161, 0.0 ], [ 9.19834396273116, 48.792379645102592, 0.0 ], [ 9.198316414043859, 48.792399835433152, 0.0 ], [ 9.198273937673093, 48.792431022138217, 0.0 ], [ 9.198270800308928, 48.792429229068247, 0.0 ], [ 9.198271885203507, 48.792428238040827, 0.0 ], [ 9.198230960556975, 48.792404208974084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000653e", "Latitude": 48.78865, "Longitude": 9.21307, "X_coordina": 3515728.87, "Y_coordina": 5405708.66, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 51.2, "Total_wa00": 0.0, "Total_outw": 121.2, "Total_shar": 226.5, "Total_roof": 53.8, "Gross_volu": 322.3, "Is_Gross_v": "false", "Heated_vol": 280.3, "Ridge_mean": 9.4, "Eaves_mean": 5.96, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.488, "Heated_are": 89.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5620.0, "January_He": 1050.0, "February_H": 725.0, "March_Heat": 422.0, "April_Heat": 73.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 215.0, "November_H": 673.0, "December_H": 1029.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21296875180454, 48.7886923771973, 0.0 ], [ 9.212973190462519, 48.788647856781481, 0.0 ], [ 9.213033080138965, 48.788650263871801, 0.0 ], [ 9.213088205955374, 48.788652499898525, 0.0 ], [ 9.213083903106767, 48.788696930143814, 0.0 ], [ 9.213029049800141, 48.788694783534595, 0.0 ], [ 9.21296875180454, 48.7886923771973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000061a1", "Latitude": 48.78777, "Longitude": 9.20072, "X_coordina": 3514821.21, "Y_coordina": 5405607.86, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 497.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 112.5, "Total_wall": 355.9, "Total_wa00": 0.0, "Total_outw": 558.6, "Total_shar": 249.2, "Total_roof": 166.1, "Gross_volu": 1668.2, "Is_Gross_v": "false", "Heated_vol": 1555.7, "Ridge_mean": 18.6, "Eaves_mean": 11.99, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 497.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 25523.0, "January_He": 4489.0, "February_H": 3072.0, "March_Heat": 1777.0, "April_Heat": 299.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 811.0, "November_H": 2724.0, "December_H": 4428.0, "PV_potenti": 7.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200624077783692, 48.78774579750683, 0.0 ], [ 9.20062147565374, 48.787741665551678, 0.0 ], [ 9.200690655028177, 48.787719333864274, 0.0 ], [ 9.200727320539878, 48.787768008584671, 0.0 ], [ 9.2007258271759, 48.787768910424354, 0.0 ], [ 9.200764001906197, 48.787820639906499, 0.0 ], [ 9.200653643394833, 48.787856891641027, 0.0 ], [ 9.200617111466613, 48.78780758719958, 0.0 ], [ 9.200581401504204, 48.787759630169383, 0.0 ], [ 9.200624077783692, 48.78774579750683, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006116", "Latitude": 48.78825, "Longitude": 9.21395, "X_coordina": 3515793.47, "Y_coordina": 5405664.05, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 598.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 168.8, "Total_wall": 439.3, "Total_wa00": 0.0, "Total_outw": 707.0, "Total_shar": 152.7, "Total_roof": 218.5, "Gross_volu": 1972.9, "Is_Gross_v": "false", "Heated_vol": 1871.1, "Ridge_mean": 13.6, "Eaves_mean": 9.85, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.433, "Heated_are": 598.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 33688.0, "January_He": 6145.0, "February_H": 4166.0, "March_Heat": 2407.0, "April_Heat": 423.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1147.0, "November_H": 3807.0, "December_H": 6051.0, "PV_potenti": 11.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21385199162375, 48.788183840793167, 0.0 ], [ 9.213971359403521, 48.788188115252311, 0.0 ], [ 9.213965674360137, 48.788355383818086, 0.0 ], [ 9.213907425689705, 48.788354772637391, 0.0 ], [ 9.213840467014331, 48.788354087677227, 0.0 ], [ 9.21385199162375, 48.788183840793167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605c", "Latitude": 48.78924, "Longitude": 9.19298, "X_coordina": 3514252.55, "Y_coordina": 5405770.67, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 19258.0, "SecondaryU": "retail", "Secondar00": 2919.7, "BuildingTy": "GMH", "Footprint_": 3649.7, "Total_wall": 4316.5, "Total_wa00": 0.0, "Total_outw": 5521.9, "Total_shar": 619.2, "Total_roof": 3649.7, "Gross_volu": 61231.0, "Is_Gross_v": "false", "Heated_vol": 61231.0, "Ridge_mean": 19.9, "Eaves_mean": 19.89, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 355, "Number_o00": 574, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.19, "Heated_are": 22177.8, "Mean_Uvalu": 0.32, "Specific_d": "23,4", "Specific_s": 20.5, "Total_Year": 973161.99999999988, "January_He": 108062.0, "February_H": 81763.0, "March_Heat": 57369.0, "April_Heat": 16069.0, "May_Heatin": 324.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 845.0, "October_He": 21396.0, "November_H": 66417.0, "December_H": 102700.0, "PV_potenti": 175.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19296921998191, 48.788966104492907, 0.0 ], [ 9.193064182324331, 48.789029521335017, 0.0 ], [ 9.193093380777066, 48.789049075731619, 0.0 ], [ 9.193151641315369, 48.789088094807511, 0.0 ], [ 9.193298452414163, 48.789186314847804, 0.0 ], [ 9.193529449139753, 48.789340865290598, 0.0 ], [ 9.193185496865382, 48.789611753277804, 0.0 ], [ 9.193027520525531, 48.789689712214638, 0.0 ], [ 9.192883047489543, 48.789562622435092, 0.0 ], [ 9.1928063047332, 48.7894950384579, 0.0 ], [ 9.192907285940377, 48.789424279282485, 0.0 ], [ 9.192809455151464, 48.789358259332801, 0.0 ], [ 9.192428912152071, 48.789101084802688, 0.0 ], [ 9.192425230843025, 48.789099292481531, 0.0 ], [ 9.192422651320822, 48.789100915417521, 0.0 ], [ 9.192349243755311, 48.789051040514863, 0.0 ], [ 9.19239959697871, 48.789015346632638, 0.0 ], [ 9.192531493396059, 48.788915041167648, 0.0 ], [ 9.192562160520454, 48.788891699665527, 0.0 ], [ 9.192563381541039, 48.788890708463597, 0.0 ], [ 9.192564194981248, 48.78888989779054, 0.0 ], [ 9.192565558973167, 48.7888907048224, 0.0 ], [ 9.192564745188873, 48.788891425572402, 0.0 ], [ 9.192619991200973, 48.788925234387769, 0.0 ], [ 9.192751677450305, 48.788841295124143, 0.0 ], [ 9.19278420832215, 48.788842679445338, 0.0 ], [ 9.192847378286064, 48.788884478090147, 0.0 ], [ 9.19296921998191, 48.788966104492907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605d", "Latitude": 48.78858, "Longitude": 9.19214, "X_coordina": 3514191.01, "Y_coordina": 5405696.86, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 20187.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2927.8, "Total_wall": 7798.7, "Total_wa00": 0.0, "Total_outw": 9234.2, "Total_shar": 672.7, "Total_roof": 2927.8, "Gross_volu": 63085.3, "Is_Gross_v": "false", "Heated_vol": 63085.3, "Ridge_mean": 33.3, "Eaves_mean": 33.35, "Storey_num": 13, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.216, "Heated_are": 20187.3, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 37.5, "Total_Year": 2230377.0, "January_He": 170574.0, "February_H": 129987.0, "March_Heat": 95154.0, "April_Heat": 35325.0, "May_Heatin": 3589.0, "June_Heati": 88, "July_Heati": 8, "August_Hea": 17, "September_": 6052.0, "October_He": 43917.0, "November_H": 108698.0, "December_H": 163094.0, "PV_potenti": 137.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.191736819649218, 48.788439771760558, 0.0 ], [ 9.191757175671592, 48.788424720614863, 0.0 ], [ 9.191754038788897, 48.78842292736546, 0.0 ], [ 9.191756617270094, 48.788421034675018, 0.0 ], [ 9.191751434267131, 48.788417985901695, 0.0 ], [ 9.191756862720188, 48.788414020221474, 0.0 ], [ 9.191790788476194, 48.788388695175776, 0.0 ], [ 9.192057038439875, 48.788190419381699, 0.0 ], [ 9.192109003848907, 48.788220726895013, 0.0 ], [ 9.192116641924484, 48.7882252103349, 0.0 ], [ 9.192131781648662, 48.788234087517154, 0.0 ], [ 9.192188931191186, 48.788267713519595, 0.0 ], [ 9.192319461061311, 48.78834438031614, 0.0 ], [ 9.192293677522439, 48.788363577112932, 0.0 ], [ 9.19233732400283, 48.788389222383984, 0.0 ], [ 9.192348099026148, 48.78839549904184, 0.0 ], [ 9.192472900344805, 48.788468668209248, 0.0 ], [ 9.192509407670686, 48.78844234947703, 0.0 ], [ 9.192572832907857, 48.788479921436853, 0.0 ], [ 9.192424239720316, 48.788590955773074, 0.0 ], [ 9.192383121724964, 48.788621598515753, 0.0 ], [ 9.19231587187771, 48.788580345970345, 0.0 ], [ 9.192277055652157, 48.788607927426995, 0.0 ], [ 9.192226160110261, 48.788644071781789, 0.0 ], [ 9.192121370468714, 48.788608277201526, 0.0 ], [ 9.192111752794244, 48.788619983321588, 0.0 ], [ 9.192215821404339, 48.788680777888132, 0.0 ], [ 9.192195733816211, 48.788694839506022, 0.0 ], [ 9.192223966062409, 48.788710978638058, 0.0 ], [ 9.192222203774692, 48.788712780052748, 0.0 ], [ 9.192250985548693, 48.788730267115497, 0.0 ], [ 9.192253292879348, 48.788728644637672, 0.0 ], [ 9.192255340399152, 48.788730259844876, 0.0 ], [ 9.192271772820524, 48.788721240044012, 0.0 ], [ 9.192443496140447, 48.788822207213649, 0.0 ], [ 9.192485369461599, 48.788846686382527, 0.0 ], [ 9.192488083682344, 48.788844703525314, 0.0 ], [ 9.192502816078122, 48.788853761186054, 0.0 ], [ 9.192500781272605, 48.788855473136898, 0.0 ], [ 9.192562160520454, 48.788891699665527, 0.0 ], [ 9.192531493396059, 48.788915041167648, 0.0 ], [ 9.19239959697871, 48.789015346632638, 0.0 ], [ 9.191647511968593, 48.788573996591495, 0.0 ], [ 9.191682254418737, 48.788548670219264, 0.0 ], [ 9.191631789324836, 48.788519259254976, 0.0 ], [ 9.1916290747454, 48.788521152169075, 0.0 ], [ 9.191625390425475, 48.788518550514368, 0.0 ], [ 9.191731376459975, 48.788439870747354, 0.0 ], [ 9.191734376912017, 48.788441574300869, 0.0 ], [ 9.191736819649218, 48.788439771760558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192408241582957, 48.789201177377187, 0.0 ], [ 9.192412206000297, 48.789198706845283, 0.0 ], [ 9.192415999214157, 48.789201290307844, 0.0 ], [ 9.192412089370476, 48.789203796718155, 0.0 ], [ 9.192408241582957, 48.789201177377187, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192489467704561, 48.789256344666441, 0.0 ], [ 9.192493418513196, 48.789253874154539, 0.0 ], [ 9.192497211700982, 48.789256448622083, 0.0 ], [ 9.192493315466123, 48.789258955012357, 0.0 ], [ 9.192489467704561, 48.789256344666441, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19257464477867, 48.789309032390648, 0.0 ], [ 9.192578438009177, 48.789311615847808, 0.0 ], [ 9.192574528165041, 48.789314122263562, 0.0 ], [ 9.192570680360642, 48.789311502928079, 0.0 ], [ 9.19257464477867, 48.789309032390648, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192655754616535, 48.789369280441647, 0.0 ], [ 9.192651906838124, 48.789366670101238, 0.0 ], [ 9.192655857647408, 48.789364199583794, 0.0 ], [ 9.192659650851811, 48.789366774045931, 0.0 ], [ 9.192655754616535, 48.789369280441647, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19253402480196, 48.789281448795066, 0.0 ], [ 9.192537831637361, 48.789284032230817, 0.0 ], [ 9.192533921793345, 48.789286538645214, 0.0 ], [ 9.192530074027573, 48.789283928300669, 0.0 ], [ 9.19253402480196, 48.789281448795066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192615148190292, 48.789341705844635, 0.0 ], [ 9.192611300381675, 48.789339086510537, 0.0 ], [ 9.1926152511908, 48.789336615994479, 0.0 ], [ 9.192619044391044, 48.789339190457966, 0.0 ], [ 9.192615148190292, 48.789341705844635, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192688665522398, 48.789391634345947, 0.0 ], [ 9.192692616331829, 48.789389163827245, 0.0 ], [ 9.192696409539987, 48.789391738288153, 0.0 ], [ 9.192692513339049, 48.789394253677422, 0.0 ], [ 9.192688665522398, 48.789391634345947, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19245281223451, 48.789226290507159, 0.0 ], [ 9.192456605418142, 48.789228864976074, 0.0 ], [ 9.192452709183389, 48.789231371364977, 0.0 ], [ 9.192448861426039, 48.789228761017704, 0.0 ], [ 9.19245281223451, 48.789226290507159, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192367635427768, 48.789173602691726, 0.0 ], [ 9.19237158620154, 48.789171123191636, 0.0 ], [ 9.192375393020269, 48.789173706632837, 0.0 ], [ 9.192371483176695, 48.789176213041777, 0.0 ], [ 9.192367635427768, 48.789173602691726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005fed", "Latitude": 48.796, "Longitude": 9.21107, "X_coordina": 3515579.59, "Y_coordina": 5406525.39, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 3823.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1124.2, "Total_wall": 2944.6, "Total_wa00": 0.0, "Total_outw": 2944.6, "Total_shar": 46.8, "Total_roof": 1124.2, "Gross_volu": 11948.8, "Is_Gross_v": "false", "Heated_vol": 11948.8, "Ridge_mean": 15.5, "Eaves_mean": 15.54, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 48, "Number_o00": 94, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.435, "Heated_are": 3823.6, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 211494.0, "January_He": 35486.0, "February_H": 25978.0, "March_Heat": 17652.0, "April_Heat": 4844.0, "May_Heatin": 195.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 604.0, "October_He": 8707.0, "November_H": 23012.0, "December_H": 34449.0, "PV_potenti": 45.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210877664117202, 48.796309779651004, 0.0 ], [ 9.210858164831137, 48.796364318007342, 0.0 ], [ 9.210815146960803, 48.796364939901757, 0.0 ], [ 9.210770066997378, 48.796358084815679, 0.0 ], [ 9.210772096565519, 48.796352599362699, 0.0 ], [ 9.210757654121442, 48.79635038400103, 0.0 ], [ 9.210767600090215, 48.79632122967525, 0.0 ], [ 9.210782173191429, 48.796323444796549, 0.0 ], [ 9.210791588820072, 48.796296361478944, 0.0 ], [ 9.210775783160551, 48.796293963372264, 0.0 ], [ 9.210776594870325, 48.796291806419561, 0.0 ], [ 9.21078995723162, 48.796293852001888, 0.0 ], [ 9.210876713595367, 48.796046942996256, 0.0 ], [ 9.210863352657219, 48.796044897421304, 0.0 ], [ 9.210864442112655, 48.796042112293058, 0.0 ], [ 9.210959097061416, 48.796055785364814, 0.0 ], [ 9.210957748423708, 48.796058757110444, 0.0 ], [ 9.211037425695441, 48.796071730971292, 0.0 ], [ 9.211039855032265, 48.796068757244321, 0.0 ], [ 9.211043942348967, 48.796069391808089, 0.0 ], [ 9.211057786185886, 48.796026911737719, 0.0 ], [ 9.211035994046229, 48.796024082214089, 0.0 ], [ 9.211036652743953, 48.796021468728298, 0.0 ], [ 9.211054768956224, 48.796023419241806, 0.0 ], [ 9.211154325743502, 48.795681427481703, 0.0 ], [ 9.211136362151505, 48.795679491091697, 0.0 ], [ 9.211137298805278, 48.795675976960915, 0.0 ], [ 9.211297861301444, 48.795696182344876, 0.0 ], [ 9.211296922736379, 48.795699238769636, 0.0 ], [ 9.211282891644084, 48.795697380614513, 0.0 ], [ 9.211186060865639, 48.796040080579509, 0.0 ], [ 9.211197342967132, 48.796041045451645, 0.0 ], [ 9.211196556114167, 48.796043930742449, 0.0 ], [ 9.211227319664596, 48.796047828258786, 0.0 ], [ 9.211188716497185, 48.796158147109175, 0.0 ], [ 9.211143786670309, 48.79615103471243, 0.0 ], [ 9.211143262555508, 48.796154905083036, 0.0 ], [ 9.211128410540516, 48.796153033127347, 0.0 ], [ 9.211063989213089, 48.79633624721599, 0.0 ], [ 9.211078410887886, 48.796338376250759, 0.0 ], [ 9.211077751411111, 48.7963408044956, 0.0 ], [ 9.210912128860711, 48.796315026520716, 0.0 ], [ 9.210877664117202, 48.796309779651004, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005c61", "Latitude": 48.7881, "Longitude": 9.19921, "X_coordina": 3514710.04, "Y_coordina": 5405644.57, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 758.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 175.5, "Total_wall": 595.7, "Total_wa00": 0.0, "Total_outw": 881.1, "Total_shar": 158.8, "Total_roof": 204.2, "Gross_volu": 2545.8, "Is_Gross_v": "false", "Heated_vol": 2370.3, "Ridge_mean": 16.5, "Eaves_mean": 12.34, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.4, "Heated_are": 758.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.4, "Total_Year": 43414.0, "January_He": 7560.0, "February_H": 5418.0, "March_Heat": 3544.0, "April_Heat": 817.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 102.0, "October_He": 1730.0, "November_H": 4836.0, "December_H": 7366.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199260952112292, 48.788173593096943, 0.0 ], [ 9.199185034497134, 48.788178580313904, 0.0 ], [ 9.199145035082475, 48.788181257279881, 0.0 ], [ 9.199070886226526, 48.78818615143917, 0.0 ], [ 9.199063756890958, 48.788138414301855, 0.0 ], [ 9.199061519737338, 48.788123310994692, 0.0 ], [ 9.199081926797296, 48.788121747014543, 0.0 ], [ 9.199080806795097, 48.788113835668973, 0.0 ], [ 9.199073952124962, 48.788066727522441, 0.0 ], [ 9.199242930096574, 48.788055734365294, 0.0 ], [ 9.199252428258276, 48.788117405560421, 0.0 ], [ 9.199260952112292, 48.788173593096943, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005c64", "Latitude": 48.78803, "Longitude": 9.1992, "X_coordina": 3514709.68, "Y_coordina": 5405636.25, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 39.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 29.5, "Total_wa00": 0.0, "Total_outw": 125.9, "Total_shar": 81.6, "Total_roof": 42.1, "Gross_volu": 64.4, "Is_Gross_v": "false", "Heated_vol": 64.4, "Ridge_mean": 1.5, "Eaves_mean": 1.53, "Storey_num": 1, "Average_St": 1.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.764, "Heated_are": 39.4, "Mean_Uvalu": 0.35, "Specific_d": "15,9", "Specific_s": 51.1, "Total_Year": 2641.0, "January_He": 489.0, "February_H": 338.0, "March_Heat": 223.0, "April_Heat": 65.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 105.0, "November_H": 298.0, "December_H": 484.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199069070625105, 48.788036791382957, 0.0 ], [ 9.199238455334752, 48.788025437834541, 0.0 ], [ 9.199242930096574, 48.788055734365294, 0.0 ], [ 9.199073952124962, 48.788066727522441, 0.0 ], [ 9.199069070625105, 48.788036791382957, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005afc", "Latitude": 48.78853, "Longitude": 9.21025, "X_coordina": 3515521.36, "Y_coordina": 5405694.72, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.3, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 142.1, "Total_shar": 196.1, "Total_roof": 62.9, "Gross_volu": 339.6, "Is_Gross_v": "false", "Heated_vol": 293.3, "Ridge_mean": 9.1, "Eaves_mean": 5.6, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 93.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5878.0, "January_He": 1126.0, "February_H": 755.0, "March_Heat": 415.0, "April_Heat": 64.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 209.0, "November_H": 709.0, "December_H": 1105.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210257227929365, 48.788578031037389, 0.0 ], [ 9.21020620262359, 48.788580012583402, 0.0 ], [ 9.21015531302676, 48.78858190393553, 0.0 ], [ 9.210154451060841, 48.788571024746631, 0.0 ], [ 9.210150726893859, 48.788526519334738, 0.0 ], [ 9.210201343882597, 48.788524538558569, 0.0 ], [ 9.210252504845078, 48.788522466843347, 0.0 ], [ 9.210257227929365, 48.788578031037389, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005957", "Latitude": 48.78855, "Longitude": 9.21393, "X_coordina": 3515791.7, "Y_coordina": 5405697.07, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 82.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.2, "Total_wall": 113.8, "Total_wa00": 0.0, "Total_outw": 216.5, "Total_shar": 114.4, "Total_roof": 47.4, "Gross_volu": 294.1, "Is_Gross_v": "false", "Heated_vol": 256.9, "Ridge_mean": 9.7, "Eaves_mean": 6.08, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.73, "Heated_are": 82.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 50.7, "Total_Year": 5469.0, "January_He": 1135.0, "February_H": 677.0, "March_Heat": 349.0, "April_Heat": 69.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 156.0, "November_H": 619.0, "December_H": 1152.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213947714188258, 48.788548303425301, 0.0 ], [ 9.213935922650899, 48.78859166853168, 0.0 ], [ 9.213875865578711, 48.7885818884819, 0.0 ], [ 9.213818531827231, 48.788572463039117, 0.0 ], [ 9.213827654417294, 48.788541512364404, 0.0 ], [ 9.213890134654182, 48.788545083206792, 0.0 ], [ 9.213947714188258, 48.788548303425301, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005781", "Latitude": 48.79169, "Longitude": 9.20378, "X_coordina": 3515044.8, "Y_coordina": 5406044.93, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 60.3, "Total_wa00": 0.0, "Total_outw": 135.2, "Total_shar": 200.8, "Total_roof": 60.5, "Gross_volu": 354.5, "Is_Gross_v": "false", "Heated_vol": 308.1, "Ridge_mean": 9.3, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 98.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.0, "Total_Year": 6001.0, "January_He": 1136.0, "February_H": 767.0, "March_Heat": 422.0, "April_Heat": 61.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 210.0, "November_H": 718.0, "December_H": 1116.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203672105021498, 48.791733505880977, 0.0 ], [ 9.203686181192758, 48.791680605906691, 0.0 ], [ 9.203734110257237, 48.791686186309292, 0.0 ], [ 9.203790617448185, 48.79169274067155, 0.0 ], [ 9.203776540655019, 48.791745460812386, 0.0 ], [ 9.203720850717483, 48.791739084844714, 0.0 ], [ 9.203672105021498, 48.791733505880977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005390", "Latitude": 48.7944, "Longitude": 9.20357, "X_coordina": 3515028.82, "Y_coordina": 5406346.19, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 564.2, "SecondaryU": "retail", "Secondar00": 125.2, "BuildingTy": "GMH", "Footprint_": 156.5, "Total_wall": 519.6, "Total_wa00": 0.0, "Total_outw": 766.7, "Total_shar": 141.8, "Total_roof": 194.2, "Gross_volu": 2310.7, "Is_Gross_v": "false", "Heated_vol": 2154.3, "Ridge_mean": 16.8, "Eaves_mean": 13.28, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 689.4, "Mean_Uvalu": 0.4, "Specific_d": "26,2", "Specific_s": 35.6, "Total_Year": 42630.0, "January_He": 6032.0, "February_H": 4278.0, "March_Heat": 2693.0, "April_Heat": 597.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1227.0, "November_H": 3746.0, "December_H": 5897.0, "PV_potenti": 8.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20353563514333, 48.794501594953509, 0.0 ], [ 9.20353345274131, 48.794500429804494, 0.0 ], [ 9.203404255259986, 48.794424852517594, 0.0 ], [ 9.20351321791199, 48.794343279184005, 0.0 ], [ 9.203645279725366, 48.794420379985119, 0.0 ], [ 9.203642838217604, 48.794422452544495, 0.0 ], [ 9.20353563514333, 48.794501594953509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005391", "Latitude": 48.79449, "Longitude": 9.2037, "X_coordina": 3515038.18, "Y_coordina": 5406356.0, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 461.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 169.3, "Total_wall": 234.0, "Total_wa00": 0.0, "Total_outw": 411.7, "Total_shar": 265.0, "Total_roof": 169.3, "Gross_volu": 1154.1, "Is_Gross_v": "false", "Heated_vol": 1154.1, "Ridge_mean": 6.8, "Eaves_mean": 6.82, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.496, "Heated_are": 461.6, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 39.8, "Total_Year": 52087.0, "January_He": 4467.0, "February_H": 3157.0, "March_Heat": 2053.0, "April_Heat": 562.0, "May_Heatin": 43.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 949.0, "November_H": 2727.0, "December_H": 4338.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20353563514333, 48.794501594953509, 0.0 ], [ 9.203642838217604, 48.794422452544495, 0.0 ], [ 9.203693997122045, 48.794451946916553, 0.0 ], [ 9.203672422398817, 48.794468261240254, 0.0 ], [ 9.203778560066059, 48.79452940134081, 0.0 ], [ 9.203687240112998, 48.794598354420529, 0.0 ], [ 9.203526532504638, 48.79450565760159, 0.0 ], [ 9.20353345274131, 48.794500429804494, 0.0 ], [ 9.20353563514333, 48.794501594953509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005342", "Latitude": 48.79541, "Longitude": 9.21116, "X_coordina": 3515586.11, "Y_coordina": 5406459.33, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 872.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 193.2, "Total_wall": 751.8, "Total_wa00": 0.0, "Total_outw": 1147.3, "Total_shar": 0.0, "Total_roof": 284.1, "Gross_volu": 2764.6, "Is_Gross_v": "false", "Heated_vol": 2726.6, "Ridge_mean": 17.7, "Eaves_mean": 9.37, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.449, "Heated_are": 872.5, "Mean_Uvalu": 0.48, "Specific_d": "155,5", "Specific_s": 132.1, "Total_Year": 250963.0, "January_He": 23864.0, "February_H": 18509.0, "March_Heat": 14472.0, "April_Heat": 6940.0, "May_Heatin": 1668.0, "June_Heati": 132, "July_Heati": 17, "August_Hea": 32, "September_": 2297.0, "October_He": 8171.0, "November_H": 16180.0, "December_H": 22978.0, "PV_potenti": 13.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211091460645154, 48.795489561361734, 0.0 ], [ 9.211011377577982, 48.79547729867658, 0.0 ], [ 9.211057243180612, 48.795346825486973, 0.0 ], [ 9.211103686158761, 48.795354024168937, 0.0 ], [ 9.211105972810287, 48.795347545481917, 0.0 ], [ 9.211139340485039, 48.795352609952282, 0.0 ], [ 9.211170529325019, 48.795357408637642, 0.0 ], [ 9.211167974241611, 48.795364787053614, 0.0 ], [ 9.211216731068744, 48.795371981447182, 0.0 ], [ 9.211187118185594, 48.795450808781695, 0.0 ], [ 9.211214763776798, 48.795454534870103, 0.0 ], [ 9.211196467224694, 48.795505555075401, 0.0 ], [ 9.211091460645154, 48.795489561361734, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005343", "Latitude": 48.7953, "Longitude": 9.21122, "X_coordina": 3515590.86, "Y_coordina": 5406447.42, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 25.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.9, "Total_wall": 42.1, "Total_wa00": 0.0, "Total_outw": 150.1, "Total_shar": 0.0, "Total_roof": 26.9, "Gross_volu": 52.9, "Is_Gross_v": "false", "Heated_vol": 52.9, "Ridge_mean": 2.0, "Eaves_mean": 1.95, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.813, "Heated_are": 25.0, "Mean_Uvalu": 0.27, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211135870271434, 48.795336519999722, 0.0 ], [ 9.211152545242843, 48.795288290405729, 0.0 ], [ 9.211197354145673, 48.79529531219903, 0.0 ], [ 9.211220720280146, 48.795349583167543, 0.0 ], [ 9.211135870271434, 48.795336519999722, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005335", "Latitude": 48.78911, "Longitude": 9.19797, "X_coordina": 3514618.79, "Y_coordina": 5405756.13, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2655.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 524.8, "Total_wall": 1492.5, "Total_wa00": 0.0, "Total_outw": 2034.6, "Total_shar": 90.5, "Total_roof": 524.8, "Gross_volu": 8824.5, "Is_Gross_v": "false", "Heated_vol": 8299.7, "Ridge_mean": 19.6, "Eaves_mean": 19.56, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.298, "Heated_are": 2655.9, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 41.3, "Total_Year": 303503.00000000006, "January_He": 25164.0, "February_H": 18816.0, "March_Heat": 13354.0, "April_Heat": 4468.0, "May_Heatin": 385.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 797.0, "October_He": 6340.0, "November_H": 16118.0, "December_H": 24141.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198044378010804, 48.789121688567462, 0.0 ], [ 9.198044520470743, 48.789123306947992, 0.0 ], [ 9.198054700975408, 48.789254937648579, 0.0 ], [ 9.19782080214431, 48.789265680909324, 0.0 ], [ 9.197791711456425, 48.788997039039394, 0.0 ], [ 9.197837020152758, 48.788994623193283, 0.0 ], [ 9.198033911934989, 48.788986641255541, 0.0 ], [ 9.198039649943953, 48.789061447858607, 0.0 ], [ 9.198044378010804, 48.789121688567462, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005336", "Latitude": 48.78889, "Longitude": 9.19805, "X_coordina": 3514624.9, "Y_coordina": 5405731.85, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 376.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 405.5, "Total_wall": 123.9, "Total_wa00": 0.0, "Total_outw": 415.3, "Total_shar": 89.6, "Total_roof": 405.5, "Gross_volu": 748.9, "Is_Gross_v": "false", "Heated_vol": 748.9, "Ridge_mean": 1.8, "Eaves_mean": 1.84, "Storey_num": 1, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.248, "Heated_are": 376.1, "Mean_Uvalu": 0.3, "Specific_d": "73,0", "Specific_s": 58.0, "Total_Year": 49269.0, "January_He": 4767.0, "February_H": 3631.0, "March_Heat": 2722.0, "April_Heat": 1104.0, "May_Heatin": 153.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 257.0, "October_He": 1410.0, "November_H": 3155.0, "December_H": 4603.0, "PV_potenti": 19.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198033911934989, 48.788986641255541, 0.0 ], [ 9.197837020152758, 48.788994623193283, 0.0 ], [ 9.197869759342874, 48.788875867732273, 0.0 ], [ 9.19788033467611, 48.788831157508532, 0.0 ], [ 9.198159414885415, 48.788820786005097, 0.0 ], [ 9.198174607460558, 48.788981003795911, 0.0 ], [ 9.198085754332222, 48.788984573769973, 0.0 ], [ 9.198033911934989, 48.788986641255541, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000532c", "Latitude": 48.79, "Longitude": 9.19862, "X_coordina": 3514666.23, "Y_coordina": 5405855.23, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 438.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 92.2, "Total_wall": 537.7, "Total_wa00": 0.0, "Total_outw": 731.5, "Total_shar": 125.4, "Total_roof": 101.6, "Gross_volu": 1587.6, "Is_Gross_v": "false", "Heated_vol": 1495.3, "Ridge_mean": 19.0, "Eaves_mean": 15.31, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 438.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 26816.0, "January_He": 5037.0, "February_H": 3417.0, "March_Heat": 1973.0, "April_Heat": 369.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 962.0, "November_H": 3083.0, "December_H": 4971.0, "PV_potenti": 3.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198521541779176, 48.789991417661781, 0.0 ], [ 9.198571477603769, 48.789954283029964, 0.0 ], [ 9.198664099780641, 48.790008706920091, 0.0 ], [ 9.198600594459744, 48.790055936440979, 0.0 ], [ 9.198570741374727, 48.790078109134569, 0.0 ], [ 9.198545642138816, 48.790063404937271, 0.0 ], [ 9.198548084355501, 48.790061512330347, 0.0 ], [ 9.198527486477591, 48.790049408153045, 0.0 ], [ 9.198480561387949, 48.790021792564609, 0.0 ], [ 9.198521541779176, 48.789991417661781, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000532d", "Latitude": 48.79004, "Longitude": 9.19855, "X_coordina": 3514661.2, "Y_coordina": 5405860.65, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 104.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.9, "Total_wall": 140.7, "Total_wa00": 0.0, "Total_outw": 246.5, "Total_shar": 125.7, "Total_roof": 42.9, "Gross_volu": 359.3, "Is_Gross_v": "false", "Heated_vol": 327.4, "Ridge_mean": 8.4, "Eaves_mean": 8.39, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.668, "Heated_are": 104.8, "Mean_Uvalu": 0.72, "Specific_d": "73,0", "Specific_s": 91.0, "Total_Year": 17184.0, "January_He": 2221.0, "February_H": 1621.0, "March_Heat": 1074.0, "April_Heat": 318.0, "May_Heatin": 32.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 568.0, "November_H": 1464.0, "December_H": 2165.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198570741374727, 48.790078109134569, 0.0 ], [ 9.198555136487704, 48.790089736189813, 0.0 ], [ 9.198530032773588, 48.790108393662237, 0.0 ], [ 9.198437410557601, 48.790053969665372, 0.0 ], [ 9.198444602189186, 48.79004856185486, 0.0 ], [ 9.198480561387949, 48.790021792564609, 0.0 ], [ 9.198548084355501, 48.790061512330347, 0.0 ], [ 9.198545642138816, 48.790063404937271, 0.0 ], [ 9.198570741374727, 48.790078109134569, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000051b2", "Latitude": 48.79536, "Longitude": 9.20795, "X_coordina": 3515350.62, "Y_coordina": 5406453.95, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1225.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 228.3, "Total_wall": 978.0, "Total_wa00": 0.0, "Total_outw": 1251.8, "Total_shar": 231.0, "Total_roof": 228.3, "Gross_volu": 3829.2, "Is_Gross_v": "false", "Heated_vol": 3829.2, "Ridge_mean": 18.1, "Eaves_mean": 18.1, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 36, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.375, "Heated_are": 1225.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 31.7, "Total_Year": 58307.0, "January_He": 9666.0, "February_H": 6727.0, "March_Heat": 4246.0, "April_Heat": 955.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1852.0, "November_H": 5882.0, "December_H": 9456.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207787001418049, 48.795319051123279, 0.0 ], [ 9.20783929947007, 48.795326959944518, 0.0 ], [ 9.207842257787995, 48.795318232021394, 0.0 ], [ 9.208007056248753, 48.795344371997658, 0.0 ], [ 9.208004097214399, 48.795352920079182, 0.0 ], [ 9.208046590807545, 48.795359677508664, 0.0 ], [ 9.208050223676391, 48.795349509584874, 0.0 ], [ 9.208063298484911, 48.795351554204679, 0.0 ], [ 9.208040691315432, 48.795414181834829, 0.0 ], [ 9.208030465412667, 48.795442795994887, 0.0 ], [ 9.207997097244462, 48.795437550778345, 0.0 ], [ 9.207992925506067, 48.795449068526707, 0.0 ], [ 9.207922240212838, 48.795438135574372, 0.0 ], [ 9.207866127319921, 48.795429334441337, 0.0 ], [ 9.207754037699692, 48.795411731847643, 0.0 ], [ 9.207787001418049, 48.795319051123279, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004dc6", "Latitude": 48.7894, "Longitude": 9.20663, "X_coordina": 3515255.59, "Y_coordina": 5405790.68, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 350.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 97.0, "Total_wall": 304.8, "Total_wa00": 0.0, "Total_outw": 440.8, "Total_shar": 155.7, "Total_roof": 97.0, "Gross_volu": 941.4, "Is_Gross_v": "false", "Heated_vol": 941.4, "Ridge_mean": 9.7, "Eaves_mean": 9.71, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.53, "Heated_are": 350.2, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206620988077086, 48.78949077318142, 0.0 ], [ 9.206533449449191, 48.789483106855144, 0.0 ], [ 9.206550734930348, 48.78938406992765, 0.0 ], [ 9.206556185471968, 48.789352586877726, 0.0 ], [ 9.206647945271504, 48.78936087507774, 0.0 ], [ 9.206620988077086, 48.78949077318142, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004a0e", "Latitude": 48.78868, "Longitude": 9.21186, "X_coordina": 3515640.04, "Y_coordina": 5405712.07, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 95.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.1, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 111.0, "Total_shar": 229.6, "Total_roof": 58.6, "Gross_volu": 341.3, "Is_Gross_v": "false", "Heated_vol": 298.2, "Ridge_mean": 9.9, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.471, "Heated_are": 95.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 5541.0, "January_He": 1026.0, "February_H": 699.0, "March_Heat": 389.0, "April_Heat": 58.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 193.0, "November_H": 651.0, "December_H": 1006.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211757411445355, 48.788723656303212, 0.0 ], [ 9.211764164307672, 48.788679041755316, 0.0 ], [ 9.211825423179805, 48.788683425275778, 0.0 ], [ 9.21188218999646, 48.788687547257624, 0.0 ], [ 9.211874754143036, 48.788731533603411, 0.0 ], [ 9.211819213591408, 48.78872776905704, 0.0 ], [ 9.211757411445355, 48.788723656303212, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000049ab", "Latitude": 48.79565, "Longitude": 9.20959, "X_coordina": 3515470.65, "Y_coordina": 5406485.96, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 425.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 123.3, "Total_wall": 435.5, "Total_wa00": 0.0, "Total_outw": 678.0, "Total_shar": 0.0, "Total_roof": 179.3, "Gross_volu": 1398.7, "Is_Gross_v": "false", "Heated_vol": 1329.2, "Ridge_mean": 13.8, "Eaves_mean": 8.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.545, "Heated_are": 425.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 27270.0, "January_He": 5082.0, "February_H": 3503.0, "March_Heat": 2151.0, "April_Heat": 489.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1040.0, "November_H": 3169.0, "December_H": 5014.0, "PV_potenti": 8.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209630868955127, 48.795682147883902, 0.0 ], [ 9.209616611243465, 48.795722909200528, 0.0 ], [ 9.20944173612069, 48.795696160389198, 0.0 ], [ 9.209455863099592, 48.795656658261386, 0.0 ], [ 9.209471066188293, 48.795614096773754, 0.0 ], [ 9.209645260878018, 48.795640936703158, 0.0 ], [ 9.209630868955127, 48.795682147883902, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000049ac", "Latitude": 48.79552, "Longitude": 9.20958, "X_coordina": 3515470.3, "Y_coordina": 5406471.45, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.1, "Total_wall": 54.8, "Total_wa00": 0.0, "Total_outw": 170.7, "Total_shar": 36.4, "Total_roof": 35.1, "Gross_volu": 112.0, "Is_Gross_v": "false", "Heated_vol": 89.4, "Ridge_mean": 3.2, "Eaves_mean": 3.19, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.24, "Heated_are": 28.6, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209471188120048, 48.795545305041912, 0.0 ], [ 9.209482891310603, 48.795512101966487, 0.0 ], [ 9.209544451114143, 48.795521431942582, 0.0 ], [ 9.209605330029248, 48.79553067320154, 0.0 ], [ 9.209594171719374, 48.79556396522117, 0.0 ], [ 9.209471188120048, 48.795545305041912, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004950", "Latitude": 48.78761, "Longitude": 9.2056, "X_coordina": 3515179.83, "Y_coordina": 5405591.44, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 483.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.5, "Total_wall": 292.9, "Total_wa00": 0.0, "Total_outw": 566.9, "Total_shar": 152.5, "Total_roof": 253.6, "Gross_volu": 1661.7, "Is_Gross_v": "false", "Heated_vol": 1512.2, "Ridge_mean": 13.4, "Eaves_mean": 7.64, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.45, "Heated_are": 483.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 28753.0, "January_He": 5093.0, "February_H": 3603.0, "March_Heat": 2345.0, "April_Heat": 623.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1103.0, "November_H": 3205.0, "December_H": 5014.0, "PV_potenti": 11.72 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205679015441568, 48.787606490690742, 0.0 ], [ 9.205663550393892, 48.787651749915028, 0.0 ], [ 9.205650371592855, 48.787690350702924, 0.0 ], [ 9.205425828245959, 48.787657120022899, 0.0 ], [ 9.205454744988741, 48.787573349502885, 0.0 ], [ 9.205679015441568, 48.787606490690742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000478d", "Latitude": 48.79116, "Longitude": 9.21106, "X_coordina": 3515580.55, "Y_coordina": 5405987.72, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.9, "Total_wall": 380.1, "Total_wa00": 0.0, "Total_outw": 560.1, "Total_shar": 166.0, "Total_roof": 196.6, "Gross_volu": 1659.9, "Is_Gross_v": "false", "Heated_vol": 1643.6, "Ridge_mean": 15.1, "Eaves_mean": 10.33, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.43, "Heated_are": 526.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 31699.0, "January_He": 5628.0, "February_H": 4069.0, "March_Heat": 2578.0, "April_Heat": 539.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1295.0, "November_H": 3685.0, "December_H": 5488.0, "PV_potenti": 9.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21099892517079, 48.791112071295856, 0.0 ], [ 9.211120593001509, 48.791143951041185, 0.0 ], [ 9.211036695389442, 48.79125893726814, 0.0 ], [ 9.21092058200375, 48.791221022379979, 0.0 ], [ 9.21099892517079, 48.791112071295856, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004438", "Latitude": 48.79517, "Longitude": 9.20956, "X_coordina": 3515468.53, "Y_coordina": 5406433.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 573.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 126.3, "Total_wall": 596.6, "Total_wa00": 0.0, "Total_outw": 854.1, "Total_shar": 0.0, "Total_roof": 127.1, "Gross_volu": 1482.1, "Is_Gross_v": "false", "Heated_vol": 1432.8, "Ridge_mean": 12.1, "Eaves_mean": 11.35, "Storey_num": 5, "Average_St": 2.3, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.573, "Heated_are": 573.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 30560.0, "January_He": 5580.0, "February_H": 3726.0, "March_Heat": 2003.0, "April_Heat": 277.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 921.0, "November_H": 3421.0, "December_H": 5509.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209496312126509, 48.795106882050966, 0.0 ], [ 9.209574765084369, 48.79512013791517, 0.0 ], [ 9.209586342351814, 48.79512209516399, 0.0 ], [ 9.209529034395613, 48.795283881986599, 0.0 ], [ 9.209439007641109, 48.79526956805838, 0.0 ], [ 9.209496312126509, 48.795106882050966, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004273", "Latitude": 48.79112, "Longitude": 9.20927, "X_coordina": 3515448.95, "Y_coordina": 5405982.91, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 122.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.4, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 134.2, "Total_shar": 230.4, "Total_roof": 67.5, "Gross_volu": 400.5, "Is_Gross_v": "false", "Heated_vol": 383.5, "Ridge_mean": 10.3, "Eaves_mean": 6.23, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.47, "Heated_are": 122.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 7073.0, "January_He": 1276.0, "February_H": 871.0, "March_Heat": 544.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 243.0, "November_H": 774.0, "December_H": 1265.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209202553069058, 48.791103478695788, 0.0 ], [ 9.209279351981049, 48.79111323075351, 0.0 ], [ 9.209267264567151, 48.791152009795852, 0.0 ], [ 9.209256252064177, 48.791187459709882, 0.0 ], [ 9.209179315452662, 48.791177348192555, 0.0 ], [ 9.209190599077116, 48.791141628022487, 0.0 ], [ 9.209202553069058, 48.791103478695788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003efe", "Latitude": 48.78912, "Longitude": 9.19991, "X_coordina": 3514761.48, "Y_coordina": 5405757.68, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 739.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 164.8, "Total_wall": 437.8, "Total_wa00": 0.0, "Total_outw": 648.5, "Total_shar": 307.7, "Total_roof": 217.8, "Gross_volu": 2476.0, "Is_Gross_v": "false", "Heated_vol": 2311.2, "Ridge_mean": 17.7, "Eaves_mean": 12.82, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.346, "Heated_are": 739.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 35921.0, "January_He": 6001.0, "February_H": 4201.0, "March_Heat": 2672.0, "April_Heat": 528.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1176.0, "November_H": 3706.0, "December_H": 5861.0, "PV_potenti": 8.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19977179130699, 48.789192801899787, 0.0 ], [ 9.199767235094811, 48.789142092870264, 0.0 ], [ 9.199762398145259, 48.789089226159689, 0.0 ], [ 9.199810430055296, 48.789087164508338, 0.0 ], [ 9.199892479096963, 48.789083694939237, 0.0 ], [ 9.199961873904742, 48.789080786827533, 0.0 ], [ 9.199967855167388, 48.789147589707177, 0.0 ], [ 9.199951119295539, 48.789148428080374, 0.0 ], [ 9.199955077023843, 48.789185469748418, 0.0 ], [ 9.19977179130699, 48.789192801899787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003ec9", "Latitude": 48.78914, "Longitude": 9.19933, "X_coordina": 3514719.07, "Y_coordina": 5405759.83, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 881.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 168.4, "Total_wall": 476.4, "Total_wa00": 0.0, "Total_outw": 672.6, "Total_shar": 474.6, "Total_roof": 246.1, "Gross_volu": 2924.0, "Is_Gross_v": "false", "Heated_vol": 2755.7, "Ridge_mean": 21.9, "Eaves_mean": 14.51, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.316, "Heated_are": 881.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 43698.0, "January_He": 7245.0, "February_H": 5142.0, "March_Heat": 3402.0, "April_Heat": 805.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1463.0, "November_H": 4464.0, "December_H": 7111.0, "PV_potenti": 10.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199394465369551, 48.789206674637306, 0.0 ], [ 9.199190086558231, 48.789214312155437, 0.0 ], [ 9.199185950589612, 48.789166479932767, 0.0 ], [ 9.199181669285242, 48.789116309946245, 0.0 ], [ 9.199238410653283, 48.789114143544879, 0.0 ], [ 9.199237702078156, 48.789107040803131, 0.0 ], [ 9.199246389054917, 48.789101270659934, 0.0 ], [ 9.199275916316767, 48.789100140483548, 0.0 ], [ 9.199285058206398, 48.789106149547294, 0.0 ], [ 9.19928453984113, 48.7891127148702, 0.0 ], [ 9.199385639786406, 48.789108763073472, 0.0 ], [ 9.199390193117329, 48.789158842657855, 0.0 ], [ 9.199394465369551, 48.789206674637306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003c55", "Latitude": 48.79526, "Longitude": 9.20931, "X_coordina": 3515450.01, "Y_coordina": 5406442.98, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 228.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 82.9, "Total_wall": 215.5, "Total_wa00": 0.0, "Total_outw": 359.0, "Total_shar": 132.6, "Total_roof": 121.3, "Gross_volu": 767.4, "Is_Gross_v": "false", "Heated_vol": 712.4, "Ridge_mean": 11.3, "Eaves_mean": 6.94, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.568, "Heated_are": 228.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 14605.0, "January_He": 2770.0, "February_H": 1870.0, "March_Heat": 1104.0, "April_Heat": 235.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 534.0, "November_H": 1698.0, "December_H": 2744.0, "PV_potenti": 4.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209181379116924, 48.795307894121464, 0.0 ], [ 9.209194163445737, 48.795272800715686, 0.0 ], [ 9.209207485452838, 48.795236087707657, 0.0 ], [ 9.209340687416098, 48.795257427301131, 0.0 ], [ 9.209327910301356, 48.795294229257536, 0.0 ], [ 9.209315669739308, 48.795329141842586, 0.0 ], [ 9.209301641390777, 48.795326919250812, 0.0 ], [ 9.209264050867057, 48.795320962686489, 0.0 ], [ 9.20922087623711, 48.795314117019572, 0.0 ], [ 9.209181379116924, 48.795307894121464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003b25", "Latitude": 48.7888, "Longitude": 9.19578, "X_coordina": 3514457.8, "Y_coordina": 5405721.84, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 915.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 194.9, "Total_wall": 461.4, "Total_wa00": 0.0, "Total_outw": 693.0, "Total_shar": 450.7, "Total_roof": 227.6, "Gross_volu": 2969.3, "Is_Gross_v": "false", "Heated_vol": 2862.2, "Ridge_mean": 17.0, "Eaves_mean": 13.4, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.304, "Heated_are": 915.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 44500.0, "January_He": 7376.0, "February_H": 5241.0, "March_Heat": 3295.0, "April_Heat": 641.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1534.0, "November_H": 4660.0, "December_H": 7171.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195611498543213, 48.788776583516444, 0.0 ], [ 9.195688710126426, 48.788754061344193, 0.0 ], [ 9.195761299859676, 48.788732895832005, 0.0 ], [ 9.195850818291852, 48.788865380995006, 0.0 ], [ 9.195777823285677, 48.788887356564892, 0.0 ], [ 9.195701973832463, 48.788910236176001, 0.0 ], [ 9.195611498543213, 48.788776583516444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000039fd", "Latitude": 48.79351, "Longitude": 9.19268, "X_coordina": 3514229.2, "Y_coordina": 5406245.11, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2090, "PrimaryUsa": "hall", "PrimaryU00": 26198.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2869.0, "Total_wall": 5647.7, "Total_wa00": 0.0, "Total_outw": 6420.9, "Total_shar": 2284.3, "Total_roof": 2869.0, "Gross_volu": 82094.0, "Is_Gross_v": "false", "Heated_vol": 81871.1, "Ridge_mean": 33.9, "Eaves_mean": 33.88, "Storey_num": 13, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.139, "Heated_are": 26198.7, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 59.2, "Total_Year": 1550254.0, "January_He": 257683.0, "February_H": 210064.0, "March_Heat": 186686.0, "April_Heat": 121999.0, "May_Heatin": 65819.0, "June_Heati": 24981, "July_Heati": 9336, "August_Hea": 14576, "September_": 76290.0, "October_He": 136019.0, "November_H": 196374.0, "December_H": 250427.0, "PV_potenti": 137.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192405434237489, 48.793318271476657, 0.0 ], [ 9.192411263905161, 48.793312326780004, 0.0 ], [ 9.192415466887914, 48.793308093349069, 0.0 ], [ 9.192419265004542, 48.793304759830271, 0.0 ], [ 9.192352018801133, 48.793230505380521, 0.0 ], [ 9.192340947851278, 48.79321829426646, 0.0 ], [ 9.192476981513515, 48.793164832211453, 0.0 ], [ 9.19253188410406, 48.793143248694683, 0.0 ], [ 9.192548286079715, 48.793161475756371, 0.0 ], [ 9.193054417394926, 48.793720762280458, 0.0 ], [ 9.193081890644622, 48.793751110384726, 0.0 ], [ 9.192891770563437, 48.793826425263248, 0.0 ], [ 9.192884936119553, 48.793818793208054, 0.0 ], [ 9.192767194736774, 48.79388679273638, 0.0 ], [ 9.192693212355058, 48.793830894176992, 0.0 ], [ 9.192535815310476, 48.793921620558557, 0.0 ], [ 9.192433440834829, 48.793844097720985, 0.0 ], [ 9.192195796984535, 48.793664197848862, 0.0 ], [ 9.192349391229696, 48.79357563644546, 0.0 ], [ 9.192316588194524, 48.793539452034878, 0.0 ], [ 9.192284058441441, 48.793503536929109, 0.0 ], [ 9.192362199501281, 48.793472652560425, 0.0 ], [ 9.192360141127461, 48.793468249743832, 0.0 ], [ 9.192357392275046, 48.793461240296992, 0.0 ], [ 9.192355051385153, 48.793454140245032, 0.0 ], [ 9.192353118457614, 48.793446949587981, 0.0 ], [ 9.192351177967733, 48.793437780624913, 0.0 ], [ 9.192350199128892, 48.793430948068384, 0.0 ], [ 9.192349490431253, 48.793423575519157, 0.0 ], [ 9.192349189695276, 48.793416112364902, 0.0 ], [ 9.19234943371003, 48.793408738224294, 0.0 ], [ 9.192350084310979, 48.793400913786627, 0.0 ], [ 9.192351283099891, 48.793394077592581, 0.0 ], [ 9.192352889162137, 48.793386970947481, 0.0 ], [ 9.192354767427226, 48.793379863847669, 0.0 ], [ 9.192357054340421, 48.793372845988749, 0.0 ], [ 9.19235961345619, 48.793365827675075, 0.0 ], [ 9.19236001832317, 48.793364927763015, 0.0 ], [ 9.192362042314043, 48.793360338279712, 0.0 ], [ 9.192365554139473, 48.793353318374386, 0.0 ], [ 9.192369338510815, 48.793346387937255, 0.0 ], [ 9.192373667631056, 48.793339546513494, 0.0 ], [ 9.192378269296968, 48.79333279455782, 0.0 ], [ 9.192381112988283, 48.793329013016908, 0.0 ], [ 9.192391606901415, 48.793332682351355, 0.0 ], [ 9.192393911343361, 48.793330250564686, 0.0 ], [ 9.192399604912289, 48.793324306096025, 0.0 ], [ 9.192405434237489, 48.793318271476657, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000039ef", "Latitude": 48.78822, "Longitude": 9.20953, "X_coordina": 3515469.01, "Y_coordina": 5405660.29, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 142.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 53.6, "Total_wall": 87.4, "Total_wa00": 0.0, "Total_outw": 160.2, "Total_shar": 200.4, "Total_roof": 84.0, "Gross_volu": 489.8, "Is_Gross_v": "false", "Heated_vol": 445.8, "Ridge_mean": 11.4, "Eaves_mean": 6.85, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.483, "Heated_are": 142.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 8707.0, "January_He": 1552.0, "February_H": 1091.0, "March_Heat": 721.0, "April_Heat": 205.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 341.0, "November_H": 970.0, "December_H": 1530.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209442001778518, 48.788239065615777, 0.0 ], [ 9.209455189790251, 48.788203341937979, 0.0 ], [ 9.209549563955266, 48.788218906890343, 0.0 ], [ 9.209536374134531, 48.788254180963868, 0.0 ], [ 9.209525068933621, 48.788284505805635, 0.0 ], [ 9.209431102541997, 48.788268850168151, 0.0 ], [ 9.209442001778518, 48.788239065615777, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000037fb", "Latitude": 48.7903, "Longitude": 9.19827, "X_coordina": 3514640.46, "Y_coordina": 5405888.83, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 885.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 209.9, "Total_wall": 493.2, "Total_wa00": 0.0, "Total_outw": 707.4, "Total_shar": 273.4, "Total_roof": 209.9, "Gross_volu": 2391.8, "Is_Gross_v": "false", "Heated_vol": 2391.8, "Ridge_mean": 12.2, "Eaves_mean": 12.18, "Storey_num": 5, "Average_St": 2.4, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.382, "Heated_are": 885.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 32.2, "Total_Year": 42570.0, "January_He": 6589.0, "February_H": 4987.0, "March_Heat": 3509.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 105.0, "October_He": 1666.0, "November_H": 4319.0, "December_H": 6345.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198173533068864, 48.790263316660038, 0.0 ], [ 9.198200266213867, 48.790243667301453, 0.0 ], [ 9.19819099027834, 48.790238197925284, 0.0 ], [ 9.198208900731368, 48.790224498707936, 0.0 ], [ 9.198361270790505, 48.790314070044204, 0.0 ], [ 9.198227201309329, 48.790413486662061, 0.0 ], [ 9.198084380374132, 48.790329653836451, 0.0 ], [ 9.198164713216835, 48.790269986186061, 0.0 ], [ 9.198173533068864, 48.790263316660038, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000037e9", "Latitude": 48.79271, "Longitude": 9.19886, "X_coordina": 3514683.48, "Y_coordina": 5406157.46, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3071, "PrimaryUsa": "office and administration", "PrimaryU00": 399.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 151.2, "Total_wall": 315.2, "Total_wa00": 0.0, "Total_outw": 617.6, "Total_shar": 58.4, "Total_roof": 231.5, "Gross_volu": 1398.5, "Is_Gross_v": "false", "Heated_vol": 1247.3, "Ridge_mean": 12.2, "Eaves_mean": 7.19, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.535, "Heated_are": 399.1, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 67.3, "Total_Year": 32709.0, "January_He": 6216.0, "February_H": 4512.0, "March_Heat": 3089.0, "April_Heat": 1016.0, "May_Heatin": 115.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 225.0, "October_He": 1627.0, "November_H": 4010.0, "December_H": 6065.0, "PV_potenti": 8.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198903848758336, 48.792751142900528, 0.0 ], [ 9.198940409565488, 48.792772841252635, 0.0 ], [ 9.19891910443976, 48.792788704607517, 0.0 ], [ 9.198902141705169, 48.792801323209147, 0.0 ], [ 9.198863814437319, 48.792780347284214, 0.0 ], [ 9.198827446243349, 48.792807387157993, 0.0 ], [ 9.198695531061489, 48.792730010791821, 0.0 ], [ 9.198789843700045, 48.792659797549099, 0.0 ], [ 9.198922304308105, 48.792737442636827, 0.0 ], [ 9.198903848758336, 48.792751142900528, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003380", "Latitude": 48.78807, "Longitude": 9.21032, "X_coordina": 3515526.53, "Y_coordina": 5405642.97, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 160.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.8, "Total_wall": 159.2, "Total_wa00": 0.0, "Total_outw": 274.5, "Total_shar": 128.3, "Total_roof": 99.6, "Gross_volu": 560.4, "Is_Gross_v": "false", "Heated_vol": 502.6, "Ridge_mean": 12.8, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.601, "Heated_are": 160.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.2, "Total_Year": 11742.0, "January_He": 2195.0, "February_H": 1580.0, "March_Heat": 1011.0, "April_Heat": 234.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 527.0, "November_H": 1454.0, "December_H": 2146.0, "PV_potenti": 4.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210282819442888, 48.78805849534897, 0.0 ], [ 9.210341509817844, 48.788067200684289, 0.0 ], [ 9.21032296616411, 48.788123796534776, 0.0 ], [ 9.210263323115507, 48.788115092929495, 0.0 ], [ 9.210203407537366, 48.788106299867117, 0.0 ], [ 9.210223311814389, 48.788049611628281, 0.0 ], [ 9.210282819442888, 48.78805849534897, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003310", "Latitude": 48.7887, "Longitude": 9.21026, "X_coordina": 3515522.36, "Y_coordina": 5405713.24, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.9, "Total_wall": 92.3, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 168.4, "Total_roof": 64.7, "Gross_volu": 368.0, "Is_Gross_v": "false", "Heated_vol": 320.2, "Ridge_mean": 9.4, "Eaves_mean": 5.95, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.594, "Heated_are": 102.5, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 56.0, "Total_Year": 7362.0, "January_He": 1425.0, "February_H": 981.0, "March_Heat": 589.0, "April_Heat": 109.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 303.0, "November_H": 918.0, "December_H": 1394.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210169484260378, 48.788749136063963, 0.0 ], [ 9.210169335779154, 48.788746168854516, 0.0 ], [ 9.210165345040588, 48.788703012785703, 0.0 ], [ 9.210164483070344, 48.788692133597095, 0.0 ], [ 9.21021591713345, 48.788690241247103, 0.0 ], [ 9.210266534659743, 48.788688350365049, 0.0 ], [ 9.210272216409704, 48.788745351584886, 0.0 ], [ 9.210220918381495, 48.788747243711654, 0.0 ], [ 9.210169484260378, 48.788749136063963, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002d83", "Latitude": 48.79385, "Longitude": 9.213, "X_coordina": 3515721.84, "Y_coordina": 5406286.98, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1632.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 650.0, "Total_wall": 957.9, "Total_wa00": 0.0, "Total_outw": 1649.3, "Total_shar": 0.0, "Total_roof": 650.0, "Gross_volu": 5324.8, "Is_Gross_v": "false", "Heated_vol": 5102.3, "Ridge_mean": 10.5, "Eaves_mean": 10.54, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.432, "Heated_are": 1632.7, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 53.9, "Total_Year": 207141.0, "January_He": 19726.0, "February_H": 14861.0, "March_Heat": 10736.0, "April_Heat": 3918.0, "May_Heatin": 463.0, "June_Heati": 15, "July_Heati": 1, "August_Hea": 3, "September_": 836.0, "October_He": 5443.0, "November_H": 12844.0, "December_H": 19090.0, "PV_potenti": 31.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213217758831, 48.793774785614737, 0.0 ], [ 9.213227934936201, 48.793783372459529, 0.0 ], [ 9.213235033900936, 48.793794887517166, 0.0 ], [ 9.213239916415962, 48.793806883273355, 0.0 ], [ 9.213242513742573, 48.793819197993209, 0.0 ], [ 9.213242797782113, 48.793831624904747, 0.0 ], [ 9.213240740550182, 48.793843984212629, 0.0 ], [ 9.213236382037545, 48.793856078010812, 0.0 ], [ 9.213229789493784, 48.793867717335068, 0.0 ], [ 9.213219568138619, 48.793883787617226, 0.0 ], [ 9.21320758880193, 48.793899330604035, 0.0 ], [ 9.213193946373497, 48.793914256195727, 0.0 ], [ 9.213178694950662, 48.793928483360354, 0.0 ], [ 9.213161915889723, 48.793941940007855, 0.0 ], [ 9.213113072297359, 48.79397826960335, 0.0 ], [ 9.213091951947639, 48.793972553577092, 0.0 ], [ 9.213090873465694, 48.793978211765094, 0.0 ], [ 9.213087888207323, 48.793983558748785, 0.0 ], [ 9.213083158391395, 48.793988333449477, 0.0 ], [ 9.213076927898932, 48.79399227463739, 0.0 ], [ 9.213069536035766, 48.793995156875589, 0.0 ], [ 9.213061336099196, 48.793996844624871, 0.0 ], [ 9.213052776963526, 48.793997274108158, 0.0 ], [ 9.213044294007133, 48.793996408550463, 0.0 ], [ 9.213036322951028, 48.79399429210762, 0.0 ], [ 9.213029299782558, 48.793991031881518, 0.0 ], [ 9.21302356552115, 48.793986807088608, 0.0 ], [ 9.21301943415564, 48.793981841957276, 0.0 ], [ 9.213017110868172, 48.793976378901746, 0.0 ], [ 9.213016731532893, 48.793970363716682, 0.0 ], [ 9.213018571248369, 48.793964479312358, 0.0 ], [ 9.213022508891591, 48.793959049637586, 0.0 ], [ 9.21302831453349, 48.793954416826985, 0.0 ], [ 9.213002151921172, 48.793947181410665, 0.0 ], [ 9.212985391459968, 48.793942536383639, 0.0 ], [ 9.212941514163798, 48.793930297994393, 0.0 ], [ 9.212868613109944, 48.793910110042482, 0.0 ], [ 9.212798103860617, 48.793940544594292, 0.0 ], [ 9.212729631890175, 48.793969986180272, 0.0 ], [ 9.212667027990106, 48.793906525842807, 0.0 ], [ 9.212931543522432, 48.793793362832972, 0.0 ], [ 9.212959355388783, 48.7937818911129, 0.0 ], [ 9.212988302412411, 48.793771721178459, 0.0 ], [ 9.213018248682712, 48.793762898241994, 0.0 ], [ 9.213041321672639, 48.793757280299722, 0.0 ], [ 9.213065053660662, 48.793753009987192, 0.0 ], [ 9.21308924057098, 48.793750105666298, 0.0 ], [ 9.213113732845107, 48.793748603582962, 0.0 ], [ 9.213130226635252, 48.793748141426121, 0.0 ], [ 9.213146658620706, 48.793749154127887, 0.0 ], [ 9.213162729263203, 48.793751615265663, 0.0 ], [ 9.213178152634576, 48.793755498391789, 0.0 ], [ 9.213192628967613, 48.793760723130262, 0.0 ], [ 9.213205912859543, 48.793767191019818, 0.0 ], [ 9.213217758831, 48.793774785614737, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002d2c", "Latitude": 48.79537, "Longitude": 9.209, "X_coordina": 3515427.4, "Y_coordina": 5406455.4, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 293.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 83.0, "Total_wall": 280.4, "Total_wa00": 0.0, "Total_outw": 423.1, "Total_shar": 161.8, "Total_roof": 109.1, "Gross_volu": 941.4, "Is_Gross_v": "false", "Heated_vol": 916.4, "Ridge_mean": 13.6, "Eaves_mean": 8.85, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.511, "Heated_are": 293.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.5, "Total_Year": 17106.0, "January_He": 3197.0, "February_H": 2120.0, "March_Heat": 1212.0, "April_Heat": 238.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 568.0, "November_H": 1916.0, "December_H": 3174.0, "PV_potenti": 5.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20903941397455, 48.79537226739091, 0.0 ], [ 9.20902811062594, 48.795403491378345, 0.0 ], [ 9.209012720078979, 48.795401001453286, 0.0 ], [ 9.208999406477584, 48.795439782664005, 0.0 ], [ 9.208939345545103, 48.795430809371418, 0.0 ], [ 9.208868117138989, 48.795420237678712, 0.0 ], [ 9.208893685525595, 48.795349871089869, 0.0 ], [ 9.208963825729517, 48.795360624588561, 0.0 ], [ 9.20903941397455, 48.79537226739091, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002b12", "Latitude": 48.79107, "Longitude": 9.20889, "X_coordina": 3515420.47, "Y_coordina": 5405977.12, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.0, "Total_wall": 69.5, "Total_wa00": 0.0, "Total_outw": 133.6, "Total_shar": 226.2, "Total_roof": 68.2, "Gross_volu": 400.5, "Is_Gross_v": "false", "Heated_vol": 389.7, "Ridge_mean": 10.2, "Eaves_mean": 6.11, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.473, "Heated_are": 124.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 7207.0, "January_He": 1299.0, "February_H": 888.0, "March_Heat": 557.0, "April_Heat": 141.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 250.0, "November_H": 790.0, "December_H": 1287.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208802915556179, 48.791089366594306, 0.0 ], [ 9.208814464529089, 48.791051937430801, 0.0 ], [ 9.208891809535448, 48.791062138374699, 0.0 ], [ 9.208880261737495, 48.791099837314604, 0.0 ], [ 9.208869117356638, 48.791136366514465, 0.0 ], [ 9.208791501915419, 48.791126615663821, 0.0 ], [ 9.208802915556179, 48.791089366594306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000029ee", "Latitude": 48.79065, "Longitude": 9.2132, "X_coordina": 3515737.44, "Y_coordina": 5405931.25, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 471.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.0, "Total_wall": 299.0, "Total_wa00": 0.0, "Total_outw": 483.2, "Total_shar": 256.3, "Total_roof": 186.2, "Gross_volu": 1605.0, "Is_Gross_v": "false", "Heated_vol": 1474.0, "Ridge_mean": 14.7, "Eaves_mean": 9.65, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.403, "Heated_are": 471.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 26079.0, "January_He": 4512.0, "February_H": 3192.0, "March_Heat": 2091.0, "April_Heat": 531.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 940.0, "November_H": 2816.0, "December_H": 4449.0, "PV_potenti": 8.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213062637650472, 48.790681584119469, 0.0 ], [ 9.213061742457704, 48.790630868853903, 0.0 ], [ 9.213065825278804, 48.790630861300194, 0.0 ], [ 9.213247508910815, 48.790630075399029, 0.0 ], [ 9.213247435246529, 48.790676925741565, 0.0 ], [ 9.213247327669281, 48.790715772944431, 0.0 ], [ 9.213059659006705, 48.790717379230813, 0.0 ], [ 9.213059915766991, 48.790681589155213, 0.0 ], [ 9.213062637650472, 48.790681584119469, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001ff2", "Latitude": 48.79219, "Longitude": 9.19805, "X_coordina": 3514623.66, "Y_coordina": 5406099.3, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 311.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 96.3, "Total_wall": 266.1, "Total_wa00": 0.0, "Total_outw": 405.9, "Total_shar": 150.8, "Total_roof": 173.2, "Gross_volu": 1000.8, "Is_Gross_v": "false", "Heated_vol": 974.5, "Ridge_mean": 13.3, "Eaves_mean": 6.4, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.543, "Heated_are": 311.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 20630.0, "January_He": 3855.0, "February_H": 2688.0, "March_Heat": 1655.0, "April_Heat": 348.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 842.0, "November_H": 2453.0, "December_H": 3785.0, "PV_potenti": 5.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19808244255375, 48.792188378147642, 0.0 ], [ 9.198098266428646, 48.792197613057681, 0.0 ], [ 9.197990783614882, 48.792275851584371, 0.0 ], [ 9.197947133364096, 48.792250837942881, 0.0 ], [ 9.197904983422927, 48.792226631018693, 0.0 ], [ 9.19791489031684, 48.792219420105013, 0.0 ], [ 9.19791761546926, 48.79222022473369, 0.0 ], [ 9.197959821102012, 48.792189398318612, 0.0 ], [ 9.198004062849826, 48.792157219533024, 0.0 ], [ 9.19800201606783, 48.792155874198414, 0.0 ], [ 9.198012328751709, 48.792148033113406, 0.0 ], [ 9.19805256905463, 48.79217116419985, 0.0 ], [ 9.19808244255375, 48.792188378147642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001ff3", "Latitude": 48.79211, "Longitude": 9.19814, "X_coordina": 3514630.34, "Y_coordina": 5406090.78, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 18.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 23.1, "Total_wall": 43.8, "Total_wa00": 0.0, "Total_outw": 141.0, "Total_shar": 24.6, "Total_roof": 23.1, "Gross_volu": 62.9, "Is_Gross_v": "false", "Heated_vol": 57.9, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.492, "Heated_are": 18.5, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198069724167924, 48.792103691998406, 0.0 ], [ 9.198143376508584, 48.792144030909512, 0.0 ], [ 9.198112843619663, 48.792166744187611, 0.0 ], [ 9.198041229911928, 48.792125682362432, 0.0 ], [ 9.198069724167924, 48.792103691998406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001f9d", "Latitude": 48.79155, "Longitude": 9.19993, "X_coordina": 3514762.05, "Y_coordina": 5406028.71, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1584.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 227.5, "Total_wall": 1003.0, "Total_wa00": 0.0, "Total_outw": 1270.9, "Total_shar": 332.5, "Total_roof": 342.0, "Gross_volu": 4962.1, "Is_Gross_v": "false", "Heated_vol": 4952.0, "Ridge_mean": 22.5, "Eaves_mean": 17.9, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 25, "Number_o00": 35, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.317, "Heated_are": 1584.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.1, "Total_Year": 80790.0, "January_He": 13593.0, "February_H": 9715.0, "March_Heat": 6183.0, "April_Heat": 1270.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 134.0, "October_He": 2933.0, "November_H": 8603.0, "December_H": 13225.0, "PV_potenti": 14.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200037777963422, 48.791537098614207, 0.0 ], [ 9.199868568397207, 48.791664004855214, 0.0 ], [ 9.199840674595073, 48.791665581966157, 0.0 ], [ 9.199727583608524, 48.7915986052354, 0.0 ], [ 9.199747936370619, 48.791583013150465, 0.0 ], [ 9.19982839783099, 48.79152145573461, 0.0 ], [ 9.199836945844989, 48.791514876478033, 0.0 ], [ 9.199873505082582, 48.791536304770645, 0.0 ], [ 9.199944741413651, 48.791482226943607, 0.0 ], [ 9.199955518403087, 48.791488592807148, 0.0 ], [ 9.200015542033194, 48.791524008391669, 0.0 ], [ 9.200037777963422, 48.791537098614207, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001d57", "Latitude": 48.7915, "Longitude": 9.21347, "X_coordina": 3515757.16, "Y_coordina": 5406025.49, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 560.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 150.0, "Total_wall": 258.7, "Total_wa00": 0.0, "Total_outw": 461.6, "Total_shar": 393.9, "Total_roof": 211.1, "Gross_volu": 1900.8, "Is_Gross_v": "false", "Heated_vol": 1750.8, "Ridge_mean": 15.3, "Eaves_mean": 10.01, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.341, "Heated_are": 560.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.8, "Total_Year": 28913.0, "January_He": 4891.0, "February_H": 3522.0, "March_Heat": 2197.0, "April_Heat": 410.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1050.0, "November_H": 3155.0, "December_H": 4764.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213528749800146, 48.791480141743044, 0.0 ], [ 9.213455346111509, 48.791597358356945, 0.0 ], [ 9.213389535169732, 48.791579495598633, 0.0 ], [ 9.213322361403085, 48.791561185709128, 0.0 ], [ 9.213353576677079, 48.791508522573103, 0.0 ], [ 9.213394132956937, 48.791444152050751, 0.0 ], [ 9.213463212704099, 48.79146263821314, 0.0 ], [ 9.213528749800146, 48.791480141743044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212482414851078, 48.787820265214258, 14.7732 ], [ 9.212508334604777, 48.787824257657483, 12.4983 ], [ 9.212495976062559, 48.787859287744531, 12.4768 ], [ 9.212470056291792, 48.787855295298584, 14.7518 ], [ 9.212482414851078, 48.787820265214258, 14.7732 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212384286648151, 48.787913241153348, 14.3358 ], [ 9.212362714629553, 48.78790983865732, 12.4401 ], [ 9.212399367634154, 48.787808377634718, 12.5023 ], [ 9.212420940976386, 48.787811781020736, 14.3981 ], [ 9.212384286648151, 48.787913241153348, 14.3358 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212476976852015, 48.787936647258974, 0.0 ], [ 9.212351668508212, 48.787917285821642, 0.0 ], [ 9.212392524758597, 48.787801833920881, 0.0 ], [ 9.21251869400872, 48.787820812449112, 0.0 ], [ 9.212476976852015, 48.787936647258974, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212456967622936, 48.787890168462667, 14.7958 ], [ 9.212482887410632, 48.787894160911506, 12.5209 ], [ 9.212470530194585, 48.787929190992934, 12.4994 ], [ 9.212444610389827, 48.78792519854138, 14.7743 ], [ 9.212456967622936, 48.787890168462667, 14.7958 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001910", "Latitude": 48.78853, "Longitude": 9.2127, "X_coordina": 3515701.16, "Y_coordina": 5405695.12, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 97.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 58.1, "Total_wa00": 0.0, "Total_outw": 124.4, "Total_shar": 234.3, "Total_roof": 51.7, "Gross_volu": 346.7, "Is_Gross_v": "false", "Heated_vol": 304.8, "Ridge_mean": 9.8, "Eaves_mean": 6.75, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 97.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 5827.0, "January_He": 1101.0, "February_H": 740.0, "March_Heat": 400.0, "April_Heat": 57.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 199.0, "November_H": 694.0, "December_H": 1082.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212710862524146, 48.788531620715666, 0.0 ], [ 9.212706558592503, 48.788575871102438, 0.0 ], [ 9.212650207320078, 48.788573457308679, 0.0 ], [ 9.212590997815147, 48.788570958840111, 0.0 ], [ 9.212595301847932, 48.788526708457425, 0.0 ], [ 9.212654239124321, 48.788529207426492, 0.0 ], [ 9.212710862524146, 48.788531620715666, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000015ab", "Latitude": 48.79424, "Longitude": 9.20218, "X_coordina": 3514926.55, "Y_coordina": 5406328.0, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1077.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 325.0, "Total_wall": 1038.9, "Total_wa00": 0.0, "Total_outw": 1611.2, "Total_shar": 0.0, "Total_roof": 325.0, "Gross_volu": 2842.0, "Is_Gross_v": "false", "Heated_vol": 2842.0, "Ridge_mean": 9.5, "Eaves_mean": 9.55, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 13, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.594, "Heated_are": 1077.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.6, "Total_Year": 59706.0, "January_He": 11076.0, "February_H": 7350.0, "March_Heat": 4016.0, "April_Heat": 624.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1858.0, "November_H": 6666.0, "December_H": 10969.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202010286070664, 48.79429466899645, 0.0 ], [ 9.202036076170439, 48.79431116968783, 0.0 ], [ 9.202005404737273, 48.794333164843287, 0.0 ], [ 9.201976477383722, 48.794314961099943, 0.0 ], [ 9.202007152428697, 48.794293865181402, 0.0 ], [ 9.201972630395469, 48.79427207430841, 0.0 ], [ 9.202009536953081, 48.794243683651111, 0.0 ], [ 9.201995759052556, 48.794235884469479, 0.0 ], [ 9.201985579418539, 48.794242916362698, 0.0 ], [ 9.201953655313021, 48.794224088404647, 0.0 ], [ 9.201977946068272, 48.794206151014237, 0.0 ], [ 9.202010786070364, 48.794181903972451, 0.0 ], [ 9.20205719632404, 48.794147651595978, 0.0 ], [ 9.202310817150465, 48.794297468584865, 0.0 ], [ 9.202264000426865, 48.794332171394323, 0.0 ], [ 9.202232517515474, 48.794355426965254, 0.0 ], [ 9.202206055977486, 48.794375076768176, 0.0 ], [ 9.202174816201314, 48.79435723682932, 0.0 ], [ 9.202184992579859, 48.794349395613196, 0.0 ], [ 9.202172166991051, 48.79434150485725, 0.0 ], [ 9.202133086398474, 48.79437079861777, 0.0 ], [ 9.202096526668324, 48.794350000518016, 0.0 ], [ 9.202068159620723, 48.794369653633353, 0.0 ], [ 9.202036510861948, 48.794351634527516, 0.0 ], [ 9.202067451611939, 48.794328919502817, 0.0 ], [ 9.202093783275249, 48.794344699842419, 0.0 ], [ 9.202122283151871, 48.794324237175516, 0.0 ], [ 9.202097182205923, 48.794309893459499, 0.0 ], [ 9.202108173044138, 48.794301511279393, 0.0 ], [ 9.202074613440816, 48.79428214668399, 0.0 ], [ 9.202063617545511, 48.794289269939952, 0.0 ], [ 9.202037424913252, 48.794274208737882, 0.0 ], [ 9.202010286070664, 48.79429466899645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000014cd", "Latitude": 48.79144, "Longitude": 9.19832, "X_coordina": 3514643.69, "Y_coordina": 5406015.82, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 1118.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 271.0, "Total_wall": 712.6, "Total_wa00": 0.0, "Total_outw": 1084.2, "Total_shar": 47.3, "Total_roof": 349.5, "Gross_volu": 3693.3, "Is_Gross_v": "false", "Heated_vol": 3495.3, "Ridge_mean": 16.5, "Eaves_mean": 10.63, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.374, "Heated_are": 1118.5, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 42.3, "Total_Year": 75040.0, "January_He": 10903.0, "February_H": 7942.0, "March_Heat": 5390.0, "April_Heat": 1596.0, "May_Heatin": 142.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 365.0, "October_He": 3016.0, "November_H": 7220.0, "December_H": 10674.0, "PV_potenti": 16.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19842817097552, 48.79143826973278, 0.0 ], [ 9.198325719485318, 48.791514881287767, 0.0 ], [ 9.198339633587407, 48.791523040371551, 0.0 ], [ 9.198307744094613, 48.791546745199959, 0.0 ], [ 9.198293420638207, 48.791538317046438, 0.0 ], [ 9.198255698088294, 48.791566887779055, 0.0 ], [ 9.198114374430455, 48.791483951665391, 0.0 ], [ 9.19828698136595, 48.791354794056325, 0.0 ], [ 9.19842817097552, 48.79143826973278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000014cf", "Latitude": 48.79155, "Longitude": 9.19835, "X_coordina": 3514645.89, "Y_coordina": 5406027.81, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 41.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.6, "Total_wall": 52.9, "Total_wa00": 0.0, "Total_outw": 113.5, "Total_shar": 47.3, "Total_roof": 22.6, "Gross_volu": 87.8, "Is_Gross_v": "false", "Heated_vol": 87.8, "Ridge_mean": 3.9, "Eaves_mean": 3.91, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.117, "Heated_are": 41.4, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 61.5, "Total_Year": 3572.0, "January_He": 592.0, "February_H": 419.0, "March_Heat": 279.0, "April_Heat": 82.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 166.0, "November_H": 392.0, "December_H": 582.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19834784901826, 48.791570146189656, 0.0 ], [ 9.198310127184271, 48.791598896785899, 0.0 ], [ 9.198255698088294, 48.791566887779055, 0.0 ], [ 9.198293420638207, 48.791538317046438, 0.0 ], [ 9.198307744094613, 48.791546745199959, 0.0 ], [ 9.19834784901826, 48.791570146189656, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001420", "Latitude": 48.78754, "Longitude": 9.20824, "X_coordina": 3515374.07, "Y_coordina": 5405583.52, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 737.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 201.3, "Total_wall": 448.7, "Total_wa00": 0.0, "Total_outw": 615.7, "Total_shar": 328.4, "Total_roof": 274.0, "Gross_volu": 2919.3, "Is_Gross_v": "false", "Heated_vol": 2718.0, "Ridge_mean": 17.1, "Eaves_mean": 11.94, "Storey_num": 5, "Average_St": 3.2, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.33, "Heated_are": 737.4, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 45664.0, "January_He": 7942.0, "February_H": 5743.0, "March_Heat": 3977.0, "April_Heat": 1276.0, "May_Heatin": 83.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 176.0, "October_He": 1937.0, "November_H": 5066.0, "December_H": 7784.0, "PV_potenti": 12.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208091216360737, 48.787489392857367, 0.0 ], [ 9.208332510034511, 48.787525195830163, 0.0 ], [ 9.208314895705607, 48.787576664032365, 0.0 ], [ 9.208299163097733, 48.787622463636822, 0.0 ], [ 9.208058413696413, 48.787586749535095, 0.0 ], [ 9.208073873969022, 48.787540860531664, 0.0 ], [ 9.208091216360737, 48.787489392857367, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001015", "Latitude": 48.78855, "Longitude": 9.20985, "X_coordina": 3515492.22, "Y_coordina": 5405696.29, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 94.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.6, "Total_wall": 55.8, "Total_wa00": 0.0, "Total_outw": 135.4, "Total_shar": 190.5, "Total_roof": 64.8, "Gross_volu": 340.2, "Is_Gross_v": "false", "Heated_vol": 293.6, "Ridge_mean": 9.1, "Eaves_mean": 5.44, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 94.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 6012.0, "January_He": 1148.0, "February_H": 777.0, "March_Heat": 436.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 222.0, "November_H": 731.0, "December_H": 1128.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209807386017719, 48.788594857878628, 0.0 ], [ 9.209758673432669, 48.788596655165698, 0.0 ], [ 9.209757672090534, 48.788584966914847, 0.0 ], [ 9.209754087359684, 48.78854118062555, 0.0 ], [ 9.209754495624946, 48.788541179881932, 0.0 ], [ 9.20980239162602, 48.788539384084288, 0.0 ], [ 9.209856683028903, 48.7885373967653, 0.0 ], [ 9.209860860948835, 48.7885928720452, 0.0 ], [ 9.209807386017719, 48.788594857878628, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000fe3", "Latitude": 48.78851, "Longitude": 9.20941, "X_coordina": 3515460.04, "Y_coordina": 5405691.94, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 81.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.5, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 109.6, "Total_shar": 201.2, "Total_roof": 54.1, "Gross_volu": 295.6, "Is_Gross_v": "false", "Heated_vol": 255.1, "Ridge_mean": 9.1, "Eaves_mean": 5.53, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 81.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 5102.0, "January_He": 963.0, "February_H": 656.0, "March_Heat": 370.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 188.0, "November_H": 615.0, "December_H": 947.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209313019876479, 48.788508081927901, 0.0 ], [ 9.20936622330723, 48.78850627666472, 0.0 ], [ 9.209422147752175, 48.788504286581478, 0.0 ], [ 9.209425738553033, 48.788549601572392, 0.0 ], [ 9.209369949398189, 48.7885514115641, 0.0 ], [ 9.209316201566088, 48.788553217818475, 0.0 ], [ 9.209315335667956, 48.788541349470229, 0.0 ], [ 9.209313019876479, 48.788508081927901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000dfc", "Latitude": 48.78778, "Longitude": 9.20158, "X_coordina": 3514884.85, "Y_coordina": 5405609.98, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 873.7, "SecondaryU": "retail", "Secondar00": 168.1, "BuildingTy": "GMH", "Footprint_": 210.1, "Total_wall": 720.5, "Total_wa00": 0.0, "Total_outw": 1019.3, "Total_shar": 81.7, "Total_roof": 274.7, "Gross_volu": 3387.9, "Is_Gross_v": "false", "Heated_vol": 3255.7, "Ridge_mean": 19.0, "Eaves_mean": 14.14, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.366, "Heated_are": 1041.8, "Mean_Uvalu": 0.47, "Specific_d": "25,1", "Specific_s": 37.6, "Total_Year": 65280.0, "January_He": 9595.0, "February_H": 6846.0, "March_Heat": 4278.0, "April_Heat": 906.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 2001.0, "November_H": 6006.0, "December_H": 9400.0, "PV_potenti": 12.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201437947467834, 48.787830703437351, 0.0 ], [ 9.201402512119834, 48.7877835554943, 0.0 ], [ 9.201401280864426, 48.787781939021748, 0.0 ], [ 9.201580136863466, 48.787723265618936, 0.0 ], [ 9.201602613072694, 48.787728711616055, 0.0 ], [ 9.201676351318429, 48.787825340362033, 0.0 ], [ 9.201481181224095, 48.787888178946162, 0.0 ], [ 9.201437947467834, 48.787830703437351, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000b81", "Latitude": 48.78943, "Longitude": 9.19858, "X_coordina": 3514663.95, "Y_coordina": 5405791.94, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1079.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 179.6, "Total_wall": 375.2, "Total_wa00": 0.0, "Total_outw": 517.1, "Total_shar": 821.7, "Total_roof": 281.3, "Gross_volu": 3553.9, "Is_Gross_v": "false", "Heated_vol": 3374.3, "Ridge_mean": 22.9, "Eaves_mean": 14.33, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.242, "Heated_are": 1079.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 25.9, "Total_Year": 45023.0, "January_He": 6904.0, "February_H": 4862.0, "March_Heat": 3192.0, "April_Heat": 804.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1219.0, "November_H": 4091.0, "December_H": 6778.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198655430221796, 48.789501822364926, 0.0 ], [ 9.198654005060526, 48.789485548645409, 0.0 ], [ 9.198567871124736, 48.78948866468172, 0.0 ], [ 9.198514802699982, 48.789490554650207, 0.0 ], [ 9.198425266824032, 48.789493766368054, 0.0 ], [ 9.198421826549595, 48.78944961979068, 0.0 ], [ 9.198418093181091, 48.789400168223303, 0.0 ], [ 9.198651321635619, 48.789391852845228, 0.0 ], [ 9.198655328834246, 48.789441663627315, 0.0 ], [ 9.19866005589958, 48.789501454690537, 0.0 ], [ 9.198660194120597, 48.789501993993902, 0.0 ], [ 9.198655430221796, 48.789501822364926, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000808", "Latitude": 48.78758, "Longitude": 9.19716, "X_coordina": 3514560.19, "Y_coordina": 5405585.9, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 740.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 153.3, "Total_wall": 625.0, "Total_wa00": 0.0, "Total_outw": 788.2, "Total_shar": 115.4, "Total_roof": 212.0, "Gross_volu": 2322.7, "Is_Gross_v": "false", "Heated_vol": 2314.8, "Ridge_mean": 18.4, "Eaves_mean": 9.78, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.427, "Heated_are": 740.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 39997.0, "January_He": 7013.0, "February_H": 4903.0, "March_Heat": 2989.0, "April_Heat": 582.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1419.0, "November_H": 4389.0, "December_H": 6888.0, "PV_potenti": 9.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197067902325676, 48.78765625937789, 0.0 ], [ 9.197035162087408, 48.787635992654394, 0.0 ], [ 9.197046559870635, 48.787627430403596, 0.0 ], [ 9.197002903563245, 48.787599718685058, 0.0 ], [ 9.197036015599181, 48.787575922185823, 0.0 ], [ 9.197072927091851, 48.787549331541115, 0.0 ], [ 9.197114859631206, 48.787519135343196, 0.0 ], [ 9.19723668306958, 48.787595182017846, 0.0 ], [ 9.197194884159869, 48.7876247485652, 0.0 ], [ 9.197124313838588, 48.787674507252959, 0.0 ], [ 9.197109308434586, 48.787665360724759, 0.0 ], [ 9.197080526291487, 48.787648054720009, 0.0 ], [ 9.197067902325676, 48.78765625937789, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000809", "Latitude": 48.7876, "Longitude": 9.19707, "X_coordina": 3514553.24, "Y_coordina": 5405588.62, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.6, "Total_wall": 57.7, "Total_wa00": 0.0, "Total_outw": 182.7, "Total_shar": 163.3, "Total_roof": 49.6, "Gross_volu": 169.2, "Is_Gross_v": "false", "Heated_vol": 124.7, "Ridge_mean": 3.4, "Eaves_mean": 3.4, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.049, "Heated_are": 39.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197109308434586, 48.787665360724759, 0.0 ], [ 9.197081218887858, 48.787685911397205, 0.0 ], [ 9.196941389179463, 48.787598924668579, 0.0 ], [ 9.197005185204205, 48.78755682119332, 0.0 ], [ 9.197036015599181, 48.787575922185823, 0.0 ], [ 9.197002903563245, 48.787599718685058, 0.0 ], [ 9.197046559870635, 48.787627430403596, 0.0 ], [ 9.197035162087408, 48.787635992654394, 0.0 ], [ 9.197067902325676, 48.78765625937789, 0.0 ], [ 9.197080526291487, 48.787648054720009, 0.0 ], [ 9.197109308434586, 48.787665360724759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000672", "Latitude": 48.79009, "Longitude": 9.20499, "X_coordina": 3515134.39, "Y_coordina": 5405866.52, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 222.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 77.9, "Total_wall": 179.9, "Total_wa00": 0.0, "Total_outw": 300.6, "Total_shar": 213.0, "Total_roof": 84.5, "Gross_volu": 755.9, "Is_Gross_v": "false", "Heated_vol": 695.6, "Ridge_mean": 10.8, "Eaves_mean": 8.62, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.474, "Heated_are": 222.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 14734.0, "January_He": 2684.0, "February_H": 1949.0, "March_Heat": 1238.0, "April_Heat": 276.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 622.0, "November_H": 1763.0, "December_H": 2628.0, "PV_potenti": 3.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.204961904661879, 48.790162589968013, 0.0 ], [ 9.204953992599322, 48.790158017944833, 0.0 ], [ 9.204910475731703, 48.790132736923155, 0.0 ], [ 9.204857546182408, 48.790101987288416, 0.0 ], [ 9.204926200355532, 48.790050608670271, 0.0 ], [ 9.204979130258822, 48.790081448196744, 0.0 ], [ 9.20497940281034, 48.790081537635238, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000673", "Latitude": 48.79014, "Longitude": 9.20505, "X_coordina": 3515138.69, "Y_coordina": 5405872.54, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 41.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.6, "Total_wall": 36.2, "Total_wa00": 0.0, "Total_outw": 119.1, "Total_shar": 147.6, "Total_roof": 50.6, "Gross_volu": 171.2, "Is_Gross_v": "false", "Heated_vol": 129.7, "Ridge_mean": 3.4, "Eaves_mean": 3.37, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.871, "Heated_are": 41.5, "Mean_Uvalu": 0.34, "Specific_d": "15,9", "Specific_s": 70.2, "Total_Year": 3574.0, "January_He": 671.0, "February_H": 496.0, "March_Heat": 339.0, "April_Heat": 95.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 188.0, "November_H": 450.0, "December_H": 651.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20498210224045, 48.790209673998156, 0.0 ], [ 9.204927805778732, 48.790177488051164, 0.0 ], [ 9.204953992599322, 48.790158017944833, 0.0 ], [ 9.204961904661879, 48.790162589968013, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.205077893646463, 48.790138283938163, 0.0 ], [ 9.205028777171542, 48.790174970311575, 0.0 ], [ 9.20498210224045, 48.790209673998156, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024c", "Latitude": 48.79053, "Longitude": 9.19523, "X_coordina": 3514417.31, "Y_coordina": 5405913.53, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1699.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 531.1, "Total_wall": 1056.4, "Total_wa00": 0.0, "Total_outw": 1675.5, "Total_shar": 534.1, "Total_roof": 531.1, "Gross_volu": 5702.8, "Is_Gross_v": "false", "Heated_vol": 5309.8, "Ridge_mean": 10.7, "Eaves_mean": 10.74, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.385, "Heated_are": 1699.1, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 59.4, "Total_Year": 125801.0, "January_He": 22739.0, "February_H": 17056.0, "March_Heat": 12102.0, "April_Heat": 4160.0, "May_Heatin": 445.0, "June_Heati": 15, "July_Heati": 1, "August_Hea": 3, "September_": 975.0, "October_He": 6425.0, "November_H": 15017.0, "December_H": 22041.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195127172417658, 48.790641522104536, 0.0 ], [ 9.195113465952247, 48.790651616774198, 0.0 ], [ 9.195046833635914, 48.790700738025343, 0.0 ], [ 9.195073842372999, 48.790716698678864, 0.0 ], [ 9.194993906814169, 48.790774654948315, 0.0 ], [ 9.194876604640346, 48.79070750073123, 0.0 ], [ 9.194885425353265, 48.790700921379546, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.195205022750173, 48.790467118189433, 0.0 ], [ 9.195304633214185, 48.790394201081909, 0.0 ], [ 9.195305311936901, 48.790393750312674, 0.0 ], [ 9.195326482843797, 48.790378337465057, 0.0 ], [ 9.195409265225377, 48.790317768344984, 0.0 ], [ 9.195496838723024, 48.790369505635461, 0.0 ], [ 9.19545178247148, 48.790402224392714, 0.0 ], [ 9.195127172417658, 48.790641522104536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024d", "Latitude": 48.78996, "Longitude": 9.19475, "X_coordina": 3514382.07, "Y_coordina": 5405850.64, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 774.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 283.0, "Total_wall": 235.6, "Total_wa00": 0.0, "Total_outw": 414.5, "Total_shar": 404.2, "Total_roof": 283.0, "Gross_volu": 1859.8, "Is_Gross_v": "false", "Heated_vol": 1859.8, "Ridge_mean": 6.6, "Eaves_mean": 6.57, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.431, "Heated_are": 774.9, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 27543.0, "January_He": 823.0, "February_H": 367.0, "March_Heat": 57.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 137.0, "December_H": 694.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194878530856444, 48.790010049862282, 0.0 ], [ 9.194767113878514, 48.790091619244087, 0.0 ], [ 9.194531408904735, 48.789953175584884, 0.0 ], [ 9.194641328250325, 48.789871429113127, 0.0 ], [ 9.194667926745671, 48.78988703086295, 0.0 ], [ 9.194777320492431, 48.789950871504558, 0.0 ], [ 9.194799963341778, 48.789964141900064, 0.0 ], [ 9.194822606203063, 48.789977412291087, 0.0 ], [ 9.194878530856444, 48.790010049862282, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024e", "Latitude": 48.79044, "Longitude": 9.19464, "X_coordina": 3514373.7, "Y_coordina": 5405903.59, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1271.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 794.7, "Total_wall": 712.0, "Total_wa00": 0.0, "Total_outw": 1557.8, "Total_shar": 188.7, "Total_roof": 794.7, "Gross_volu": 4458.4, "Is_Gross_v": "false", "Heated_vol": 3973.4, "Ridge_mean": 5.6, "Eaves_mean": 5.61, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.536, "Heated_are": 1271.5, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.4, "Total_Year": 54980.0, "January_He": 4473.0, "February_H": 2319.0, "March_Heat": 689.0, "April_Heat": 35.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 67.0, "November_H": 1394.0, "December_H": 4223.0, "PV_potenti": 38.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194885425353265, 48.790700921379546, 0.0 ], [ 9.19419370934053, 48.790292308019389, 0.0 ], [ 9.194299699940919, 48.790214884837646, 0.0 ], [ 9.19455573140735, 48.790365704083989, 0.0 ], [ 9.194643576300871, 48.790417441563818, 0.0 ], [ 9.194933984245758, 48.790588524591186, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.194885425353265, 48.790700921379546, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024f", "Latitude": 48.79051, "Longitude": 9.19511, "X_coordina": 3514408.7, "Y_coordina": 5405911.46, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 429.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 134.2, "Total_wall": 308.5, "Total_wa00": 0.0, "Total_outw": 472.6, "Total_shar": 418.1, "Total_roof": 134.2, "Gross_volu": 1345.9, "Is_Gross_v": "false", "Heated_vol": 1341.5, "Ridge_mean": 10.0, "Eaves_mean": 10.03, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.429, "Heated_are": 429.3, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 54.8, "Total_Year": 29805.0, "January_He": 5467.0, "February_H": 4008.0, "March_Heat": 2708.0, "April_Heat": 896.0, "May_Heatin": 108.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 166.0, "October_He": 1331.0, "November_H": 3454.0, "December_H": 5393.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195205022750173, 48.790467118189433, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.194933984245758, 48.790588524591186, 0.0 ], [ 9.195145960597401, 48.790432777547409, 0.0 ], [ 9.195205022750173, 48.790467118189433, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000250", "Latitude": 48.79149, "Longitude": 9.19659, "X_coordina": 3514517.18, "Y_coordina": 5406020.76, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2130, "PrimaryUsa": "retail", "PrimaryU00": 939.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 344.5, "Total_wall": 586.8, "Total_wa00": 0.0, "Total_outw": 1039.8, "Total_shar": 0.0, "Total_roof": 344.5, "Gross_volu": 2352.2, "Is_Gross_v": "false", "Heated_vol": 2352.2, "Ridge_mean": 6.8, "Eaves_mean": 6.83, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.542, "Heated_are": 939.3, "Mean_Uvalu": 0.41, "Specific_d": "73,0", "Specific_s": 40.4, "Total_Year": 106504.0, "January_He": 9283.0, "February_H": 6526.0, "March_Heat": 4157.0, "April_Heat": 1084.0, "May_Heatin": 79.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 172.0, "October_He": 1920.0, "November_H": 5653.0, "December_H": 9047.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196762306860636, 48.791568909623535, 0.0 ], [ 9.196742629443008, 48.791583420944107, 0.0 ], [ 9.196665685052954, 48.791640474017967, 0.0 ], [ 9.196337070091044, 48.791446889708311, 0.0 ], [ 9.196434646775506, 48.791375863499781, 0.0 ], [ 9.196762306860636, 48.791568909623535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000251", "Latitude": 48.7908, "Longitude": 9.1964, "X_coordina": 3514503.01, "Y_coordina": 5405944.5, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 8159.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 3073.1, "Total_wall": 2136.8, "Total_wa00": 0.0, "Total_outw": 4133.1, "Total_shar": 50.5, "Total_roof": 3499.4, "Gross_volu": 28570.9, "Is_Gross_v": "false", "Heated_vol": 25497.8, "Ridge_mean": 12.0, "Eaves_mean": 6.72, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.318, "Heated_are": 8159.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 187.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19545178247148, 48.790402224392714, 0.0 ], [ 9.195496838723024, 48.790369505635461, 0.0 ], [ 9.195632000484304, 48.790269640719892, 0.0 ], [ 9.195666927408581, 48.790291972360663, 0.0 ], [ 9.195891597747762, 48.790426385898478, 0.0 ], [ 9.195886441241685, 48.790430261385872, 0.0 ], [ 9.19591276823016, 48.790445863308761, 0.0 ], [ 9.195918196573048, 48.7904418974341, 0.0 ], [ 9.196088297483591, 48.790542232438511, 0.0 ], [ 9.196448420278903, 48.790755457012878, 0.0 ], [ 9.196442990188908, 48.790758973297201, 0.0 ], [ 9.196467267677011, 48.790772420422016, 0.0 ], [ 9.196472422768894, 48.790768185216834, 0.0 ], [ 9.197004698310334, 48.791082637954403, 0.0 ], [ 9.196998591971484, 48.79108723450495, 0.0 ], [ 9.197022458663112, 48.791099962825946, 0.0 ], [ 9.197028430314257, 48.791095726199053, 0.0 ], [ 9.19725679021256, 48.791232109063834, 0.0 ], [ 9.197064232318066, 48.791375956823892, 0.0 ], [ 9.196989475242978, 48.791331033003758, 0.0 ], [ 9.197010643562207, 48.791314990388422, 0.0 ], [ 9.19549036646929, 48.790420053698234, 0.0 ], [ 9.195486296236643, 48.790423297858275, 0.0 ], [ 9.19545178247148, 48.790402224392714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000252", "Latitude": 48.79108, "Longitude": 9.19575, "X_coordina": 3514455.18, "Y_coordina": 5405975.55, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 7454.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2269.1, "Total_wall": 2540.4, "Total_wa00": 0.0, "Total_outw": 3782.6, "Total_shar": 157.4, "Total_roof": 2269.1, "Gross_volu": 25562.8, "Is_Gross_v": "false", "Heated_vol": 23293.8, "Ridge_mean": 16.9, "Eaves_mean": 16.9, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.285, "Heated_are": 7454.0, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 262747.0, "January_He": 7102.0, "February_H": 3084.0, "March_Heat": 508.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 1057.0, "December_H": 6035.0, "PV_potenti": 109.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195210998274373, 48.791025174018252, 0.0 ], [ 9.195448484591065, 48.790849599987304, 0.0 ], [ 9.19546205529751, 48.790839595432203, 0.0 ], [ 9.195565734282388, 48.790762894405994, 0.0 ], [ 9.195608975175618, 48.790788269345526, 0.0 ], [ 9.195718920299958, 48.790853097306773, 0.0 ], [ 9.195719875061966, 48.790853635225716, 0.0 ], [ 9.195642112305958, 48.790910239396254, 0.0 ], [ 9.196197980990538, 48.791238054383356, 0.0 ], [ 9.196194995296977, 48.791240217636847, 0.0 ], [ 9.196047479191378, 48.791348287277451, 0.0 ], [ 9.195917876062987, 48.791443197406153, 0.0 ], [ 9.19536173054888, 48.791114302465978, 0.0 ], [ 9.195210998274373, 48.791025174018252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000253", "Latitude": 48.79129, "Longitude": 9.1962, "X_coordina": 3514488.2, "Y_coordina": 5405999.12, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 194.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 107.2, "Total_wall": 138.0, "Total_wa00": 0.0, "Total_outw": 286.0, "Total_shar": 157.3, "Total_roof": 107.2, "Gross_volu": 502.7, "Is_Gross_v": "false", "Heated_vol": 502.7, "Ridge_mean": 4.7, "Eaves_mean": 4.69, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.701, "Heated_are": 194.3, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 10.3, "Total_Year": 8380.0, "January_He": 698.0, "February_H": 338.0, "March_Heat": 83.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 216.0, "December_H": 651.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196114866981185, 48.791388278460616, 0.0 ], [ 9.196047479191378, 48.791348287277451, 0.0 ], [ 9.196194995296977, 48.791240217636847, 0.0 ], [ 9.196261701526954, 48.791279940125293, 0.0 ], [ 9.196114866981185, 48.791388278460616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000256", "Latitude": 48.78982, "Longitude": 9.19452, "X_coordina": 3514365.05, "Y_coordina": 5405835.48, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 743.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 271.1, "Total_wall": 225.3, "Total_wa00": 0.0, "Total_outw": 403.2, "Total_shar": 393.6, "Total_roof": 271.1, "Gross_volu": 1751.0, "Is_Gross_v": "false", "Heated_vol": 1751.0, "Ridge_mean": 6.5, "Eaves_mean": 6.46, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.438, "Heated_are": 743.1, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.3, "Total_Year": 26111.0, "January_He": 673.0, "February_H": 296.0, "March_Heat": 45.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 104.0, "December_H": 574.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194510655144843, 48.789794855131724, 0.0 ], [ 9.194626460123795, 48.789862641727616, 0.0 ], [ 9.194641328250325, 48.789871429113127, 0.0 ], [ 9.194531408904735, 48.789953175584884, 0.0 ], [ 9.194304571344162, 48.789819932048857, 0.0 ], [ 9.194413946401301, 48.789738186710501, 0.0 ], [ 9.194470962039391, 48.789771542027921, 0.0 ], [ 9.194490740541571, 48.789783198696483, 0.0 ], [ 9.194510655144843, 48.789794855131724, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000025e", "Latitude": 48.79005, "Longitude": 9.19413, "X_coordina": 3514336.6, "Y_coordina": 5405860.28, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2112.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 729.8, "Total_wall": 1436.1, "Total_wa00": 0.0, "Total_outw": 2164.2, "Total_shar": 0.0, "Total_roof": 729.9, "Gross_volu": 7332.4, "Is_Gross_v": "false", "Heated_vol": 6602.6, "Ridge_mean": 14.6, "Eaves_mean": 14.57, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.412, "Heated_are": 2112.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 7.0, "Total_Year": 84156.0, "January_He": 5191.0, "February_H": 2680.0, "March_Heat": 675.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 45.0, "November_H": 1381.0, "December_H": 4733.0, "PV_potenti": 33.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194221771399221, 48.789911344214865, 0.0 ], [ 9.194223128504003, 48.789910352766015, 0.0 ], [ 9.194350785907107, 48.789981356896767, 0.0 ], [ 9.1941853895969, 48.790111305794333, 0.0 ], [ 9.194181047813327, 48.790114730213602, 0.0 ], [ 9.194153211563084, 48.790099301293829, 0.0 ], [ 9.194127311276448, 48.790120036385808, 0.0 ], [ 9.19417668166626, 48.790147110081058, 0.0 ], [ 9.194031500884936, 48.790261108182783, 0.0 ], [ 9.193904388978677, 48.790190462477725, 0.0 ], [ 9.193905881497216, 48.7901892909574, 0.0 ], [ 9.193822278111329, 48.790143121038994, 0.0 ], [ 9.194160807012796, 48.789877455891244, 0.0 ], [ 9.194221771399221, 48.789911344214865, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001eb", "Latitude": 48.78797, "Longitude": 9.19999, "X_coordina": 3514767.97, "Y_coordina": 5405630.35, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 137.8, "Total_wall": 306.8, "Total_wa00": 0.0, "Total_outw": 483.4, "Total_shar": 317.4, "Total_roof": 206.4, "Gross_volu": 1920.6, "Is_Gross_v": "false", "Heated_vol": 1782.7, "Ridge_mean": 16.8, "Eaves_mean": 11.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 570.5, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 30076.0, "January_He": 4945.0, "February_H": 3690.0, "March_Heat": 2485.0, "April_Heat": 621.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1176.0, "November_H": 3216.0, "December_H": 4822.0, "PV_potenti": 9.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200058055095374, 48.788010708178689, 0.0 ], [ 9.200021903468741, 48.788022730824927, 0.0 ], [ 9.199906381952092, 48.788061328825428, 0.0 ], [ 9.199839751838443, 48.78797188050887, 0.0 ], [ 9.19989588253509, 48.787953348736913, 0.0 ], [ 9.199940597255502, 48.787938703476534, 0.0 ], [ 9.199991427281269, 48.787921889410654, 0.0 ], [ 9.20002521978634, 48.787966882472134, 0.0 ], [ 9.200058055095374, 48.788010708178689, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001ed", "Latitude": 48.78803, "Longitude": 9.20002, "X_coordina": 3514769.94, "Y_coordina": 5405637.47, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.9, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 135.3, "Total_shar": 69.4, "Total_roof": 34.9, "Gross_volu": 95.3, "Is_Gross_v": "false", "Heated_vol": 88.2, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.236, "Heated_are": 28.2, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199906381952092, 48.788061328825428, 0.0 ], [ 9.200021903468741, 48.788022730824927, 0.0 ], [ 9.200045710587753, 48.788054882140237, 0.0 ], [ 9.199926358566808, 48.788088451089884, 0.0 ], [ 9.199906381952092, 48.788061328825428, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001d6", "Latitude": 48.79302, "Longitude": 9.19944, "X_coordina": 3514725.52, "Y_coordina": 5406192.03, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1207.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 579.9, "Total_wall": 553.7, "Total_wa00": 0.0, "Total_outw": 1080.5, "Total_shar": 110.0, "Total_roof": 732.6, "Gross_volu": 4354.4, "Is_Gross_v": "false", "Heated_vol": 3774.4, "Ridge_mean": 8.8, "Eaves_mean": 6.2, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.45, "Heated_are": 1207.8, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 52642.0, "January_He": 4451.0, "February_H": 2205.0, "March_Heat": 582.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 61.0, "November_H": 1400.0, "December_H": 4231.0, "PV_potenti": 38.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199207661263355, 48.79293199360837, 0.0 ], [ 9.199216753642844, 48.792925323534178, 0.0 ], [ 9.199276869816831, 48.792880707346384, 0.0 ], [ 9.199404830107172, 48.79295575188042, 0.0 ], [ 9.199649019329366, 48.793098846819667, 0.0 ], [ 9.199589449769793, 48.793144001793983, 0.0 ], [ 9.199580494214675, 48.793150851507342, 0.0 ], [ 9.199522417008696, 48.793194834853644, 0.0 ], [ 9.199507490814193, 48.793206191084849, 0.0 ], [ 9.19913356754128, 48.792986975142902, 0.0 ], [ 9.199148902056905, 48.792975618253557, 0.0 ], [ 9.199207661263355, 48.79293199360837, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001d7", "Latitude": 48.79287, "Longitude": 9.19942, "X_coordina": 3514724.34, "Y_coordina": 5406175.33, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 172.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 93.5, "Total_wall": 109.4, "Total_wa00": 0.0, "Total_outw": 240.0, "Total_shar": 109.9, "Total_roof": 93.5, "Gross_volu": 373.0, "Is_Gross_v": "false", "Heated_vol": 373.0, "Ridge_mean": 4.0, "Eaves_mean": 3.99, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.795, "Heated_are": 172.2, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 6.3, "Total_Year": 6742.0, "January_He": 401.0, "February_H": 169.0, "March_Heat": 35.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 92.0, "December_H": 382.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199344178171751, 48.7928307731855, 0.0 ], [ 9.199472274535347, 48.792905817409768, 0.0 ], [ 9.199404830107172, 48.79295575188042, 0.0 ], [ 9.199276869816831, 48.792880707346384, 0.0 ], [ 9.199344178171751, 48.7928307731855, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000177", "Latitude": 48.78893, "Longitude": 9.19586, "X_coordina": 3514464.02, "Y_coordina": 5405735.73, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 782.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.3, "Total_wall": 490.6, "Total_wa00": 0.0, "Total_outw": 711.0, "Total_shar": 291.8, "Total_roof": 213.6, "Gross_volu": 2542.1, "Is_Gross_v": "false", "Heated_vol": 2445.5, "Ridge_mean": 17.1, "Eaves_mean": 12.56, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.353, "Heated_are": 782.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 41635.0, "January_He": 7101.0, "February_H": 5110.0, "March_Heat": 3227.0, "April_Heat": 633.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1586.0, "November_H": 4594.0, "December_H": 6901.0, "PV_potenti": 10.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195912686028782, 48.78895654825498, 0.0 ], [ 9.195930616704745, 48.788982955299289, 0.0 ], [ 9.195858029482693, 48.789004840302063, 0.0 ], [ 9.195783402948773, 48.789027268268065, 0.0 ], [ 9.195740293307669, 48.788965294240448, 0.0 ], [ 9.195701973832463, 48.788910236176001, 0.0 ], [ 9.195777823285677, 48.788887356564892, 0.0 ], [ 9.195850818291852, 48.788865380995006, 0.0 ], [ 9.195912686028782, 48.78895654825498, 0.0 ] ] ] ] } } - ] - } - \ No newline at end of file diff --git a/public/leaflet-stoeckach-heatdemand/building_data.json b/public/leaflet-stoeckach-heatdemand/building_data.json deleted file mode 100644 index cddd52c80e5b5093c10c85b1960e35502997bef9..0000000000000000000000000000000000000000 --- a/public/leaflet-stoeckach-heatdemand/building_data.json +++ /dev/null @@ -1,1080 +0,0 @@ -{ - "type": "FeatureCollection", - "name": "stoeckach_CityGML_footprint", - "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, - "features": [ - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00044893", "Latitude": 48.79366, "Longitude": 9.19967, "X_coordina": 3514742.38, "Y_coordina": 5406262.4, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 169.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 105.8, "Total_wall": 112.1, "Total_wa00": 0.0, "Total_outw": 223.3, "Total_shar": 203.4, "Total_roof": 105.8, "Gross_volu": 542.2, "Is_Gross_v": "false", "Heated_vol": 529.1, "Ridge_mean": 5.1, "Eaves_mean": 5.12, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.602, "Heated_are": 169.3, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.5, "Total_Year": 7505.0, "January_He": 656.0, "February_H": 335.0, "March_Heat": 100.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 210.0, "December_H": 624.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199668400875137, 48.793627204145146, 0.0 ], [ 9.199702096647973, 48.793646928901424, 0.0 ], [ 9.199697618833778, 48.793650353762331, 0.0 ], [ 9.199723538595041, 48.793665505894559, 0.0 ], [ 9.199625832807261, 48.793738243631118, 0.0 ], [ 9.199522971863693, 48.793677993256736, 0.0 ], [ 9.199609685512099, 48.793613367782044, 0.0 ], [ 9.199653066992546, 48.793638740948353, 0.0 ], [ 9.199668400875137, 48.793627204145146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004451a", "Latitude": 48.78942, "Longitude": 9.19882, "X_coordina": 3514681.18, "Y_coordina": 5405791.42, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1348.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 212.5, "Total_wall": 764.1, "Total_wa00": 0.0, "Total_outw": 992.9, "Total_shar": 263.9, "Total_roof": 379.1, "Gross_volu": 4427.7, "Is_Gross_v": "false", "Heated_vol": 4215.1, "Ridge_mean": 24.4, "Eaves_mean": 15.76, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.317, "Heated_are": 1348.8, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 29.0, "Total_Year": 60461.0, "January_He": 9746.0, "February_H": 6811.0, "March_Heat": 4334.0, "April_Heat": 896.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1793.0, "November_H": 5904.0, "December_H": 9526.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198655328834246, 48.789441663627315, 0.0 ], [ 9.198651321635619, 48.789391852845228, 0.0 ], [ 9.198886587819636, 48.789382634239423, 0.0 ], [ 9.198895870867631, 48.789493224279255, 0.0 ], [ 9.19866005589958, 48.789501454690537, 0.0 ], [ 9.198655328834246, 48.789441663627315, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004402f", "Latitude": 48.78871, "Longitude": 9.20987, "X_coordina": 3515493.26, "Y_coordina": 5405714.75, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 120.1, "Total_wa00": 0.0, "Total_outw": 247.4, "Total_shar": 99.2, "Total_roof": 66.0, "Gross_volu": 367.5, "Is_Gross_v": "false", "Heated_vol": 319.8, "Ridge_mean": 9.6, "Eaves_mean": 5.88, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.689, "Heated_are": 102.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 63.4, "Total_Year": 8108.0, "January_He": 1611.0, "February_H": 1111.0, "March_Heat": 657.0, "April_Heat": 125.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 339.0, "November_H": 1042.0, "December_H": 1578.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209767843735499, 48.788707154628931, 0.0 ], [ 9.209817372210455, 48.788705176004228, 0.0 ], [ 9.209871118686014, 48.788703009824033, 0.0 ], [ 9.209876932329244, 48.788759111586316, 0.0 ], [ 9.209822368885108, 48.788761189334053, 0.0 ], [ 9.20977256780243, 48.788763078533805, 0.0 ], [ 9.209772281756273, 48.788759751879837, 0.0 ], [ 9.209768705620348, 48.788718033820615, 0.0 ], [ 9.209767843735499, 48.788707154628931, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f91", "Latitude": 48.79333, "Longitude": 9.20857, "X_coordina": 3515396.88, "Y_coordina": 5406228.4, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 7653.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 973.9, "Total_wall": 3942.0, "Total_wa00": 0.0, "Total_outw": 4390.3, "Total_shar": 386.6, "Total_roof": 973.9, "Gross_volu": 23916.0, "Is_Gross_v": "false", "Heated_vol": 23916.0, "Ridge_mean": 27.8, "Eaves_mean": 27.81, "Storey_num": 11, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.246, "Heated_are": 7653.1, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.5, "Total_Year": 270927.0, "January_He": 7910.0, "February_H": 3088.0, "March_Heat": 432.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 1183.0, "December_H": 6813.0, "PV_potenti": 45.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208571321170719, 48.79303672208124, 0.0 ], [ 9.208683916996936, 48.793046319770667, 0.0 ], [ 9.208601402665906, 48.793464254212722, 0.0 ], [ 9.20858779725101, 48.793531092072811, 0.0 ], [ 9.208558464584076, 48.793678260164377, 0.0 ], [ 9.208375747506015, 48.793662224833646, 0.0 ], [ 9.208399211019229, 48.793543753029653, 0.0 ], [ 9.208404408754518, 48.793517126245511, 0.0 ], [ 9.20840947373455, 48.793491309013433, 0.0 ], [ 9.208420805128998, 48.793434007188601, 0.0 ], [ 9.208417401097853, 48.793433653654951, 0.0 ], [ 9.208420466627427, 48.793418001404703, 0.0 ], [ 9.208483518189119, 48.79309820895331, 0.0 ], [ 9.208496983428281, 48.793030382194878, 0.0 ], [ 9.208571321170719, 48.79303672208124, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f93", "Latitude": 48.79287, "Longitude": 9.20854, "X_coordina": 3515394.75, "Y_coordina": 5406176.61, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2698.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 536.9, "Total_wall": 1664.2, "Total_wa00": 0.0, "Total_outw": 1734.2, "Total_shar": 214.8, "Total_roof": 536.9, "Gross_volu": 8788.5, "Is_Gross_v": "false", "Heated_vol": 8434.2, "Ridge_mean": 16.4, "Eaves_mean": 16.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.32, "Heated_are": 2698.9, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 3.3, "Total_Year": 97708.0, "January_He": 3553.0, "February_H": 1451.0, "March_Heat": 228.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 621.0, "December_H": 3155.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208532022165944, 48.792683753256192, 0.0 ], [ 9.208539282401745, 48.792695070481216, 0.0 ], [ 9.20853088177828, 48.792736990084812, 0.0 ], [ 9.208627957076288, 48.792745536849544, 0.0 ], [ 9.208571321170719, 48.79303672208124, 0.0 ], [ 9.208496983428281, 48.793030382194878, 0.0 ], [ 9.208483518189119, 48.79309820895331, 0.0 ], [ 9.208370243270293, 48.793088971991239, 0.0 ], [ 9.20844183937789, 48.792729148087638, 0.0 ], [ 9.208482684577211, 48.792732761017213, 0.0 ], [ 9.208487219571067, 48.792710451757571, 0.0 ], [ 9.208491221339759, 48.792690841170646, 0.0 ], [ 9.208497452861355, 48.792683815848854, 0.0 ], [ 9.208514717764773, 48.792679018639433, 0.0 ], [ 9.208532022165944, 48.792683753256192, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f94", "Latitude": 48.79345, "Longitude": 9.2082, "X_coordina": 3515369.53, "Y_coordina": 5406241.56, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1023.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 320.1, "Total_wall": 626.3, "Total_wa00": 0.0, "Total_outw": 626.3, "Total_shar": 388.0, "Total_roof": 320.1, "Gross_volu": 3282.5, "Is_Gross_v": "false", "Heated_vol": 3199.3, "Ridge_mean": 10.3, "Eaves_mean": 10.26, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.386, "Heated_are": 1023.8, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 6.4, "Total_Year": 40244.0, "January_He": 2363.0, "February_H": 1139.0, "March_Heat": 292.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 586.0, "December_H": 2192.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208366587515098, 48.793487969521969, 3.375920000375999 ], [ 9.20840947373455, 48.793491309013433, 3.375920000375999 ], [ 9.208404408754518, 48.793517126245511, 3.375920000375999 ], [ 9.208399211019229, 48.793543753029653, 3.375920000375999 ], [ 9.207984766143724, 48.793508083232133, 3.375920000375999 ], [ 9.207907023374181, 48.7935012994974, 3.375920000375999 ], [ 9.207913022742261, 48.793470984421425, 3.375920000375999 ], [ 9.208076401742199, 48.793484447644936, 3.375920000375999 ], [ 9.208093484361878, 48.793402586324319, 3.375920000375999 ], [ 9.208367971249448, 48.793427718222731, 3.375920000375999 ], [ 9.208355459579909, 48.793430078873229, 3.375920000375999 ], [ 9.20836384630608, 48.793450476350841, 3.375920000375999 ], [ 9.208351742563469, 48.793452746339298, 3.375920000375999 ], [ 9.208366587515098, 48.793487969521969, 3.375920000375999 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f95", "Latitude": 48.79385, "Longitude": 9.20787, "X_coordina": 3515344.65, "Y_coordina": 5406285.67, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 317.0, "Total_wall": 685.0, "Total_wa00": 0.0, "Total_outw": 1069.8, "Total_shar": 463.8, "Total_roof": 317.0, "Gross_volu": 3714.0, "Is_Gross_v": "false", "Heated_vol": 3485.5, "Ridge_mean": 11.7, "Eaves_mean": 11.72, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.367, "Heated_are": 1115.4, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 5.1, "Total_Year": 42380.0, "January_He": 2129.0, "February_H": 1006.0, "March_Heat": 204.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 481.0, "December_H": 1893.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207929964596966, 48.793783168477582, 0.0 ], [ 9.207920766736345, 48.793829945340939, 0.0 ], [ 9.207884637807901, 48.794012735256018, 0.0 ], [ 9.20773282665728, 48.793999430742709, 0.0 ], [ 9.20770287282048, 48.793996787064167, 0.0 ], [ 9.207734731012559, 48.793834327636333, 0.0 ], [ 9.207842291549172, 48.793843665459072, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207929964596966, 48.793783168477582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f96", "Latitude": 48.79401, "Longitude": 9.20785, "X_coordina": 3515343.43, "Y_coordina": 5406302.97, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.0, "Total_wall": 41.7, "Total_wa00": 0.0, "Total_outw": 144.1, "Total_shar": 80.1, "Total_roof": 51.0, "Gross_volu": 105.7, "Is_Gross_v": "false", "Heated_vol": 105.7, "Ridge_mean": 2.1, "Eaves_mean": 2.06, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.36, "Heated_are": 47.0, "Mean_Uvalu": 0.34, "Specific_d": "32,9", "Specific_s": 19.4, "Total_Year": 2460.0, "January_He": 284.0, "February_H": 169.0, "March_Heat": 62.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 120.0, "December_H": 268.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207725782468939, 48.794040448595553, 0.0 ], [ 9.20773282665728, 48.793999430742709, 0.0 ], [ 9.207884637807901, 48.794012735256018, 0.0 ], [ 9.207876229364611, 48.794052946268579, 0.0 ], [ 9.207725782468939, 48.794040448595553, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f97", "Latitude": 48.79373, "Longitude": 9.20802, "X_coordina": 3515355.79, "Y_coordina": 5406272.18, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 69.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.5, "Total_wall": 97.1, "Total_wa00": 0.0, "Total_outw": 198.4, "Total_shar": 78.8, "Total_roof": 43.5, "Gross_volu": 236.9, "Is_Gross_v": "false", "Heated_vol": 216.7, "Ridge_mean": 5.5, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.815, "Heated_are": 69.3, "Mean_Uvalu": 0.44, "Specific_d": "32,9", "Specific_s": 19.0, "Total_Year": 3595.0, "January_He": 439.0, "February_H": 212.0, "March_Heat": 67.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 156.0, "December_H": 429.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207944763914995, 48.793708595115213, 0.0 ], [ 9.208014472877919, 48.793714404176761, 0.0 ], [ 9.20800141437314, 48.793782050288897, 0.0 ], [ 9.207999947725281, 48.793789426670671, 0.0 ], [ 9.207929964596966, 48.793783168477582, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207944763914995, 48.793708595115213, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f98", "Latitude": 48.79353, "Longitude": 9.20784, "X_coordina": 3515343.17, "Y_coordina": 5406250.55, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 6592.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 940.2, "Total_wall": 2480.2, "Total_wa00": 0.0, "Total_outw": 2800.2, "Total_shar": 759.3, "Total_roof": 940.2, "Gross_volu": 17967.3, "Is_Gross_v": "false", "Heated_vol": 17967.3, "Ridge_mean": 19.7, "Eaves_mean": 19.66, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.243, "Heated_are": 6592.2, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 222487.0, "January_He": 2586.0, "February_H": 893.0, "March_Heat": 93.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 230.0, "December_H": 2067.0, "PV_potenti": 45.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207877255912752, 48.79328014123675, 0.0 ], [ 9.207882838292655, 48.793280670701272, 0.0 ], [ 9.207949416698726, 48.793286575377223, 0.0 ], [ 9.207929820786127, 48.793386066237069, 0.0 ], [ 9.207920487638194, 48.793433023195057, 0.0 ], [ 9.207913022742261, 48.793470984421425, 0.0 ], [ 9.207907023374181, 48.7935012994974, 0.0 ], [ 9.207903824178896, 48.793517581440064, 0.0 ], [ 9.207907364685587, 48.793518024666085, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.207842291549172, 48.793843665459072, 0.0 ], [ 9.207734731012559, 48.793834327636333, 0.0 ], [ 9.20766325109542, 48.793828161904912, 0.0 ], [ 9.207668185950492, 48.793803693795041, 0.0 ], [ 9.207674456218436, 48.793773018550297, 0.0 ], [ 9.207733679604679, 48.793480750046911, 0.0 ], [ 9.207648449458, 48.793473530025793, 0.0 ], [ 9.207653517047934, 48.793448252363532, 0.0 ], [ 9.207660854198949, 48.79341226970287, 0.0 ], [ 9.20768209310034, 48.793413939950206, 0.0 ], [ 9.207699296478575, 48.793328211755465, 0.0 ], [ 9.207699554947901, 48.793324884116942, 0.0 ], [ 9.207707417894042, 48.793284404325334, 0.0 ], [ 9.207711016904467, 48.793266053424013, 0.0 ], [ 9.207877255912752, 48.79328014123675, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f99", "Latitude": 48.7936, "Longitude": 9.20797, "X_coordina": 3515352.36, "Y_coordina": 5406257.62, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 224.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 140.3, "Total_wall": 134.0, "Total_wa00": 0.0, "Total_outw": 257.2, "Total_shar": 341.5, "Total_roof": 140.3, "Gross_volu": 816.9, "Is_Gross_v": "false", "Heated_vol": 702.3, "Ridge_mean": 5.8, "Eaves_mean": 5.82, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 224.7, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 9.7, "Total_Year": 9576.0, "January_He": 779.0, "February_H": 363.0, "March_Heat": 88.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 226.0, "December_H": 724.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207984766143724, 48.793508083232133, 0.0 ], [ 9.207944763914995, 48.793708595115213, 0.0 ], [ 9.20793942869987, 48.793734952355265, 0.0 ], [ 9.207865360352219, 48.793728161957858, 0.0 ], [ 9.207907364685587, 48.793518024666085, 0.0 ], [ 9.207903824178896, 48.793517581440064, 0.0 ], [ 9.207907023374181, 48.7935012994974, 0.0 ], [ 9.207984766143724, 48.793508083232133, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f9a", "Latitude": 48.79341, "Longitude": 9.20805, "X_coordina": 3515358.16, "Y_coordina": 5406237.3, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 404.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 112.1, "Total_wall": 158.6, "Total_wa00": 0.0, "Total_outw": 158.6, "Total_shar": 263.9, "Total_roof": 112.1, "Gross_volu": 1097.0, "Is_Gross_v": "false", "Heated_vol": 1097.0, "Ridge_mean": 9.8, "Eaves_mean": 9.78, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.349, "Heated_are": 404.8, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 1.6, "Total_Year": 13936.0, "January_He": 265.0, "February_H": 86.0, "March_Heat": 13.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 29.0, "December_H": 242.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207920487638194, 48.793433023195057, 2.627120000233987 ], [ 9.207929820786127, 48.793386066237069, 2.627120000233987 ], [ 9.207934722299088, 48.793386507004861, 2.627120000233987 ], [ 9.207934595115811, 48.793388665400329, 2.627120000233987 ], [ 9.208093484361878, 48.793402586324319, 2.627120000233987 ], [ 9.208076401742199, 48.793484447644936, 2.627120000233987 ], [ 9.207913022742261, 48.793470984421425, 2.627120000233987 ], [ 9.207920487638194, 48.793433023195057, 2.627120000233987 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f9b", "Latitude": 48.79336, "Longitude": 9.20762, "X_coordina": 3515327.0, "Y_coordina": 5406230.86, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 719.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 275.3, "Total_wall": 362.7, "Total_wa00": 0.0, "Total_outw": 362.7, "Total_shar": 108.7, "Total_roof": 275.3, "Gross_volu": 1696.0, "Is_Gross_v": "false", "Heated_vol": 1696.0, "Ridge_mean": 6.5, "Eaves_mean": 6.46, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.539, "Heated_are": 719.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 3.2, "Total_Year": 25963.0, "January_He": 905.0, "February_H": 359.0, "March_Heat": 56.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 157.0, "December_H": 831.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207690445806595, 48.79332723855854, 0.847039999979017 ], [ 9.207699296478575, 48.793328211755465, 0.847039999979017 ], [ 9.20768209310034, 48.793413939950206, 0.847039999979017 ], [ 9.207660854198949, 48.79341226970287, 0.847039999979017 ], [ 9.207653517047934, 48.793448252363532, 0.847039999979017 ], [ 9.207606543782617, 48.793443930799441, 0.847039999979017 ], [ 9.207600011698018, 48.793477124374327, 0.847039999979017 ], [ 9.207450379122914, 48.793463635713401, 0.847039999979017 ], [ 9.207459299590374, 48.79341551053075, 0.847039999979017 ], [ 9.207523944133879, 48.79331548896279, 0.847039999979017 ], [ 9.207539361401526, 48.793291631431075, 0.847039999979017 ], [ 9.207633060050476, 48.793309537170472, 0.847039999979017 ], [ 9.207639072429048, 48.793279042237145, 0.847039999979017 ], [ 9.207707417894042, 48.793284404325334, 0.847039999979017 ], [ 9.207699554947901, 48.793324884116942, 0.847039999979017 ], [ 9.20769125053774, 48.793324359552734, 0.847039999979017 ], [ 9.207690445806595, 48.79332723855854, 0.847039999979017 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f65", "Latitude": 48.78789, "Longitude": 9.19787, "X_coordina": 3514612.33, "Y_coordina": 5405620.5, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 232.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 106.6, "Total_wall": 261.3, "Total_wa00": 0.0, "Total_outw": 525.7, "Total_shar": 42.2, "Total_roof": 125.5, "Gross_volu": 833.6, "Is_Gross_v": "false", "Heated_vol": 727.0, "Ridge_mean": 9.5, "Eaves_mean": 5.78, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.64, "Heated_are": 232.6, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 49.4, "Total_Year": 15180.0, "January_He": 2842.0, "February_H": 1970.0, "March_Heat": 1197.0, "April_Heat": 253.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 598.0, "November_H": 1792.0, "December_H": 2799.0, "PV_potenti": 5.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197857116486839, 48.787875488815743, 0.0 ], [ 9.197923074054858, 48.7878986656983, 0.0 ], [ 9.197907773337651, 48.7879182953533, 0.0 ], [ 9.197913497825592, 48.787920533606474, 0.0 ], [ 9.197886280499546, 48.787955200989771, 0.0 ], [ 9.197880283835003, 48.787952963202954, 0.0 ], [ 9.197864709496518, 48.787972233627613, 0.0 ], [ 9.197800117322602, 48.787950223374203, 0.0 ], [ 9.197778723050781, 48.787942976304308, 0.0 ], [ 9.197769048159076, 48.787939755668738, 0.0 ], [ 9.197762795229103, 48.787941564880612, 0.0 ], [ 9.197743309009288, 48.787935033916575, 0.0 ], [ 9.197737952862907, 48.78792263364889, 0.0 ], [ 9.197746622141294, 48.787912367464941, 0.0 ], [ 9.19775559397778, 48.78790983419551, 0.0 ], [ 9.197799608368861, 48.787855354786707, 0.0 ], [ 9.197805195697867, 48.787857323509897, 0.0 ], [ 9.197818196395597, 48.787841114918507, 0.0 ], [ 9.197858398516313, 48.78785543363658, 0.0 ], [ 9.197845805734474, 48.787871551607957, 0.0 ], [ 9.197857116486839, 48.787875488815743, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043f66", "Latitude": 48.78797, "Longitude": 9.19787, "X_coordina": 3514611.59, "Y_coordina": 5405630.21, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 59.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.4, "Total_wall": 71.6, "Total_wa00": 0.0, "Total_outw": 216.6, "Total_shar": 41.9, "Total_roof": 74.4, "Gross_volu": 191.0, "Is_Gross_v": "false", "Heated_vol": 186.5, "Ridge_mean": 2.6, "Eaves_mean": 2.56, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.163, "Heated_are": 59.7, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197864709496518, 48.787972233627613, 0.0 ], [ 9.1979001394956, 48.78798422251522, 0.0 ], [ 9.197856830637766, 48.788045085328704, 0.0 ], [ 9.197769897469772, 48.788017358328013, 0.0 ], [ 9.197741626740974, 48.787991778634463, 0.0 ], [ 9.197778723050781, 48.787942976304308, 0.0 ], [ 9.197864709496518, 48.787972233627613, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043d42", "Latitude": 48.78822, "Longitude": 9.20192, "X_coordina": 3514909.18, "Y_coordina": 5405658.53, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 224.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 122.9, "Total_wall": 160.9, "Total_wa00": 0.0, "Total_outw": 320.3, "Total_shar": 82.3, "Total_roof": 122.9, "Gross_volu": 546.7, "Is_Gross_v": "false", "Heated_vol": 546.7, "Ridge_mean": 4.4, "Eaves_mean": 4.44, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 3, "Number_o00": 7, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.744, "Heated_are": 224.3, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 39.0, "Total_Year": 12310.0, "January_He": 2248.0, "February_H": 1496.0, "March_Heat": 871.0, "April_Heat": 167.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 391.0, "November_H": 1340.0, "December_H": 2221.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201953657244962, 48.788222227027958, 0.0 ], [ 9.20196017023855, 48.788285252088357, 0.0 ], [ 9.201939485615373, 48.788285468210056, 0.0 ], [ 9.201792396341023, 48.788291121471005, 0.0 ], [ 9.20178304282434, 48.788198426571981, 0.0 ], [ 9.201931354452169, 48.788192231637488, 0.0 ], [ 9.201934065317584, 48.788223430392598, 0.0 ], [ 9.201953657244962, 48.788222227027958, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c78", "Latitude": 48.79035, "Longitude": 9.2049, "X_coordina": 3515127.91, "Y_coordina": 5405895.75, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1245.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 206.0, "Total_wall": 631.7, "Total_wa00": 0.0, "Total_outw": 821.5, "Total_shar": 458.8, "Total_roof": 293.6, "Gross_volu": 3934.3, "Is_Gross_v": "false", "Heated_vol": 3893.2, "Ridge_mean": 22.2, "Eaves_mean": 15.92, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 20, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 1245.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.0, "Total_Year": 58392.0, "January_He": 9364.0, "February_H": 6683.0, "March_Heat": 4467.0, "April_Heat": 1176.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1906.0, "November_H": 5773.0, "December_H": 9153.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204970814263651, 48.790378660580103, 0.0 ], [ 9.204968834182624, 48.790427132936983, 0.0 ], [ 9.204890301243855, 48.790425564140598, 0.0 ], [ 9.204822384704665, 48.790424246179647, 0.0 ], [ 9.204740583700261, 48.790422233475681, 0.0 ], [ 9.204742422053711, 48.790372322596731, 0.0 ], [ 9.204744494540996, 48.790313059244163, 0.0 ], [ 9.204744490516561, 48.790312070091439, 0.0 ], [ 9.204973421332545, 48.790317058257727, 0.0 ], [ 9.204972668503149, 48.790332706308227, 0.0 ], [ 9.204970814263651, 48.790378660580103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c79", "Latitude": 48.79025, "Longitude": 9.20498, "X_coordina": 3515133.96, "Y_coordina": 5405884.31, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.1, "Total_wall": 50.5, "Total_wa00": 0.0, "Total_outw": 156.5, "Total_shar": 44.0, "Total_roof": 40.1, "Gross_volu": 126.7, "Is_Gross_v": "false", "Heated_vol": 102.3, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.127, "Heated_are": 32.7, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204980719496628, 48.79023773263053, 0.0 ], [ 9.204978377301375, 48.79029753600998, 0.0 ], [ 9.204897125263274, 48.790296601523465, 0.0 ], [ 9.204899327068331, 48.790235719311966, 0.0 ], [ 9.204980719496628, 48.79023773263053, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043c7b", "Latitude": 48.79015, "Longitude": 9.20491, "X_coordina": 3515128.63, "Y_coordina": 5405873.46, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 190.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 116.6, "Total_wall": 208.4, "Total_wa00": 0.0, "Total_outw": 373.0, "Total_shar": 133.3, "Total_roof": 117.4, "Gross_volu": 655.3, "Is_Gross_v": "false", "Heated_vol": 594.9, "Ridge_mean": 6.3, "Eaves_mean": 5.15, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.678, "Heated_are": 190.4, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 67.0, "Total_Year": 15540.0, "January_He": 3127.0, "February_H": 2140.0, "March_Heat": 1324.0, "April_Heat": 349.0, "May_Heatin": 30.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 688.0, "November_H": 1953.0, "December_H": 3075.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204927805778732, 48.790177488051164, 0.0 ], [ 9.20498210224045, 48.790209673998156, 0.0 ], [ 9.204980719496628, 48.79023773263053, 0.0 ], [ 9.204899327068331, 48.790235719311966, 0.0 ], [ 9.20479699892684, 48.790172415256968, 0.0 ], [ 9.204749903476454, 48.79017070052889, 0.0 ], [ 9.20475151865311, 48.790132839810397, 0.0 ], [ 9.204795753518914, 48.790100478570444, 0.0 ], [ 9.204927805778732, 48.790177488051164, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043989", "Latitude": 48.79071, "Longitude": 9.20609, "X_coordina": 3515214.81, "Y_coordina": 5405935.98, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 454.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 166.4, "Total_wall": 377.6, "Total_wa00": 0.0, "Total_outw": 668.9, "Total_shar": 0.0, "Total_roof": 260.7, "Gross_volu": 1587.5, "Is_Gross_v": "false", "Heated_vol": 1421.0, "Ridge_mean": 12.5, "Eaves_mean": 6.55, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.538, "Heated_are": 454.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 28840.0, "January_He": 5382.0, "February_H": 3701.0, "March_Heat": 2228.0, "April_Heat": 449.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1094.0, "November_H": 3399.0, "December_H": 5309.0, "PV_potenti": 11.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205971491879849, 48.790804911562553, 0.0 ], [ 9.205976988585773, 48.790651581963033, 0.0 ], [ 9.20604544983623, 48.790652898268945, 0.0 ], [ 9.20611078055615, 48.790654130213582, 0.0 ], [ 9.206103784638959, 48.790806833037337, 0.0 ], [ 9.206038182636483, 48.790805871344944, 0.0 ], [ 9.205971491879849, 48.790804911562553, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043691", "Latitude": 48.78938, "Longitude": 9.20378, "X_coordina": 3515045.87, "Y_coordina": 5405787.28, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 10352.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1507.9, "Total_wall": 3983.8, "Total_wa00": 0.0, "Total_outw": 6494.2, "Total_shar": 1210.2, "Total_roof": 2501.8, "Gross_volu": 33858.0, "Is_Gross_v": "false", "Heated_vol": 32350.1, "Ridge_mean": 33.7, "Eaves_mean": 2.22, "Storey_num": 12, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.243, "Heated_are": 10352.0, "Mean_Uvalu": 0.47, "Specific_d": "155,5", "Specific_s": 111.0, "Total_Year": 2759181.0, "January_He": 230982.0, "February_H": 182475.0, "March_Heat": 147639.0, "April_Heat": 76176.0, "May_Heatin": 20861.0, "June_Heati": 2128, "July_Heati": 384, "August_Hea": 640, "September_": 26336.0, "October_He": 82599.0, "November_H": 157474.0, "December_H": 221436.0, "PV_potenti": 111.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203848145432007, 48.789431509431161, 0.0 ], [ 9.203852278200978, 48.789477453094008, 0.0 ], [ 9.203855280722996, 48.789513147462635, 0.0 ], [ 9.203801532387191, 48.789515130992811, 0.0 ], [ 9.203804536332258, 48.789551185054549, 0.0 ], [ 9.203701394125803, 48.789555054416368, 0.0 ], [ 9.203698389526357, 48.789518820505862, 0.0 ], [ 9.203643552449144, 48.789520805888195, 0.0 ], [ 9.203642699878273, 48.789511904955873, 0.0 ], [ 9.203638817283235, 48.789460475501549, 0.0 ], [ 9.203634395427116, 48.789410305931128, 0.0 ], [ 9.203581871281926, 48.789412107346877, 0.0 ], [ 9.203561595931269, 48.789412682730649, 0.0 ], [ 9.203561291741059, 48.789404769988224, 0.0 ], [ 9.203469036716848, 48.789408529973123, 0.0 ], [ 9.203386714855391, 48.789411912646564, 0.0 ], [ 9.203367665410093, 48.78941275560198, 0.0 ], [ 9.203298406075659, 48.789415575601488, 0.0 ], [ 9.203300566590221, 48.78944506674042, 0.0 ], [ 9.203302005602705, 48.789464397781927, 0.0 ], [ 9.203303597417962, 48.78948786504089, 0.0 ], [ 9.203234746249676, 48.789490684281503, 0.0 ], [ 9.20318684982751, 48.789492657197201, 0.0 ], [ 9.203185116529559, 48.789467841331742, 0.0 ], [ 9.203171696962004, 48.789278845520776, 0.0 ], [ 9.203296062944345, 48.789273500388731, 0.0 ], [ 9.20329834319489, 48.789298944753263, 0.0 ], [ 9.203623141420291, 48.789286051362275, 0.0 ], [ 9.203622845225754, 48.789280116925781, 0.0 ], [ 9.203829261321678, 48.789271568704102, 0.0 ], [ 9.203829695816204, 48.78927804243714, 0.0 ], [ 9.204153679047495, 48.789265598611564, 0.0 ], [ 9.204151676383747, 48.789241592549914, 0.0 ], [ 9.204281622235927, 48.789236326385819, 0.0 ], [ 9.204283333799481, 48.789255656932319, 0.0 ], [ 9.204298998066747, 48.789426663905274, 0.0 ], [ 9.204301135804103, 48.789450399953061, 0.0 ], [ 9.204183021651703, 48.789453756764779, 0.0 ], [ 9.204181295161186, 48.789430739374765, 0.0 ], [ 9.204177696243734, 48.789382276914907, 0.0 ], [ 9.203915486549498, 48.789391913730071, 0.0 ], [ 9.203916198338904, 48.789399645902542, 0.0 ], [ 9.203845576689305, 48.789402108948671, 0.0 ], [ 9.203848145432007, 48.789431509431161, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043692", "Latitude": 48.78917, "Longitude": 9.20464, "X_coordina": 3515108.88, "Y_coordina": 5405764.6, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 47.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.0, "Total_wall": 105.5, "Total_wa00": 0.0, "Total_outw": 105.5, "Total_shar": 0.0, "Total_roof": 45.0, "Gross_volu": 123.8, "Is_Gross_v": "false", "Heated_vol": 123.8, "Ridge_mean": 4.7, "Eaves_mean": 4.71, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.425, "Heated_are": 47.6, "Mean_Uvalu": 0.44, "Specific_d": "155,5", "Specific_s": 149.2, "Total_Year": 14512.0, "January_He": 1534.0, "February_H": 1155.0, "March_Heat": 873.0, "April_Heat": 379.0, "May_Heatin": 76.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 0, "September_": 109.0, "October_He": 473.0, "November_H": 1011.0, "December_H": 1490.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204642152740931, 48.789175437430167, 0.0 ], [ 9.204650453817084, 48.789208784349398, 0.0 ], [ 9.204543910487624, 48.789212750433371, 0.0 ], [ 9.20453740898807, 48.789186863972454, 0.0 ], [ 9.204642152740931, 48.789175437430167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043693", "Latitude": 48.78939, "Longitude": 9.20459, "X_coordina": 3515105.16, "Y_coordina": 5405789.55, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 13217.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2467.3, "Total_wall": 4582.3, "Total_wa00": 0.0, "Total_outw": 6118.2, "Total_shar": 425.6, "Total_roof": 2467.3, "Gross_volu": 43759.3, "Is_Gross_v": "false", "Heated_vol": 41304.1, "Ridge_mean": 22.0, "Eaves_mean": 21.96, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.223, "Heated_are": 13217.3, "Mean_Uvalu": 0.34, "Specific_d": "155,5", "Specific_s": 112.7, "Total_Year": 3545177.0, "January_He": 291148.0, "February_H": 233412.0, "March_Heat": 193324.0, "April_Heat": 105844.0, "May_Heatin": 33227.0, "June_Heati": 3985, "July_Heati": 793, "August_Hea": 1237, "September_": 38815.0, "October_He": 109216.0, "November_H": 200375.0, "December_H": 278115.0, "PV_potenti": 117.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204606663856067, 48.789484298267283, 0.0 ], [ 9.204609375353735, 48.789515227180623, 0.0 ], [ 9.204607606900693, 48.789515410170011, 0.0 ], [ 9.204541475399383, 48.789517685817287, 0.0 ], [ 9.204541619165679, 48.789519573958295, 0.0 ], [ 9.20437860575464, 48.789525708419703, 0.0 ], [ 9.204284575309432, 48.789595026538606, 0.0 ], [ 9.20423952729357, 48.789628198340075, 0.0 ], [ 9.203937857104185, 48.789639703656825, 0.0 ], [ 9.203935538083673, 48.78963835890913, 0.0 ], [ 9.203883970926546, 48.789607696335665, 0.0 ], [ 9.203883409074198, 48.789603380995928, 0.0 ], [ 9.203885994445342, 48.789603286494966, 0.0 ], [ 9.203883996266967, 48.789580359505756, 0.0 ], [ 9.203878130548054, 48.789509779836628, 0.0 ], [ 9.203854998705799, 48.789510720023692, 0.0 ], [ 9.203852278200978, 48.789477453094008, 0.0 ], [ 9.203872688936642, 48.789476697572169, 0.0 ], [ 9.203872122350994, 48.789471213233391, 0.0 ], [ 9.203896342538279, 48.789470181192243, 0.0 ], [ 9.203926822180728, 48.789468958214407, 0.0 ], [ 9.203930223726353, 48.78946877234349, 0.0 ], [ 9.203948129062733, 48.789454262928516, 0.0 ], [ 9.20409930493984, 48.789448779522097, 0.0 ], [ 9.204122489635671, 48.789460878119691, 0.0 ], [ 9.204187667715759, 48.789458424556052, 0.0 ], [ 9.204187239376076, 48.789453479515508, 0.0 ], [ 9.204300722530094, 48.789449168732411, 0.0 ], [ 9.204284148881776, 48.789255295791861, 0.0 ], [ 9.204344291708431, 48.789252940995304, 0.0 ], [ 9.204341846726779, 48.789220572823169, 0.0 ], [ 9.204843130914327, 48.789201877352191, 0.0 ], [ 9.204843277985166, 48.789204574799832, 0.0 ], [ 9.204873213082111, 48.789203352540248, 0.0 ], [ 9.204872794195254, 48.789200745499869, 0.0 ], [ 9.205139627572333, 48.789190558727945, 0.0 ], [ 9.205146042680896, 48.789261946671033, 0.0 ], [ 9.205234579151831, 48.789314214398473, 0.0 ], [ 9.205040684995485, 48.789456729063652, 0.0 ], [ 9.204991573215635, 48.789427591314791, 0.0 ], [ 9.204667588791185, 48.78943994757396, 0.0 ], [ 9.204671017715945, 48.789479957498358, 0.0 ], [ 9.204671160389839, 48.789481575870234, 0.0 ], [ 9.204606663856067, 48.789484298267283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043694", "Latitude": 48.7896, "Longitude": 9.20417, "X_coordina": 3515074.15, "Y_coordina": 5405812.74, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 40.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.2, "Total_wall": 88.0, "Total_wa00": 0.0, "Total_outw": 278.3, "Total_shar": 218.5, "Total_roof": 49.2, "Gross_volu": 150.6, "Is_Gross_v": "false", "Heated_vol": 125.5, "Ridge_mean": 3.1, "Eaves_mean": 3.06, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.355, "Heated_are": 40.2, "Mean_Uvalu": 0.62, "Specific_d": "32,9", "Specific_s": 71.2, "Total_Year": 4179.0, "January_He": 801.0, "February_H": 522.0, "March_Heat": 260.0, "April_Heat": 31.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 60.0, "November_H": 419.0, "December_H": 766.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203935538083673, 48.78963835890913, 0.0 ], [ 9.203937857104185, 48.789639703656825, 0.0 ], [ 9.20423952729357, 48.789628198340075, 0.0 ], [ 9.204284575309432, 48.789595026538606, 0.0 ], [ 9.20430899479612, 48.78960955084608, 0.0 ], [ 9.204255806845193, 48.789649031749448, 0.0 ], [ 9.204143548899156, 48.789653547140531, 0.0 ], [ 9.204142414570585, 48.78964230869709, 0.0 ], [ 9.203936810643903, 48.789650136651602, 0.0 ], [ 9.203935538083673, 48.78963835890913, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043695", "Latitude": 48.78953, "Longitude": 9.20376, "X_coordina": 3515044.12, "Y_coordina": 5405804.24, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 115.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 125.6, "Total_wall": 58.7, "Total_wa00": 0.0, "Total_outw": 350.0, "Total_shar": 523.1, "Total_roof": 125.6, "Gross_volu": 271.5, "Is_Gross_v": "false", "Heated_vol": 271.5, "Ridge_mean": 2.1, "Eaves_mean": 2.14, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.142, "Heated_are": 115.8, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 26.4, "Total_Year": 6862.0, "January_He": 882.0, "February_H": 578.0, "March_Heat": 274.0, "April_Heat": 28.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 49.0, "November_H": 418.0, "December_H": 829.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203854998705799, 48.789510720023692, 0.0 ], [ 9.203860536738913, 48.789510494403302, 0.0 ], [ 9.20386464580608, 48.789574099109046, 0.0 ], [ 9.2035673362296, 48.789586944590887, 0.0 ], [ 9.203561930877447, 48.789529133248294, 0.0 ], [ 9.203577579176194, 48.789528566044325, 0.0 ], [ 9.203576297609073, 48.789514540222669, 0.0 ], [ 9.203642699878273, 48.789511904955873, 0.0 ], [ 9.203643552449144, 48.789520805888195, 0.0 ], [ 9.203698389526357, 48.789518820505862, 0.0 ], [ 9.203701394125803, 48.789555054416368, 0.0 ], [ 9.203804536332258, 48.789551185054549, 0.0 ], [ 9.203801532387191, 48.789515130992811, 0.0 ], [ 9.203855280722996, 48.789513147462635, 0.0 ], [ 9.203854998705799, 48.789510720023692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043698", "Latitude": 48.78976, "Longitude": 9.2036, "X_coordina": 3515032.57, "Y_coordina": 5405829.86, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3051, "PrimaryUsa": "health care", "PrimaryU00": 13022.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1568.6, "Total_wall": 4735.5, "Total_wa00": 0.0, "Total_outw": 5727.8, "Total_shar": 1179.6, "Total_roof": 1568.6, "Gross_volu": 35938.6, "Is_Gross_v": "false", "Heated_vol": 35938.6, "Ridge_mean": 27.3, "Eaves_mean": 27.34, "Storey_num": 11, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.219, "Heated_are": 13022.5, "Mean_Uvalu": 0.4, "Specific_d": "155,5", "Specific_s": 103.5, "Total_Year": 3373856.0, "January_He": 267253.0, "February_H": 213440.0, "March_Heat": 174430.0, "April_Heat": 92275.0, "May_Heatin": 26733.0, "June_Heati": 2975, "July_Heati": 595, "August_Hea": 949, "September_": 33060.0, "October_He": 98175.0, "November_H": 183448.0, "December_H": 255129.0, "PV_potenti": 72.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20367785803843, 48.790128628965597, 0.0 ], [ 9.203609330405101, 48.790036713316027, 0.0 ], [ 9.203617458004057, 48.790034046198436, 0.0 ], [ 9.203553007801055, 48.789947473760257, 0.0 ], [ 9.203530852764432, 48.789954437038723, 0.0 ], [ 9.203395665963694, 48.789774648780423, 0.0 ], [ 9.203419042858295, 48.789766963980341, 0.0 ], [ 9.20332925529922, 48.789647299307987, 0.0 ], [ 9.203319768649111, 48.789650418423115, 0.0 ], [ 9.203248207114569, 48.78955504584787, 0.0 ], [ 9.203285582797498, 48.789542750261106, 0.0 ], [ 9.203246312535462, 48.789490304173789, 0.0 ], [ 9.203303597417962, 48.78948786504089, 0.0 ], [ 9.203298406075659, 48.789415575601488, 0.0 ], [ 9.203367665410093, 48.78941275560198, 0.0 ], [ 9.203386714855391, 48.789411912646564, 0.0 ], [ 9.203475160076458, 48.789408339306519, 0.0 ], [ 9.20347724884215, 48.78943352322672, 0.0 ], [ 9.203482446485115, 48.78949384381071, 0.0 ], [ 9.203574293864312, 48.789490201436493, 0.0 ], [ 9.203577579176194, 48.789528566044325, 0.0 ], [ 9.203561930877447, 48.789529133248294, 0.0 ], [ 9.2035673362296, 48.789586944590887, 0.0 ], [ 9.203591420751476, 48.789586002777313, 0.0 ], [ 9.203591986944101, 48.789591397194428, 0.0 ], [ 9.203594668357242, 48.789615042369775, 0.0 ], [ 9.203624572051156, 48.789673260012364, 0.0 ], [ 9.203636400734348, 48.789670451463422, 0.0 ], [ 9.203671240567401, 48.789737742651482, 0.0 ], [ 9.203628818524381, 48.78974734957729, 0.0 ], [ 9.203661384128173, 48.789790725102804, 0.0 ], [ 9.203698607049473, 48.789774293165664, 0.0 ], [ 9.203758318738787, 48.789833357278269, 0.0 ], [ 9.203747450677568, 48.789838142459907, 0.0 ], [ 9.203802241332967, 48.789891819837891, 0.0 ], [ 9.203793139183684, 48.789895792585853, 0.0 ], [ 9.203847793858346, 48.7899494701823, 0.0 ], [ 9.203835159858954, 48.789955067810752, 0.0 ], [ 9.203862760878177, 48.789982265812057, 0.0 ], [ 9.203842520632962, 48.789991563775018, 0.0 ], [ 9.203867660354659, 48.790015888575617, 0.0 ], [ 9.20385582591865, 48.790050889817145, 0.0 ], [ 9.203833769713533, 48.790115853718376, 0.0 ], [ 9.203755981373149, 48.790150162358024, 0.0 ], [ 9.203720127555018, 48.790114885805387, 0.0 ], [ 9.20367785803843, 48.790128628965597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043613", "Latitude": 48.78886, "Longitude": 9.21332, "X_coordina": 3515747.05, "Y_coordina": 5405731.96, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 219.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 97.9, "Total_wall": 177.0, "Total_wa00": 0.0, "Total_outw": 349.1, "Total_shar": 106.9, "Total_roof": 122.4, "Gross_volu": 783.3, "Is_Gross_v": "false", "Heated_vol": 685.4, "Ridge_mean": 9.8, "Eaves_mean": 6.56, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.547, "Heated_are": 219.3, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 13690.0, "January_He": 2560.0, "February_H": 1749.0, "March_Heat": 1053.0, "April_Heat": 214.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 477.0, "November_H": 1580.0, "December_H": 2550.0, "PV_potenti": 5.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213351962234801, 48.788880597476094, 0.0 ], [ 9.213358385504199, 48.788919072897194, 0.0 ], [ 9.213197943327804, 48.788921078583066, 0.0 ], [ 9.21319530411496, 48.788844198750041, 0.0 ], [ 9.213345537831733, 48.788841852285536, 0.0 ], [ 9.213351961472389, 48.788880417630224, 0.0 ], [ 9.213351962234801, 48.788880597476094, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000435bc", "Latitude": 48.78859, "Longitude": 9.19523, "X_coordina": 3514418.09, "Y_coordina": 5405698.03, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 770.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 210.2, "Total_wall": 393.4, "Total_wa00": 0.0, "Total_outw": 560.4, "Total_shar": 346.0, "Total_roof": 211.1, "Gross_volu": 2138.9, "Is_Gross_v": "false", "Heated_vol": 1988.6, "Ridge_mean": 10.8, "Eaves_mean": 9.35, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.381, "Heated_are": 770.9, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 45.9, "Total_Year": 46684.0, "January_He": 8010.0, "February_H": 6053.0, "March_Heat": 4330.0, "April_Heat": 1448.0, "May_Heatin": 125.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 306.0, "October_He": 2197.0, "November_H": 5264.0, "December_H": 7683.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195327357802123, 48.788605221741825, 0.0 ], [ 9.195190443291509, 48.788708326551571, 0.0 ], [ 9.195148163994102, 48.788684748289363, 0.0 ], [ 9.19517010298796, 48.78865701462437, 0.0 ], [ 9.195052529857586, 48.788588961784768, 0.0 ], [ 9.195060128864871, 48.788583283723128, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000435bd", "Latitude": 48.78851, "Longitude": 9.19529, "X_coordina": 3514422.43, "Y_coordina": 5405689.96, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 111.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.2, "Total_wall": 91.6, "Total_wa00": 0.0, "Total_outw": 183.1, "Total_shar": 194.8, "Total_roof": 61.2, "Gross_volu": 282.9, "Is_Gross_v": "false", "Heated_vol": 282.9, "Ridge_mean": 4.6, "Eaves_mean": 4.62, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.756, "Heated_are": 111.1, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 51.0, "Total_Year": 7293.0, "January_He": 1418.0, "February_H": 942.0, "March_Heat": 583.0, "April_Heat": 150.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 299.0, "November_H": 849.0, "December_H": 1386.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195182661879715, 48.788491533823034, 0.0 ], [ 9.19521726605514, 48.788466116695304, 0.0 ], [ 9.195337669828767, 48.788597290968752, 0.0 ], [ 9.195327357802123, 48.788605221741825, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.195182661879715, 48.788491533823034, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043188", "Latitude": 48.79175, "Longitude": 9.20376, "X_coordina": 3515043.75, "Y_coordina": 5406050.81, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.5, "Total_wall": 59.8, "Total_wa00": 0.0, "Total_outw": 135.0, "Total_shar": 200.8, "Total_roof": 60.8, "Gross_volu": 354.7, "Is_Gross_v": "false", "Heated_vol": 308.1, "Ridge_mean": 9.3, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 98.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6091.0, "January_He": 1151.0, "February_H": 783.0, "March_Heat": 437.0, "April_Heat": 67.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 220.0, "November_H": 730.0, "December_H": 1130.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203762192730382, 48.791798451201551, 0.0 ], [ 9.203708681384192, 48.791792341144017, 0.0 ], [ 9.203658029184783, 48.791786495776051, 0.0 ], [ 9.203672105021498, 48.791733505880977, 0.0 ], [ 9.203722893266326, 48.791739351002136, 0.0 ], [ 9.203776540655019, 48.791745460812386, 0.0 ], [ 9.203762192730382, 48.791798451201551, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004312e", "Latitude": 48.79193, "Longitude": 9.20285, "X_coordina": 3514976.68, "Y_coordina": 5406071.68, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 912.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 214.1, "Total_wall": 625.1, "Total_wa00": 0.0, "Total_outw": 918.2, "Total_shar": 208.1, "Total_roof": 251.1, "Gross_volu": 2914.4, "Is_Gross_v": "false", "Heated_vol": 2852.8, "Ridge_mean": 15.3, "Eaves_mean": 11.63, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.379, "Heated_are": 912.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 48262.0, "January_He": 8538.0, "February_H": 5852.0, "March_Heat": 3445.0, "April_Heat": 625.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1604.0, "November_H": 5277.0, "December_H": 8381.0, "PV_potenti": 12.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202705247492977, 48.792033398488002, 0.0 ], [ 9.202725630427448, 48.791957916709329, 0.0 ], [ 9.202731621262787, 48.791958535628012, 0.0 ], [ 9.202758579061715, 48.791859752055338, 0.0 ], [ 9.202828158565222, 48.791867992420578, 0.0 ], [ 9.202905226716666, 48.791877028861656, 0.0 ], [ 9.202883358248402, 48.791955300921913, 0.0 ], [ 9.202876004621872, 48.791954234793984, 0.0 ], [ 9.202870371900969, 48.791974927144594, 0.0 ], [ 9.20287214225942, 48.791975193796588, 0.0 ], [ 9.202851895998178, 48.792050765283818, 0.0 ], [ 9.20278163538614, 48.792042436208909, 0.0 ], [ 9.202705247492977, 48.792033398488002, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004312f", "Latitude": 48.79216, "Longitude": 9.20296, "X_coordina": 3514985.02, "Y_coordina": 5406096.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 46.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 50.5, "Total_wall": 68.3, "Total_wa00": 0.0, "Total_outw": 221.0, "Total_shar": 0.0, "Total_roof": 50.8, "Gross_volu": 115.6, "Is_Gross_v": "false", "Heated_vol": 101.2, "Ridge_mean": 2.6, "Eaves_mean": 1.99, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.467, "Heated_are": 46.8, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202984747708728, 48.792156730954446, 0.0 ], [ 9.202971890476389, 48.792208369759841, 0.0 ], [ 9.202854520014899, 48.792195267879229, 0.0 ], [ 9.20286860369837, 48.79214398662063, 0.0 ], [ 9.202984747708728, 48.792156730954446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00043130", "Latitude": 48.79193, "Longitude": 9.20327, "X_coordina": 3515007.94, "Y_coordina": 5406071.65, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 36.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.2, "Total_wall": 31.9, "Total_wa00": 0.0, "Total_outw": 111.1, "Total_shar": 104.1, "Total_roof": 40.2, "Gross_volu": 97.9, "Is_Gross_v": "false", "Heated_vol": 97.9, "Ridge_mean": 2.4, "Eaves_mean": 2.44, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.148, "Heated_are": 36.3, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203263101232052, 48.791928463505414, 0.0 ], [ 9.203279849232105, 48.79193041226187, 0.0 ], [ 9.203264837315853, 48.791987630168542, 0.0 ], [ 9.203181508434158, 48.791978605014492, 0.0 ], [ 9.203196790458986, 48.791920847100393, 0.0 ], [ 9.203263101232052, 48.791928463505414, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042f26", "Latitude": 48.78844, "Longitude": 9.20248, "X_coordina": 3514950.56, "Y_coordina": 5405682.93, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 87.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.4, "Total_wall": 83.9, "Total_wa00": 0.0, "Total_outw": 179.8, "Total_shar": 50.6, "Total_roof": 47.4, "Gross_volu": 184.5, "Is_Gross_v": "false", "Heated_vol": 184.5, "Ridge_mean": 3.9, "Eaves_mean": 3.87, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.969, "Heated_are": 87.9, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 49.1, "Total_Year": 10733.0, "January_He": 1075.0, "February_H": 736.0, "March_Heat": 445.0, "April_Heat": 109.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 214.0, "November_H": 649.0, "December_H": 1061.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20242238964409, 48.78850367439842, 0.0 ], [ 9.202374912768368, 48.788440541515413, 0.0 ], [ 9.202448984983173, 48.78841658155082, 0.0 ], [ 9.202496459034407, 48.788478995019339, 0.0 ], [ 9.20242238964409, 48.78850367439842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042d20", "Latitude": 48.7876, "Longitude": 9.20124, "X_coordina": 3514859.72, "Y_coordina": 5405589.89, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 837.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 182.4, "Total_wall": 506.5, "Total_wa00": 0.0, "Total_outw": 791.0, "Total_shar": 240.8, "Total_roof": 298.5, "Gross_volu": 2798.6, "Is_Gross_v": "false", "Heated_vol": 2616.2, "Ridge_mean": 17.6, "Eaves_mean": 11.41, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.369, "Heated_are": 837.2, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 42949.0, "January_He": 7282.0, "February_H": 5186.0, "March_Heat": 3236.0, "April_Heat": 642.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1535.0, "November_H": 4615.0, "December_H": 7109.0, "PV_potenti": 11.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201324223296691, 48.787637836207217, 0.0 ], [ 9.201119542544248, 48.7877044676016, 0.0 ], [ 9.201067279536813, 48.787634957949933, 0.0 ], [ 9.20106536427304, 48.787632443431406, 0.0 ], [ 9.201103280894607, 48.787619518138058, 0.0 ], [ 9.201109649627403, 48.787612672817311, 0.0 ], [ 9.201143932029646, 48.787575744238488, 0.0 ], [ 9.20117062628692, 48.787547011959091, 0.0 ], [ 9.201248458214307, 48.787578619020181, 0.0 ], [ 9.201258350411347, 48.787568080663185, 0.0 ], [ 9.201294336423485, 48.787582855170122, 0.0 ], [ 9.201284716762602, 48.787593482977449, 0.0 ], [ 9.201326972827482, 48.787610764377035, 0.0 ], [ 9.201324223296691, 48.787637836207217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042caf", "Latitude": 48.78806, "Longitude": 9.21065, "X_coordina": 3515551.24, "Y_coordina": 5405642.08, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 154.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.5, "Total_wall": 108.4, "Total_wa00": 0.0, "Total_outw": 177.9, "Total_shar": 239.1, "Total_roof": 88.6, "Gross_volu": 611.3, "Is_Gross_v": "false", "Heated_vol": 554.8, "Ridge_mean": 13.5, "Eaves_mean": 8.09, "Storey_num": 4, "Average_St": 3.1, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.438, "Heated_are": 154.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 10204.0, "January_He": 1861.0, "February_H": 1335.0, "March_Heat": 850.0, "April_Heat": 192.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 444.0, "November_H": 1217.0, "December_H": 1817.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210677885587035, 48.788059032213745, 0.0 ], [ 9.210658792695941, 48.788114370191927, 0.0 ], [ 9.2106002386752, 48.788105754692545, 0.0 ], [ 9.2105395057743, 48.788096783452239, 0.0 ], [ 9.210557920235637, 48.788041896352389, 0.0 ], [ 9.210619196669288, 48.788050686741663, 0.0 ], [ 9.210677885587035, 48.788059032213745, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c76", "Latitude": 48.78849, "Longitude": 9.19614, "X_coordina": 3514484.4, "Y_coordina": 5405687.84, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 766.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 182.8, "Total_wall": 385.4, "Total_wa00": 0.0, "Total_outw": 622.6, "Total_shar": 529.1, "Total_roof": 212.1, "Gross_volu": 2576.7, "Is_Gross_v": "false", "Heated_vol": 2393.9, "Ridge_mean": 15.8, "Eaves_mean": 11.69, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.316, "Heated_are": 766.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 27.5, "Total_Year": 33190.0, "January_He": 5312.0, "February_H": 3719.0, "March_Heat": 2240.0, "April_Heat": 358.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 960.0, "November_H": 3271.0, "December_H": 5166.0, "PV_potenti": 10.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196201561929186, 48.788561201694996, 0.0 ], [ 9.196125576720917, 48.788583991893923, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.196021472592584, 48.78855017801213, 0.0 ], [ 9.196017777536428, 48.788544878806611, 0.0 ], [ 9.196020903019591, 48.788543704478876, 0.0 ], [ 9.196008859631764, 48.788526369714496, 0.0 ], [ 9.196005461972398, 48.788527544505186, 0.0 ], [ 9.19596891449199, 48.788473202898373, 0.0 ], [ 9.196033345760782, 48.78845393949414, 0.0 ], [ 9.196125370653354, 48.788426356085139, 0.0 ], [ 9.196110419520847, 48.788431147501704, 0.0 ], [ 9.196198283532867, 48.788558059952962, 0.0 ], [ 9.196212691742755, 48.788553629144801, 0.0 ], [ 9.196215019973904, 48.788557401970991, 0.0 ], [ 9.196201561929186, 48.788561201694996, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c77", "Latitude": 48.78857, "Longitude": 9.19605, "X_coordina": 3514477.94, "Y_coordina": 5405695.88, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 34.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.9, "Total_wall": 42.6, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 53.1, "Total_roof": 37.9, "Gross_volu": 89.6, "Is_Gross_v": "false", "Heated_vol": 89.6, "Ridge_mean": 2.4, "Eaves_mean": 2.35, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.32, "Heated_are": 34.5, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.195987878609351, 48.788625231516079, 0.0 ], [ 9.195949970540662, 48.788570982143483, 0.0 ], [ 9.196021472592584, 48.78855017801213, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042c5a", "Latitude": 48.79041, "Longitude": 9.19983, "X_coordina": 3514755.21, "Y_coordina": 5405902.06, "LOD": "LOD2", "Year_of_co": 1930, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 819.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 749.3, "Total_wa00": 0.0, "Total_outw": 978.6, "Total_shar": 0.0, "Total_roof": 244.1, "Gross_volu": 2645.2, "Is_Gross_v": "false", "Heated_vol": 2560.5, "Ridge_mean": 20.9, "Eaves_mean": 15.74, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.442, "Heated_are": 819.4, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 49.5, "Total_Year": 53521.0, "January_He": 9826.0, "February_H": 6934.0, "March_Heat": 4425.0, "April_Heat": 1063.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2220.0, "November_H": 6231.0, "December_H": 9641.0, "PV_potenti": 9.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199817587708734, 48.790512801335936, 0.0 ], [ 9.199664943703159, 48.790423592097383, 0.0 ], [ 9.199753007515612, 48.790357705206084, 0.0 ], [ 9.199904973151812, 48.790447455048366, 0.0 ], [ 9.199817587708734, 48.790512801335936, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042bf4", "Latitude": 48.79034, "Longitude": 9.21363, "X_coordina": 3515769.53, "Y_coordina": 5405896.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 587.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 156.4, "Total_wall": 277.6, "Total_wa00": 0.0, "Total_outw": 463.7, "Total_shar": 373.8, "Total_roof": 213.4, "Gross_volu": 1991.0, "Is_Gross_v": "false", "Heated_vol": 1834.6, "Ridge_mean": 15.2, "Eaves_mean": 10.14, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 587.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.9, "Total_Year": 29771.0, "January_He": 5132.0, "February_H": 3563.0, "March_Heat": 2130.0, "April_Heat": 360.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1016.0, "November_H": 3232.0, "December_H": 4995.0, "PV_potenti": 9.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213612878750011, 48.79042698018533, 0.0 ], [ 9.213539958971863, 48.79043332015015, 0.0 ], [ 9.213530498579015, 48.790384778934715, 0.0 ], [ 9.213522255907716, 48.790366629645561, 0.0 ], [ 9.213495099233976, 48.790317132076083, 0.0 ], [ 9.213563480456331, 48.790299650026547, 0.0 ], [ 9.213629550720629, 48.790282801688669, 0.0 ], [ 9.213669168349732, 48.79035026083276, 0.0 ], [ 9.213682941692387, 48.790420915246088, 0.0 ], [ 9.213612878750011, 48.79042698018533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042afa", "Latitude": 48.79541, "Longitude": 9.20926, "X_coordina": 3515446.99, "Y_coordina": 5406459.54, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 129.5, "SecondaryU": "industry", "Secondar00": 58.1, "BuildingTy": "RH", "Footprint_": 72.7, "Total_wall": 94.6, "Total_wa00": 0.0, "Total_outw": 186.9, "Total_shar": 249.0, "Total_roof": 105.5, "Gross_volu": 610.7, "Is_Gross_v": "false", "Heated_vol": 586.3, "Ridge_mean": 10.5, "Eaves_mean": 6.24, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.455, "Heated_are": 187.6, "Mean_Uvalu": 0.49, "Specific_d": "21,1", "Specific_s": 31.5, "Total_Year": 9872.0, "January_He": 1623.0, "February_H": 1053.0, "March_Heat": 500.0, "April_Heat": 51.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 3.0, "October_He": 176.0, "November_H": 921.0, "December_H": 1583.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209210505914223, 48.795471502064025, 0.0 ], [ 9.209153032811061, 48.795462973799268, 0.0 ], [ 9.209162853496654, 48.795435259511081, 0.0 ], [ 9.20918087874959, 48.795383970350379, 0.0 ], [ 9.209238354758796, 48.795393217984433, 0.0 ], [ 9.20928806745547, 48.795401220769044, 0.0 ], [ 9.209261169564096, 48.795479053514839, 0.0 ], [ 9.209210505914223, 48.795471502064025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aab", "Latitude": 48.79205, "Longitude": 9.20758, "X_coordina": 3515324.16, "Y_coordina": 5406085.62, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 6323.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 998.3, "Total_wall": 2133.6, "Total_wa00": 0.0, "Total_outw": 2760.5, "Total_shar": 641.4, "Total_roof": 1021.0, "Gross_volu": 20260.4, "Is_Gross_v": "false", "Heated_vol": 19761.2, "Ridge_mean": 21.5, "Eaves_mean": 19.14, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.208, "Heated_are": 6323.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 1.9, "Total_Year": 219787.0, "January_He": 4942.0, "February_H": 1895.0, "March_Heat": 263.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 7.0, "November_H": 644.0, "December_H": 4240.0, "PV_potenti": 41.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207454367749225, 48.79192215839565, 0.0 ], [ 9.20747383637601, 48.791923741947144, 0.0 ], [ 9.207473436239798, 48.791925720987244, 0.0 ], [ 9.207669080460738, 48.791942813524983, 0.0 ], [ 9.207669891851081, 48.791941553131409, 0.0 ], [ 9.207688543906245, 48.791943138119173, 0.0 ], [ 9.207686946734571, 48.791951863588707, 0.0 ], [ 9.207684087570462, 48.791951598974272, 0.0 ], [ 9.207681564434907, 48.791966800612748, 0.0 ], [ 9.20778408201468, 48.791975338274483, 0.0 ], [ 9.207784214399323, 48.791974438799613, 0.0 ], [ 9.20779932607288, 48.791975580539336, 0.0 ], [ 9.207797459694557, 48.791985025884927, 0.0 ], [ 9.207794736625733, 48.791984761027656, 0.0 ], [ 9.207793403126258, 48.791991417780075, 0.0 ], [ 9.20779006937603, 48.792008059661057, 0.0 ], [ 9.207752065582701, 48.792198046863007, 0.0 ], [ 9.20775465479206, 48.792198851504331, 0.0 ], [ 9.207753194464731, 48.792207756574733, 0.0 ], [ 9.207739578690587, 48.792206342359748, 0.0 ], [ 9.20773929944054, 48.792204634315183, 0.0 ], [ 9.207640591783074, 48.792195999820891, 0.0 ], [ 9.207635391551641, 48.79222208703959, 0.0 ], [ 9.207619598573809, 48.79222076665954, 0.0 ], [ 9.207618639948913, 48.792219329610305, 0.0 ], [ 9.207412379741655, 48.792202435955552, 0.0 ], [ 9.207411839425417, 48.792203426088236, 0.0 ], [ 9.207397951835857, 48.792202102246058, 0.0 ], [ 9.207399684051847, 48.792193106766909, 0.0 ], [ 9.207401996981828, 48.792192922754175, 0.0 ], [ 9.207405464746834, 48.792175741102049, 0.0 ], [ 9.207304577778256, 48.79216666062689, 0.0 ], [ 9.20730376822741, 48.792168370632503, 0.0 ], [ 9.20728851966793, 48.792167049227047, 0.0 ], [ 9.207288785567187, 48.792165520047313, 0.0 ], [ 9.207290122842194, 48.79215976253009, 0.0 ], [ 9.207293254212521, 48.792160026664305, 0.0 ], [ 9.207305556680543, 48.792106949597056, 0.0 ], [ 9.207270019896646, 48.792103326695724, 0.0 ], [ 9.207273081628932, 48.792086685319674, 0.0 ], [ 9.207287463875554, 48.79200986468053, 0.0 ], [ 9.207290525596493, 48.791993223303777, 0.0 ], [ 9.207327557897726, 48.791996483812014, 0.0 ], [ 9.20733782697689, 48.791945388719739, 0.0 ], [ 9.207334422683394, 48.791944945230881, 0.0 ], [ 9.207336694105393, 48.791934689851118, 0.0 ], [ 9.207347858926273, 48.791935838755954, 0.0 ], [ 9.207347458414494, 48.791937727872657, 0.0 ], [ 9.207451881617059, 48.791946352322412, 0.0 ], [ 9.207454819045246, 48.791932588720165, 0.0 ], [ 9.207452232078641, 48.791932323609622, 0.0 ], [ 9.207454367749225, 48.79192215839565, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aac", "Latitude": 48.79203, "Longitude": 9.2073, "X_coordina": 3515303.5, "Y_coordina": 5406082.96, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 55.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 30.9, "Total_wall": 67.1, "Total_wa00": 0.0, "Total_outw": 138.7, "Total_shar": 87.9, "Total_roof": 30.9, "Gross_volu": 146.9, "Is_Gross_v": "false", "Heated_vol": 146.9, "Ridge_mean": 4.8, "Eaves_mean": 4.81, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.877, "Heated_are": 55.2, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 14.3, "Total_Year": 2607.0, "January_He": 259.0, "February_H": 137.0, "March_Heat": 41.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 92.0, "December_H": 255.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207241068226073, 48.79207936920028, 0.0 ], [ 9.207232743287888, 48.792073808918467, 0.0 ], [ 9.207226319649719, 48.792067256055184, 0.0 ], [ 9.207221798422113, 48.792059980379534, 0.0 ], [ 9.207219589379429, 48.792052340848748, 0.0 ], [ 9.207219693261264, 48.792044517308874, 0.0 ], [ 9.207219825285874, 48.792043527911744, 0.0 ], [ 9.207222516138373, 48.792035969487571, 0.0 ], [ 9.207227522505326, 48.792028856514648, 0.0 ], [ 9.207234301475804, 48.792022549664026, 0.0 ], [ 9.207242989887979, 48.792017228536345, 0.0 ], [ 9.20725304446154, 48.792013163879702, 0.0 ], [ 9.207264056903451, 48.792010356428591, 0.0 ], [ 9.207275620402553, 48.792009166609326, 0.0 ], [ 9.207287462023453, 48.792009415065877, 0.0 ], [ 9.207272816100005, 48.792088304422343, 0.0 ], [ 9.207261785863519, 48.792086795573638, 0.0 ], [ 9.207250885429657, 48.792083757789129, 0.0 ], [ 9.207241068226073, 48.79207936920028, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aad", "Latitude": 48.79218, "Longitude": 9.20737, "X_coordina": 3515308.58, "Y_coordina": 5406099.73, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 101.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 63.6, "Total_wall": 127.6, "Total_wa00": 0.0, "Total_outw": 264.9, "Total_shar": 125.5, "Total_roof": 63.6, "Gross_volu": 348.2, "Is_Gross_v": "false", "Heated_vol": 318.4, "Ridge_mean": 5.5, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.766, "Heated_are": 101.9, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 19.7, "Total_Year": 5353.0, "January_He": 638.0, "February_H": 352.0, "March_Heat": 120.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 255.0, "December_H": 614.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207405464746834, 48.792175741102049, 0.0 ], [ 9.207401996981828, 48.792192922754175, 0.0 ], [ 9.207399684051847, 48.792193106766909, 0.0 ], [ 9.207397951835857, 48.792202102246058, 0.0 ], [ 9.2073912907153, 48.792237004596956, 0.0 ], [ 9.207375361270081, 48.792235594505598, 0.0 ], [ 9.207349628663669, 48.792233212903874, 0.0 ], [ 9.207288905803189, 48.792227746958602, 0.0 ], [ 9.207295969731868, 48.792191495034565, 0.0 ], [ 9.207241099894601, 48.792186198375269, 0.0 ], [ 9.207246307733666, 48.792161909632448, 0.0 ], [ 9.207288785567187, 48.792165520047313, 0.0 ], [ 9.20728851966793, 48.792167049227047, 0.0 ], [ 9.20730376822741, 48.792168370632503, 0.0 ], [ 9.207304577778256, 48.79216666062689, 0.0 ], [ 9.207405464746834, 48.792175741102049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042aae", "Latitude": 48.79212, "Longitude": 9.20777, "X_coordina": 3515338.49, "Y_coordina": 5406092.9, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 278.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.5, "Total_wall": 356.0, "Total_wa00": 0.0, "Total_outw": 586.6, "Total_shar": 417.7, "Total_roof": 139.5, "Gross_volu": 869.6, "Is_Gross_v": "false", "Heated_vol": 869.6, "Ridge_mean": 15.9, "Eaves_mean": 15.91, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.73, "Heated_are": 278.3, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 15.1, "Total_Year": 13354.0, "January_He": 1404.0, "February_H": 719.0, "March_Heat": 216.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 29.0, "November_H": 499.0, "December_H": 1331.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20780093323634, 48.792167024977346, 0.0 ], [ 9.20779493209692, 48.792196890439591, 0.0 ], [ 9.207790396099167, 48.792219019828572, 0.0 ], [ 9.207796932905808, 48.792219997193193, 0.0 ], [ 9.207794127939771, 48.792232861328515, 0.0 ], [ 9.207779423741737, 48.792231539005769, 0.0 ], [ 9.207776367737607, 48.79224952923844, 0.0 ], [ 9.207778683267881, 48.792249974678633, 0.0 ], [ 9.207777614159045, 48.792254742558058, 0.0 ], [ 9.207770264099024, 48.792254575971981, 0.0 ], [ 9.207769441567649, 48.792253138678461, 0.0 ], [ 9.207738673662099, 48.792250856171663, 0.0 ], [ 9.207735062853972, 48.792266329543338, 0.0 ], [ 9.207628458396131, 48.792256989894575, 0.0 ], [ 9.207635391551641, 48.79222208703959, 0.0 ], [ 9.207640591783074, 48.792195999820891, 0.0 ], [ 9.20773929944054, 48.792204634315183, 0.0 ], [ 9.207739578690587, 48.792206342359748, 0.0 ], [ 9.207753194464731, 48.792207756574733, 0.0 ], [ 9.20775465479206, 48.792198851504331, 0.0 ], [ 9.207752065582701, 48.792198046863007, 0.0 ], [ 9.207753133579006, 48.792193009214991, 0.0 ], [ 9.207758999758331, 48.792163413769167, 0.0 ], [ 9.20779006937603, 48.792008059661057, 0.0 ], [ 9.207831730902603, 48.792011761272398, 0.0 ], [ 9.207825340817791, 48.79204630346603, 0.0 ], [ 9.20782806426149, 48.792046658245489, 0.0 ], [ 9.207826745620158, 48.792056911915317, 0.0 ], [ 9.207823070233125, 48.792056738700936, 0.0 ], [ 9.207807190596949, 48.792133292337645, 0.0 ], [ 9.207811820533315, 48.792133913447998, 0.0 ], [ 9.207810771483297, 48.792143537165813, 0.0 ], [ 9.207805466254078, 48.792144176204346, 0.0 ], [ 9.20780093323634, 48.792167024977346, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042946", "Latitude": 48.78827, "Longitude": 9.21034, "X_coordina": 3515528.05, "Y_coordina": 5405665.32, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 160.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 59.4, "Total_wall": 179.0, "Total_wa00": 0.0, "Total_outw": 301.8, "Total_shar": 109.0, "Total_roof": 82.6, "Gross_volu": 559.8, "Is_Gross_v": "false", "Heated_vol": 500.4, "Ridge_mean": 11.5, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.612, "Heated_are": 160.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.6, "Total_Year": 10798.0, "January_He": 2082.0, "February_H": 1391.0, "March_Heat": 837.0, "April_Heat": 176.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 404.0, "November_H": 1275.0, "December_H": 2063.0, "PV_potenti": 3.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210244580126645, 48.788286881336049, 0.0 ], [ 9.210245244138299, 48.788250371119105, 0.0 ], [ 9.210257628863912, 48.788250528355327, 0.0 ], [ 9.210333705982512, 48.788251378590594, 0.0 ], [ 9.210343913306509, 48.788251539794409, 0.0 ], [ 9.210343658381218, 48.788288229112034, 0.0 ], [ 9.210343403831464, 48.788325008352409, 0.0 ], [ 9.210331699526451, 48.788324849882663, 0.0 ], [ 9.210255756882043, 48.788323639705943, 0.0 ], [ 9.210243916489764, 48.788323481475743, 0.0 ], [ 9.210244580126645, 48.788286881336049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042772", "Latitude": 48.7917, "Longitude": 9.20023, "X_coordina": 3514784.41, "Y_coordina": 5406044.92, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 910.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 379.1, "Total_wall": 521.9, "Total_wa00": 0.0, "Total_outw": 915.7, "Total_shar": 211.7, "Total_roof": 379.1, "Gross_volu": 3138.0, "Is_Gross_v": "false", "Heated_vol": 2843.7, "Ridge_mean": 8.3, "Eaves_mean": 8.28, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.425, "Heated_are": 910.0, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 50.0, "Total_Year": 111904.0, "January_He": 10649.0, "February_H": 7794.0, "March_Heat": 5251.0, "April_Heat": 1601.0, "May_Heatin": 149.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 298.0, "October_He": 2598.0, "November_H": 6774.0, "December_H": 10345.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200254236978372, 48.791792555049945, 0.0 ], [ 9.200210542811247, 48.791825093443919, 0.0 ], [ 9.200167120067194, 48.791857451502146, 0.0 ], [ 9.20000137028681, 48.791759273149438, 0.0 ], [ 9.2002410097811, 48.791580897892459, 0.0 ], [ 9.200309764679009, 48.791621513709437, 0.0 ], [ 9.20034809810865, 48.791644107771837, 0.0 ], [ 9.200373608381872, 48.791659170551874, 0.0 ], [ 9.200313904001087, 48.791704056375934, 0.0 ], [ 9.200277266957805, 48.79173154679809, 0.0 ], [ 9.200222041091356, 48.791773277459001, 0.0 ], [ 9.200254236978372, 48.791792555049945, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042767", "Latitude": 48.79492, "Longitude": 9.20373, "X_coordina": 3515040.7, "Y_coordina": 5406404.36, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 998.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 233.4, "Total_wall": 870.2, "Total_wa00": 0.0, "Total_outw": 1191.2, "Total_shar": 181.1, "Total_roof": 233.4, "Gross_volu": 3118.8, "Is_Gross_v": "false", "Heated_vol": 3118.8, "Ridge_mean": 15.2, "Eaves_mean": 15.18, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.429, "Heated_are": 998.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 50079.0, "January_He": 8486.0, "February_H": 5956.0, "March_Heat": 3717.0, "April_Heat": 786.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1687.0, "November_H": 5231.0, "December_H": 8306.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203572742514449, 48.794893056522199, 0.0 ], [ 9.203615310821178, 48.794918519552731, 0.0 ], [ 9.20369347217347, 48.794860200788861, 0.0 ], [ 9.20375322878466, 48.794895255184677, 0.0 ], [ 9.203820624885124, 48.79493461235888, 0.0 ], [ 9.203807326588677, 48.794944527485505, 0.0 ], [ 9.203856032207577, 48.794973036965722, 0.0 ], [ 9.20375146120519, 48.795030143638776, 0.0 ], [ 9.203678744159886, 48.794987648511672, 0.0 ], [ 9.203669925668832, 48.794994678145329, 0.0 ], [ 9.203672867978106, 48.795015445281678, 0.0 ], [ 9.203641296124882, 48.795016670122251, 0.0 ], [ 9.203640526791878, 48.794994730136395, 0.0 ], [ 9.203630706058298, 48.794989531936466, 0.0 ], [ 9.203626092286767, 48.794992957189649, 0.0 ], [ 9.203621589874425, 48.794990267444284, 0.0 ], [ 9.203564152861361, 48.794956647657322, 0.0 ], [ 9.203521314155335, 48.794931634703694, 0.0 ], [ 9.203572742514449, 48.794893056522199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004242b", "Latitude": 48.78899, "Longitude": 9.20293, "X_coordina": 3514983.34, "Y_coordina": 5405744.18, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 595.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.9, "Total_wall": 411.0, "Total_wa00": 0.0, "Total_outw": 603.6, "Total_shar": 196.5, "Total_roof": 198.9, "Gross_volu": 1899.5, "Is_Gross_v": "false", "Heated_vol": 1860.3, "Ridge_mean": 15.3, "Eaves_mean": 10.98, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.403, "Heated_are": 595.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.6, "Total_Year": 33582.0, "January_He": 5830.0, "February_H": 4187.0, "March_Heat": 2715.0, "April_Heat": 630.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1270.0, "November_H": 3699.0, "December_H": 5729.0, "PV_potenti": 7.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202860189374352, 48.789077695961566, 0.0 ], [ 9.202786030415854, 48.788979000490727, 0.0 ], [ 9.202898294370918, 48.788942563516848, 0.0 ], [ 9.202923193203175, 48.788974892156595, 0.0 ], [ 9.202974356020526, 48.788973093440326, 0.0 ], [ 9.202978947724727, 48.78903180548658, 0.0 ], [ 9.202982242453759, 48.78907262501324, 0.0 ], [ 9.202860189374352, 48.789077695961566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00042370", "Latitude": 48.79029, "Longitude": 9.19962, "X_coordina": 3514739.82, "Y_coordina": 5405888.57, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 964.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 175.5, "Total_wall": 715.0, "Total_wa00": 0.0, "Total_outw": 915.8, "Total_shar": 193.3, "Total_roof": 305.3, "Gross_volu": 3190.6, "Is_Gross_v": "false", "Heated_vol": 3015.1, "Ridge_mean": 21.3, "Eaves_mean": 15.36, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 15, "Number_o00": 33, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.39, "Heated_are": 964.8, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 60347.0, "January_He": 10756.0, "February_H": 7734.0, "March_Heat": 5069.0, "April_Heat": 1242.0, "May_Heatin": 54.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 176.0, "October_He": 2576.0, "November_H": 6963.0, "December_H": 10496.0, "PV_potenti": 11.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199510163460518, 48.79024167510066, 0.0 ], [ 9.199576198214785, 48.790249024336362, 0.0 ], [ 9.19957217889991, 48.790265037707172, 0.0 ], [ 9.199622105285835, 48.790294266272589, 0.0 ], [ 9.199640150748522, 48.790280386751604, 0.0 ], [ 9.199709310950501, 48.790320822385901, 0.0 ], [ 9.199613380474851, 48.790393467152271, 0.0 ], [ 9.199440684082019, 48.790292332530285, 0.0 ], [ 9.199453659518085, 48.790235388403381, 0.0 ], [ 9.199510163460518, 48.79024167510066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000420a2", "Latitude": 48.79089, "Longitude": 9.21317, "X_coordina": 3515735.45, "Y_coordina": 5405957.75, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 530.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.3, "Total_wall": 277.3, "Total_wa00": 0.0, "Total_outw": 431.4, "Total_shar": 330.4, "Total_roof": 193.1, "Gross_volu": 1796.2, "Is_Gross_v": "false", "Heated_vol": 1656.9, "Ridge_mean": 15.3, "Eaves_mean": 10.47, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 530.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 27245.0, "January_He": 4530.0, "February_H": 3243.0, "March_Heat": 2179.0, "April_Heat": 582.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 961.0, "November_H": 2821.0, "December_H": 4452.0, "PV_potenti": 8.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213223846075538, 48.790955462863558, 0.0 ], [ 9.213036593559158, 48.79095913658486, 0.0 ], [ 9.213033327661643, 48.790959232549959, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.21303443755434, 48.790932073564903, 0.0 ], [ 9.213033548658744, 48.790914989722197, 0.0 ], [ 9.213031312718691, 48.790869042890336, 0.0 ], [ 9.213218971660561, 48.790865008730556, 0.0 ], [ 9.213221479961197, 48.790910955054564, 0.0 ], [ 9.213223846075538, 48.790955462863558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041fe2", "Latitude": 48.79093, "Longitude": 9.20861, "X_coordina": 3515400.22, "Y_coordina": 5405961.31, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 403.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.8, "Total_wall": 238.9, "Total_wa00": 0.0, "Total_outw": 502.5, "Total_shar": 133.0, "Total_roof": 238.9, "Gross_volu": 1382.1, "Is_Gross_v": "false", "Heated_vol": 1260.1, "Ridge_mean": 11.4, "Eaves_mean": 6.18, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.486, "Heated_are": 403.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 24777.0, "January_He": 4449.0, "February_H": 3123.0, "March_Heat": 2037.0, "April_Heat": 537.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 982.0, "November_H": 2796.0, "December_H": 4372.0, "PV_potenti": 10.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208690775164568, 48.7909259988133, 0.0 ], [ 9.208664310493118, 48.791009495883053, 0.0 ], [ 9.20844017318262, 48.790979777378844, 0.0 ], [ 9.208451569543625, 48.790938301964573, 0.0 ], [ 9.208463368955281, 48.790895566888672, 0.0 ], [ 9.208690775164568, 48.7909259988133, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041b18", "Latitude": 48.78865, "Longitude": 9.19403, "X_coordina": 3514329.47, "Y_coordina": 5405705.0, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3656.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 493.0, "Total_wall": 1579.3, "Total_wa00": 0.0, "Total_outw": 1910.8, "Total_shar": 726.8, "Total_roof": 493.0, "Gross_volu": 11425.4, "Is_Gross_v": "false", "Heated_vol": 11425.4, "Ridge_mean": 25.3, "Eaves_mean": 25.3, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.225, "Heated_are": 3656.1, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 48.1, "Total_Year": 229248.0, "January_He": 38024.0, "February_H": 29260.0, "March_Heat": 22334.0, "April_Heat": 9530.0, "May_Heatin": 1415.0, "June_Heati": 54, "July_Heati": 6, "August_Hea": 11, "September_": 2261.0, "October_He": 11493.0, "November_H": 24993.0, "December_H": 36454.0, "PV_potenti": 21.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194071334435295, 48.788803378943697, 0.0 ], [ 9.194071880179472, 48.788803737718538, 0.0 ], [ 9.194054098951089, 48.788815817452885, 0.0 ], [ 9.19405232632278, 48.78881492120361, 0.0 ], [ 9.193776124668355, 48.78865415321745, 0.0 ], [ 9.193934622491424, 48.788536086414105, 0.0 ], [ 9.193942221270447, 48.788530318502886, 0.0 ], [ 9.19418964693325, 48.788675308062395, 0.0 ], [ 9.194155450361878, 48.78870072419334, 0.0 ], [ 9.194192141230303, 48.788722154076424, 0.0 ], [ 9.194191191382989, 48.788722875067386, 0.0 ], [ 9.194071334435295, 48.788803378943697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041a11", "Latitude": 48.79535, "Longitude": 9.20971, "X_coordina": 3515479.74, "Y_coordina": 5406452.95, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 399.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.3, "Total_wall": 392.9, "Total_wa00": 0.0, "Total_outw": 634.0, "Total_shar": 31.7, "Total_roof": 167.7, "Gross_volu": 1350.3, "Is_Gross_v": "false", "Heated_vol": 1247.6, "Ridge_mean": 14.4, "Eaves_mean": 8.8, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.527, "Heated_are": 399.2, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 56.5, "Total_Year": 28876.0, "January_He": 5431.0, "February_H": 3839.0, "March_Heat": 2459.0, "April_Heat": 619.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1256.0, "November_H": 3487.0, "December_H": 5334.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209629488524547, 48.795416156556328, 0.0 ], [ 9.20957841394044, 48.795407976550372, 0.0 ], [ 9.20959967123637, 48.795348498399257, 0.0 ], [ 9.209611779994724, 48.795314665106609, 0.0 ], [ 9.209612451537573, 48.795312505719174, 0.0 ], [ 9.209662300320197, 48.795320508094782, 0.0 ], [ 9.209683683318689, 48.795323886257812, 0.0 ], [ 9.209703431914601, 48.795326997622418, 0.0 ], [ 9.209753553314338, 48.795335089385652, 0.0 ], [ 9.209719515594921, 48.795430470334857, 0.0 ], [ 9.209669258373326, 48.795422468727764, 0.0 ], [ 9.20964923715335, 48.795419267930114, 0.0 ], [ 9.209629488524547, 48.795416156556328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041a12", "Latitude": 48.79529, "Longitude": 9.20976, "X_coordina": 3515483.75, "Y_coordina": 5406446.07, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 20.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.9, "Total_wall": 44.3, "Total_wa00": 0.0, "Total_outw": 145.6, "Total_shar": 31.8, "Total_roof": 24.9, "Gross_volu": 78.1, "Is_Gross_v": "false", "Heated_vol": 64.2, "Ridge_mean": 3.1, "Eaves_mean": 3.11, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.329, "Heated_are": 20.5, "Mean_Uvalu": 0.62, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209706257550371, 48.795319169128497, 0.0 ], [ 9.209686508957356, 48.79531605776436, 0.0 ], [ 9.209673570199481, 48.795314013080983, 0.0 ], [ 9.209684605786137, 48.79528395852337, 0.0 ], [ 9.209767141894599, 48.795297116898098, 0.0 ], [ 9.209753553314338, 48.795335089385652, 0.0 ], [ 9.209703431914601, 48.795326997622418, 0.0 ], [ 9.209706257550371, 48.795319169128497, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004172d", "Latitude": 48.79345, "Longitude": 9.1994, "X_coordina": 3514722.66, "Y_coordina": 5406239.56, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 245.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 153.5, "Total_wall": 220.5, "Total_wa00": 0.0, "Total_outw": 463.0, "Total_shar": 106.1, "Total_roof": 153.5, "Gross_volu": 899.5, "Is_Gross_v": "false", "Heated_vol": 767.1, "Ridge_mean": 5.9, "Eaves_mean": 5.86, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.629, "Heated_are": 245.5, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 14.4, "Total_Year": 11605.0, "January_He": 1162.0, "February_H": 620.0, "March_Heat": 189.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 25.0, "November_H": 410.0, "December_H": 1122.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199308954187993, 48.793558945366208, 0.0 ], [ 9.199226966003517, 48.793510888204125, 0.0 ], [ 9.199398764678298, 48.793382809456936, 0.0 ], [ 9.199481025377381, 48.793430955949411, 0.0 ], [ 9.199411681601378, 48.793482602257505, 0.0 ], [ 9.19931343237676, 48.793555610443278, 0.0 ], [ 9.199308954187993, 48.793558945366208, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000416dc", "Latitude": 48.78987, "Longitude": 9.21336, "X_coordina": 3515749.95, "Y_coordina": 5405843.8, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 580.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 148.4, "Total_wall": 281.1, "Total_wa00": 0.0, "Total_outw": 461.3, "Total_shar": 388.4, "Total_roof": 198.4, "Gross_volu": 1962.9, "Is_Gross_v": "false", "Heated_vol": 1814.5, "Ridge_mean": 15.6, "Eaves_mean": 10.88, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 580.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 28874.0, "January_He": 4947.0, "February_H": 3428.0, "March_Heat": 2042.0, "April_Heat": 340.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 964.0, "November_H": 3102.0, "December_H": 4816.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21342200135463, 48.789928437796512, 0.0 ], [ 9.213354572469294, 48.789945738151701, 0.0 ], [ 9.213287415340879, 48.789962948040426, 0.0 ], [ 9.2132190058486, 48.789845184837318, 0.0 ], [ 9.213286299697703, 48.789828154582167, 0.0 ], [ 9.213353457409362, 48.789811124539852, 0.0 ], [ 9.21342200135463, 48.789928437796512, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041501", "Latitude": 48.79445, "Longitude": 9.20403, "X_coordina": 3515062.92, "Y_coordina": 5406351.65, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1065.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 189.1, "Total_wall": 897.2, "Total_wa00": 0.0, "Total_outw": 1186.4, "Total_shar": 197.6, "Total_roof": 286.5, "Gross_volu": 3918.9, "Is_Gross_v": "false", "Heated_vol": 3729.8, "Ridge_mean": 22.5, "Eaves_mean": 17.19, "Storey_num": 7, "Average_St": 3.1, "Number_of_": 17, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 1065.7, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 69751.0, "January_He": 12617.0, "February_H": 9045.0, "March_Heat": 5926.0, "April_Heat": 1489.0, "May_Heatin": 72.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 223.0, "October_He": 3041.0, "November_H": 8133.0, "December_H": 12324.0, "PV_potenti": 8.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20389918468239, 48.794437285950373, 0.0 ], [ 9.20390600338586, 48.794440601048741, 0.0 ], [ 9.203982401231984, 48.794383993754167, 0.0 ], [ 9.204121149768545, 48.79446521864876, 0.0 ], [ 9.203997123603211, 48.794557520143904, 0.0 ], [ 9.203988685474677, 48.794557625014782, 0.0 ], [ 9.203938752690226, 48.794528488296912, 0.0 ], [ 9.203938429454702, 48.794515899571223, 0.0 ], [ 9.203945483932111, 48.794510221893866, 0.0 ], [ 9.203926250178284, 48.794499644975183, 0.0 ], [ 9.203918518457188, 48.794506133162649, 0.0 ], [ 9.203900414360396, 48.794505625677836, 0.0 ], [ 9.203857029632411, 48.794480164196038, 0.0 ], [ 9.203857287997003, 48.794476746643447, 0.0 ], [ 9.20388469912333, 48.794456465315548, 0.0 ], [ 9.20389918468239, 48.794437285950373, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000414ff", "Latitude": 48.79459, "Longitude": 9.20386, "X_coordina": 3515050.28, "Y_coordina": 5406367.5, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 592.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.2, "Total_wall": 673.7, "Total_wa00": 0.0, "Total_outw": 920.1, "Total_shar": 122.3, "Total_roof": 145.2, "Gross_volu": 1850.8, "Is_Gross_v": "false", "Heated_vol": 1850.8, "Ridge_mean": 12.7, "Eaves_mean": 12.74, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 592.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 41.0, "Total_Year": 33683.0, "January_He": 5977.0, "February_H": 4186.0, "March_Heat": 2617.0, "April_Heat": 561.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1277.0, "November_H": 3747.0, "December_H": 5847.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20372394115317, 48.794620230847535, 0.0 ], [ 9.203687240112998, 48.794598354420529, 0.0 ], [ 9.203778560066059, 48.79452940134081, 0.0 ], [ 9.203948140910706, 48.794628466666197, 0.0 ], [ 9.203853964261112, 48.794697784630273, 0.0 ], [ 9.203817399213007, 48.794675908004265, 0.0 ], [ 9.203837482287293, 48.794660945147655, 0.0 ], [ 9.203825273502128, 48.794637406785519, 0.0 ], [ 9.20380691281145, 48.794640766453092, 0.0 ], [ 9.20377771788403, 48.794623912489662, 0.0 ], [ 9.203780255439783, 48.79461194816632, 0.0 ], [ 9.203742531813294, 48.794606439653748, 0.0 ], [ 9.20372394115317, 48.794620230847535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00041402", "Latitude": 48.78883, "Longitude": 9.21306, "X_coordina": 3515727.68, "Y_coordina": 5405728.23, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.8, "Total_wall": 51.2, "Total_wa00": 0.0, "Total_outw": 109.6, "Total_shar": 214.3, "Total_roof": 53.5, "Gross_volu": 326.3, "Is_Gross_v": "false", "Heated_vol": 284.5, "Ridge_mean": 9.5, "Eaves_mean": 6.11, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 91.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 5416.0, "January_He": 1011.0, "February_H": 688.0, "March_Heat": 384.0, "April_Heat": 58.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 192.0, "November_H": 641.0, "December_H": 992.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212957469131172, 48.788824046285079, 0.0 ], [ 9.213016950748944, 48.788826454138302, 0.0 ], [ 9.213072893292527, 48.788828688661603, 0.0 ], [ 9.213068181005912, 48.788872849891533, 0.0 ], [ 9.213012919240473, 48.788870704030394, 0.0 ], [ 9.212953165772571, 48.788868386601422, 0.0 ], [ 9.212957469131172, 48.788824046285079, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040edc", "Latitude": 48.79159, "Longitude": 9.20121, "X_coordina": 3514856.4, "Y_coordina": 5406032.5, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 763.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 176.6, "Total_wall": 460.0, "Total_wa00": 0.0, "Total_outw": 673.3, "Total_shar": 539.9, "Total_roof": 176.6, "Gross_volu": 2527.7, "Is_Gross_v": "false", "Heated_vol": 2385.4, "Ridge_mean": 14.3, "Eaves_mean": 14.31, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.333, "Heated_are": 763.3, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.2, "Total_Year": 34372.0, "January_He": 5443.0, "February_H": 3900.0, "March_Heat": 2540.0, "April_Heat": 570.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1115.0, "November_H": 3373.0, "December_H": 5280.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201140555860446, 48.791668174722645, 0.0 ], [ 9.201109535820242, 48.791670746760758, 0.0 ], [ 9.201107824670952, 48.791651236327397, 0.0 ], [ 9.201103049779611, 48.791648367110767, 0.0 ], [ 9.201104814007904, 48.791647105099386, 0.0 ], [ 9.20108612453531, 48.791636077133099, 0.0 ], [ 9.201077847420706, 48.791642296314762, 0.0 ], [ 9.201035012771207, 48.791617282415856, 0.0 ], [ 9.201163650055021, 48.791521379062118, 0.0 ], [ 9.201207439879742, 48.791547020709928, 0.0 ], [ 9.201197805783382, 48.791554231430922, 0.0 ], [ 9.201219223296071, 48.791566783313748, 0.0 ], [ 9.201228857391762, 48.791559572590998, 0.0 ], [ 9.20126323431055, 48.791579655402003, 0.0 ], [ 9.201257857337122, 48.791596390589568, 0.0 ], [ 9.201281866836323, 48.791610466631916, 0.0 ], [ 9.201296793237335, 48.791599379938134, 0.0 ], [ 9.20129870290857, 48.791600455683231, 0.0 ], [ 9.201178070958465, 48.791690230396561, 0.0 ], [ 9.201140555860446, 48.791668174722645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040bed", "Latitude": 48.78945, "Longitude": 9.20637, "X_coordina": 3515236.46, "Y_coordina": 5405796.35, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3554.7, "SecondaryU": "retail", "Secondar00": 444.5, "BuildingTy": "HH", "Footprint_": 555.6, "Total_wall": 1552.7, "Total_wa00": 0.0, "Total_outw": 1858.0, "Total_shar": 669.6, "Total_roof": 598.0, "Gross_volu": 13052.9, "Is_Gross_v": "false", "Heated_vol": 12497.3, "Ridge_mean": 27.1, "Eaves_mean": 21.66, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 74, "Number_o00": 117, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.213, "Heated_are": 3999.1, "Mean_Uvalu": 0.46, "Specific_d": "22,2", "Specific_s": 28.6, "Total_Year": 202996.0, "January_He": 27312.0, "February_H": 20089.0, "March_Heat": 13655.0, "April_Heat": 3394.0, "May_Heatin": 84.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 281.0, "October_He": 5851.0, "November_H": 17183.0, "December_H": 26393.0, "PV_potenti": 27.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20611163956573, 48.789435034046598, 0.0 ], [ 9.206109734487745, 48.78940185563382, 0.0 ], [ 9.206203758475805, 48.789398090367492, 0.0 ], [ 9.20639602448448, 48.789390372197602, 0.0 ], [ 9.206550734930348, 48.78938406992765, 0.0 ], [ 9.206533449449191, 48.789483106855144, 0.0 ], [ 9.20651955872566, 48.789547157396065, 0.0 ], [ 9.20640498692898, 48.789551499292322, 0.0 ], [ 9.206118964886299, 48.789562172958064, 0.0 ], [ 9.206116471974868, 48.78951838460916, 0.0 ], [ 9.206114123997878, 48.789476754167765, 0.0 ], [ 9.20611163956573, 48.789435034046598, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040bef", "Latitude": 48.78932, "Longitude": 9.20634, "X_coordina": 3515233.88, "Y_coordina": 5405781.65, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 740.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 168.2, "Total_wall": 521.6, "Total_wa00": 0.0, "Total_outw": 718.4, "Total_shar": 268.1, "Total_roof": 168.2, "Gross_volu": 2463.9, "Is_Gross_v": "false", "Heated_vol": 2313.3, "Ridge_mean": 14.6, "Eaves_mean": 14.64, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.362, "Heated_are": 740.3, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 52.7, "Total_Year": 49843.0, "January_He": 8888.0, "February_H": 6538.0, "March_Heat": 4670.0, "April_Heat": 1712.0, "May_Heatin": 210.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 1, "September_": 357.0, "October_He": 2358.0, "November_H": 5670.0, "December_H": 8615.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206386469403833, 48.789283829809712, 0.0 ], [ 9.20639602448448, 48.789390372197602, 0.0 ], [ 9.206203758475805, 48.789398090367492, 0.0 ], [ 9.206193795160436, 48.789291458771146, 0.0 ], [ 9.206386469403833, 48.789283829809712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040b6d", "Latitude": 48.78826, "Longitude": 9.20993, "X_coordina": 3515498.03, "Y_coordina": 5405664.94, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 96.3, "Total_wa00": 0.0, "Total_outw": 168.6, "Total_shar": 200.1, "Total_roof": 75.7, "Gross_volu": 466.4, "Is_Gross_v": "false", "Heated_vol": 454.3, "Ridge_mean": 10.6, "Eaves_mean": 6.87, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.49, "Heated_are": 145.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 8867.0, "January_He": 1610.0, "February_H": 1113.0, "March_Heat": 717.0, "April_Heat": 184.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 324.0, "November_H": 987.0, "December_H": 1599.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209836589484627, 48.788287715391306, 0.0 ], [ 9.20983766093017, 48.78825093466336, 0.0 ], [ 9.209934968464598, 48.788251926322552, 0.0 ], [ 9.209933760627266, 48.788288617376381, 0.0 ], [ 9.209932798707293, 48.78831901332574, 0.0 ], [ 9.209835763218924, 48.788318021169005, 0.0 ], [ 9.209836589484627, 48.788287715391306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b1", "Latitude": 48.79148, "Longitude": 9.20055, "X_coordina": 3514807.65, "Y_coordina": 5406021.09, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 925.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 385.5, "Total_wall": 476.5, "Total_wa00": 0.0, "Total_outw": 790.4, "Total_shar": 192.8, "Total_roof": 385.5, "Gross_volu": 2945.2, "Is_Gross_v": "false", "Heated_vol": 2891.2, "Ridge_mean": 7.6, "Eaves_mean": 7.64, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.427, "Heated_are": 925.2, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 51.4, "Total_Year": 115072.0, "January_He": 10840.0, "February_H": 8139.0, "March_Heat": 5702.0, "April_Heat": 1861.0, "May_Heatin": 177.0, "June_Heati": 5, "July_Heati": 0, "August_Hea": 1, "September_": 378.0, "October_He": 2883.0, "November_H": 7075.0, "December_H": 10464.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200421641995371, 48.791588586858666, 0.0 ], [ 9.200383173194654, 48.791566172903295, 0.0 ], [ 9.200314420461149, 48.791526096667567, 0.0 ], [ 9.200512941377326, 48.79137809661129, 0.0 ], [ 9.200691508347363, 48.791482366703264, 0.0 ], [ 9.200493668747642, 48.791630545725496, 0.0 ], [ 9.200421641995371, 48.791588586858666, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b2", "Latitude": 48.79133, "Longitude": 9.20075, "X_coordina": 3514822.5, "Y_coordina": 5406004.57, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 286.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 399.4, "Total_wall": 96.2, "Total_wa00": 0.0, "Total_outw": 374.9, "Total_shar": 282.2, "Total_roof": 400.5, "Gross_volu": 1286.5, "Is_Gross_v": "false", "Heated_vol": 895.0, "Ridge_mean": 3.5, "Eaves_mean": 3.48, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.732, "Heated_are": 286.4, "Mean_Uvalu": 0.3, "Specific_d": "32,9", "Specific_s": 20.2, "Total_Year": 15188.0, "January_He": 1712.0, "February_H": 1104.0, "March_Heat": 495.0, "April_Heat": 51.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1.0, "October_He": 74.0, "November_H": 730.0, "December_H": 1611.0, "PV_potenti": 18.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200895820876374, 48.791319518497424, 0.0 ], [ 9.200760944334728, 48.791420737925776, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200730860812671, 48.79145334271368, 0.0 ], [ 9.200691508347363, 48.791482366703264, 0.0 ], [ 9.200512941377326, 48.79137809661129, 0.0 ], [ 9.200712682402173, 48.791229194846451, 0.0 ], [ 9.200739491114545, 48.791228608575516, 0.0 ], [ 9.200895820876374, 48.791319518497424, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b3", "Latitude": 48.79158, "Longitude": 9.20041, "X_coordina": 3514797.54, "Y_coordina": 5406032.27, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 80.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 33.7, "Total_wall": 134.0, "Total_wa00": 0.0, "Total_outw": 223.7, "Total_shar": 94.0, "Total_roof": 33.7, "Gross_volu": 253.9, "Is_Gross_v": "false", "Heated_vol": 252.9, "Ridge_mean": 7.5, "Eaves_mean": 7.53, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.795, "Heated_are": 80.9, "Mean_Uvalu": 0.54, "Specific_d": "73,0", "Specific_s": 70.5, "Total_Year": 11613.0, "January_He": 1438.0, "February_H": 967.0, "March_Heat": 556.0, "April_Heat": 129.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 282.0, "November_H": 877.0, "December_H": 1422.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20034809810865, 48.791644107771837, 0.0 ], [ 9.200309764679009, 48.791621513709437, 0.0 ], [ 9.200331475373632, 48.791605199770615, 0.0 ], [ 9.200328805049143, 48.791583982445651, 0.0 ], [ 9.200360919936958, 48.791582937413999, 0.0 ], [ 9.200383173194654, 48.791566172903295, 0.0 ], [ 9.200421641995371, 48.791588586858666, 0.0 ], [ 9.20034809810865, 48.791644107771837, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000408b4", "Latitude": 48.79172, "Longitude": 9.20037, "X_coordina": 3514794.87, "Y_coordina": 5406047.02, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 50.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.4, "Total_wall": 67.7, "Total_wa00": 0.0, "Total_outw": 160.5, "Total_shar": 37.3, "Total_roof": 27.4, "Gross_volu": 105.4, "Is_Gross_v": "false", "Heated_vol": 105.4, "Ridge_mean": 3.9, "Eaves_mean": 3.87, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.162, "Heated_are": 50.3, "Mean_Uvalu": 0.49, "Specific_d": "73,0", "Specific_s": 60.3, "Total_Year": 6706.0, "January_He": 771.0, "February_H": 506.0, "March_Heat": 295.0, "April_Heat": 69.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 150.0, "November_H": 461.0, "December_H": 760.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200345747390317, 48.791771533604695, 0.0 ], [ 9.200277266957805, 48.79173154679809, 0.0 ], [ 9.200313904001087, 48.791704056375934, 0.0 ], [ 9.200382520522325, 48.791744042924158, 0.0 ], [ 9.200345747390317, 48.791771533604695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0004082a", "Latitude": 48.78772, "Longitude": 9.21362, "X_coordina": 3515769.64, "Y_coordina": 5405605.2, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 463.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.7, "Total_wall": 228.9, "Total_wa00": 0.0, "Total_outw": 395.1, "Total_shar": 333.8, "Total_roof": 209.3, "Gross_volu": 1568.8, "Is_Gross_v": "false", "Heated_vol": 1447.9, "Ridge_mean": 16.0, "Eaves_mean": 9.54, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.374, "Heated_are": 463.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 26034.0, "January_He": 4558.0, "February_H": 3254.0, "March_Heat": 2027.0, "April_Heat": 396.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1010.0, "November_H": 2949.0, "December_H": 4445.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213498260777861, 48.78779018185913, 0.0 ], [ 9.21353709719007, 48.787674018401127, 0.0 ], [ 9.213602187916896, 48.787683699368891, 0.0 ], [ 9.213660061142997, 48.78769222468307, 0.0 ], [ 9.213660605869103, 48.787692313596104, 0.0 ], [ 9.213621767819532, 48.787808027480118, 0.0 ], [ 9.213564031316254, 48.787799681740623, 0.0 ], [ 9.213498260777861, 48.78779018185913, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000406fa", "Latitude": 48.78805, "Longitude": 9.20888, "X_coordina": 3515421.08, "Y_coordina": 5405640.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 197.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 125.2, "Total_wa00": 0.0, "Total_outw": 211.5, "Total_shar": 267.3, "Total_roof": 85.5, "Gross_volu": 640.0, "Is_Gross_v": "false", "Heated_vol": 617.0, "Ridge_mean": 13.7, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.426, "Heated_are": 197.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.3, "Total_Year": 11081.0, "January_He": 1943.0, "February_H": 1358.0, "March_Heat": 874.0, "April_Heat": 220.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 408.0, "November_H": 1203.0, "December_H": 1913.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208858208584445, 48.788114412607761, 0.0 ], [ 9.208770318149178, 48.788087055335652, 0.0 ], [ 9.208790884026778, 48.788058242479423, 0.0 ], [ 9.208815915755881, 48.788023396636447, 0.0 ], [ 9.208904213992659, 48.788050663210647, 0.0 ], [ 9.208878775169257, 48.788085779582033, 0.0 ], [ 9.208858208584445, 48.788114412607761, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000406bb", "Latitude": 48.78755, "Longitude": 9.19973, "X_coordina": 3514748.67, "Y_coordina": 5405583.21, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 278.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 102.3, "Total_wall": 247.4, "Total_wa00": 0.0, "Total_outw": 475.4, "Total_shar": 33.1, "Total_roof": 166.3, "Gross_volu": 972.4, "Is_Gross_v": "false", "Heated_vol": 870.0, "Ridge_mean": 12.5, "Eaves_mean": 7.44, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.57, "Heated_are": 278.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.0, "Total_Year": 18600.0, "January_He": 3482.0, "February_H": 2442.0, "March_Heat": 1496.0, "April_Heat": 314.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 760.0, "November_H": 2219.0, "December_H": 3420.0, "PV_potenti": 6.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199700442109833, 48.787502900504904, 0.0 ], [ 9.199773087690543, 48.787599532366954, 0.0 ], [ 9.199669388244859, 48.787633523516341, 0.0 ], [ 9.199596199897021, 48.787537252224929, 0.0 ], [ 9.19960177228174, 48.787535444093031, 0.0 ], [ 9.199644583300511, 48.787521251864462, 0.0 ], [ 9.199700442109833, 48.787502900504904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000404cc", "Latitude": 48.79122, "Longitude": 9.21325, "X_coordina": 3515741.02, "Y_coordina": 5405994.74, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 460.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.3, "Total_wall": 228.8, "Total_wa00": 0.0, "Total_outw": 380.1, "Total_shar": 321.7, "Total_roof": 192.2, "Gross_volu": 1568.8, "Is_Gross_v": "false", "Heated_vol": 1439.5, "Ridge_mean": 14.8, "Eaves_mean": 9.46, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 460.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.7, "Total_Year": 24670.0, "January_He": 4263.0, "February_H": 3047.0, "March_Heat": 1872.0, "April_Heat": 339.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 904.0, "November_H": 2748.0, "December_H": 4157.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213179445266089, 48.791172440820013, 0.0 ], [ 9.213240758351681, 48.791188873250256, 0.0 ], [ 9.213300436805566, 48.791204948981026, 0.0 ], [ 9.213230140328481, 48.791316764285348, 0.0 ], [ 9.213170870813665, 48.791300867608733, 0.0 ], [ 9.213109012469472, 48.791284256303399, 0.0 ], [ 9.213179445266089, 48.791172440820013, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000403bc", "Latitude": 48.78793, "Longitude": 9.21103, "X_coordina": 3515579.25, "Y_coordina": 5405627.93, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.1, "Total_wall": 186.6, "Total_wa00": 0.0, "Total_outw": 286.8, "Total_shar": 129.8, "Total_roof": 93.4, "Gross_volu": 625.9, "Is_Gross_v": "false", "Heated_vol": 567.8, "Ridge_mean": 13.6, "Eaves_mean": 7.91, "Storey_num": 4, "Average_St": 3.2, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.573, "Heated_are": 157.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.9, "Total_Year": 10647.0, "January_He": 2103.0, "February_H": 1369.0, "March_Heat": 775.0, "April_Heat": 164.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 373.0, "November_H": 1249.0, "December_H": 2094.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210983478425575, 48.787979519775305, 0.0 ], [ 9.210920708451738, 48.787971541628039, 0.0 ], [ 9.210937612307282, 48.787913509904797, 0.0 ], [ 9.211000116069867, 48.787922927309282, 0.0 ], [ 9.211057989888994, 48.787931633776054, 0.0 ], [ 9.211041482737778, 48.787986877156278, 0.0 ], [ 9.210983478425575, 48.787979519775305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000402ed", "Latitude": 48.79082, "Longitude": 9.19956, "X_coordina": 3514735.65, "Y_coordina": 5405947.03, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 651.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.5, "Total_wall": 525.6, "Total_wa00": 0.0, "Total_outw": 753.0, "Total_shar": 199.9, "Total_roof": 160.5, "Gross_volu": 2195.7, "Is_Gross_v": "false", "Heated_vol": 2035.2, "Ridge_mean": 13.7, "Eaves_mean": 13.68, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.404, "Heated_are": 651.3, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 37.9, "Total_Year": 35011.0, "January_He": 6043.0, "February_H": 4245.0, "March_Heat": 2724.0, "April_Heat": 621.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1313.0, "November_H": 3764.0, "December_H": 5889.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199559274955982, 48.79092339088173, 0.0 ], [ 9.199444687188084, 48.790855966840674, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199437041912248, 48.790781253557455, 0.0 ], [ 9.199470152031404, 48.790756736986459, 0.0 ], [ 9.199645578752385, 48.790859575371464, 0.0 ], [ 9.199559274955982, 48.79092339088173, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00040198", "Latitude": 48.79142, "Longitude": 9.20385, "X_coordina": 3515050.09, "Y_coordina": 5406014.73, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 127.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.1, "Total_wall": 87.1, "Total_wa00": 0.0, "Total_outw": 179.0, "Total_shar": 213.1, "Total_roof": 66.2, "Gross_volu": 453.5, "Is_Gross_v": "false", "Heated_vol": 399.3, "Ridge_mean": 9.8, "Eaves_mean": 6.81, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 127.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.5, "Total_Year": 7715.0, "January_He": 1445.0, "February_H": 987.0, "March_Heat": 552.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 274.0, "November_H": 918.0, "December_H": 1418.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203754343288534, 48.791406038484013, 0.0 ], [ 9.20381343745283, 48.791412947952551, 0.0 ], [ 9.203865450985298, 48.791418970689797, 0.0 ], [ 9.203851530477817, 48.791476636363946, 0.0 ], [ 9.203846356264641, 48.791476016057892, 0.0 ], [ 9.20379529535019, 48.791469991626244, 0.0 ], [ 9.20379502315742, 48.791469992107942, 0.0 ], [ 9.203742737023742, 48.791463879897648, 0.0 ], [ 9.203738924505037, 48.791463437024802, 0.0 ], [ 9.203754343288534, 48.791406038484013, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fc99", "Latitude": 48.78983, "Longitude": 9.21277, "X_coordina": 3515706.1, "Y_coordina": 5405839.2, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 584.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.1, "Total_wall": 542.6, "Total_wa00": 0.0, "Total_outw": 782.4, "Total_shar": 31.8, "Total_roof": 201.0, "Gross_volu": 1972.4, "Is_Gross_v": "false", "Heated_vol": 1827.3, "Ridge_mean": 16.0, "Eaves_mean": 11.09, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.473, "Heated_are": 584.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.9, "Total_Year": 35513.0, "January_He": 6407.0, "February_H": 4540.0, "March_Heat": 2851.0, "April_Heat": 616.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 77.0, "October_He": 1387.0, "November_H": 4048.0, "December_H": 6301.0, "PV_potenti": 10.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212634598970672, 48.789871803678786, 0.0 ], [ 9.212608022374553, 48.789830487875705, 0.0 ], [ 9.212790444371507, 48.789779703791339, 0.0 ], [ 9.212815928933036, 48.789820212258078, 0.0 ], [ 9.212813074426535, 48.789821026845786, 0.0 ], [ 9.21283924557193, 48.789862972816444, 0.0 ], [ 9.212815457997905, 48.789869761050007, 0.0 ], [ 9.212816553958779, 48.789871467573718, 0.0 ], [ 9.212661586926693, 48.789913838104887, 0.0 ], [ 9.212634598970672, 48.789871803678786, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fc19", "Latitude": 48.79547, "Longitude": 9.20924, "X_coordina": 3515445.42, "Y_coordina": 5406466.15, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 95.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.8, "Total_wall": 108.7, "Total_wa00": 0.0, "Total_outw": 191.3, "Total_shar": 146.1, "Total_roof": 54.5, "Gross_volu": 323.6, "Is_Gross_v": "false", "Heated_vol": 297.6, "Ridge_mean": 10.7, "Eaves_mean": 6.4, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.65, "Heated_are": 95.2, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 66.5, "Total_Year": 7845.0, "January_He": 1518.0, "February_H": 1083.0, "March_Heat": 690.0, "April_Heat": 160.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 364.0, "November_H": 1005.0, "December_H": 1482.0, "PV_potenti": 1.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209137682178264, 48.795502837807689, 0.0 ], [ 9.209139834103659, 48.795496629175155, 0.0 ], [ 9.209151534885043, 48.795462796672687, 0.0 ], [ 9.209153032811061, 48.795462973799268, 0.0 ], [ 9.209210505914223, 48.795471502064025, 0.0 ], [ 9.209261169564096, 48.795479053514839, 0.0 ], [ 9.20924704509952, 48.795519185080259, 0.0 ], [ 9.209196245304081, 48.795511633870575, 0.0 ], [ 9.209137682178264, 48.795502837807689, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fbf6", "Latitude": 48.78998, "Longitude": 9.20479, "X_coordina": 3515120.14, "Y_coordina": 5405854.26, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 352.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 93.6, "Total_wall": 327.5, "Total_wa00": 0.0, "Total_outw": 511.0, "Total_shar": 217.7, "Total_roof": 120.2, "Gross_volu": 1329.7, "Is_Gross_v": "false", "Heated_vol": 1236.1, "Ridge_mean": 16.4, "Eaves_mean": 12.51, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 352.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.4, "Total_Year": 22643.0, "January_He": 4054.0, "February_H": 2963.0, "March_Heat": 1923.0, "April_Heat": 437.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 981.0, "November_H": 2678.0, "December_H": 3949.0, "PV_potenti": 4.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204786236779755, 48.789969117073547, 0.0 ], [ 9.204818158507589, 48.789987764417688, 0.0 ], [ 9.204845032760385, 48.790003453251771, 0.0 ], [ 9.204771493140852, 48.790058257607086, 0.0 ], [ 9.204654310240096, 48.789989764266338, 0.0 ], [ 9.204727850253427, 48.789935049908081, 0.0 ], [ 9.204756361581852, 48.789951725012514, 0.0 ], [ 9.204786236779755, 48.789969117073547, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fb67", "Latitude": 48.79008, "Longitude": 9.20465, "X_coordina": 3515109.64, "Y_coordina": 5405865.39, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 813.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 180.9, "Total_wall": 675.6, "Total_wa00": 0.0, "Total_outw": 1004.2, "Total_shar": 29.6, "Total_roof": 243.2, "Gross_volu": 2669.9, "Is_Gross_v": "false", "Heated_vol": 2542.6, "Ridge_mean": 17.2, "Eaves_mean": 11.93, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.427, "Heated_are": 813.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 45531.0, "January_He": 8093.0, "February_H": 5676.0, "March_Heat": 3443.0, "April_Heat": 664.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1647.0, "November_H": 5086.0, "December_H": 7939.0, "PV_potenti": 10.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204659982712993, 48.790146401144845, 0.0 ], [ 9.204647162929261, 48.790139769579092, 0.0 ], [ 9.204627760896127, 48.790154371684096, 0.0 ], [ 9.204614193660525, 48.79016473700824, 0.0 ], [ 9.204587872074253, 48.790184566971227, 0.0 ], [ 9.20447805823097, 48.790121006160319, 0.0 ], [ 9.204627716210361, 48.790009504799592, 0.0 ], [ 9.204733442464589, 48.790071903729114, 0.0 ], [ 9.204736307360124, 48.790073607184681, 0.0 ], [ 9.204709441864692, 48.790093528066386, 0.0 ], [ 9.204695737838064, 48.79010371379615, 0.0 ], [ 9.204676063647446, 48.790118316393134, 0.0 ], [ 9.204688615633087, 48.790126027515214, 0.0 ], [ 9.204689161467096, 48.790126386239528, 0.0 ], [ 9.204661755942187, 48.790147387153347, 0.0 ], [ 9.204659982712993, 48.790146401144845, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003fb6c", "Latitude": 48.79008, "Longitude": 9.2048, "X_coordina": 3515120.32, "Y_coordina": 5405865.76, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 44.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.1, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 113.8, "Total_shar": 73.5, "Total_roof": 24.1, "Gross_volu": 97.2, "Is_Gross_v": "false", "Heated_vol": 97.2, "Ridge_mean": 4.0, "Eaves_mean": 4.03, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.017, "Heated_are": 44.3, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 2720.0, "January_He": 523.0, "February_H": 341.0, "March_Heat": 192.0, "April_Heat": 37.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 4.0, "October_He": 90.0, "November_H": 309.0, "December_H": 520.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204733442464589, 48.790071903729114, 0.0 ], [ 9.204739548339244, 48.790067396692315, 0.0 ], [ 9.204795753518914, 48.790100478570444, 0.0 ], [ 9.20475151865311, 48.790132839810397, 0.0 ], [ 9.204710864976413, 48.790108812553243, 0.0 ], [ 9.204720903644571, 48.790100881428451, 0.0 ], [ 9.204709441864692, 48.790093528066386, 0.0 ], [ 9.204736307360124, 48.790073607184681, 0.0 ], [ 9.204733442464589, 48.790071903729114, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003f9f7", "Latitude": 48.79459, "Longitude": 9.20425, "X_coordina": 3515078.66, "Y_coordina": 5406367.02, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 221.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 116.5, "Total_wall": 328.2, "Total_wa00": 0.0, "Total_outw": 647.5, "Total_shar": 0.0, "Total_roof": 128.3, "Gross_volu": 765.5, "Is_Gross_v": "false", "Heated_vol": 690.6, "Ridge_mean": 10.6, "Eaves_mean": 2.77, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.794, "Heated_are": 221.0, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 74.3, "Total_Year": 19642.0, "January_He": 3808.0, "February_H": 2768.0, "March_Heat": 1865.0, "April_Heat": 586.0, "May_Heatin": 61.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 996.0, "November_H": 2479.0, "December_H": 3716.0, "PV_potenti": 3.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20418179583401, 48.794618880420529, 0.0 ], [ 9.204118288803047, 48.794665843176375, 0.0 ], [ 9.204076267429414, 48.794641008826162, 0.0 ], [ 9.204193917169626, 48.79455375427294, 0.0 ], [ 9.204229388343965, 48.794574373790105, 0.0 ], [ 9.204260735458456, 48.794551387685999, 0.0 ], [ 9.204283656178015, 48.794564925485837, 0.0 ], [ 9.204299755240488, 48.79457442882326, 0.0 ], [ 9.204315718204235, 48.794583932399888, 0.0 ], [ 9.204331544338835, 48.794593256369957, 0.0 ], [ 9.204245378037953, 48.794657524721877, 0.0 ], [ 9.204229277864121, 48.794647751608288, 0.0 ], [ 9.204213450636363, 48.79463815785553, 0.0 ], [ 9.204197623049689, 48.794628474177671, 0.0 ], [ 9.20418179583401, 48.794618880420529, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003f589", "Latitude": 48.7876, "Longitude": 9.20866, "X_coordina": 3515405.0, "Y_coordina": 5405590.53, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 801.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.7, "Total_wall": 419.7, "Total_wa00": 0.0, "Total_outw": 564.8, "Total_shar": 391.2, "Total_roof": 206.6, "Gross_volu": 2674.6, "Is_Gross_v": "false", "Heated_vol": 2503.9, "Ridge_mean": 17.6, "Eaves_mean": 13.78, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.31, "Heated_are": 801.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 38312.0, "January_He": 6273.0, "February_H": 4437.0, "March_Heat": 2883.0, "April_Heat": 700.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1250.0, "November_H": 3852.0, "December_H": 6143.0, "PV_potenti": 9.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208497427171348, 48.787651779659193, 0.0 ], [ 9.208512751722772, 48.787606070690387, 0.0 ], [ 9.208529957602293, 48.787554603197805, 0.0 ], [ 9.208735711111343, 48.787585074256206, 0.0 ], [ 9.208717961087915, 48.787636542765476, 0.0 ], [ 9.208705185806005, 48.787673434622064, 0.0 ], [ 9.20870236230407, 48.787681712716335, 0.0 ], [ 9.208497427171348, 48.787651779659193, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003efcd", "Latitude": 48.79463, "Longitude": 9.20939, "X_coordina": 3515456.74, "Y_coordina": 5406372.31, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 1356.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 493.7, "Total_wall": 1052.5, "Total_wa00": 0.0, "Total_outw": 1679.1, "Total_shar": 106.0, "Total_roof": 493.7, "Gross_volu": 4733.6, "Is_Gross_v": "false", "Heated_vol": 4239.9, "Ridge_mean": 16.4, "Eaves_mean": 16.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.451, "Heated_are": 1356.8, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 62.1, "Total_Year": 104020.0, "January_He": 18836.0, "February_H": 14046.0, "March_Heat": 10142.0, "April_Heat": 3839.0, "May_Heatin": 509.0, "June_Heati": 18, "July_Heati": 2, "August_Hea": 4, "September_": 882.0, "October_He": 5325.0, "November_H": 12322.0, "December_H": 18274.0, "PV_potenti": 19.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209240503039817, 48.79460062789726, 0.0 ], [ 9.209271714705546, 48.794512895713929, 0.0 ], [ 9.209504742741908, 48.79454925075386, 0.0 ], [ 9.209507058018753, 48.79454960623606, 0.0 ], [ 9.209500599876305, 48.794567602696539, 0.0 ], [ 9.209491989511747, 48.794591717873722, 0.0 ], [ 9.209483513371936, 48.794615383188216, 0.0 ], [ 9.209460102897209, 48.794680710272964, 0.0 ], [ 9.209524931570673, 48.794690843627151, 0.0 ], [ 9.209493048696139, 48.794780735262712, 0.0 ], [ 9.209325665317339, 48.794754602107474, 0.0 ], [ 9.209303872772669, 48.794750864927828, 0.0 ], [ 9.209292704665183, 48.794749086754045, 0.0 ], [ 9.209268462231917, 48.79474535402008, 0.0 ], [ 9.209265734144301, 48.79474392020056, 0.0 ], [ 9.209259026470574, 48.794734670263018, 0.0 ], [ 9.209264294181336, 48.794724948946936, 0.0 ], [ 9.209278430788752, 48.794720517003618, 0.0 ], [ 9.209301720100811, 48.794724161544231, 0.0 ], [ 9.209308176463944, 48.794705715480838, 0.0 ], [ 9.209241713806003, 48.794695405126518, 0.0 ], [ 9.20917538765401, 48.794685184409474, 0.0 ], [ 9.209208078691436, 48.794593133226797, 0.0 ], [ 9.209211483554242, 48.794593666582642, 0.0 ], [ 9.209210676646665, 48.794596006061042, 0.0 ], [ 9.209240503039817, 48.79460062789726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003efb2", "Latitude": 48.78814, "Longitude": 9.21131, "X_coordina": 3515599.26, "Y_coordina": 5405651.6, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 149.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.3, "Total_wall": 88.0, "Total_wa00": 0.0, "Total_outw": 165.6, "Total_shar": 234.2, "Total_roof": 84.8, "Gross_volu": 522.9, "Is_Gross_v": "false", "Heated_vol": 468.6, "Ridge_mean": 12.3, "Eaves_mean": 6.91, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 149.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.8, "Total_Year": 9247.0, "January_He": 1659.0, "February_H": 1186.0, "March_Heat": 753.0, "April_Heat": 164.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 386.0, "November_H": 1080.0, "December_H": 1616.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211274548447541, 48.7881363525509, 0.0 ], [ 9.211330510162144, 48.78814335383894, 0.0 ], [ 9.211315084012391, 48.788196706875766, 0.0 ], [ 9.211259394415519, 48.78818970508113, 0.0 ], [ 9.211194582447536, 48.788181640905584, 0.0 ], [ 9.211210281272384, 48.788128377308304, 0.0 ], [ 9.211274548447541, 48.7881363525509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ef59", "Latitude": 48.78873, "Longitude": 9.20943, "X_coordina": 3515461.38, "Y_coordina": 5405716.94, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 117.6, "Total_wa00": 0.0, "Total_outw": 227.6, "Total_shar": 104.7, "Total_roof": 56.0, "Gross_volu": 334.6, "Is_Gross_v": "false", "Heated_vol": 292.5, "Ridge_mean": 9.8, "Eaves_mean": 6.19, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.697, "Heated_are": 93.6, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 66.0, "Total_Year": 7663.0, "January_He": 1549.0, "February_H": 1058.0, "March_Heat": 609.0, "April_Heat": 110.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 311.0, "November_H": 1000.0, "December_H": 1521.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209445456200516, 48.788774824457697, 0.0 ], [ 9.209388443117829, 48.788776906455176, 0.0 ], [ 9.209335648043304, 48.788778800909846, 0.0 ], [ 9.209335361651872, 48.788775384331792, 0.0 ], [ 9.209332230798225, 48.788742477967382, 0.0 ], [ 9.209331643803271, 48.788732227738357, 0.0 ], [ 9.209384574543954, 48.788730243115175, 0.0 ], [ 9.209441587573993, 48.788728161119693, 0.0 ], [ 9.209445456200516, 48.788774824457697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ed1f", "Latitude": 48.79054, "Longitude": 9.21233, "X_coordina": 3515673.96, "Y_coordina": 5405918.89, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 200.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 180.9, "Total_wall": 153.3, "Total_wa00": 0.0, "Total_outw": 426.4, "Total_shar": 102.4, "Total_roof": 180.9, "Gross_volu": 604.2, "Is_Gross_v": "false", "Heated_vol": 626.2, "Ridge_mean": 3.4, "Eaves_mean": 2.89, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.886, "Heated_are": 200.4, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 15.4, "Total_Year": 9661.0, "January_He": 1020.0, "February_H": 513.0, "March_Heat": 139.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 367.0, "December_H": 1012.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212364799019619, 48.790501766912605, 0.0 ], [ 9.21236904221044, 48.790507514199675, 0.0 ], [ 9.21242042528162, 48.790493121577114, 0.0 ], [ 9.212421325348341, 48.790512903113836, 0.0 ], [ 9.212423544773046, 48.790555073198675, 0.0 ], [ 9.212410071862665, 48.790555187973162, 0.0 ], [ 9.212412837553501, 48.790597806668444, 0.0 ], [ 9.212319179220655, 48.790624147154212, 0.0 ], [ 9.212312742967136, 48.790614717040135, 0.0 ], [ 9.212300645775272, 48.790618336286762, 0.0 ], [ 9.212286953680698, 48.790598758177985, 0.0 ], [ 9.21224127996415, 48.790611611517122, 0.0 ], [ 9.212227089451055, 48.790635197657679, 0.0 ], [ 9.212155016464814, 48.790616536418931, 0.0 ], [ 9.212186236928046, 48.79056495266444, 0.0 ], [ 9.212202549233133, 48.790560426426687, 0.0 ], [ 9.212196793099592, 48.79055090512918, 0.0 ], [ 9.212364799019619, 48.790501766912605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003ec4b", "Latitude": 48.79065, "Longitude": 9.21338, "X_coordina": 3515751.18, "Y_coordina": 5405931.18, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 482.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 130.5, "Total_wall": 343.1, "Total_wa00": 0.0, "Total_outw": 566.7, "Total_shar": 162.6, "Total_roof": 201.9, "Gross_volu": 1637.6, "Is_Gross_v": "false", "Heated_vol": 1507.1, "Ridge_mean": 15.2, "Eaves_mean": 10.04, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.435, "Heated_are": 482.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 27039.0, "January_He": 4788.0, "February_H": 3314.0, "March_Heat": 2103.0, "April_Heat": 482.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 56.0, "October_He": 964.0, "November_H": 2955.0, "December_H": 4721.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213433822402836, 48.790629910096179, 0.0 ], [ 9.213434320805504, 48.790715336611456, 0.0 ], [ 9.213247327669281, 48.790715772944431, 0.0 ], [ 9.213247423053115, 48.790674048208302, 0.0 ], [ 9.213247508910815, 48.790630075399029, 0.0 ], [ 9.213433822402836, 48.790629910096179, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003eab8", "Latitude": 48.78861, "Longitude": 9.2123, "X_coordina": 3515672.18, "Y_coordina": 5405703.36, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.3, "Total_wall": 49.3, "Total_wa00": 0.0, "Total_outw": 106.4, "Total_shar": 208.1, "Total_roof": 52.5, "Gross_volu": 314.2, "Is_Gross_v": "false", "Heated_vol": 272.9, "Ridge_mean": 9.2, "Eaves_mean": 5.92, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 87.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5470.0, "January_He": 1023.0, "February_H": 706.0, "March_Heat": 410.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 656.0, "December_H": 1002.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212312894617469, 48.788650604703328, 0.0 ], [ 9.212255725609801, 48.788647922453343, 0.0 ], [ 9.212197467519557, 48.788645152258077, 0.0 ], [ 9.212201774937448, 48.788601621273678, 0.0 ], [ 9.212259759283413, 48.788604032276723, 0.0 ], [ 9.21231611057196, 48.788606446261362, 0.0 ], [ 9.212312894617469, 48.788650604703328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e5c9", "Latitude": 48.79088, "Longitude": 9.21373, "X_coordina": 3515776.2, "Y_coordina": 5405956.62, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 589.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.3, "Total_wall": 347.3, "Total_wa00": 0.0, "Total_outw": 586.9, "Total_shar": 219.3, "Total_roof": 237.1, "Gross_volu": 2005.8, "Is_Gross_v": "false", "Heated_vol": 1841.5, "Ridge_mean": 15.1, "Eaves_mean": 9.62, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 589.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 31386.0, "January_He": 5512.0, "February_H": 3809.0, "March_Heat": 2304.0, "April_Heat": 442.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1075.0, "November_H": 3437.0, "December_H": 5415.0, "PV_potenti": 11.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213752042359578, 48.790829130171538, 0.0 ], [ 9.213752707051626, 48.790857454877276, 0.0 ], [ 9.213755639545536, 48.790971112885217, 0.0 ], [ 9.213683103609728, 48.790971876963312, 0.0 ], [ 9.213611112051391, 48.79097263998603, 0.0 ], [ 9.21360849083621, 48.790836050874702, 0.0 ], [ 9.213720608715516, 48.79083017767077, 0.0 ], [ 9.213749729133898, 48.790829224388702, 0.0 ], [ 9.213752042359578, 48.790829130171538, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e53f", "Latitude": 48.79186, "Longitude": 9.20177, "X_coordina": 3514897.66, "Y_coordina": 5406062.9, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1070.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.2, "Total_wall": 782.5, "Total_wa00": 0.0, "Total_outw": 1043.8, "Total_shar": 59.6, "Total_roof": 269.3, "Gross_volu": 3392.0, "Is_Gross_v": "false", "Heated_vol": 3346.7, "Ridge_mean": 19.5, "Eaves_mean": 15.3, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.368, "Heated_are": 1070.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.7, "Total_Year": 56232.0, "January_He": 9745.0, "February_H": 6827.0, "March_Heat": 4175.0, "April_Heat": 789.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1981.0, "November_H": 6117.0, "December_H": 9529.0, "PV_potenti": 9.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201832821342853, 48.791889614326905, 0.0 ], [ 9.2017268435148, 48.791968213399379, 0.0 ], [ 9.201631485267027, 48.791911998307377, 0.0 ], [ 9.201626026030798, 48.79184024883395, 0.0 ], [ 9.201694685870622, 48.791788872147023, 0.0 ], [ 9.201695771765269, 48.791788150856313, 0.0 ], [ 9.201831236264917, 48.79186767574685, 0.0 ], [ 9.201832821342853, 48.791889614326905, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e540", "Latitude": 48.79179, "Longitude": 9.20169, "X_coordina": 3514891.18, "Y_coordina": 5406055.39, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.5, "Total_wall": 39.5, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 59.3, "Total_roof": 23.5, "Gross_volu": 69.4, "Is_Gross_v": "false", "Heated_vol": 60.1, "Ridge_mean": 2.9, "Eaves_mean": 2.94, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.334, "Heated_are": 19.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201587344468145, 48.791832852895119, 0.0 ], [ 9.201668763241846, 48.791772911145848, 0.0 ], [ 9.201694685870622, 48.791788872147023, 0.0 ], [ 9.201626026030798, 48.79184024883395, 0.0 ], [ 9.201614763453208, 48.791848631447465, 0.0 ], [ 9.201590617650041, 48.791834555713635, 0.0 ], [ 9.201587344468145, 48.791832852895119, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e337", "Latitude": 48.78855, "Longitude": 9.20942, "X_coordina": 3515460.28, "Y_coordina": 5405696.93, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 79.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.6, "Total_wall": 43.8, "Total_wa00": 0.0, "Total_outw": 105.2, "Total_shar": 201.2, "Total_roof": 52.8, "Gross_volu": 287.1, "Is_Gross_v": "false", "Heated_vol": 247.5, "Ridge_mean": 9.0, "Eaves_mean": 5.45, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 79.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 4939.0, "January_He": 934.0, "February_H": 636.0, "March_Heat": 358.0, "April_Heat": 58.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 182.0, "November_H": 593.0, "December_H": 915.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209429595550422, 48.788593477300331, 0.0 ], [ 9.20937353529229, 48.788595557557727, 0.0 ], [ 9.209320196426953, 48.788597542917707, 0.0 ], [ 9.209319201170592, 48.788587293430439, 0.0 ], [ 9.209316201566088, 48.788553217818475, 0.0 ], [ 9.209369949398189, 48.7885514115641, 0.0 ], [ 9.209425738553033, 48.788549601572392, 0.0 ], [ 9.209429595550422, 48.788593477300331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e2a1", "Latitude": 48.79457, "Longitude": 9.202, "X_coordina": 3514913.23, "Y_coordina": 5406364.4, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1437.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 218.8, "Total_wall": 1169.3, "Total_wa00": 0.0, "Total_outw": 1429.4, "Total_shar": 221.8, "Total_roof": 218.8, "Gross_volu": 4493.0, "Is_Gross_v": "false", "Heated_vol": 4493.0, "Ridge_mean": 20.5, "Eaves_mean": 20.53, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 40, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.358, "Heated_are": 1437.8, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 68769.0, "January_He": 11447.0, "February_H": 7999.0, "March_Heat": 4988.0, "April_Heat": 989.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 92.0, "October_He": 2253.0, "November_H": 7043.0, "December_H": 11159.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201925429727714, 48.794516389470829, 0.0 ], [ 9.201943209629128, 48.79450394884207, 0.0 ], [ 9.202080729910746, 48.79458508842152, 0.0 ], [ 9.202066343968941, 48.794595364950673, 0.0 ], [ 9.202099499075421, 48.79461562949286, 0.0 ], [ 9.202062859089756, 48.794642670856035, 0.0 ], [ 9.202076502812899, 48.794650919882351, 0.0 ], [ 9.202030091387492, 48.794684992418482, 0.0 ], [ 9.201804850985521, 48.794553019878869, 0.0 ], [ 9.201885456899406, 48.794492989506125, 0.0 ], [ 9.201925429727714, 48.794516389470829, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e27c", "Latitude": 48.79273, "Longitude": 9.20187, "X_coordina": 3514904.5, "Y_coordina": 5406160.32, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 940.9, "SecondaryU": "retail", "Secondar00": 163.4, "BuildingTy": "GMH", "Footprint_": 204.2, "Total_wall": 595.1, "Total_wa00": 0.0, "Total_outw": 821.2, "Total_shar": 511.4, "Total_roof": 235.3, "Gross_volu": 3655.1, "Is_Gross_v": "false", "Heated_vol": 3450.9, "Ridge_mean": 19.6, "Eaves_mean": 15.26, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 18, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.294, "Heated_are": 1104.3, "Mean_Uvalu": 0.49, "Specific_d": "24,3", "Specific_s": 33.6, "Total_Year": 63981.0, "January_He": 9164.0, "February_H": 6447.0, "March_Heat": 4085.0, "April_Heat": 892.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 1854.0, "November_H": 5659.0, "December_H": 8928.0, "PV_potenti": 12.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201921567203907, 48.792807758468697, 0.0 ], [ 9.201865116623889, 48.792849492056654, 0.0 ], [ 9.201684222548533, 48.792743699181884, 0.0 ], [ 9.201742712853747, 48.792701512490517, 0.0 ], [ 9.201801338799966, 48.792659235607879, 0.0 ], [ 9.201804066923119, 48.79266075952809, 0.0 ], [ 9.201807052098665, 48.792658506207104, 0.0 ], [ 9.201822604243022, 48.792667651157707, 0.0 ], [ 9.201807677642091, 48.792678737917875, 0.0 ], [ 9.201967975894002, 48.792773416199047, 0.0 ], [ 9.201921567203907, 48.792807758468697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e0c6", "Latitude": 48.79044, "Longitude": 9.19936, "X_coordina": 3514720.46, "Y_coordina": 5405904.26, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 976.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.2, "Total_wall": 693.2, "Total_wa00": 0.0, "Total_outw": 914.6, "Total_shar": 211.4, "Total_roof": 215.8, "Gross_volu": 3089.4, "Is_Gross_v": "false", "Heated_vol": 3052.9, "Ridge_mean": 18.5, "Eaves_mean": 15.25, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 16, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.357, "Heated_are": 976.9, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.2, "Total_Year": 48898.0, "January_He": 8314.0, "February_H": 5808.0, "March_Heat": 3590.0, "April_Heat": 683.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1670.0, "November_H": 5171.0, "December_H": 8102.0, "PV_potenti": 9.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199447238199474, 48.790469470714179, 0.0 ], [ 9.19934858839042, 48.790542929280555, 0.0 ], [ 9.199177119704814, 48.790442511529889, 0.0 ], [ 9.199226104972599, 48.790405917803156, 0.0 ], [ 9.199275904593343, 48.790368783104405, 0.0 ], [ 9.199447238199474, 48.790469470714179, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003e0c7", "Latitude": 48.79054, "Longitude": 9.19932, "X_coordina": 3514718.01, "Y_coordina": 5405915.93, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 60.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 19.7, "Total_wall": 103.4, "Total_wa00": 0.0, "Total_outw": 163.0, "Total_shar": 81.6, "Total_roof": 21.7, "Gross_volu": 158.4, "Is_Gross_v": "false", "Heated_vol": 158.4, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.913, "Heated_are": 60.5, "Mean_Uvalu": 0.52, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199324871686549, 48.790568148947763, 0.0 ], [ 9.199295561213585, 48.790589871269859, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199262123887712, 48.7905317485518, 0.0 ], [ 9.199324871686549, 48.790568148947763, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df81", "Latitude": 48.78872, "Longitude": 9.20594, "X_coordina": 3515204.67, "Y_coordina": 5405715.15, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 667.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.1, "Total_wall": 564.9, "Total_wa00": 0.0, "Total_outw": 774.3, "Total_shar": 28.4, "Total_roof": 249.7, "Gross_volu": 2246.7, "Is_Gross_v": "false", "Heated_vol": 2086.6, "Ridge_mean": 17.7, "Eaves_mean": 10.32, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 667.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 36948.0, "January_He": 6581.0, "February_H": 4577.0, "March_Heat": 2739.0, "April_Heat": 518.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1301.0, "November_H": 4113.0, "December_H": 6470.0, "PV_potenti": 11.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205944076814259, 48.78869517231778, 0.0 ], [ 9.20601360066601, 48.788724003379137, 0.0 ], [ 9.20591751575239, 48.788822461777592, 0.0 ], [ 9.205848399351158, 48.788793450083134, 0.0 ], [ 9.205776284290376, 48.788763274697999, 0.0 ], [ 9.205803116295172, 48.788735440341632, 0.0 ], [ 9.205871145304521, 48.78866499845158, 0.0 ], [ 9.205944076814259, 48.78869517231778, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df82", "Latitude": 48.78872, "Longitude": 9.2058, "X_coordina": 3515194.11, "Y_coordina": 5405715.01, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 49.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.0, "Total_wall": 57.6, "Total_wa00": 0.0, "Total_outw": 128.0, "Total_shar": 62.2, "Total_roof": 27.0, "Gross_volu": 110.9, "Is_Gross_v": "false", "Heated_vol": 110.9, "Ridge_mean": 4.1, "Eaves_mean": 4.12, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.006, "Heated_are": 49.5, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 2269.0, "January_He": 218.0, "February_H": 105.0, "March_Heat": 32.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 69.0, "December_H": 215.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205748815624034, 48.788768539349803, 0.0 ], [ 9.205699506908484, 48.788757746675323, 0.0 ], [ 9.205720162018046, 48.788716974365961, 0.0 ], [ 9.205803116295172, 48.788735440341632, 0.0 ], [ 9.205776284290376, 48.788763274697999, 0.0 ], [ 9.205748815624034, 48.788768539349803, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df83", "Latitude": 48.7887, "Longitude": 9.20569, "X_coordina": 3515186.57, "Y_coordina": 5405712.88, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 90.6, "Total_wa00": 0.0, "Total_outw": 179.9, "Total_shar": 74.6, "Total_roof": 47.0, "Gross_volu": 225.9, "Is_Gross_v": "false", "Heated_vol": 203.3, "Ridge_mean": 5.6, "Eaves_mean": 5.6, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.854, "Heated_are": 65.1, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.72 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205699506908484, 48.788757746675323, 0.0 ], [ 9.205576914738339, 48.78873053887439, 0.0 ], [ 9.205597706024975, 48.78868976634368, 0.0 ], [ 9.205720162018046, 48.788716974365961, 0.0 ], [ 9.205699506908484, 48.788757746675323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003df7f", "Latitude": 48.78846, "Longitude": 9.20516, "X_coordina": 3515147.33, "Y_coordina": 5405685.27, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 245.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 124.7, "Total_wall": 237.5, "Total_wa00": 0.0, "Total_outw": 461.1, "Total_shar": 0.0, "Total_roof": 168.9, "Gross_volu": 798.4, "Is_Gross_v": "false", "Heated_vol": 767.6, "Ridge_mean": 8.5, "Eaves_mean": 4.21, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.678, "Heated_are": 245.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 54.1, "Total_Year": 17185.0, "January_He": 3279.0, "February_H": 2269.0, "March_Heat": 1386.0, "April_Heat": 313.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 689.0, "November_H": 2062.0, "December_H": 3235.0, "PV_potenti": 7.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205032893767205, 48.788446270934358, 0.0 ], [ 9.205047911261374, 48.788424572595183, 0.0 ], [ 9.205055623219817, 48.788413498253846, 0.0 ], [ 9.205223628510149, 48.788464365533549, 0.0 ], [ 9.205196705337206, 48.78850326052796, 0.0 ], [ 9.205171675996692, 48.788539364508509, 0.0 ], [ 9.205003398697842, 48.788488587561595, 0.0 ], [ 9.205027346754985, 48.788454284015458, 0.0 ], [ 9.205032893767205, 48.788446270934358, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defa", "Latitude": 48.78997, "Longitude": 9.19927, "X_coordina": 3514714.53, "Y_coordina": 5405852.34, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2956.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 483.4, "Total_wall": 1703.0, "Total_wa00": 0.0, "Total_outw": 2108.2, "Total_shar": 333.4, "Total_roof": 493.4, "Gross_volu": 9348.9, "Is_Gross_v": "false", "Heated_vol": 9237.8, "Ridge_mean": 23.6, "Eaves_mean": 16.03, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 2956.1, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 43.5, "Total_Year": 344382.0, "January_He": 29760.0, "February_H": 22179.0, "March_Heat": 15395.0, "April_Heat": 4862.0, "May_Heatin": 419.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 842.0, "October_He": 7314.0, "November_H": 18957.0, "December_H": 28814.0, "PV_potenti": 20.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199117528789701, 48.790103242828941, 0.0 ], [ 9.198986982250862, 48.790026134164989, 0.0 ], [ 9.199039898639564, 48.789985667005787, 0.0 ], [ 9.199037988722131, 48.789984501299763, 0.0 ], [ 9.199080466117639, 48.789954213534124, 0.0 ], [ 9.199082511771493, 48.789955289081149, 0.0 ], [ 9.199125247778932, 48.789921583753866, 0.0 ], [ 9.199156349764069, 48.789939964312822, 0.0 ], [ 9.199360812052076, 48.78988394779865, 0.0 ], [ 9.1993938468112, 48.789874898240527, 0.0 ], [ 9.19939699688282, 48.789879928509379, 0.0 ], [ 9.199389520010646, 48.78988200969907, 0.0 ], [ 9.199413081793185, 48.789920815908104, 0.0 ], [ 9.19946457218775, 48.790001388226869, 0.0 ], [ 9.19946960226196, 48.790000030659634, 0.0 ], [ 9.199472341220089, 48.790004342249432, 0.0 ], [ 9.199240285590378, 48.790068949449385, 0.0 ], [ 9.199117528789701, 48.790103242828941, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defb", "Latitude": 48.79007, "Longitude": 9.19922, "X_coordina": 3514710.78, "Y_coordina": 5405864.09, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 40.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.3, "Total_wall": 65.1, "Total_wa00": 0.0, "Total_outw": 123.1, "Total_shar": 92.4, "Total_roof": 22.3, "Gross_volu": 111.9, "Is_Gross_v": "false", "Heated_vol": 111.9, "Ridge_mean": 5.0, "Eaves_mean": 4.99, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.98, "Heated_are": 40.3, "Mean_Uvalu": 0.51, "Specific_d": "73,0", "Specific_s": 79.7, "Total_Year": 6159.0, "January_He": 774.0, "February_H": 550.0, "March_Heat": 341.0, "April_Heat": 81.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 185.0, "November_H": 508.0, "December_H": 752.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199236852564093, 48.790095572782533, 0.0 ], [ 9.1991468577638, 48.790120637295736, 0.0 ], [ 9.199117528789701, 48.790103242828941, 0.0 ], [ 9.199240285590378, 48.790068949449385, 0.0 ], [ 9.199236852564093, 48.790095572782533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defc", "Latitude": 48.78991, "Longitude": 9.19965, "X_coordina": 3514742.01, "Y_coordina": 5405845.88, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1805.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 324.7, "Total_wall": 1184.7, "Total_wa00": 0.0, "Total_outw": 1596.4, "Total_shar": 241.9, "Total_roof": 326.5, "Gross_volu": 5965.5, "Is_Gross_v": "false", "Heated_vol": 5640.8, "Ridge_mean": 20.3, "Eaves_mean": 17.27, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.319, "Heated_are": 1805.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 41.3, "Total_Year": 206265.0, "January_He": 17726.0, "February_H": 12887.0, "March_Heat": 8593.0, "April_Heat": 2416.0, "May_Heatin": 177.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 395.0, "October_He": 4010.0, "November_H": 11057.0, "December_H": 17212.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199650166216314, 48.789854760861914, 0.0 ], [ 9.19964893318247, 48.789852694756156, 0.0 ], [ 9.199718535939517, 48.789833330406594, 0.0 ], [ 9.199760988961359, 48.78989989018136, 0.0 ], [ 9.199793581682643, 48.789950910259776, 0.0 ], [ 9.199723843770546, 48.789970544659568, 0.0 ], [ 9.199719596713498, 48.789963448058792, 0.0 ], [ 9.199487130461437, 48.790027337079422, 0.0 ], [ 9.199472341220089, 48.790004342249432, 0.0 ], [ 9.19946960226196, 48.790000030659634, 0.0 ], [ 9.19946457218775, 48.790001388226869, 0.0 ], [ 9.199444167537317, 48.789969410756733, 0.0 ], [ 9.199413081793185, 48.789920815908104, 0.0 ], [ 9.199650166216314, 48.789854760861914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defd", "Latitude": 48.78974, "Longitude": 9.19958, "X_coordina": 3514736.77, "Y_coordina": 5405827.3, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 175.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 114.1, "Total_wall": 172.4, "Total_wa00": 0.0, "Total_outw": 529.1, "Total_shar": 0.0, "Total_roof": 115.6, "Gross_volu": 363.4, "Is_Gross_v": "false", "Heated_vol": 363.4, "Ridge_mean": 3.8, "Eaves_mean": 3.82, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.107, "Heated_are": 175.9, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19967238143464, 48.78975994283757, 0.0 ], [ 9.199480977696108, 48.789814138813085, 0.0 ], [ 9.199473035174551, 48.789801743110289, 0.0 ], [ 9.199412949182907, 48.789818662894135, 0.0 ], [ 9.199390488297265, 48.789782912181693, 0.0 ], [ 9.199638833107974, 48.789708115067199, 0.0 ], [ 9.19967238143464, 48.78975994283757, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003defe", "Latitude": 48.78969, "Longitude": 9.19978, "X_coordina": 3514751.54, "Y_coordina": 5405821.86, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 33.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.4, "Total_wall": 37.9, "Total_wa00": 0.0, "Total_outw": 184.9, "Total_shar": 0.0, "Total_roof": 36.4, "Gross_volu": 56.5, "Is_Gross_v": "false", "Heated_vol": 56.5, "Ridge_mean": 1.6, "Eaves_mean": 1.57, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.961, "Heated_are": 33.8, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199785489145494, 48.789729352474389, 0.0 ], [ 9.19970976564008, 48.78974953679252, 0.0 ], [ 9.199678808374999, 48.7896990533946, 0.0 ], [ 9.199754939734838, 48.789678778465515, 0.0 ], [ 9.199785489145494, 48.789729352474389, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd80", "Latitude": 48.78993, "Longitude": 9.19846, "X_coordina": 3514654.74, "Y_coordina": 5405847.54, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1120.3, "SecondaryU": "retail", "Secondar00": 201.0, "BuildingTy": "GMH", "Footprint_": 251.3, "Total_wall": 740.2, "Total_wa00": 0.0, "Total_outw": 1029.4, "Total_shar": 348.9, "Total_roof": 286.0, "Gross_volu": 4251.9, "Is_Gross_v": "false", "Heated_vol": 4129.1, "Ridge_mean": 18.8, "Eaves_mean": 15.0, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 21, "Number_o00": 40, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.306, "Heated_are": 1321.3, "Mean_Uvalu": 0.44, "Specific_d": "24,5", "Specific_s": 32.6, "Total_Year": 75514.0, "January_He": 10625.0, "February_H": 7526.0, "March_Heat": 4732.0, "April_Heat": 977.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2157.0, "November_H": 6609.0, "December_H": 10341.0, "PV_potenti": 14.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198383532215807, 48.789850565325033, 0.0 ], [ 9.198388824916735, 48.789846779414496, 0.0 ], [ 9.198569844495774, 48.789954285846029, 0.0 ], [ 9.198509458285026, 48.789998722306187, 0.0 ], [ 9.198442557963537, 48.790047845988575, 0.0 ], [ 9.198305877811785, 48.78996804941319, 0.0 ], [ 9.198261538318695, 48.789940339358971, 0.0 ], [ 9.198315953987308, 48.789900319568467, 0.0 ], [ 9.19832857405796, 48.789891035700265, 0.0 ], [ 9.198383532215807, 48.789850565325033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd81", "Latitude": 48.78984, "Longitude": 9.19837, "X_coordina": 3514648.0000000005, "Y_coordina": 5405837.81, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 167.8, "SecondaryU": "retail", "Secondar00": 30.6, "BuildingTy": "GMH", "Footprint_": 38.3, "Total_wall": 271.5, "Total_wa00": 0.0, "Total_outw": 373.6, "Total_shar": 164.8, "Total_roof": 57.5, "Gross_volu": 658.5, "Is_Gross_v": "false", "Heated_vol": 620.2, "Ridge_mean": 19.1, "Eaves_mean": 15.28, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.584, "Heated_are": 198.5, "Mean_Uvalu": 0.52, "Specific_d": "24,7", "Specific_s": 49.1, "Total_Year": 14646.0, "January_He": 2487.0, "February_H": 1666.0, "March_Heat": 949.0, "April_Heat": 196.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 446.0, "November_H": 1492.0, "December_H": 2478.0, "PV_potenti": 2.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198263709514503, 48.789869655648303, 0.0 ], [ 9.198276600708386, 48.789860101548058, 0.0 ], [ 9.198330878768942, 48.789819722292343, 0.0 ], [ 9.198383532215807, 48.789850565325033, 0.0 ], [ 9.19832857405796, 48.789891035700265, 0.0 ], [ 9.198315953987308, 48.789900319568467, 0.0 ], [ 9.198263709514503, 48.789869655648303, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd82", "Latitude": 48.79005, "Longitude": 9.19833, "X_coordina": 3514645.44, "Y_coordina": 5405861.38, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 915.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 252.5, "Total_wall": 195.2, "Total_wa00": 0.0, "Total_outw": 303.4, "Total_shar": 633.2, "Total_roof": 252.5, "Gross_volu": 2354.6, "Is_Gross_v": "false", "Heated_vol": 2354.6, "Ridge_mean": 9.3, "Eaves_mean": 9.33, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.297, "Heated_are": 915.8, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 30919.0, "January_He": 354.0, "February_H": 132.0, "March_Heat": 14.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 33.0, "December_H": 293.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198442557963537, 48.790047845988575, 0.0 ], [ 9.198435501360667, 48.790052983795398, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198136814077255, 48.790097200985727, 0.0 ], [ 9.198165308208848, 48.79007548036131, 0.0 ], [ 9.198183625472467, 48.79006142075292, 0.0 ], [ 9.198305877811785, 48.78996804941319, 0.0 ], [ 9.198442557963537, 48.790047845988575, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dd79", "Latitude": 48.79021, "Longitude": 9.21178, "X_coordina": 3515633.7, "Y_coordina": 5405881.8, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 539.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.9, "Total_wall": 302.1, "Total_wa00": 0.0, "Total_outw": 459.3, "Total_shar": 336.9, "Total_roof": 185.4, "Gross_volu": 1813.9, "Is_Gross_v": "false", "Heated_vol": 1686.1, "Ridge_mean": 16.7, "Eaves_mean": 11.63, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 539.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 28917.0, "January_He": 4917.0, "February_H": 3584.0, "March_Heat": 2273.0, "April_Heat": 470.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1079.0, "November_H": 3172.0, "December_H": 4812.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211851240319829, 48.790225748035873, 0.0 ], [ 9.211714792241072, 48.790303333283383, 0.0 ], [ 9.21167069307163, 48.790269872835204, 0.0 ], [ 9.211628505691081, 48.790237937558388, 0.0 ], [ 9.211764952591087, 48.790160082643446, 0.0 ], [ 9.211806867428422, 48.790191928448365, 0.0 ], [ 9.211851240319829, 48.790225748035873, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dcad", "Latitude": 48.79258, "Longitude": 9.20158, "X_coordina": 3514883.54, "Y_coordina": 5406142.67, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 132.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 72.0, "Total_wall": 128.2, "Total_wa00": 0.0, "Total_outw": 286.6, "Total_shar": 37.7, "Total_roof": 72.0, "Gross_volu": 291.9, "Is_Gross_v": "false", "Heated_vol": 291.9, "Ridge_mean": 4.1, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.933, "Heated_are": 132.3, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 50.4, "Total_Year": 16326.0, "January_He": 1561.0, "February_H": 1139.0, "March_Heat": 767.0, "April_Heat": 235.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 382.0, "November_H": 993.0, "December_H": 1520.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201544047355725, 48.792541976219447, 0.0 ], [ 9.201589473616702, 48.79256815439517, 0.0 ], [ 9.201595717975859, 48.79256409690246, 0.0 ], [ 9.201625867277443, 48.792581848989393, 0.0 ], [ 9.201621388247545, 48.792584914233494, 0.0 ], [ 9.201618525115531, 48.792583660316083, 0.0 ], [ 9.201527193834789, 48.792649644249039, 0.0 ], [ 9.201498273024061, 48.792632789222786, 0.0 ], [ 9.20149677989002, 48.792633780994862, 0.0 ], [ 9.201454488946013, 48.792608856228306, 0.0 ], [ 9.201544047355725, 48.792541976219447, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003dadd", "Latitude": 48.79505, "Longitude": 9.20393, "X_coordina": 3515055.17, "Y_coordina": 5406417.86, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 915.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 211.2, "Total_wall": 667.7, "Total_wa00": 0.0, "Total_outw": 894.1, "Total_shar": 356.1, "Total_roof": 211.2, "Gross_volu": 2859.4, "Is_Gross_v": "false", "Heated_vol": 2859.4, "Ridge_mean": 15.2, "Eaves_mean": 15.16, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.381, "Heated_are": 915.0, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 44273.0, "January_He": 7305.0, "February_H": 5189.0, "March_Heat": 3307.0, "April_Heat": 709.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1522.0, "November_H": 4554.0, "December_H": 7107.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204020697278487, 48.795101336032261, 0.0 ], [ 9.203918444378678, 48.795159517831252, 0.0 ], [ 9.203847308911683, 48.795104340790424, 0.0 ], [ 9.203835902584043, 48.795110925399698, 0.0 ], [ 9.203824140026244, 48.795130369705795, 0.0 ], [ 9.203794979410018, 48.795122058424525, 0.0 ], [ 9.20380661097038, 48.795103873282898, 0.0 ], [ 9.203816484070204, 48.795088388958789, 0.0 ], [ 9.203822730747058, 48.795084870884402, 0.0 ], [ 9.20375146120519, 48.795030143638776, 0.0 ], [ 9.203856032207577, 48.794973036965722, 0.0 ], [ 9.203891123644835, 48.795000671294673, 0.0 ], [ 9.203905653816623, 48.794992462524725, 0.0 ], [ 9.203998635064327, 48.795064596384833, 0.0 ], [ 9.203984104157835, 48.795072625320607, 0.0 ], [ 9.204020697278487, 48.795101336032261, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d9dd", "Latitude": 48.7879, "Longitude": 9.19486, "X_coordina": 3514391.08, "Y_coordina": 5405621.98, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 983.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 196.9, "Total_wall": 638.0, "Total_wa00": 0.0, "Total_outw": 945.0, "Total_shar": 349.7, "Total_roof": 213.8, "Gross_volu": 3270.0, "Is_Gross_v": "false", "Heated_vol": 3073.1, "Ridge_mean": 17.7, "Eaves_mean": 15.49, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 983.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.0, "Total_Year": 49011.0, "January_He": 8118.0, "February_H": 5772.0, "March_Heat": 3796.0, "April_Heat": 971.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 1675.0, "November_H": 5029.0, "December_H": 7948.0, "PV_potenti": 10.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194685671870326, 48.787965962057797, 0.0 ], [ 9.194690512973148, 48.787915776471145, 0.0 ], [ 9.194694702159394, 48.787872965726237, 0.0 ], [ 9.194953723644439, 48.787885026887409, 0.0 ], [ 9.194949528407294, 48.787926219026048, 0.0 ], [ 9.194944283132191, 48.78797739446798, 0.0 ], [ 9.194685671870326, 48.787965962057797, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d755", "Latitude": 48.78851, "Longitude": 9.21189, "X_coordina": 3515642.05, "Y_coordina": 5405692.56, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.6, "Total_wall": 50.5, "Total_wa00": 0.0, "Total_outw": 115.9, "Total_shar": 236.2, "Total_roof": 58.1, "Gross_volu": 344.0, "Is_Gross_v": "false", "Heated_vol": 301.5, "Ridge_mean": 10.1, "Eaves_mean": 6.05, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.468, "Heated_are": 87.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 5509.0, "January_He": 1042.0, "February_H": 712.0, "March_Heat": 403.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 205.0, "November_H": 665.0, "December_H": 1022.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211850268617232, 48.788507758680382, 0.0 ], [ 9.211908394985189, 48.788511608377405, 0.0 ], [ 9.211902183976083, 48.78855559247247, 0.0 ], [ 9.211844057557821, 48.78855174277242, 0.0 ], [ 9.211784433797332, 48.78854780587303, 0.0 ], [ 9.211791461816567, 48.788503910205385, 0.0 ], [ 9.211850268617232, 48.788507758680382, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d404", "Latitude": 48.78828, "Longitude": 9.21061, "X_coordina": 3515548.08, "Y_coordina": 5405666.42, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.0, "Total_wall": 115.8, "Total_wa00": 0.0, "Total_outw": 187.5, "Total_shar": 112.5, "Total_roof": 94.2, "Gross_volu": 457.8, "Is_Gross_v": "false", "Heated_vol": 431.8, "Ridge_mean": 10.4, "Eaves_mean": 5.33, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.605, "Heated_are": 138.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 54.3, "Total_Year": 9692.0, "January_He": 1888.0, "February_H": 1258.0, "March_Heat": 763.0, "April_Heat": 176.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 362.0, "November_H": 1147.0, "December_H": 1878.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210615717081131, 48.788324870339359, 0.0 ], [ 9.210615623164308, 48.7883316957166, 0.0 ], [ 9.210615631104533, 48.788333593091231, 0.0 ], [ 9.21051638982493, 48.788332335770733, 0.0 ], [ 9.210518021736913, 48.788260483786011, 0.0 ], [ 9.210616814952283, 48.788262020687903, 0.0 ], [ 9.210616597681296, 48.788275140946816, 0.0 ], [ 9.210615717081131, 48.788324870339359, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d381", "Latitude": 48.79539, "Longitude": 9.21167, "X_coordina": 3515624.01, "Y_coordina": 5406457.64, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 134.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 113.1, "Total_wall": 138.7, "Total_wa00": 0.0, "Total_outw": 333.2, "Total_shar": 78.2, "Total_roof": 116.8, "Gross_volu": 531.7, "Is_Gross_v": "false", "Heated_vol": 418.6, "Ridge_mean": 7.0, "Eaves_mean": 3.46, "Storey_num": 2, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.762, "Heated_are": 134.0, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 68.7, "Total_Year": 11326.0, "January_He": 2322.0, "February_H": 1567.0, "March_Heat": 888.0, "April_Heat": 164.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 458.0, "November_H": 1486.0, "December_H": 2287.0, "PV_potenti": 4.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211580449048247, 48.795348563127646, 0.0 ], [ 9.211625358240671, 48.795347041833296, 0.0 ], [ 9.211681835372579, 48.79534522948817, 0.0 ], [ 9.211685204547166, 48.795401965052854, 0.0 ], [ 9.211689305717421, 48.795470928873428, 0.0 ], [ 9.211581252159522, 48.795474814310147, 0.0 ], [ 9.211580539860709, 48.795467262041072, 0.0 ], [ 9.21157953455074, 48.795454764515327, 0.0 ], [ 9.211575385149592, 48.795406663041916, 0.0 ], [ 9.21157051476432, 48.795348941073037, 0.0 ], [ 9.211580449048247, 48.795348563127646, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d383", "Latitude": 48.79529, "Longitude": 9.21167, "X_coordina": 3515623.9, "Y_coordina": 5406446.34, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.9, "Total_wall": 137.5, "Total_wa00": 0.0, "Total_outw": 281.4, "Total_shar": 78.5, "Total_roof": 70.3, "Gross_volu": 406.7, "Is_Gross_v": "false", "Heated_vol": 386.1, "Ridge_mean": 7.0, "Eaves_mean": 5.47, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.699, "Heated_are": 123.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 44.1, "Total_Year": 7400.0, "January_He": 1477.0, "February_H": 903.0, "March_Heat": 449.0, "April_Heat": 71.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 203.0, "November_H": 840.0, "December_H": 1490.0, "PV_potenti": 2.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211620676434869, 48.795269446415368, 0.0 ], [ 9.211677156128049, 48.79526826353262, 0.0 ], [ 9.211681835372579, 48.79534522948817, 0.0 ], [ 9.211625358240671, 48.795347041833296, 0.0 ], [ 9.211580449048247, 48.795348563127646, 0.0 ], [ 9.211573995657126, 48.795270431421358, 0.0 ], [ 9.211620676434869, 48.795269446415368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d333", "Latitude": 48.79299, "Longitude": 9.20255, "X_coordina": 3514954.66, "Y_coordina": 5406189.04, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 533.7, "SecondaryU": "retail", "Secondar00": 113.0, "BuildingTy": "GMH", "Footprint_": 141.3, "Total_wall": 451.9, "Total_wa00": 0.0, "Total_outw": 669.7, "Total_shar": 367.3, "Total_roof": 163.0, "Gross_volu": 2162.4, "Is_Gross_v": "false", "Heated_vol": 2021.1, "Ridge_mean": 16.9, "Eaves_mean": 13.11, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 646.8, "Mean_Uvalu": 0.44, "Specific_d": "25,8", "Specific_s": 37.9, "Total_Year": 41228.0, "January_He": 5928.0, "February_H": 4310.0, "March_Heat": 2732.0, "April_Heat": 574.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1303.0, "November_H": 3816.0, "December_H": 5778.0, "PV_potenti": 8.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20249788242125, 48.793094142266668, 0.0 ], [ 9.202491336194361, 48.79309082660513, 0.0 ], [ 9.202494050248625, 48.793088843513999, 0.0 ], [ 9.202458852309253, 48.793068043130042, 0.0 ], [ 9.202435250811224, 48.793054146466304, 0.0 ], [ 9.202423381835885, 48.79304715329075, 0.0 ], [ 9.202448215897785, 48.793029124918895, 0.0 ], [ 9.202404694182455, 48.793002943736226, 0.0 ], [ 9.202503066704111, 48.792928134219096, 0.0 ], [ 9.202560637154942, 48.792961844235329, 0.0 ], [ 9.202614796841821, 48.792993491981321, 0.0 ], [ 9.202516683893466, 48.793065153811142, 0.0 ], [ 9.202528414975568, 48.793071697601697, 0.0 ], [ 9.20249788242125, 48.793094142266668, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003d334", "Latitude": 48.79288, "Longitude": 9.20242, "X_coordina": 3514944.59, "Y_coordina": 5406176.61, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 117.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.1, "Total_wall": 147.9, "Total_wa00": 0.0, "Total_outw": 268.4, "Total_shar": 65.2, "Total_roof": 43.1, "Gross_volu": 296.0, "Is_Gross_v": "false", "Heated_vol": 296.0, "Ridge_mean": 6.9, "Eaves_mean": 6.88, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.791, "Heated_are": 117.3, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 14.7, "Total_Year": 5577.0, "January_He": 567.0, "February_H": 301.0, "March_Heat": 83.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 206.0, "December_H": 550.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202381650959618, 48.792857128184217, 0.0 ], [ 9.20243649273146, 48.792889224433779, 0.0 ], [ 9.202365115570361, 48.792941955181618, 0.0 ], [ 9.202308097627927, 48.79291022241582, 0.0 ], [ 9.202357495289663, 48.792874615808707, 0.0 ], [ 9.202381650959618, 48.792857128184217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf97", "Latitude": 48.78762, "Longitude": 9.19572, "X_coordina": 3514454.37, "Y_coordina": 5405590.02, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 4888.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 840.2, "Total_wall": 2238.1, "Total_wa00": 0.0, "Total_outw": 2399.6, "Total_shar": 333.3, "Total_roof": 1365.2, "Gross_volu": 16116.7, "Is_Gross_v": "false", "Heated_vol": 15276.4, "Ridge_mean": 26.8, "Eaves_mean": 5.9, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.286, "Heated_are": 4888.5, "Mean_Uvalu": 1.38, "Specific_d": "non calculated", "Specific_s": 101.0, "Total_Year": 493863.00000000006, "January_He": 97671.0, "February_H": 76877.0, "March_Heat": 62411.0, "April_Heat": 31938.0, "May_Heatin": 8132.0, "June_Heati": 507, "July_Heati": 44, "August_Hea": 105, "September_": 12493.0, "October_He": 39460.0, "November_H": 69537.0, "December_H": 94689.0, "PV_potenti": 60.2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195551924926505, 48.787712418182394, 0.0 ], [ 9.195550606275624, 48.787710462163083, 0.0 ], [ 9.195561807116537, 48.787707165145406, 0.0 ], [ 9.195563125767803, 48.787709121173606, 0.0 ], [ 9.195568201960478, 48.787707626968867, 0.0 ], [ 9.195565549560271, 48.787703692511265, 0.0 ], [ 9.195571229221052, 48.787702020680442, 0.0 ], [ 9.195569816371464, 48.78769992491808, 0.0 ], [ 9.195573524601095, 48.787698833385484, 0.0 ], [ 9.195551692672517, 48.787666448871711, 0.0 ], [ 9.195547984458399, 48.787667540403575, 0.0 ], [ 9.195546798852282, 48.787665781729537, 0.0 ], [ 9.195540910662086, 48.787667514944459, 0.0 ], [ 9.195536449409529, 48.787660897295076, 0.0 ], [ 9.195542337599134, 48.787659164089384, 0.0 ], [ 9.195540835221422, 48.787656935526542, 0.0 ], [ 9.195544543448529, 48.787655843994877, 0.0 ], [ 9.195523367602814, 48.787624432612347, 0.0 ], [ 9.195519659377556, 48.787625524143323, 0.0 ], [ 9.195518770615861, 48.787624205788774, 0.0 ], [ 9.195512882443161, 48.787625939002233, 0.0 ], [ 9.195508258576043, 48.787619080146797, 0.0 ], [ 9.19551414676171, 48.787617346933544, 0.0 ], [ 9.195512596356838, 48.7876150471334, 0.0 ], [ 9.195516304581476, 48.787613955602652, 0.0 ], [ 9.195495418509202, 48.787582973998504, 0.0 ], [ 9.195491710286385, 48.787584065528591, 0.0 ], [ 9.195490343228277, 48.787582037678746, 0.0 ], [ 9.195484455045918, 48.787583770890805, 0.0 ], [ 9.195479807780798, 48.787576877300417, 0.0 ], [ 9.195485695962548, 48.787575144097595, 0.0 ], [ 9.195484818768568, 48.787573842889557, 0.0 ], [ 9.195488526990781, 48.78757275135969, 0.0 ], [ 9.195466359375432, 48.787539868709224, 0.0 ], [ 9.195462651155163, 48.787540960238388, 0.0 ], [ 9.195461527983767, 48.787539294150783, 0.0 ], [ 9.195455639805402, 48.787541027361357, 0.0 ], [ 9.195451717480507, 48.787535209105442, 0.0 ], [ 9.195457605644721, 48.787533475895074, 0.0 ], [ 9.195455971203595, 48.787531051422732, 0.0 ], [ 9.195459679423289, 48.787529959893803, 0.0 ], [ 9.19545351657464, 48.787520818130382, 0.0 ], [ 9.195449808355482, 48.787521909659127, 0.0 ], [ 9.195448870828779, 48.787520518953251, 0.0 ], [ 9.195442942443711, 48.787522264002462, 0.0 ], [ 9.195438575496597, 48.787515786218187, 0.0 ], [ 9.195444503881063, 48.787514041169231, 0.0 ], [ 9.195443553899047, 48.787512631996144, 0.0 ], [ 9.195503154303657, 48.787495088358391, 0.0 ], [ 9.195499943208418, 48.787490325130975, 0.0 ], [ 9.195510291865009, 48.787487278959262, 0.0 ], [ 9.19550343008609, 48.787477100432191, 0.0 ], [ 9.195517815010113, 48.787472866160847, 0.0 ], [ 9.19552467679136, 48.787483044687079, 0.0 ], [ 9.195636724881947, 48.787450062691732, 0.0 ], [ 9.195629863096196, 48.78743988417213, 0.0 ], [ 9.195642802237844, 48.787436075459155, 0.0 ], [ 9.195649664039255, 48.78744625396898, 0.0 ], [ 9.195661186876078, 48.787442862145426, 0.0 ], [ 9.195664407017322, 48.787447638769628, 0.0 ], [ 9.195721857725726, 48.787430727759173, 0.0 ], [ 9.195723483210973, 48.78743313892533, 0.0 ], [ 9.195731019107361, 48.787430920684713, 0.0 ], [ 9.1957343552433, 48.787435869367563, 0.0 ], [ 9.195726819346319, 48.787438087608429, 0.0 ], [ 9.195727923457262, 48.787439725381944, 0.0 ], [ 9.195726541774549, 48.787440132090133, 0.0 ], [ 9.195732948890955, 48.787449636130994, 0.0 ], [ 9.19573433057384, 48.787449229413731, 0.0 ], [ 9.195735698664693, 48.787451258778667, 0.0 ], [ 9.195743234549639, 48.787449040537268, 0.0 ], [ 9.195747154478694, 48.78745485518148, 0.0 ], [ 9.195739618593054, 48.787457073423141, 0.0 ], [ 9.195740928060243, 48.787459015823579, 0.0 ], [ 9.195739546377107, 48.787459422531924, 0.0 ], [ 9.195760686905333, 48.787490781402262, 0.0 ], [ 9.195762068589158, 48.787490374693668, 0.0 ], [ 9.195763527157521, 48.7874925382594, 0.0 ], [ 9.195771063047367, 48.787490320007215, 0.0 ], [ 9.195775191473048, 48.787496443912147, 0.0 ], [ 9.195767655582431, 48.787498662155599, 0.0 ], [ 9.195768933666027, 48.787500558001632, 0.0 ], [ 9.19576755196837, 48.787500964710333, 0.0 ], [ 9.195788312397802, 48.787531759689791, 0.0 ], [ 9.195789694082524, 48.787531352980857, 0.0 ], [ 9.195790975014814, 48.787533253048196, 0.0 ], [ 9.195798510909535, 48.78753103479422, 0.0 ], [ 9.195804042108772, 48.78753923949354, 0.0 ], [ 9.195796506213036, 48.78754145773889, 0.0 ], [ 9.195797612929228, 48.787543099383001, 0.0 ], [ 9.195796231244248, 48.787543506092014, 0.0 ], [ 9.195817436462782, 48.787574960817039, 0.0 ], [ 9.195818818148455, 48.787574554107763, 0.0 ], [ 9.195820194130228, 48.787576595166293, 0.0 ], [ 9.195827730043783, 48.787574376919366, 0.0 ], [ 9.195832441291433, 48.787581365328336, 0.0 ], [ 9.195824905390689, 48.787583583584528, 0.0 ], [ 9.195826021169966, 48.787585238665514, 0.0 ], [ 9.19582463948406, 48.787585645374875, 0.0 ], [ 9.195845948874188, 48.787617254558995, 0.0 ], [ 9.195847330560788, 48.787616847849378, 0.0 ], [ 9.195848689024592, 48.787618862913448, 0.0 ], [ 9.195856108803541, 48.787616678844358, 0.0 ], [ 9.195858903177072, 48.787620823861914, 0.0 ], [ 9.195863177507386, 48.78761956568178, 0.0 ], [ 9.195862021607372, 48.787617851076995, 0.0 ], [ 9.19587565931387, 48.787613836708381, 0.0 ], [ 9.19587725694422, 48.787616206536796, 0.0 ], [ 9.195888393161855, 48.787612928508203, 0.0 ], [ 9.195892646567131, 48.787619237762669, 0.0 ], [ 9.195887759881089, 48.787620676194436, 0.0 ], [ 9.195910997463056, 48.787655145444617, 0.0 ], [ 9.195916731085152, 48.787653457705346, 0.0 ], [ 9.195920451455471, 48.787658976276603, 0.0 ], [ 9.195914717832872, 48.787660664016045, 0.0 ], [ 9.195908782582986, 48.787662411106126, 0.0 ], [ 9.195909968434359, 48.787664170126725, 0.0 ], [ 9.195893399602495, 48.78766904729445, 0.0 ], [ 9.195892213737972, 48.787667288273703, 0.0 ], [ 9.195825685534114, 48.787686871339318, 0.0 ], [ 9.195827978911124, 48.78769027319013, 0.0 ], [ 9.195815643485144, 48.787693904215111, 0.0 ], [ 9.195866220445529, 48.787768927065095, 0.0 ], [ 9.195869587497349, 48.787776778400016, 0.0 ], [ 9.195870920571409, 48.787784891203493, 0.0 ], [ 9.195870182129569, 48.787793037097387, 0.0 ], [ 9.195867392956989, 48.787800986749929, 0.0 ], [ 9.195862631588769, 48.787808516360293, 0.0 ], [ 9.195860993065132, 48.787810228883764, 0.0 ], [ 9.195875067374688, 48.787816108558836, 0.0 ], [ 9.19586867090629, 48.787822775795121, 0.0 ], [ 9.195854295264922, 48.787816691812701, 0.0 ], [ 9.195847780141731, 48.787821485366429, 0.0 ], [ 9.195838108158362, 48.787826559661809, 0.0 ], [ 9.195827288397933, 48.787830493985659, 0.0 ], [ 9.195815625442911, 48.787833177582307, 0.0 ], [ 9.195803447651503, 48.787834534905819, 0.0 ], [ 9.195794975680233, 48.787834529995273, 0.0 ], [ 9.195793229956793, 48.787845295081198, 0.0 ], [ 9.195782492535127, 48.78784453482308, 0.0 ], [ 9.195784240613285, 48.787833755264593, 0.0 ], [ 9.195778923670611, 48.78783315629444, 0.0 ], [ 9.195767267897187, 48.787830459165825, 0.0 ], [ 9.195756458627276, 48.787826512294735, 0.0 ], [ 9.195746800177032, 48.78782142679534, 0.0 ], [ 9.195738564461992, 48.787815345822814, 0.0 ], [ 9.195731983306111, 48.787808440575773, 0.0 ], [ 9.195730339932144, 48.787806002894825, 0.0 ], [ 9.195717699113439, 48.787809723785486, 0.0 ], [ 9.195713326959373, 48.787803238368305, 0.0 ], [ 9.195725967776783, 48.787799517478135, 0.0 ], [ 9.195680766511177, 48.787732468324521, 0.0 ], [ 9.195600384269538, 48.78775612921617, 0.0 ], [ 9.195601961798005, 48.787758469236827, 0.0 ], [ 9.195583474920552, 48.787763910921399, 0.0 ], [ 9.195581897392778, 48.787761570900493, 0.0 ], [ 9.1955723873022, 48.787764370234662, 0.0 ], [ 9.195568501492321, 48.787758606189861, 0.0 ], [ 9.195576772780983, 48.787756171505201, 0.0 ], [ 9.195552641675238, 48.787720376513313, 0.0 ], [ 9.195543879038746, 48.787722955827519, 0.0 ], [ 9.195539283628671, 48.787716139198253, 0.0 ], [ 9.195551924926505, 48.787712418182394, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf98", "Latitude": 48.78755, "Longitude": 9.19597, "X_coordina": 3514472.55, "Y_coordina": 5405582.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 18.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 23.3, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 167.9, "Total_shar": 0.0, "Total_roof": 23.3, "Gross_volu": 81.6, "Is_Gross_v": "true", "Heated_vol": 58.3, "Ridge_mean": 3.5, "Eaves_mean": 3.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.44, "Heated_are": 18.6, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 42.9, "Total_Year": 1412.0, "January_He": 235.0, "February_H": 142.0, "March_Heat": 62.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 110.0, "December_H": 229.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195886698107362, 48.787545744565513, 0.0 ], [ 9.195930822483561, 48.787532756171878, 0.0 ], [ 9.195967178289203, 48.787586684189158, 0.0 ], [ 9.195923053875223, 48.787599672596649, 0.0 ], [ 9.195886698107362, 48.787545744565513, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf99", "Latitude": 48.78776, "Longitude": 9.1957, "X_coordina": 3514452.83, "Y_coordina": 5405605.82, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 96.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 52.7, "Total_wall": 84.6, "Total_wa00": 0.0, "Total_outw": 146.2, "Total_shar": 159.7, "Total_roof": 58.5, "Gross_volu": 328.4, "Is_Gross_v": "false", "Heated_vol": 302.7, "Ridge_mean": 7.0, "Eaves_mean": 5.35, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.611, "Heated_are": 96.9, "Mean_Uvalu": 1.17, "Specific_d": "non calculated", "Specific_s": 149.1, "Total_Year": 14445.0, "January_He": 2956.0, "February_H": 2333.0, "March_Heat": 1827.0, "April_Heat": 829.0, "May_Heatin": 144.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 0, "September_": 275.0, "October_He": 1114.0, "November_H": 2109.0, "December_H": 2855.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195723552526264, 48.787795934825155, 0.0 ], [ 9.19563867581776, 48.787820918677646, 0.0 ], [ 9.19559746741654, 48.787759792175351, 0.0 ], [ 9.195601961798005, 48.787758469236827, 0.0 ], [ 9.195600384269538, 48.78775612921617, 0.0 ], [ 9.195680766511177, 48.787732468324521, 0.0 ], [ 9.195723552526264, 48.787795934825155, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf9b", "Latitude": 48.78771, "Longitude": 9.19594, "X_coordina": 3514469.92, "Y_coordina": 5405600.19, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 127.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 79.1, "Total_wall": 124.1, "Total_wa00": 0.0, "Total_outw": 263.8, "Total_shar": 175.1, "Total_roof": 79.1, "Gross_volu": 459.9, "Is_Gross_v": "false", "Heated_vol": 398.4, "Ridge_mean": 5.8, "Eaves_mean": 5.78, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.656, "Heated_are": 127.5, "Mean_Uvalu": 0.43, "Specific_d": "non calculated", "Specific_s": 66.4, "Total_Year": 8465.0, "January_He": 1944.0, "February_H": 1393.0, "March_Heat": 942.0, "April_Heat": 278.0, "May_Heatin": 25.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 587.0, "November_H": 1309.0, "December_H": 1910.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195948532016629, 48.787736734893464, 0.0 ], [ 9.195952023714772, 48.78774191423804, 0.0 ], [ 9.195949059348093, 48.787742786820829, 0.0 ], [ 9.195955713938087, 48.787752657792836, 0.0 ], [ 9.195958678291619, 48.787751785209906, 0.0 ], [ 9.195967927857822, 48.78776550539888, 0.0 ], [ 9.195955059694187, 48.787769293245994, 0.0 ], [ 9.195953371510534, 48.787766789100971, 0.0 ], [ 9.195901248677607, 48.787782131840878, 0.0 ], [ 9.195902936859195, 48.787784635986654, 0.0 ], [ 9.195891052640663, 48.787788134190166, 0.0 ], [ 9.195885651912675, 48.78778012309489, 0.0 ], [ 9.195888071482228, 48.787779410875125, 0.0 ], [ 9.195878755002081, 48.787765591400984, 0.0 ], [ 9.195876072310222, 48.787766381069737, 0.0 ], [ 9.195874263664681, 48.787763698243317, 0.0 ], [ 9.195864610916185, 48.787766539595815, 0.0 ], [ 9.195815643485144, 48.787693904215111, 0.0 ], [ 9.195827978911124, 48.78769027319013, 0.0 ], [ 9.195825685534114, 48.787686871339318, 0.0 ], [ 9.195892213737972, 48.787667288273703, 0.0 ], [ 9.195893399602495, 48.78766904729445, 0.0 ], [ 9.195901326927242, 48.787666713823157, 0.0 ], [ 9.19590320233959, 48.787669495703433, 0.0 ], [ 9.195900466205014, 48.787670301101414, 0.0 ], [ 9.195903899022646, 48.787675393132872, 0.0 ], [ 9.19590663515744, 48.787674587734806, 0.0 ], [ 9.195911012143288, 48.787681080303507, 0.0 ], [ 9.195908268273731, 48.787681887980916, 0.0 ], [ 9.195923886042904, 48.787705054395239, 0.0 ], [ 9.195926629913473, 48.787704246717468, 0.0 ], [ 9.195930927720681, 48.787710621808941, 0.0 ], [ 9.195927844130019, 48.787711529484426, 0.0 ], [ 9.195945448438327, 48.787737642578392, 0.0 ], [ 9.195948532016629, 48.787736734893464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf4f", "Latitude": 48.79126, "Longitude": 9.19935, "X_coordina": 3514719.43, "Y_coordina": 5405996.46, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 834.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 141.6, "Total_wall": 490.4, "Total_wa00": 0.0, "Total_outw": 662.5, "Total_shar": 528.9, "Total_roof": 199.7, "Gross_volu": 2748.8, "Is_Gross_v": "false", "Heated_vol": 2607.2, "Ridge_mean": 22.8, "Eaves_mean": 15.18, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.313, "Heated_are": 834.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 32.3, "Total_Year": 40122.0, "January_He": 6659.0, "February_H": 4689.0, "March_Heat": 2944.0, "April_Heat": 599.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1324.0, "November_H": 4125.0, "December_H": 6498.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199377554057609, 48.79125858117655, 0.0 ], [ 9.199416295793684, 48.791281354690533, 0.0 ], [ 9.199366131408555, 48.791319371326836, 0.0 ], [ 9.199315885076345, 48.791357334128726, 0.0 ], [ 9.199276979833696, 48.791334515902449, 0.0 ], [ 9.199232399859827, 48.791308380307463, 0.0 ], [ 9.199226972041236, 48.791312436260341, 0.0 ], [ 9.199186457559989, 48.791288766513112, 0.0 ], [ 9.199191885379307, 48.791284710562117, 0.0 ], [ 9.199195704608258, 48.791286862122334, 0.0 ], [ 9.199242383461591, 48.791251891008628, 0.0 ], [ 9.199292725438731, 48.791214035980893, 0.0 ], [ 9.199316051947598, 48.79122766399761, 0.0 ], [ 9.199319987326961, 48.791224779630603, 0.0 ], [ 9.199338170370037, 48.791211169691877, 0.0 ], [ 9.199363952313718, 48.791226232226222, 0.0 ], [ 9.199353911151791, 48.791233803192611, 0.0 ], [ 9.199385695580112, 48.791252452274982, 0.0 ], [ 9.199377554057609, 48.79125858117655, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cf50", "Latitude": 48.79119, "Longitude": 9.19946, "X_coordina": 3514727.79, "Y_coordina": 5405988.48, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 33.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.0, "Total_wall": 63.4, "Total_wa00": 0.0, "Total_outw": 180.0, "Total_shar": 8.3, "Total_roof": 42.0, "Gross_volu": 140.0, "Is_Gross_v": "false", "Heated_vol": 105.1, "Ridge_mean": 3.3, "Eaves_mean": 3.33, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.203, "Heated_are": 33.6, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199363952313718, 48.791226232226222, 0.0 ], [ 9.199354130262821, 48.791220404195599, 0.0 ], [ 9.199421164135911, 48.791170470450339, 0.0 ], [ 9.199475593185261, 48.79120238898544, 0.0 ], [ 9.1994525246365, 48.791219514428469, 0.0 ], [ 9.199455389419223, 48.791221218015167, 0.0 ], [ 9.19940966056258, 48.791255468181426, 0.0 ], [ 9.199362188412689, 48.791227584134091, 0.0 ], [ 9.199363952313718, 48.791226232226222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd84", "Latitude": 48.79237, "Longitude": 9.21246, "X_coordina": 3515682.9, "Y_coordina": 5406121.68, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 650.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 253.7, "Total_wall": 504.9, "Total_wa00": 0.0, "Total_outw": 822.6, "Total_shar": 46.8, "Total_roof": 255.0, "Gross_volu": 1657.3, "Is_Gross_v": "false", "Heated_vol": 1657.3, "Ridge_mean": 6.9, "Eaves_mean": 6.94, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.612, "Heated_are": 650.1, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 53.8, "Total_Year": 44495.0, "January_He": 8107.0, "February_H": 5942.0, "March_Heat": 4057.0, "April_Heat": 1281.0, "May_Heatin": 120.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 262.0, "October_He": 2089.0, "November_H": 5262.0, "December_H": 7873.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212497347692878, 48.79230485045165, 0.0 ], [ 9.212479202962696, 48.792359017934423, 0.0 ], [ 9.212482335511275, 48.792359551696251, 0.0 ], [ 9.212424558974741, 48.792536358141959, 0.0 ], [ 9.212319018738928, 48.792521535530234, 0.0 ], [ 9.212375713291612, 48.792346259833458, 0.0 ], [ 9.212379525572675, 48.792346612497354, 0.0 ], [ 9.212397514191093, 48.792287679367597, 0.0 ], [ 9.212394382786506, 48.79228741537213, 0.0 ], [ 9.212411189373015, 48.792238645785943, 0.0 ], [ 9.212518225745482, 48.792253375629393, 0.0 ], [ 9.212501965550716, 48.792302593840844, 0.0 ], [ 9.212498288611247, 48.792302061084051, 0.0 ], [ 9.212497347692878, 48.79230485045165, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd85", "Latitude": 48.79176, "Longitude": 9.2121, "X_coordina": 3515656.66, "Y_coordina": 5406054.24, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3211, "PrimaryUsa": "sport location", "PrimaryU00": 1858.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 515.9, "Total_wall": 1008.7, "Total_wa00": 0.0, "Total_outw": 1516.5, "Total_shar": 25.4, "Total_roof": 515.9, "Gross_volu": 5140.4, "Is_Gross_v": "false", "Heated_vol": 5140.4, "Ridge_mean": 10.0, "Eaves_mean": 9.96, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.397, "Heated_are": 1858.0, "Mean_Uvalu": 0.44, "Specific_d": "124,1", "Specific_s": 110.8, "Total_Year": 436562.0, "January_He": 45121.0, "February_H": 34896.0, "March_Heat": 26409.0, "April_Heat": 11662.0, "May_Heatin": 2001.0, "June_Heati": 41, "July_Heati": 0, "August_Hea": 1, "September_": 2549.0, "October_He": 12115.0, "November_H": 28377.0, "December_H": 42773.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211836553962167, 48.791683436855124, 0.0 ], [ 9.211841864769339, 48.791684146474779, 0.0 ], [ 9.211841191855804, 48.7916859461847, 0.0 ], [ 9.212189132897443, 48.791735932607438, 0.0 ], [ 9.212189670081333, 48.791734223069206, 0.0 ], [ 9.212323538444583, 48.791754119221658, 0.0 ], [ 9.2123010993118, 48.79182268237534, 0.0 ], [ 9.212288467391668, 48.791860923192218, 0.0 ], [ 9.212282151614108, 48.791880088561506, 0.0 ], [ 9.212147605477981, 48.791860912998764, 0.0 ], [ 9.212148412584749, 48.791858663421905, 0.0 ], [ 9.211800468842421, 48.791808227264148, 0.0 ], [ 9.211799933158424, 48.791810296492201, 0.0 ], [ 9.211794349765599, 48.791809497448327, 0.0 ], [ 9.211836553962167, 48.791683436855124, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd87", "Latitude": 48.79232, "Longitude": 9.21392, "X_coordina": 3515789.99, "Y_coordina": 5406116.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 28.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.2, "Total_wall": 62.9, "Total_wa00": 0.0, "Total_outw": 196.8, "Total_shar": 0.0, "Total_roof": 34.2, "Gross_volu": 107.9, "Is_Gross_v": "false", "Heated_vol": 90.1, "Ridge_mean": 3.1, "Eaves_mean": 3.12, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.333, "Heated_are": 28.8, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 104.2, "Total_Year": 3003.0, "January_He": 661.0, "February_H": 484.0, "March_Heat": 348.0, "April_Heat": 130.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 217.0, "November_H": 455.0, "December_H": 653.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213901352577627, 48.792369154381831, 0.0 ], [ 9.213821366719708, 48.792346732096476, 0.0 ], [ 9.213847326465968, 48.792306398124147, 0.0 ], [ 9.213849760190053, 48.792302616813927, 0.0 ], [ 9.21389799717431, 48.792316195617197, 0.0 ], [ 9.213895698405121, 48.792319706906973, 0.0 ], [ 9.213930442157176, 48.792328724653984, 0.0 ], [ 9.213903946098217, 48.792370948036513, 0.0 ], [ 9.213900812005056, 48.792370054621827, 0.0 ], [ 9.213901352577627, 48.792369154381831, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd88", "Latitude": 48.79241, "Longitude": 9.21289, "X_coordina": 3515714.5, "Y_coordina": 5406126.19, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1074.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 393.7, "Total_wall": 775.1, "Total_wa00": 0.0, "Total_outw": 1285.5, "Total_shar": 224.6, "Total_roof": 393.7, "Gross_volu": 2637.6, "Is_Gross_v": "false", "Heated_vol": 2637.6, "Ridge_mean": 6.7, "Eaves_mean": 6.71, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.592, "Heated_are": 1074.6, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 43.2, "Total_Year": 73088.0, "January_He": 10591.0, "February_H": 7653.0, "March_Heat": 5367.0, "April_Heat": 1849.0, "May_Heatin": 225.0, "June_Heati": 10, "July_Heati": 2, "August_Hea": 3, "September_": 427.0, "October_He": 2950.0, "November_H": 6921.0, "December_H": 10397.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212813839266163, 48.792351206142506, 0.0 ], [ 9.212825393149309, 48.79231557504778, 0.0 ], [ 9.212968385341647, 48.792336262900086, 0.0 ], [ 9.21295427916675, 48.792379812004889, 0.0 ], [ 9.213218461800134, 48.792511331018019, 0.0 ], [ 9.213174119668448, 48.792549720556799, 0.0 ], [ 9.212938307537401, 48.792432806534144, 0.0 ], [ 9.212479202962696, 48.792359017934423, 0.0 ], [ 9.212497347692878, 48.79230485045165, 0.0 ], [ 9.212813839266163, 48.792351206142506, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd89", "Latitude": 48.79213, "Longitude": 9.213, "X_coordina": 3515722.43, "Y_coordina": 5406095.92, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1710.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 483.5, "Total_wall": 1076.2, "Total_wa00": 0.0, "Total_outw": 1618.0, "Total_shar": 119.8, "Total_roof": 483.5, "Gross_volu": 5828.8, "Is_Gross_v": "false", "Heated_vol": 5345.4, "Ridge_mean": 12.1, "Eaves_mean": 12.05, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1710.5, "Mean_Uvalu": 0.39, "Specific_d": "24,8", "Specific_s": 42.5, "Total_Year": 115104.0, "January_He": 15992.0, "February_H": 12027.0, "March_Heat": 8780.0, "April_Heat": 3241.0, "May_Heatin": 379.0, "June_Heati": 18, "July_Heati": 3, "August_Hea": 6, "September_": 822.0, "October_He": 4989.0, "November_H": 10813.0, "December_H": 15548.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212814090120945, 48.792313977311053, 0.0 ], [ 9.212838404102847, 48.792238306634232, 0.0 ], [ 9.212841944562493, 48.792238749708815, 0.0 ], [ 9.212860346221333, 48.792181074672605, 0.0 ], [ 9.212857214060259, 48.792180630843916, 0.0 ], [ 9.212927781743346, 48.791971607872306, 0.0 ], [ 9.212934181757934, 48.791972405351295, 0.0 ], [ 9.21293378069447, 48.791974114641249, 0.0 ], [ 9.213089983721051, 48.791997205853541, 0.0 ], [ 9.213090791549432, 48.791995136116, 0.0 ], [ 9.213097056995007, 48.791996293529344, 0.0 ], [ 9.213072310855747, 48.792066209953255, 0.0 ], [ 9.213069995668201, 48.792065854542386, 0.0 ], [ 9.212979537438265, 48.792334353880626, 0.0 ], [ 9.212982533511331, 48.792334797957665, 0.0 ], [ 9.212981458804087, 48.792338127118207, 0.0 ], [ 9.212968385341647, 48.792336262900086, 0.0 ], [ 9.212825393149309, 48.79231557504778, 0.0 ], [ 9.212814090120945, 48.792313977311053, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd8a", "Latitude": 48.79266, "Longitude": 9.21332, "X_coordina": 3515745.67, "Y_coordina": 5406154.58, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6251.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1242.8, "Total_wall": 2276.9, "Total_wa00": 0.0, "Total_outw": 3218.4, "Total_shar": 59.7, "Total_roof": 1242.8, "Gross_volu": 20485.9, "Is_Gross_v": "false", "Heated_vol": 19534.6, "Ridge_mean": 16.5, "Eaves_mean": 16.49, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.238, "Heated_are": 6251.1, "Mean_Uvalu": 0.34, "Specific_d": "24,8", "Specific_s": 32.4, "Total_Year": 357656.99999999994, "January_He": 44441.0, "February_H": 33945.0, "March_Heat": 25279.0, "April_Heat": 9664.0, "May_Heatin": 1038.0, "June_Heati": 34, "July_Heati": 4, "August_Hea": 9, "September_": 2098.0, "October_He": 13429.0, "November_H": 29583.0, "December_H": 42855.0, "PV_potenti": 59.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213217629964799, 48.792507735614485, 0.0 ], [ 9.213288150328106, 48.792448345380947, 0.0 ], [ 9.213350616321092, 48.792479523083095, 0.0 ], [ 9.213347362144276, 48.792482406666693, 0.0 ], [ 9.213546354217117, 48.792581853032843, 0.0 ], [ 9.21354960838892, 48.792578969443696, 0.0 ], [ 9.213611255818998, 48.792609608980243, 0.0 ], [ 9.213541424505014, 48.792670976451113, 0.0 ], [ 9.213538287728429, 48.792669453566447, 0.0 ], [ 9.213259619162246, 48.792909706228521, 0.0 ], [ 9.213263984277132, 48.79291203615827, 0.0 ], [ 9.213260051090836, 48.792915280690941, 0.0 ], [ 9.213167169907242, 48.792868962158948, 0.0 ], [ 9.213170018485615, 48.792866708796524, 0.0 ], [ 9.213029398183151, 48.792795839447372, 0.0 ], [ 9.213026143586861, 48.792798633098926, 0.0 ], [ 9.212999271387364, 48.792784384953372, 0.0 ], [ 9.21293693752709, 48.792752307582226, 0.0 ], [ 9.212940869960498, 48.792748883214706, 0.0 ], [ 9.212943052503549, 48.792750048185702, 0.0 ], [ 9.213174119668448, 48.792549720556799, 0.0 ], [ 9.213218461800134, 48.792511331018019, 0.0 ], [ 9.213220631384564, 48.792509438605691, 0.0 ], [ 9.213217629964799, 48.792507735614485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003cd8d", "Latitude": 48.792, "Longitude": 9.21212, "X_coordina": 3515658.18, "Y_coordina": 5406081.28, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 2485.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 687.7, "Total_wall": 1788.3, "Total_wa00": 0.0, "Total_outw": 2060.0, "Total_shar": 0.0, "Total_roof": 753.9, "Gross_volu": 8454.5, "Is_Gross_v": "false", "Heated_vol": 7766.8, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.401, "Heated_are": 2485.4, "Mean_Uvalu": 0.4, "Specific_d": "24,8", "Specific_s": 44.4, "Total_Year": 172109.0, "January_He": 24033.0, "February_H": 17984.0, "March_Heat": 13448.0, "April_Heat": 5588.0, "May_Heatin": 860.0, "June_Heati": 45, "July_Heati": 7, "August_Hea": 14, "September_": 1425.0, "October_He": 7461.0, "November_H": 16050.0, "December_H": 23458.0, "PV_potenti": 34.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211863446867172, 48.791961431159791, 0.0 ], [ 9.211883323938281, 48.791963013214989, 0.0 ], [ 9.211884655381743, 48.791955996724532, 0.0 ], [ 9.211986627355152, 48.791964082033786, 0.0 ], [ 9.21198543126574, 48.791970918429065, 0.0 ], [ 9.212004900051337, 48.791972501214865, 0.0 ], [ 9.212006095380461, 48.791965484973566, 0.0 ], [ 9.212108067392228, 48.791973570175308, 0.0 ], [ 9.212106871698108, 48.791980496494709, 0.0 ], [ 9.212126612686554, 48.791982078758593, 0.0 ], [ 9.212127808757062, 48.791975242361872, 0.0 ], [ 9.212229916526235, 48.791983237282132, 0.0 ], [ 9.212228584750934, 48.791990163853562, 0.0 ], [ 9.212306867418981, 48.791996296229414, 0.0 ], [ 9.212497414243485, 48.792011204824178, 0.0 ], [ 9.212480584403069, 48.79210277810035, 0.0 ], [ 9.212333397420226, 48.792090864927168, 0.0 ], [ 9.212333133571725, 48.792092843732803, 0.0 ], [ 9.211628046057097, 48.792038029274913, 0.0 ], [ 9.211627248756637, 48.792042616843574, 0.0 ], [ 9.211619897203017, 48.79204209081135, 0.0 ], [ 9.211639051677833, 48.791936575230032, 0.0 ], [ 9.211646267118667, 48.791937101511202, 0.0 ], [ 9.211645072118269, 48.791944207671769, 0.0 ], [ 9.211761474918552, 48.79195334574149, 0.0 ], [ 9.211762806378749, 48.791946329252404, 0.0 ], [ 9.211864778313362, 48.791954414669561, 0.0 ], [ 9.211863446867172, 48.791961431159791, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c7ed", "Latitude": 48.79086, "Longitude": 9.2142, "X_coordina": 3515811.18, "Y_coordina": 5405953.98, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 603.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 190.2, "Total_wall": 380.7, "Total_wa00": 0.0, "Total_outw": 654.8, "Total_shar": 195.9, "Total_roof": 223.9, "Gross_volu": 2074.8, "Is_Gross_v": "false", "Heated_vol": 1884.5, "Ridge_mean": 12.6, "Eaves_mean": 9.27, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.405, "Heated_are": 603.1, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 30452.0, "January_He": 5249.0, "February_H": 3630.0, "March_Heat": 2190.0, "April_Heat": 403.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1005.0, "November_H": 3248.0, "December_H": 5129.0, "PV_potenti": 11.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214217599484128, 48.790791036736323, 0.0 ], [ 9.214241424237105, 48.79095276500373, 0.0 ], [ 9.214171625159304, 48.790957031318818, 0.0 ], [ 9.214097335702299, 48.790961485786973, 0.0 ], [ 9.214079370060237, 48.79083328810799, 0.0 ], [ 9.214074876942821, 48.790800834034265, 0.0 ], [ 9.214078005968432, 48.790800558446833, 0.0 ], [ 9.214106309413149, 48.790799516669701, 0.0 ], [ 9.214217599484128, 48.790791036736323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c7ee", "Latitude": 48.79079, "Longitude": 9.21407, "X_coordina": 3515801.77, "Y_coordina": 5405946.85, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 68.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 37.3, "Total_wall": 87.8, "Total_wa00": 0.0, "Total_outw": 183.6, "Total_shar": 33.6, "Total_roof": 37.3, "Gross_volu": 155.5, "Is_Gross_v": "false", "Heated_vol": 155.5, "Ridge_mean": 4.2, "Eaves_mean": 4.17, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.045, "Heated_are": 68.4, "Mean_Uvalu": 0.38, "Specific_d": "73,0", "Specific_s": 58.0, "Total_Year": 8957.0, "January_He": 921.0, "February_H": 668.0, "March_Heat": 463.0, "April_Heat": 153.0, "May_Heatin": 17.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 228.0, "November_H": 586.0, "December_H": 899.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21398753489952, 48.790840203058082, 0.0 ], [ 9.213979979320156, 48.790791658343494, 0.0 ], [ 9.214075488560884, 48.790784646646038, 0.0 ], [ 9.214078005968432, 48.790800558446833, 0.0 ], [ 9.214074876942821, 48.790800834034265, 0.0 ], [ 9.214079370060237, 48.79083328810799, 0.0 ], [ 9.21398753489952, 48.790840203058082, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c398", "Latitude": 48.79138, "Longitude": 9.20291, "X_coordina": 3514981.39, "Y_coordina": 5406010.34, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 758.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 126.2, "Total_wall": 614.9, "Total_wa00": 0.0, "Total_outw": 845.0, "Total_shar": 296.0, "Total_roof": 220.7, "Gross_volu": 2496.5, "Is_Gross_v": "false", "Heated_vol": 2370.4, "Ridge_mean": 22.1, "Eaves_mean": 16.93, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.4, "Heated_are": 758.5, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 39992.0, "January_He": 6951.0, "February_H": 4873.0, "March_Heat": 2969.0, "April_Heat": 579.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1381.0, "November_H": 4330.0, "December_H": 6818.0, "PV_potenti": 8.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202871120458312, 48.791350406406472, 0.0 ], [ 9.202890765425275, 48.791362061865705, 0.0 ], [ 9.202985715017983, 48.791418096794253, 0.0 ], [ 9.202972960054799, 48.791427561254999, 0.0 ], [ 9.202930895317605, 48.791458659032962, 0.0 ], [ 9.202911355457475, 48.791473081241222, 0.0 ], [ 9.202818453448565, 48.791418571347023, 0.0 ], [ 9.202798506370003, 48.791433264024263, 0.0 ], [ 9.202777497897371, 48.791420981485182, 0.0 ], [ 9.202748577376044, 48.791404126768626, 0.0 ], [ 9.202843290526896, 48.791333999410256, 0.0 ], [ 9.202871120458312, 48.791350406406472, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c399", "Latitude": 48.79144, "Longitude": 9.20303, "X_coordina": 3514990.26, "Y_coordina": 5406016.23, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.8, "Total_wall": 78.3, "Total_wa00": 0.0, "Total_outw": 171.8, "Total_shar": 58.1, "Total_roof": 35.8, "Gross_volu": 156.5, "Is_Gross_v": "false", "Heated_vol": 156.5, "Ridge_mean": 4.4, "Eaves_mean": 4.37, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.958, "Heated_are": 65.3, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202972960054799, 48.791427561254999, 0.0 ], [ 9.202985715017983, 48.791418096794253, 0.0 ], [ 9.203045194853104, 48.791453152065564, 0.0 ], [ 9.202991875488356, 48.791494521000097, 0.0 ], [ 9.202930895317605, 48.791458659032962, 0.0 ], [ 9.202972960054799, 48.791427561254999, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2e9", "Latitude": 48.78973, "Longitude": 9.19359, "X_coordina": 3514296.59, "Y_coordina": 5405825.22, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 7115.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1284.6, "Total_wall": 3305.2, "Total_wa00": 0.0, "Total_outw": 4650.3, "Total_shar": 352.5, "Total_roof": 1739.0, "Gross_volu": 23518.9, "Is_Gross_v": "false", "Heated_vol": 22234.4, "Ridge_mean": 22.2, "Eaves_mean": 13.5, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.278, "Heated_are": 7115.0, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 52.2, "Total_Year": 475408.0, "January_He": 82800.0, "February_H": 62477.0, "March_Heat": 45545.0, "April_Heat": 17001.0, "May_Heatin": 2028.0, "June_Heati": 68, "July_Heati": 7, "August_Hea": 15, "September_": 3791.0, "October_He": 23601.0, "November_H": 54281.0, "December_H": 79844.0, "PV_potenti": 89.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193334027647676, 48.789732091592256, 0.0 ], [ 9.193653254777008, 48.789932264733444, 0.0 ], [ 9.193587022996324, 48.789979496076896, 0.0 ], [ 9.193522690854319, 48.790025285411431, 0.0 ], [ 9.193531692676226, 48.790030395929683, 0.0 ], [ 9.193528979124551, 48.790032558657174, 0.0 ], [ 9.193199389177023, 48.789827276915098, 0.0 ], [ 9.193215809011337, 48.789814929828175, 0.0 ], [ 9.193255432532167, 48.789784828844688, 0.0 ], [ 9.193160246043078, 48.789734361547232, 0.0 ], [ 9.193170829444961, 48.789726070819917, 0.0 ], [ 9.193488874591798, 48.789477437553685, 0.0 ], [ 9.193556247470612, 48.789514732561614, 0.0 ], [ 9.193584069225155, 48.789530062735487, 0.0 ], [ 9.193921207850824, 48.789716626560804, 0.0 ], [ 9.193859340204666, 48.789766098803959, 0.0 ], [ 9.193796794054849, 48.789816111697149, 0.0 ], [ 9.193669415225237, 48.789746455336733, 0.0 ], [ 9.193524852546471, 48.789667295809828, 0.0 ], [ 9.193460345359044, 48.789632064213698, 0.0 ], [ 9.193334027647676, 48.789732091592256, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ea", "Latitude": 48.78975, "Longitude": 9.19323, "X_coordina": 3514270.39, "Y_coordina": 5405826.77, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 75.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 87.5, "Total_wa00": 0.0, "Total_outw": 187.3, "Total_shar": 159.5, "Total_roof": 46.1, "Gross_volu": 272.9, "Is_Gross_v": "false", "Heated_vol": 236.2, "Ridge_mean": 5.9, "Eaves_mean": 5.89, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.709, "Heated_are": 75.6, "Mean_Uvalu": 0.63, "Specific_d": "non calculated", "Specific_s": 102.8, "Total_Year": 7767.0, "January_He": 1668.0, "February_H": 1259.0, "March_Heat": 925.0, "April_Heat": 356.0, "May_Heatin": 51.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 582.0, "November_H": 1178.0, "December_H": 1646.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193114258244613, 48.789744456171235, 0.0 ], [ 9.193120538498444, 48.789735480252943, 0.0 ], [ 9.193131235991768, 48.789728547184751, 0.0 ], [ 9.193144952533927, 48.789724585523992, 0.0 ], [ 9.193159893579383, 48.789724083867412, 0.0 ], [ 9.193170829444961, 48.789726070819917, 0.0 ], [ 9.193160246043078, 48.789734361547232, 0.0 ], [ 9.193255432532167, 48.789784828844688, 0.0 ], [ 9.193215809011337, 48.789814929828175, 0.0 ], [ 9.193163538385724, 48.789776620131022, 0.0 ], [ 9.193149348556833, 48.78977783092472, 0.0 ], [ 9.193135498933808, 48.789775489162679, 0.0 ], [ 9.193126638155551, 48.789771646299897, 0.0 ], [ 9.193117517056685, 48.789763802271445, 0.0 ], [ 9.193113207365831, 48.789754322555865, 0.0 ], [ 9.193114258244613, 48.789744456171235, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ec", "Latitude": 48.78945, "Longitude": 9.19389, "X_coordina": 3514318.75, "Y_coordina": 5405793.39, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3866.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 731.9, "Total_wall": 1827.9, "Total_wa00": 0.0, "Total_outw": 2512.6, "Total_shar": 370.0, "Total_roof": 967.3, "Gross_volu": 12520.6, "Is_Gross_v": "false", "Heated_vol": 12082.5, "Ridge_mean": 21.0, "Eaves_mean": 12.39, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.288, "Heated_are": 3866.4, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 53.9, "Total_Year": 264824.0, "January_He": 46807.0, "February_H": 35079.0, "March_Heat": 25257.0, "April_Heat": 9156.0, "May_Heatin": 1062.0, "June_Heati": 36, "July_Heati": 4, "August_Hea": 8, "September_": 2040.0, "October_He": 13129.0, "November_H": 30544.0, "December_H": 45216.0, "PV_potenti": 50.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193846861140283, 48.789317580724081, 0.0 ], [ 9.194193966932501, 48.789512669724722, 0.0 ], [ 9.19412829896099, 48.789564666384564, 0.0 ], [ 9.194082575605892, 48.789600892757392, 0.0 ], [ 9.194058964360325, 48.789618737429208, 0.0 ], [ 9.193916990636881, 48.789540473265774, 0.0 ], [ 9.193782927948771, 48.789466691795631, 0.0 ], [ 9.193714191634255, 48.789428769748071, 0.0 ], [ 9.193584069225155, 48.789530062735487, 0.0 ], [ 9.193556247470612, 48.789514732561614, 0.0 ], [ 9.193488874591798, 48.789477437553685, 0.0 ], [ 9.193680995361099, 48.789325323480909, 0.0 ], [ 9.193690764124122, 48.78931757361724, 0.0 ], [ 9.193783496218769, 48.789366875603179, 0.0 ], [ 9.193830307610179, 48.789330467668862, 0.0 ], [ 9.193846861140283, 48.789317580724081, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ed", "Latitude": 48.7893, "Longitude": 9.19379, "X_coordina": 3514312.14, "Y_coordina": 5405777.09, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 98.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 60.1, "Total_wall": 91.2, "Total_wa00": 0.0, "Total_outw": 169.9, "Total_shar": 144.2, "Total_roof": 60.1, "Gross_volu": 321.5, "Is_Gross_v": "false", "Heated_vol": 307.0, "Ridge_mean": 5.3, "Eaves_mean": 5.34, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.671, "Heated_are": 98.2, "Mean_Uvalu": 0.6, "Specific_d": "14,6", "Specific_s": 73.6, "Total_Year": 8669.0, "January_He": 1748.0, "February_H": 1195.0, "March_Heat": 777.0, "April_Heat": 254.0, "May_Heatin": 32.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 393.0, "November_H": 1052.0, "December_H": 1732.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193677307069493, 48.78932173273882, 0.0 ], [ 9.193672651954648, 48.789314456753523, 0.0 ], [ 9.193671125195143, 48.789306725888466, 0.0 ], [ 9.193672592429358, 48.789298989987934, 0.0 ], [ 9.193677191823008, 48.789291788361247, 0.0 ], [ 9.193680580936107, 48.789288365562783, 0.0 ], [ 9.193684380397022, 48.78928548161587, 0.0 ], [ 9.193693752301961, 48.789280699899443, 0.0 ], [ 9.193704628123735, 48.789277714125227, 0.0 ], [ 9.19371632810285, 48.789276705283612, 0.0 ], [ 9.193728035697355, 48.789277674748014, 0.0 ], [ 9.193738934365323, 48.789280623892253, 0.0 ], [ 9.193744660208472, 48.789283222044247, 0.0 ], [ 9.193830307610179, 48.789330467668862, 0.0 ], [ 9.193783496218769, 48.789366875603179, 0.0 ], [ 9.193690764124122, 48.78931757361724, 0.0 ], [ 9.193680995361099, 48.789325323480909, 0.0 ], [ 9.193677307069493, 48.78932173273882, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003c2ee", "Latitude": 48.78949, "Longitude": 9.19388, "X_coordina": 3514318.68, "Y_coordina": 5405798.15, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 25.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.8, "Total_wall": 41.2, "Total_wa00": 0.0, "Total_outw": 44.6, "Total_shar": 33.3, "Total_roof": 27.8, "Gross_volu": 66.7, "Is_Gross_v": "false", "Heated_vol": 66.7, "Ridge_mean": 2.4, "Eaves_mean": 2.41, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.452, "Heated_are": 25.1, "Mean_Uvalu": 0.43, "Specific_d": "32,8", "Specific_s": 37.0, "Total_Year": 1749.0, "January_He": 271.0, "February_H": 169.0, "March_Heat": 72.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 133.0, "December_H": 259.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193916990636881, 48.789540473265774, 0.0 ], [ 9.193898131468883, 48.78955543234602, 0.0 ], [ 9.193764068803075, 48.789481659846444, 0.0 ], [ 9.193782941557879, 48.789466691772731, 0.0 ], [ 9.193916990636881, 48.789540473265774, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bfed", "Latitude": 48.79214, "Longitude": 9.19889, "X_coordina": 3514686.04, "Y_coordina": 5406094.23, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 677.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 276.9, "Total_wall": 148.8, "Total_wa00": 0.0, "Total_outw": 256.4, "Total_shar": 648.4, "Total_roof": 276.9, "Gross_volu": 2264.8, "Is_Gross_v": "false", "Heated_vol": 2117.0, "Ridge_mean": 8.2, "Eaves_mean": 8.18, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.315, "Heated_are": 677.5, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 6.9, "Total_Year": 26902.0, "January_He": 1582.0, "February_H": 917.0, "March_Heat": 269.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 445.0, "December_H": 1403.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198880408518374, 48.792054635254907, 0.0 ], [ 9.199013274898835, 48.792132009774541, 0.0 ], [ 9.1988186749867, 48.792275324431102, 0.0 ], [ 9.198813081798164, 48.79227200691475, 0.0 ], [ 9.198687714968473, 48.79219821617064, 0.0 ], [ 9.198734937990537, 48.792162884634855, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198880408518374, 48.792054635254907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bf86", "Latitude": 48.78806, "Longitude": 9.19945, "X_coordina": 3514728.36, "Y_coordina": 5405639.88, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 687.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.6, "Total_wall": 651.0, "Total_wa00": 0.0, "Total_outw": 1015.4, "Total_shar": 0.0, "Total_roof": 236.6, "Gross_volu": 2620.6, "Is_Gross_v": "false", "Heated_vol": 2436.0, "Ridge_mean": 16.5, "Eaves_mean": 11.76, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 11, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 687.4, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 55.1, "Total_Year": 48729.0, "January_He": 9079.0, "February_H": 6438.0, "March_Heat": 4194.0, "April_Heat": 1038.0, "May_Heatin": 54.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 157.0, "October_He": 2133.0, "November_H": 5834.0, "December_H": 8915.0, "PV_potenti": 11.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199465757822075, 48.788000045563209, 0.0 ], [ 9.199479148241437, 48.788047951678543, 0.0 ], [ 9.199485269312765, 48.7880472216859, 0.0 ], [ 9.19950997862691, 48.788135393987453, 0.0 ], [ 9.199425236079207, 48.788145612223786, 0.0 ], [ 9.199378580175123, 48.788151268278924, 0.0 ], [ 9.199377901519098, 48.788151719072211, 0.0 ], [ 9.199360773023031, 48.78815642475687, 0.0 ], [ 9.199343607480232, 48.788151778442824, 0.0 ], [ 9.199336486054492, 48.788140460389556, 0.0 ], [ 9.199341618196435, 48.788130559903365, 0.0 ], [ 9.199310553371721, 48.788018209101708, 0.0 ], [ 9.199404138537689, 48.788007256248648, 0.0 ], [ 9.199465757822075, 48.788000045563209, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bf87", "Latitude": 48.78811, "Longitude": 9.19959, "X_coordina": 3514738.55, "Y_coordina": 5405646.1, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.7, "Total_wall": 36.3, "Total_wa00": 0.0, "Total_outw": 110.8, "Total_shar": 54.2, "Total_roof": 23.7, "Gross_volu": 63.4, "Is_Gross_v": "false", "Heated_vol": 60.8, "Ridge_mean": 2.7, "Eaves_mean": 2.71, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.345, "Heated_are": 19.4, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19955869387462, 48.788099969579818, 0.0 ], [ 9.19958179761332, 48.788160717932335, 0.0 ], [ 9.199533651168082, 48.788167995259343, 0.0 ], [ 9.19951666535367, 48.788105707595498, 0.0 ], [ 9.19955869387462, 48.788099969579818, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bd42", "Latitude": 48.78793, "Longitude": 9.19807, "X_coordina": 3514626.56, "Y_coordina": 5405625.7, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 381.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 118.4, "Total_wall": 324.0, "Total_wa00": 0.0, "Total_outw": 546.1, "Total_shar": 49.1, "Total_roof": 259.7, "Gross_volu": 1199.2, "Is_Gross_v": "false", "Heated_vol": 1192.4, "Ridge_mean": 13.6, "Eaves_mean": 5.11, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.587, "Heated_are": 381.6, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 50.6, "Total_Year": 25343.0, "January_He": 4661.0, "February_H": 3328.0, "March_Heat": 2095.0, "April_Heat": 467.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1064.0, "November_H": 3024.0, "December_H": 4576.0, "PV_potenti": 11.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197937143138761, 48.787981101512308, 0.0 ], [ 9.197950991119397, 48.787972714808284, 0.0 ], [ 9.198002924094178, 48.787890165528133, 0.0 ], [ 9.198026298464342, 48.787881852358133, 0.0 ], [ 9.198035835151451, 48.787884533667857, 0.0 ], [ 9.198063858948689, 48.78789229983731, 0.0 ], [ 9.198091964831361, 48.787900173767113, 0.0 ], [ 9.19810163761222, 48.78790285483727, 0.0 ], [ 9.198110268779386, 48.787917497545408, 0.0 ], [ 9.19808105700554, 48.787964038328965, 0.0 ], [ 9.1980714546429, 48.787979251944215, 0.0 ], [ 9.198043594114431, 48.788023362454787, 0.0 ], [ 9.197990557557095, 48.788008751136303, 0.0 ], [ 9.197969618156993, 48.788002987060217, 0.0 ], [ 9.197948389282157, 48.788003203401225, 0.0 ], [ 9.197936369057492, 48.787991893681941, 0.0 ], [ 9.197937143138761, 48.787981101512308, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003bbd6", "Latitude": 48.79454, "Longitude": 9.20888, "X_coordina": 3515419.16, "Y_coordina": 5406362.99, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1730.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 270.8, "Total_wall": 1488.3, "Total_wa00": 0.0, "Total_outw": 1890.6, "Total_shar": 0.0, "Total_roof": 270.8, "Gross_volu": 5616.2, "Is_Gross_v": "false", "Heated_vol": 5408.6, "Ridge_mean": 21.7, "Eaves_mean": 21.73, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 28, "Number_o00": 43, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.371, "Heated_are": 1730.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 84060.0, "January_He": 14140.0, "February_H": 9888.0, "March_Heat": 6046.0, "April_Heat": 1169.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 2697.0, "November_H": 8744.0, "December_H": 13830.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208966905258945, 48.794496273812783, 0.0 ], [ 9.208929770925698, 48.794600023052347, 0.0 ], [ 9.208889049085192, 48.794593712351713, 0.0 ], [ 9.20886429396973, 48.794663178238245, 0.0 ], [ 9.208740902659407, 48.794644068398696, 0.0 ], [ 9.208745207654022, 48.794631920915172, 0.0 ], [ 9.208737172243048, 48.794630676550383, 0.0 ], [ 9.208709252465049, 48.794626320899198, 0.0 ], [ 9.208724858968861, 48.794582499841511, 0.0 ], [ 9.208751903765643, 48.794507184802164, 0.0 ], [ 9.208766972866805, 48.794465073259623, 0.0 ], [ 9.208966905258945, 48.794496273812783, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b8a7", "Latitude": 48.79002, "Longitude": 9.19793, "X_coordina": 3514615.79, "Y_coordina": 5405857.32, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 493.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 171.5, "Total_wall": 441.8, "Total_wa00": 0.0, "Total_outw": 744.0, "Total_shar": 0.0, "Total_roof": 195.1, "Gross_volu": 1656.0, "Is_Gross_v": "false", "Heated_vol": 1542.8, "Ridge_mean": 11.3, "Eaves_mean": 7.97, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.508, "Heated_are": 493.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 30896.0, "January_He": 5677.0, "February_H": 3984.0, "March_Heat": 2440.0, "April_Heat": 504.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1215.0, "November_H": 3602.0, "December_H": 5568.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19788186506632, 48.790120210198587, 0.0 ], [ 9.197821304126974, 48.790085783577318, 0.0 ], [ 9.197760334285816, 48.790051177779013, 0.0 ], [ 9.197890186633771, 48.789952218563222, 0.0 ], [ 9.19795402605795, 48.789989786840323, 0.0 ], [ 9.198011590813596, 48.790023679002665, 0.0 ], [ 9.19788186506632, 48.790120210198587, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b827", "Latitude": 48.78802, "Longitude": 9.20879, "X_coordina": 3515414.03, "Y_coordina": 5405637.67, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 212.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.3, "Total_wall": 135.1, "Total_wa00": 0.0, "Total_outw": 227.0, "Total_shar": 267.4, "Total_roof": 92.3, "Gross_volu": 682.2, "Is_Gross_v": "false", "Heated_vol": 664.4, "Ridge_mean": 13.5, "Eaves_mean": 8.81, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.428, "Heated_are": 212.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.2, "Total_Year": 12133.0, "January_He": 2121.0, "February_H": 1497.0, "March_Heat": 978.0, "April_Heat": 252.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 462.0, "November_H": 1329.0, "December_H": 2083.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208666611875922, 48.788052532762528, 0.0 ], [ 9.208696581227796, 48.788026940135531, 0.0 ], [ 9.208732246808708, 48.787996661145748, 0.0 ], [ 9.20873701992201, 48.787999080433025, 0.0 ], [ 9.208815915755881, 48.788023396636447, 0.0 ], [ 9.208790884026778, 48.788058242479423, 0.0 ], [ 9.208770318149178, 48.788087055335652, 0.0 ], [ 9.208677659166989, 48.788058357782525, 0.0 ], [ 9.208666611875922, 48.788052532762528, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b629", "Latitude": 48.79546, "Longitude": 9.20855, "X_coordina": 3515394.76, "Y_coordina": 5406464.75, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1004.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 227.5, "Total_wall": 786.7, "Total_wa00": 0.0, "Total_outw": 1059.1, "Total_shar": 202.3, "Total_roof": 227.5, "Gross_volu": 3138.0, "Is_Gross_v": "false", "Heated_vol": 3138.0, "Ridge_mean": 15.5, "Eaves_mean": 15.47, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1004.1, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.5, "Total_Year": 52573.0, "January_He": 8740.0, "February_H": 6278.0, "March_Heat": 4247.0, "April_Heat": 1200.0, "May_Heatin": 55.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 136.0, "October_He": 1995.0, "November_H": 5497.0, "December_H": 8519.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208603354658612, 48.795445266702608, 0.0 ], [ 9.208644485846831, 48.795451666685238, 0.0 ], [ 9.208647444032385, 48.795442938741857, 0.0 ], [ 9.208660927956297, 48.79544516239968, 0.0 ], [ 9.208624602604592, 48.795547381357643, 0.0 ], [ 9.208464571760029, 48.795522402641076, 0.0 ], [ 9.208358611392386, 48.795505958546364, 0.0 ], [ 9.208392114762196, 48.795412377438481, 0.0 ], [ 9.208445095030584, 48.795420644444363, 0.0 ], [ 9.208448189355909, 48.795411916259646, 0.0 ], [ 9.208606448957992, 48.795436538513727, 0.0 ], [ 9.208603354658612, 48.795445266702608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003b61c", "Latitude": 48.79183, "Longitude": 9.20333, "X_coordina": 3515011.82, "Y_coordina": 5406060.56, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 669.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.6, "Total_wall": 504.8, "Total_wa00": 0.0, "Total_outw": 791.0, "Total_shar": 286.9, "Total_roof": 200.7, "Gross_volu": 2469.1, "Is_Gross_v": "false", "Heated_vol": 2298.5, "Ridge_mean": 16.1, "Eaves_mean": 12.81, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 11, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.371, "Heated_are": 669.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 38731.0, "January_He": 6830.0, "February_H": 4886.0, "March_Heat": 3073.0, "April_Heat": 623.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1532.0, "November_H": 4438.0, "December_H": 6648.0, "PV_potenti": 10.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203233480140261, 48.791771958798087, 0.0 ], [ 9.203299517801646, 48.79177939581713, 0.0 ], [ 9.203299789996095, 48.791779395336611, 0.0 ], [ 9.203296573070347, 48.791791630625397, 0.0 ], [ 9.203372278034578, 48.791800129619176, 0.0 ], [ 9.203336764931711, 48.79193696612532, 0.0 ], [ 9.203279849232105, 48.79193041226187, 0.0 ], [ 9.203263101232052, 48.791928463505414, 0.0 ], [ 9.203196790458986, 48.791920847100393, 0.0 ], [ 9.20319379522228, 48.791920582614658, 0.0 ], [ 9.203233480140261, 48.791771958798087, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003acc8", "Latitude": 48.79281, "Longitude": 9.20252, "X_coordina": 3514952.01, "Y_coordina": 5406168.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 153.8, "SecondaryU": "industry", "Secondar00": 63.6, "BuildingTy": "EFH", "Footprint_": 79.5, "Total_wall": 226.5, "Total_wa00": 0.0, "Total_outw": 407.7, "Total_shar": 65.3, "Total_roof": 79.5, "Gross_volu": 537.0, "Is_Gross_v": "false", "Heated_vol": 537.0, "Ridge_mean": 6.7, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.718, "Heated_are": 217.4, "Mean_Uvalu": 0.49, "Specific_d": "20,8", "Specific_s": 38.0, "Total_Year": 12783.0, "January_He": 2114.0, "February_H": 1475.0, "March_Heat": 864.0, "April_Heat": 161.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 332.0, "November_H": 1242.0, "December_H": 2053.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202539643687228, 48.79281818327437, 0.0 ], [ 9.202440585144616, 48.792891555252808, 0.0 ], [ 9.20243649273146, 48.792889224433779, 0.0 ], [ 9.202381650959618, 48.792857128184217, 0.0 ], [ 9.20245641745851, 48.792801154217642, 0.0 ], [ 9.202505131875725, 48.792764919282654, 0.0 ], [ 9.202564340046793, 48.792799795424628, 0.0 ], [ 9.202539643687228, 48.79281818327437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abdd", "Latitude": 48.78915, "Longitude": 9.19867, "X_coordina": 3514670.6, "Y_coordina": 5405761.44, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 990.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 207.4, "Total_wall": 826.3, "Total_wa00": 0.0, "Total_outw": 1207.3, "Total_shar": 0.0, "Total_roof": 228.5, "Gross_volu": 3300.1, "Is_Gross_v": "false", "Heated_vol": 3096.6, "Ridge_mean": 17.5, "Eaves_mean": 14.33, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 990.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 53553.0, "January_He": 9427.0, "February_H": 6554.0, "March_Heat": 4012.0, "April_Heat": 777.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 1851.0, "November_H": 5878.0, "December_H": 9253.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198728453143794, 48.789107920756365, 0.0 ], [ 9.198732911989183, 48.789168701442975, 0.0 ], [ 9.19873737049044, 48.789229392205741, 0.0 ], [ 9.198530816165913, 48.78923757185099, 0.0 ], [ 9.198525267417212, 48.789176433341716, 0.0 ], [ 9.198519718682219, 48.789115294831497, 0.0 ], [ 9.198728453143794, 48.789107920756365, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abd6", "Latitude": 48.78896, "Longitude": 9.19864, "X_coordina": 3514668.05, "Y_coordina": 5405740.64, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 299.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 128.0, "Total_wall": 340.3, "Total_wa00": 0.0, "Total_outw": 579.6, "Total_shar": 87.9, "Total_roof": 148.2, "Gross_volu": 1064.9, "Is_Gross_v": "false", "Heated_vol": 937.0, "Ridge_mean": 12.6, "Eaves_mean": 5.52, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.616, "Heated_are": 299.8, "Mean_Uvalu": 0.57, "Specific_d": "73,0", "Specific_s": 71.9, "Total_Year": 43460.0, "January_He": 5074.0, "February_H": 3622.0, "March_Heat": 2416.0, "April_Heat": 739.0, "May_Heatin": 73.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 160.0, "October_He": 1255.0, "November_H": 3259.0, "December_H": 4969.0, "PV_potenti": 3.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198604963729993, 48.788956072919937, 0.0 ], [ 9.198670550059093, 48.788953711695889, 0.0 ], [ 9.198677557129258, 48.789039486762704, 0.0 ], [ 9.198619590656641, 48.789041565077369, 0.0 ], [ 9.198509099163676, 48.789045172697378, 0.0 ], [ 9.198513976639816, 48.789005148268203, 0.0 ], [ 9.198519646879577, 48.788959097587728, 0.0 ], [ 9.198536519866895, 48.788958528956918, 0.0 ], [ 9.198539668946745, 48.78892884872505, 0.0 ], [ 9.198602397362912, 48.788926492467041, 0.0 ], [ 9.198604963729993, 48.788956072919937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003abd8", "Latitude": 48.78904, "Longitude": 9.1986, "X_coordina": 3514665.61, "Y_coordina": 5405748.76, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.8, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 155.8, "Total_shar": 60.2, "Total_roof": 28.8, "Gross_volu": 90.9, "Is_Gross_v": "false", "Heated_vol": 72.8, "Ridge_mean": 3.2, "Eaves_mean": 3.18, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.244, "Heated_are": 23.3, "Mean_Uvalu": 0.6, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19850778189382, 48.789056235576147, 0.0 ], [ 9.198509099163676, 48.789045172697378, 0.0 ], [ 9.198576319401544, 48.789042988557696, 0.0 ], [ 9.198619590656641, 48.789041565077369, 0.0 ], [ 9.198622024853965, 48.789072134917333, 0.0 ], [ 9.198498333986816, 48.789076124987204, 0.0 ], [ 9.198506858704997, 48.789063700829878, 0.0 ], [ 9.19850778189382, 48.789056235576147, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa53", "Latitude": 48.78936, "Longitude": 9.20057, "X_coordina": 3514809.69, "Y_coordina": 5405785.49, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1404.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 224.1, "Total_wall": 1046.9, "Total_wa00": 0.0, "Total_outw": 1320.3, "Total_shar": 22.1, "Total_roof": 338.5, "Gross_volu": 4526.0, "Is_Gross_v": "false", "Heated_vol": 4389.9, "Ridge_mean": 24.0, "Eaves_mean": 15.55, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 44, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.364, "Heated_are": 1404.8, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 67217.0, "January_He": 11168.0, "February_H": 7833.0, "March_Heat": 4918.0, "April_Heat": 989.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 2124.0, "November_H": 6877.0, "December_H": 10949.0, "PV_potenti": 13.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200657234762238, 48.789372008957642, 0.0 ], [ 9.200658801677875, 48.789389541336682, 0.0 ], [ 9.200620547881968, 48.789417250513068, 0.0 ], [ 9.200570461033156, 48.789453541017259, 0.0 ], [ 9.200514121463399, 48.789420007690872, 0.0 ], [ 9.200391243220837, 48.789423189064387, 0.0 ], [ 9.200385419322229, 48.789327700295409, 0.0 ], [ 9.200652390760618, 48.789317613596872, 0.0 ], [ 9.200653247819268, 48.789327773474668, 0.0 ], [ 9.200655385268528, 48.789351869285369, 0.0 ], [ 9.200657234762238, 48.789372008957642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa50", "Latitude": 48.7878, "Longitude": 9.20972, "X_coordina": 3515482.84, "Y_coordina": 5405612.8, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3905.0, "SecondaryU": "retail", "Secondar00": 811.0, "BuildingTy": "GMH", "Footprint_": 1013.8, "Total_wall": 2100.3, "Total_wa00": 0.0, "Total_outw": 2833.4, "Total_shar": 133.7, "Total_roof": 1013.8, "Gross_volu": 15751.2, "Is_Gross_v": "false", "Heated_vol": 14737.5, "Ridge_mean": 19.4, "Eaves_mean": 10.35, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 76, "Number_o00": 118, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.27, "Heated_are": 4716.0, "Mean_Uvalu": 0.48, "Specific_d": "25,7", "Specific_s": 32.5, "Total_Year": 274385.0, "January_He": 37430.0, "February_H": 26719.0, "March_Heat": 17226.0, "April_Heat": 4033.0, "May_Heatin": 129.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 387.0, "October_He": 7621.0, "November_H": 23301.0, "December_H": 36472.0, "PV_potenti": 46.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209381387956844, 48.787866172496202, 0.0 ], [ 9.209308263454213, 48.787855244815589, 0.0 ], [ 9.209336614917206, 48.787767967328257, 0.0 ], [ 9.20934015241383, 48.787767781050448, 0.0 ], [ 9.209353592349149, 48.787727201045485, 0.0 ], [ 9.209369183455127, 48.787680322471104, 0.0 ], [ 9.209441490451603, 48.787691071752853, 0.0 ], [ 9.210045409938276, 48.787780435031209, 0.0 ], [ 9.210003731957094, 48.787902447529376, 0.0 ], [ 9.209962707019152, 48.787952699737588, 0.0 ], [ 9.209941872605794, 48.787949590393247, 0.0 ], [ 9.209919267941267, 48.787946214501041, 0.0 ], [ 9.209638208341056, 48.787904372440686, 0.0 ], [ 9.209556641112307, 48.787892201355291, 0.0 ], [ 9.209381387956844, 48.787866172496202, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa51", "Latitude": 48.78804, "Longitude": 9.20992, "X_coordina": 3515497.32, "Y_coordina": 5405639.86, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 109.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 132.1, "Total_wall": 141.1, "Total_wa00": 0.0, "Total_outw": 426.5, "Total_shar": 0.0, "Total_roof": 132.1, "Gross_volu": 378.3, "Is_Gross_v": "false", "Heated_vol": 342.7, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.11, "Heated_are": 109.7, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209746298880372, 48.788011184778966, 0.0 ], [ 9.21002218410359, 48.788052136775221, 0.0 ], [ 9.210003228082456, 48.788107834089807, 0.0 ], [ 9.209727343318722, 48.788067061895013, 0.0 ], [ 9.209746298880372, 48.788011184778966, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003aa12", "Latitude": 48.78919, "Longitude": 9.1958, "X_coordina": 3514459.86, "Y_coordina": 5405765.12, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 832.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 127.2, "Total_wall": 719.0, "Total_wa00": 0.0, "Total_outw": 962.7, "Total_shar": 228.4, "Total_roof": 228.0, "Gross_volu": 2706.6, "Is_Gross_v": "false", "Heated_vol": 2601.2, "Ridge_mean": 23.3, "Eaves_mean": 16.78, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 15, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.409, "Heated_are": 832.4, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 43.2, "Total_Year": 49167.0, "January_He": 8859.0, "February_H": 6249.0, "March_Heat": 3834.0, "April_Heat": 757.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 1848.0, "November_H": 5626.0, "December_H": 8692.0, "PV_potenti": 6.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195686263543443, 48.789174818229725, 0.0 ], [ 9.195720594003646, 48.789148951800833, 0.0 ], [ 9.195739912513416, 48.78914730033928, 0.0 ], [ 9.195755325332819, 48.789156176579944, 0.0 ], [ 9.195756309445814, 48.789164268034639, 0.0 ], [ 9.195769949951735, 48.789172337973369, 0.0 ], [ 9.195786183174045, 48.789182201975173, 0.0 ], [ 9.195798124480566, 48.789173279231534, 0.0 ], [ 9.195795260637706, 48.789171755399011, 0.0 ], [ 9.195781622926622, 48.789164404847646, 0.0 ], [ 9.195783929463486, 48.789162602453324, 0.0 ], [ 9.195797296393417, 48.789170313159396, 0.0 ], [ 9.195818847288015, 48.789182775900393, 0.0 ], [ 9.195849127220637, 48.789200169591957, 0.0 ], [ 9.195873951659388, 48.789214515151507, 0.0 ], [ 9.195796604771671, 48.789272377666194, 0.0 ], [ 9.195762316608681, 48.789274144510152, 0.0 ], [ 9.195647329050798, 48.789206627430829, 0.0 ], [ 9.195689262424418, 48.789176072064549, 0.0 ], [ 9.195686263543443, 48.789174818229725, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a92a", "Latitude": 48.78856, "Longitude": 9.21231, "X_coordina": 3515672.51, "Y_coordina": 5405698.46, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.2, "Total_wall": 48.2, "Total_wa00": 0.0, "Total_outw": 103.1, "Total_shar": 206.0, "Total_roof": 52.4, "Gross_volu": 313.4, "Is_Gross_v": "false", "Heated_vol": 272.2, "Ridge_mean": 9.2, "Eaves_mean": 5.92, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 87.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 5423.0, "January_He": 1014.0, "February_H": 698.0, "March_Heat": 404.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 206.0, "November_H": 649.0, "December_H": 993.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212320552834466, 48.788562645252632, 0.0 ], [ 9.21231611057196, 48.788606446261362, 0.0 ], [ 9.212259759283413, 48.788604032276723, 0.0 ], [ 9.212201774937448, 48.788601621273678, 0.0 ], [ 9.212205672566057, 48.788557731349279, 0.0 ], [ 9.212263929417832, 48.788560231771747, 0.0 ], [ 9.212320552834466, 48.788562645252632, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b4", "Latitude": 48.78839, "Longitude": 9.19549, "X_coordina": 3514437.05, "Y_coordina": 5405675.96, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1030.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 228.4, "Total_wall": 466.1, "Total_wa00": 0.0, "Total_outw": 748.6, "Total_shar": 543.1, "Total_roof": 256.3, "Gross_volu": 3448.8, "Is_Gross_v": "false", "Heated_vol": 3220.4, "Ridge_mean": 16.6, "Eaves_mean": 13.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.286, "Heated_are": 1030.5, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 28.3, "Total_Year": 45508.0, "January_He": 7234.0, "February_H": 5139.0, "March_Heat": 3220.0, "April_Heat": 592.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1421.0, "November_H": 4512.0, "December_H": 7011.0, "PV_potenti": 13.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195574764525022, 48.788464071306791, 0.0 ], [ 9.195500275801285, 48.788486768628545, 0.0 ], [ 9.195425650921843, 48.788509466133135, 0.0 ], [ 9.195347501111033, 48.788395395695439, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.19539624565054, 48.788331647048786, 0.0 ], [ 9.195470192285432, 48.788309580179401, 0.0 ], [ 9.195574764525022, 48.788464071306791, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b5", "Latitude": 48.78849, "Longitude": 9.19535, "X_coordina": 3514426.72, "Y_coordina": 5405687.01, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 76.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.7, "Total_wall": 129.6, "Total_wa00": 0.0, "Total_outw": 299.8, "Total_shar": 0.0, "Total_roof": 42.7, "Gross_volu": 233.6, "Is_Gross_v": "false", "Heated_vol": 204.0, "Ridge_mean": 5.5, "Eaves_mean": 5.49, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.001, "Heated_are": 76.8, "Mean_Uvalu": 0.51, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195336708023074, 48.788489743914845, 0.0 ], [ 9.195349711120418, 48.78850896551814, 0.0 ], [ 9.195352021831608, 48.788508242208991, 0.0 ], [ 9.195366940302335, 48.788530068346823, 0.0 ], [ 9.19530264721166, 48.788549960609402, 0.0 ], [ 9.195246888979529, 48.788489716392931, 0.0 ], [ 9.19531866094156, 48.788468282774161, 0.0 ], [ 9.19533385365696, 48.788490647993171, 0.0 ], [ 9.195336708023074, 48.788489743914845, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a7b6", "Latitude": 48.78838, "Longitude": 9.1953, "X_coordina": 3514422.99, "Y_coordina": 5405674.53, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 111.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 60.5, "Total_wall": 111.8, "Total_wa00": 0.0, "Total_outw": 306.3, "Total_shar": 48.3, "Total_roof": 60.5, "Gross_volu": 227.4, "Is_Gross_v": "false", "Heated_vol": 227.4, "Ridge_mean": 3.8, "Eaves_mean": 3.77, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.024, "Heated_are": 111.6, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.195347501111033, 48.788395395695439, 0.0 ], [ 9.195200831164634, 48.788439257383899, 0.0 ], [ 9.195164076257045, 48.788401371901102, 0.0 ], [ 9.195173183701725, 48.78839865875581, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a563", "Latitude": 48.78815, "Longitude": 9.21097, "X_coordina": 3515574.49, "Y_coordina": 5405652.29, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 156.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.4, "Total_wall": 155.9, "Total_wa00": 0.0, "Total_outw": 247.9, "Total_shar": 118.1, "Total_roof": 92.4, "Gross_volu": 545.2, "Is_Gross_v": "false", "Heated_vol": 487.8, "Ridge_mean": 12.4, "Eaves_mean": 6.65, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.598, "Heated_are": 156.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.4, "Total_Year": 11439.0, "January_He": 2143.0, "February_H": 1540.0, "March_Heat": 986.0, "April_Heat": 230.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 516.0, "November_H": 1417.0, "December_H": 2090.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210977889400395, 48.788204519011437, 0.0 ], [ 9.210919071713436, 48.788197972401342, 0.0 ], [ 9.210856713883883, 48.788190982624883, 0.0 ], [ 9.21087335060942, 48.788134120409978, 0.0 ], [ 9.21093557567545, 48.788141919733597, 0.0 ], [ 9.210994124517232, 48.788149276140842, 0.0 ], [ 9.210977889400395, 48.788204519011437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a3e3", "Latitude": 48.79234, "Longitude": 9.19829, "X_coordina": 3514641.57, "Y_coordina": 5406115.4, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 128.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 45.3, "Total_wall": 49.2, "Total_wa00": 0.0, "Total_outw": 98.8, "Total_shar": 309.9, "Total_roof": 72.0, "Gross_volu": 446.6, "Is_Gross_v": "false", "Heated_vol": 401.3, "Ridge_mean": 12.8, "Eaves_mean": 6.76, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 128.4, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 6684.0, "January_He": 1133.0, "February_H": 804.0, "March_Heat": 517.0, "April_Heat": 115.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 243.0, "November_H": 716.0, "December_H": 1107.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198267480905164, 48.792312154268323, 0.0 ], [ 9.198282213582612, 48.792320761566515, 0.0 ], [ 9.198309769317005, 48.792336900362685, 0.0 ], [ 9.198310990307608, 48.792335909100501, 0.0 ], [ 9.198314400573736, 48.792337881546629, 0.0 ], [ 9.198268803901065, 48.792371591484212, 0.0 ], [ 9.198226192842558, 48.792403138098095, 0.0 ], [ 9.198222782221213, 48.792401075726424, 0.0 ], [ 9.198224003569317, 48.792400174388142, 0.0 ], [ 9.198182260604307, 48.792375697094649, 0.0 ], [ 9.198181039256045, 48.792376598432476, 0.0 ], [ 9.198177493247782, 48.792374716139619, 0.0 ], [ 9.19822037580197, 48.792342989229084, 0.0 ], [ 9.198265700992506, 48.792309459625073, 0.0 ], [ 9.198268838349017, 48.792311252695242, 0.0 ], [ 9.198267480905164, 48.792312154268323, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a22d", "Latitude": 48.78989, "Longitude": 9.21296, "X_coordina": 3515720.14, "Y_coordina": 5405846.13, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 569.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 141.7, "Total_wall": 377.1, "Total_wa00": 0.0, "Total_outw": 564.5, "Total_shar": 212.1, "Total_roof": 221.7, "Gross_volu": 1822.9, "Is_Gross_v": "false", "Heated_vol": 1778.6, "Ridge_mean": 15.9, "Eaves_mean": 9.8, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.412, "Heated_are": 569.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 39.2, "Total_Year": 31309.0, "January_He": 5613.0, "February_H": 3855.0, "March_Heat": 2279.0, "April_Heat": 422.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 1079.0, "November_H": 3469.0, "December_H": 5518.0, "PV_potenti": 10.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213014494084643, 48.7899501444872, 0.0 ], [ 9.212952915474013, 48.789967074091386, 0.0 ], [ 9.212887666514368, 48.789984999607583, 0.0 ], [ 9.212816553958779, 48.789871467573718, 0.0 ], [ 9.212815457997905, 48.789869761050007, 0.0 ], [ 9.21283924557193, 48.789862972816444, 0.0 ], [ 9.212880563895485, 48.789850217213385, 0.0 ], [ 9.212896873624137, 48.789845151339726, 0.0 ], [ 9.212941186700755, 48.78983257002578, 0.0 ], [ 9.213014494084643, 48.7899501444872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c5", "Latitude": 48.78777, "Longitude": 9.20357, "X_coordina": 3515031.11, "Y_coordina": 5405608.44, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 3202.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 775.7, "Total_wall": 1546.4, "Total_wa00": 0.0, "Total_outw": 2438.8, "Total_shar": 350.5, "Total_roof": 943.8, "Gross_volu": 10616.2, "Is_Gross_v": "false", "Heated_vol": 10007.7, "Ridge_mean": 15.8, "Eaves_mean": 10.8, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.318, "Heated_are": 3202.5, "Mean_Uvalu": 0.47, "Specific_d": "24,8", "Specific_s": 42.6, "Total_Year": 215829.0, "January_He": 31191.0, "February_H": 22767.0, "March_Heat": 15712.0, "April_Heat": 4776.0, "May_Heatin": 402.0, "June_Heati": 17, "July_Heati": 2, "August_Hea": 6, "September_": 1167.0, "October_He": 9003.0, "November_H": 20882.0, "December_H": 30355.0, "PV_potenti": 49.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203709959767204, 48.788073727025221, 0.0 ], [ 9.203613903298573, 48.788079112477632, 0.0 ], [ 9.203537030745784, 48.788083384860798, 0.0 ], [ 9.203533526738154, 48.788058212429519, 0.0 ], [ 9.203524143069956, 48.787992494819072, 0.0 ], [ 9.2035169899063, 48.78793990211971, 0.0 ], [ 9.203513483373486, 48.787914100226004, 0.0 ], [ 9.203384355133457, 48.787582060419005, 0.0 ], [ 9.20337211576156, 48.787584150279095, 0.0 ], [ 9.203359465417259, 48.787551890023018, 0.0 ], [ 9.203348326565246, 48.787523224043042, 0.0 ], [ 9.203437125115, 48.787506880946005, 0.0 ], [ 9.203494647180724, 48.787496348167984, 0.0 ], [ 9.203512870294686, 48.787493258559884, 0.0 ], [ 9.203535697619751, 48.787551848447023, 0.0 ], [ 9.203532569464642, 48.787552303594197, 0.0 ], [ 9.203665552335933, 48.787895037335488, 0.0 ], [ 9.203685016741021, 48.787895992069821, 0.0 ], [ 9.203709959767204, 48.788073727025221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c6", "Latitude": 48.78741, "Longitude": 9.20376, "X_coordina": 3515044.89, "Y_coordina": 5405569.1, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 904.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 242.0, "Total_wall": 692.7, "Total_wa00": 0.0, "Total_outw": 1061.5, "Total_shar": 0.0, "Total_roof": 272.9, "Gross_volu": 3069.0, "Is_Gross_v": "false", "Heated_vol": 2827.0, "Ridge_mean": 14.4, "Eaves_mean": 10.93, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.413, "Heated_are": 904.6, "Mean_Uvalu": 0.48, "Specific_d": "24,8", "Specific_s": 46.3, "Total_Year": 64397.0, "January_He": 9811.0, "February_H": 7021.0, "March_Heat": 4645.0, "April_Heat": 1286.0, "May_Heatin": 113.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 303.0, "October_He": 2638.0, "November_H": 6457.0, "December_H": 9645.0, "PV_potenti": 15.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203589695870662, 48.78737667161316, 0.0 ], [ 9.203668542026717, 48.787355939672132, 0.0 ], [ 9.203749019684116, 48.787334845095806, 0.0 ], [ 9.203844909785811, 48.787490333268444, 0.0 ], [ 9.203760896969241, 48.787512243479348, 0.0 ], [ 9.203679059267913, 48.787533610239798, 0.0 ], [ 9.203639468878931, 48.787469025139302, 0.0 ], [ 9.203642185496491, 48.787467761403967, 0.0 ], [ 9.203610682452597, 48.787417549778148, 0.0 ], [ 9.203585617675879, 48.787377757907045, 0.0 ], [ 9.203589695870662, 48.78737667161316, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c7", "Latitude": 48.78748, "Longitude": 9.20328, "X_coordina": 3515009.91, "Y_coordina": 5405575.97, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 2444.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 800.4, "Total_wall": 1251.7, "Total_wa00": 0.0, "Total_outw": 2029.8, "Total_shar": 200.2, "Total_roof": 800.4, "Gross_volu": 8437.9, "Is_Gross_v": "false", "Heated_vol": 7637.6, "Ridge_mean": 12.1, "Eaves_mean": 12.09, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.352, "Heated_are": 2444.0, "Mean_Uvalu": 0.33, "Specific_d": "24,8", "Specific_s": 37.0, "Total_Year": 151108.0, "January_He": 19931.0, "February_H": 15048.0, "March_Heat": 11095.0, "April_Heat": 4192.0, "May_Heatin": 502.0, "June_Heati": 20, "July_Heati": 3, "August_Hea": 6, "September_": 945.0, "October_He": 6006.0, "November_H": 13273.0, "December_H": 19378.0, "PV_potenti": 36.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203338359193543, 48.787346631558101, 0.0 ], [ 9.203348983652671, 48.787349040736686, 0.0 ], [ 9.203359337032332, 48.78735172016399, 0.0 ], [ 9.203369691503193, 48.787354669359459, 0.0 ], [ 9.203379774894856, 48.787357888803761, 0.0 ], [ 9.20338972292933, 48.787361288333585, 0.0 ], [ 9.203397764680753, 48.787364421458513, 0.0 ], [ 9.203388416949661, 48.787374869114281, 0.0 ], [ 9.203396187259337, 48.78737818256608, 0.0 ], [ 9.203405322057733, 48.787382392843931, 0.0 ], [ 9.203414185413839, 48.787386783447872, 0.0 ], [ 9.203422777327679, 48.787391354377959, 0.0 ], [ 9.20343109816274, 48.787396195557285, 0.0 ], [ 9.203439011833693, 48.787401307226311, 0.0 ], [ 9.203443378198209, 48.787404177069966, 0.0 ], [ 9.203448700432658, 48.787407854537754, 0.0 ], [ 9.203455252889452, 48.787412878686837, 0.0 ], [ 9.203460167232905, 48.787416646798391, 0.0 ], [ 9.203466995134743, 48.787422479773163, 0.0 ], [ 9.203473551594332, 48.787428493074465, 0.0 ], [ 9.203479428355196, 48.787434687423733, 0.0 ], [ 9.203484897224575, 48.787440972417109, 0.0 ], [ 9.203474977888735, 48.78744467681468, 0.0 ], [ 9.203468048070393, 48.787447296845322, 0.0 ], [ 9.203472698972316, 48.787453223589822, 0.0 ], [ 9.203477215971139, 48.78745969011274, 0.0 ], [ 9.203481325077979, 48.787466247279887, 0.0 ], [ 9.203485162378296, 48.787472894850822, 0.0 ], [ 9.20348845570078, 48.787479633306532, 0.0 ], [ 9.203491341130867, 48.787486462406598, 0.0 ], [ 9.203493682582755, 48.787493382391489, 0.0 ], [ 9.203494647180724, 48.787496348167984, 0.0 ], [ 9.203437125115, 48.787506880946005, 0.0 ], [ 9.203348326565246, 48.787523224043042, 0.0 ], [ 9.203359465417259, 48.787551890023018, 0.0 ], [ 9.203322473692593, 48.787557800379901, 0.0 ], [ 9.203330584134578, 48.78757792896112, 0.0 ], [ 9.2032253244755, 48.787595649881879, 0.0 ], [ 9.203230548755993, 48.787608769517398, 0.0 ], [ 9.203050426419912, 48.787656566952407, 0.0 ], [ 9.203014262525501, 48.787564099260237, 0.0 ], [ 9.203097896891117, 48.787549474078354, 0.0 ], [ 9.203095833105678, 48.787543902450793, 0.0 ], [ 9.203094588012563, 48.787538868921324, 0.0 ], [ 9.203093753717082, 48.787534464133017, 0.0 ], [ 9.203093504046935, 48.78752655129064, 0.0 ], [ 9.202984440948576, 48.787525754423882, 0.0 ], [ 9.202984685556372, 48.787518919794024, 0.0 ], [ 9.202985336607785, 48.787511634829364, 0.0 ], [ 9.202986395916046, 48.787504349145081, 0.0 ], [ 9.202987999929316, 48.787497152424308, 0.0 ], [ 9.202990012561731, 48.787490044906882, 0.0 ], [ 9.202992433450431, 48.787482936669761, 0.0 ], [ 9.202995262957957, 48.787475917635952, 0.0 ], [ 9.202998637169719, 48.787468987565553, 0.0 ], [ 9.203002419999946, 48.787462146698367, 0.0 ], [ 9.203006611448501, 48.787455395034385, 0.0 ], [ 9.203011211877962, 48.787448822496614, 0.0 ], [ 9.203016220925488, 48.787442339161927, 0.0 ], [ 9.20302014854264, 48.787437656206926, 0.0 ], [ 9.203021773950946, 48.787435764944313, 0.0 ], [ 9.203027600596915, 48.787429549938722, 0.0 ], [ 9.203033836586126, 48.787423603982091, 0.0 ], [ 9.203040345107523, 48.787417747468304, 0.0 ], [ 9.203047126886631, 48.787412160243306, 0.0 ], [ 9.203054453368685, 48.787406661981144, 0.0 ], [ 9.203062053108383, 48.787401433007659, 0.0 ], [ 9.203069926105762, 48.787396473322801, 0.0 ], [ 9.203078071635177, 48.787391603080479, 0.0 ], [ 9.203086626507666, 48.787387001886657, 0.0 ], [ 9.203095318552569, 48.787382670221326, 0.0 ], [ 9.203104419940653, 48.78737860760436, 0.0 ], [ 9.20311365813841, 48.787374724592709, 0.0 ], [ 9.203120316157564, 48.787372194986439, 0.0 ], [ 9.20312371320955, 48.787370930063126, 0.0 ], [ 9.203133362200923, 48.787367675790989, 0.0 ], [ 9.203143284087563, 48.78736460088399, 0.0 ], [ 9.203153343147219, 48.787361795505134, 0.0 ], [ 9.20316353974302, 48.78735934957745, 0.0 ], [ 9.203173873149131, 48.787357083254825, 0.0 ], [ 9.203184344091721, 48.787355176383272, 0.0 ], [ 9.203194952207944, 48.787353539039735, 0.0 ], [ 9.203205697497953, 48.787352171224185, 0.0 ], [ 9.203216444239734, 48.787351163099743, 0.0 ], [ 9.203227327792568, 48.787350334580204, 0.0 ], [ 9.20323821316069, 48.787349955674792, 0.0 ], [ 9.203249099254947, 48.787349756614397, 0.0 ], [ 9.203252093130585, 48.787349751330261, 0.0 ], [ 9.203252315911957, 48.787337521317944, 0.0 ], [ 9.203261298263035, 48.787337685311137, 0.0 ], [ 9.203272458704131, 48.787338025306319, 0.0 ], [ 9.203283620598228, 48.78733872499253, 0.0 ], [ 9.203294783945546, 48.787339784369792, 0.0 ], [ 9.203305811934607, 48.787341023832269, 0.0 ], [ 9.203316705292048, 48.78734262322606, 0.0 ], [ 9.203327599740053, 48.787344492387909, 0.0 ], [ 9.203338359193543, 48.787346631558101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c8", "Latitude": 48.78824, "Longitude": 9.20338, "X_coordina": 3515016.81, "Y_coordina": 5405660.75, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 2980.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1088.0, "Total_wall": 936.7, "Total_wa00": 0.0, "Total_outw": 1000.5, "Total_shar": 489.2, "Total_roof": 1229.8, "Gross_volu": 10076.2, "Is_Gross_v": "false", "Heated_vol": 9314.6, "Ridge_mean": 11.5, "Eaves_mean": 11.5, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.329, "Heated_are": 2980.7, "Mean_Uvalu": 0.34, "Specific_d": "124,1", "Specific_s": 117.6, "Total_Year": 720440.0, "January_He": 74497.0, "February_H": 59013.0, "March_Heat": 46136.0, "April_Heat": 21704.0, "May_Heatin": 4153.0, "June_Heati": 96, "July_Heati": 0, "August_Hea": 3, "September_": 5114.0, "October_He": 21604.0, "November_H": 47891.0, "December_H": 70271.0, "PV_potenti": 55.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203298038786635, 48.788482438586193, 0.0 ], [ 9.203082423152308, 48.788099024869048, 0.0 ], [ 9.203387638922413, 48.788024209269658, 0.0 ], [ 9.203603121195732, 48.78840780250404, 0.0 ], [ 9.203598227116712, 48.78840907008798, 0.0 ], [ 9.203298038786635, 48.788482438586193, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003a0c9", "Latitude": 48.78821, "Longitude": 9.20361, "X_coordina": 3515033.68, "Y_coordina": 5405657.72, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 1105.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 517.2, "Total_wall": 482.4, "Total_wa00": 0.0, "Total_outw": 745.8, "Total_shar": 636.2, "Total_roof": 559.3, "Gross_volu": 3734.3, "Is_Gross_v": "false", "Heated_vol": 3453.2, "Ridge_mean": 8.2, "Eaves_mean": 8.19, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.427, "Heated_are": 1105.0, "Mean_Uvalu": 0.38, "Specific_d": "24,8", "Specific_s": 45.9, "Total_Year": 78124.0, "January_He": 11136.0, "February_H": 8293.0, "March_Heat": 6102.0, "April_Heat": 2296.0, "May_Heatin": 291.0, "June_Heati": 16, "July_Heati": 2, "August_Hea": 5, "September_": 648.0, "October_He": 3553.0, "November_H": 7506.0, "December_H": 10826.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203603121195732, 48.78840780250404, 0.0 ], [ 9.203387638922413, 48.788024209269658, 0.0 ], [ 9.203523863986653, 48.787990786762776, 0.0 ], [ 9.203524143069956, 48.787992494819072, 0.0 ], [ 9.203537030745784, 48.788083384860798, 0.0 ], [ 9.20359077356326, 48.788080412302854, 0.0 ], [ 9.203737598152843, 48.788446591531233, 0.0 ], [ 9.203633865085861, 48.788472043555565, 0.0 ], [ 9.203598227116712, 48.78840907008798, 0.0 ], [ 9.203603121195732, 48.78840780250404, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039e8f", "Latitude": 48.79, "Longitude": 9.20792, "X_coordina": 3515349.61, "Y_coordina": 5405857.85, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 727.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 227.5, "Total_wall": 447.7, "Total_wa00": 0.0, "Total_outw": 661.7, "Total_shar": 286.8, "Total_roof": 227.5, "Gross_volu": 2286.8, "Is_Gross_v": "false", "Heated_vol": 2274.6, "Ridge_mean": 10.1, "Eaves_mean": 10.05, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.396, "Heated_are": 727.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 39870.0, "January_He": 7103.0, "February_H": 4935.0, "March_Heat": 2893.0, "April_Heat": 485.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1421.0, "November_H": 4514.0, "December_H": 6924.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207914299118674, 48.790123576057994, 0.0 ], [ 9.207785656233819, 48.790115265498443, 0.0 ], [ 9.207785786385942, 48.79011382648558, 0.0 ], [ 9.207817385488573, 48.789922232136291, 0.0 ], [ 9.207959782114742, 48.789932675991615, 0.0 ], [ 9.207929273403838, 48.790124538181779, 0.0 ], [ 9.207914299118674, 48.790123576057994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cf7", "Latitude": 48.78909, "Longitude": 9.20019, "X_coordina": 3514782.24, "Y_coordina": 5405755.13, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1274.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 225.3, "Total_wall": 1059.6, "Total_wa00": 0.0, "Total_outw": 1416.2, "Total_shar": 0.0, "Total_roof": 236.4, "Gross_volu": 4113.9, "Is_Gross_v": "false", "Heated_vol": 3982.9, "Ridge_mean": 18.9, "Eaves_mean": 18.92, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 35, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.378, "Heated_are": 1274.5, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 61624.0, "January_He": 10290.0, "February_H": 7207.0, "March_Heat": 4516.0, "April_Heat": 946.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 81.0, "October_He": 1972.0, "November_H": 6332.0, "December_H": 10066.0, "PV_potenti": 9.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200033128394711, 48.789134887032695, 0.0 ], [ 9.200050408263612, 48.789133957778915, 0.0 ], [ 9.200046199379146, 48.789102222044981, 0.0 ], [ 9.200051716513737, 48.789086475823282, 0.0 ], [ 9.200064501709397, 48.789050394231268, 0.0 ], [ 9.200251465941825, 48.789044224224789, 0.0 ], [ 9.200254324428123, 48.789078570085493, 0.0 ], [ 9.200260323970175, 48.789149869100299, 0.0 ], [ 9.200262463728555, 48.789174594380484, 0.0 ], [ 9.200037808453724, 48.789182448509244, 0.0 ], [ 9.200033128394711, 48.789134887032695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cf8", "Latitude": 48.78891, "Longitude": 9.20021, "X_coordina": 3514783.67, "Y_coordina": 5405734.69, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 67.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.7, "Total_wall": 77.7, "Total_wa00": 0.0, "Total_outw": 257.8, "Total_shar": 31.7, "Total_roof": 74.7, "Gross_volu": 223.9, "Is_Gross_v": "false", "Heated_vol": 178.2, "Ridge_mean": 3.0, "Eaves_mean": 3.01, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.103, "Heated_are": 67.1, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 106.1, "Total_Year": 7121.0, "January_He": 1394.0, "February_H": 1089.0, "March_Heat": 893.0, "April_Heat": 464.0, "May_Heatin": 125.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 2, "September_": 187.0, "October_He": 585.0, "November_H": 1009.0, "December_H": 1366.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200101204309698, 48.788902945608498, 0.0 ], [ 9.200246527835269, 48.78889765727191, 0.0 ], [ 9.200248520394045, 48.788919595176424, 0.0 ], [ 9.200251928954572, 48.788955378859704, 0.0 ], [ 9.200187294969902, 48.788957649404544, 0.0 ], [ 9.200081023271718, 48.788961431043269, 0.0 ], [ 9.200101204309698, 48.788902945608498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039cda", "Latitude": 48.79555, "Longitude": 9.20895, "X_coordina": 3515423.57, "Y_coordina": 5406474.8, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 303.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 107.7, "Total_wall": 370.1, "Total_wa00": 0.0, "Total_outw": 624.5, "Total_shar": 0.0, "Total_roof": 147.7, "Gross_volu": 1027.4, "Is_Gross_v": "false", "Heated_vol": 949.3, "Ridge_mean": 11.9, "Eaves_mean": 7.42, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.64, "Heated_are": 303.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 53.5, "Total_Year": 21075.0, "January_He": 4048.0, "February_H": 2763.0, "March_Heat": 1671.0, "April_Heat": 375.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 817.0, "November_H": 2517.0, "December_H": 4004.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208923918359693, 48.795616169783024, 0.0 ], [ 9.208806652886462, 48.79559785821511, 0.0 ], [ 9.208821178955317, 48.79555601742873, 0.0 ], [ 9.208836109962874, 48.795513366594008, 0.0 ], [ 9.208954598348489, 48.79553122629558, 0.0 ], [ 9.208939392980737, 48.795573338102052, 0.0 ], [ 9.208965134464348, 48.795577427878847, 0.0 ], [ 9.208998230983832, 48.79558276323155, 0.0 ], [ 9.208994865649084, 48.795591761693245, 0.0 ], [ 9.208990020311958, 48.795604899323628, 0.0 ], [ 9.208982346966797, 48.795625325892665, 0.0 ], [ 9.208923918359693, 48.795616169783024, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039c95", "Latitude": 48.79493, "Longitude": 9.20878, "X_coordina": 3515411.28, "Y_coordina": 5406405.74, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1175.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 255.0, "Total_wall": 950.9, "Total_wa00": 0.0, "Total_outw": 1279.0, "Total_shar": 179.3, "Total_roof": 255.0, "Gross_volu": 3672.9, "Is_Gross_v": "false", "Heated_vol": 3672.9, "Ridge_mean": 15.5, "Eaves_mean": 15.51, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 30, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 1175.3, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.7, "Total_Year": 61783.0, "January_He": 10442.0, "February_H": 7491.0, "March_Heat": 4833.0, "April_Heat": 1108.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 2318.0, "November_H": 6641.0, "December_H": 10179.0, "PV_potenti": 9.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208760098357342, 48.794842045272141, 0.0 ], [ 9.208765075683095, 48.794827918251336, 0.0 ], [ 9.20883467108386, 48.794838762740689, 0.0 ], [ 9.208795520016203, 48.794948630389499, 0.0 ], [ 9.2088075055314, 48.794950586976405, 0.0 ], [ 9.208793782079679, 48.794989009215321, 0.0 ], [ 9.208781524344168, 48.794987053120515, 0.0 ], [ 9.208752058154243, 48.795069296663186, 0.0 ], [ 9.208632070405256, 48.795050630156446, 0.0 ], [ 9.208644717454892, 48.795015177364597, 0.0 ], [ 9.208630144426689, 48.795012865754245, 0.0 ], [ 9.208682214729608, 48.794867454949262, 0.0 ], [ 9.208696923450633, 48.794869676383634, 0.0 ], [ 9.208709706514989, 48.794834223337013, 0.0 ], [ 9.208760098357342, 48.794842045272141, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7c", "Latitude": 48.79084, "Longitude": 9.20065, "X_coordina": 3514815.42, "Y_coordina": 5405949.78, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 10594.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1628.9, "Total_wall": 4762.4, "Total_wa00": 0.0, "Total_outw": 6279.4, "Total_shar": 605.6, "Total_roof": 1818.9, "Gross_volu": 33940.6, "Is_Gross_v": "false", "Heated_vol": 33108.2, "Ridge_mean": 22.5, "Eaves_mean": 19.25, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.246, "Heated_are": 10594.6, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 51.4, "Total_Year": 699718.00000000012, "January_He": 120865.0, "February_H": 91249.0, "March_Heat": 67276.0, "April_Heat": 26077.0, "May_Heatin": 3340.0, "June_Heati": 113, "July_Heati": 12, "August_Hea": 24, "September_": 5845.0, "October_He": 34675.0, "November_H": 78986.0, "December_H": 116468.0, "PV_potenti": 98.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201234694495039, 48.791249505796557, 0.0 ], [ 9.201189780524247, 48.791283035856239, 0.0 ], [ 9.199906115856596, 48.790529553330067, 0.0 ], [ 9.200022676290677, 48.790442754481624, 0.0 ], [ 9.20002485879299, 48.790444009621375, 0.0 ], [ 9.200118302147404, 48.790498970453697, 0.0 ], [ 9.200377215077809, 48.790650940760671, 0.0 ], [ 9.200442008825744, 48.790688236223851, 0.0 ], [ 9.200889316352004, 48.790951562430834, 0.0 ], [ 9.200951520749532, 48.790987783039363, 0.0 ], [ 9.201306068650142, 48.791196326120442, 0.0 ], [ 9.201303761858609, 48.791198038701474, 0.0 ], [ 9.201234694495039, 48.791249505796557, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7d", "Latitude": 48.79039, "Longitude": 9.20108, "X_coordina": 3514846.95, "Y_coordina": 5405899.2, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 76.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 95.9, "Total_wall": 117.5, "Total_wa00": 0.0, "Total_outw": 381.7, "Total_shar": 0.0, "Total_roof": 95.9, "Gross_volu": 293.4, "Is_Gross_v": "false", "Heated_vol": 238.4, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.146, "Heated_are": 76.3, "Mean_Uvalu": 0.31, "Specific_d": "32,9", "Specific_s": 27.1, "Total_Year": 4571.0, "January_He": 615.0, "February_H": 376.0, "March_Heat": 165.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 31.0, "November_H": 271.0, "December_H": 588.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201140807923936, 48.790437389808538, 0.0 ], [ 9.20114735695164, 48.790441514855978, 0.0 ], [ 9.201139489399671, 48.790448003098845, 0.0 ], [ 9.20113294145, 48.790444147819947, 0.0 ], [ 9.201087753065773, 48.790476958934939, 0.0 ], [ 9.201083660911635, 48.790474628066463, 0.0 ], [ 9.201084610333728, 48.790473817096021, 0.0 ], [ 9.200923777056689, 48.790379228406294, 0.0 ], [ 9.200922148602594, 48.790380400254662, 0.0 ], [ 9.20091941955272, 48.790378606543754, 0.0 ], [ 9.200973558159074, 48.790337776672082, 0.0 ], [ 9.200976423302011, 48.790339570144219, 0.0 ], [ 9.200975066678014, 48.790340651595308, 0.0 ], [ 9.201137670222939, 48.790435506892962, 0.0 ], [ 9.201139162939599, 48.790434425202257, 0.0 ], [ 9.201142164546974, 48.790436308355517, 0.0 ], [ 9.201140807923936, 48.790437389808538, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a7f", "Latitude": 48.79063, "Longitude": 9.20156, "X_coordina": 3514882.39, "Y_coordina": 5405926.79, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 146.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 136.4, "Total_wall": 83.8, "Total_wa00": 0.0, "Total_outw": 289.5, "Total_shar": 281.1, "Total_roof": 139.5, "Gross_volu": 502.4, "Is_Gross_v": "false", "Heated_vol": 457.4, "Ridge_mean": 4.4, "Eaves_mean": 2.95, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.739, "Heated_are": 146.4, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 15.4, "Total_Year": 7067.0, "January_He": 733.0, "February_H": 404.0, "March_Heat": 118.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 290.0, "December_H": 692.0, "PV_potenti": 7.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201383229541761, 48.790616723440955, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201650141282787, 48.790691972051917, 0.0 ], [ 9.201588536385341, 48.790737491337332, 0.0 ], [ 9.201383229541761, 48.790616723440955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a80", "Latitude": 48.79033, "Longitude": 9.20154, "X_coordina": 3514881.21, "Y_coordina": 5405893.11, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1913.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 828.4, "Total_wall": 1213.5, "Total_wa00": 0.0, "Total_outw": 1949.4, "Total_shar": 22.5, "Total_roof": 838.1, "Gross_volu": 7391.6, "Is_Gross_v": "false", "Heated_vol": 6563.2, "Ridge_mean": 10.1, "Eaves_mean": 7.91, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.41, "Heated_are": 1913.1, "Mean_Uvalu": 0.49, "Specific_d": "non calculated", "Specific_s": 68.1, "Total_Year": 130280.0, "January_He": 27797.0, "February_H": 20571.0, "March_Heat": 15318.0, "April_Heat": 6147.0, "May_Heatin": 821.0, "June_Heati": 27, "July_Heati": 3, "August_Hea": 7, "September_": 2013.0, "October_He": 10336.0, "November_H": 19682.0, "December_H": 27560.0, "PV_potenti": 40.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201925799185217, 48.790402924126695, 0.0 ], [ 9.201907593607995, 48.790444590685112, 0.0 ], [ 9.201887364271794, 48.790490667045724, 0.0 ], [ 9.20106377008476, 48.790333123016651, 0.0 ], [ 9.201116502446983, 48.79021289297259, 0.0 ], [ 9.201448962500475, 48.790276517335023, 0.0 ], [ 9.201443700221935, 48.790287856917004, 0.0 ], [ 9.201935239129057, 48.790381325904285, 0.0 ], [ 9.201925799185217, 48.790402924126695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a81", "Latitude": 48.79049, "Longitude": 9.20212, "X_coordina": 3514923.85, "Y_coordina": 5405911.45, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1018.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 206.7, "Total_wall": 764.6, "Total_wa00": 0.0, "Total_outw": 1025.2, "Total_shar": 25.6, "Total_roof": 207.8, "Gross_volu": 3046.4, "Is_Gross_v": "false", "Heated_vol": 3182.7, "Ridge_mean": 15.1, "Eaves_mean": 14.42, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.406, "Heated_are": 1018.5, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 54.9, "Total_Year": 70746.0, "January_He": 12660.0, "February_H": 9415.0, "March_Heat": 6691.0, "April_Heat": 2354.0, "May_Heatin": 269.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 2, "September_": 520.0, "October_He": 3482.0, "November_H": 8218.0, "December_H": 12246.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202103541636776, 48.790607008711973, 0.0 ], [ 9.201940655595841, 48.790510176955451, 0.0 ], [ 9.201996017635246, 48.790469164611679, 0.0 ], [ 9.202007822411325, 48.790460331389653, 0.0 ], [ 9.202056399521542, 48.790424276717516, 0.0 ], [ 9.202220235633531, 48.790520477178184, 0.0 ], [ 9.202103541636776, 48.790607008711973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a82", "Latitude": 48.79008, "Longitude": 9.20284, "X_coordina": 3514976.57, "Y_coordina": 5405865.17, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 1183.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 844.3, "Total_wall": 685.2, "Total_wa00": 0.0, "Total_outw": 1555.5, "Total_shar": 87.9, "Total_roof": 854.8, "Gross_volu": 5125.6, "Is_Gross_v": "false", "Heated_vol": 4281.3, "Ridge_mean": 7.3, "Eaves_mean": 4.52, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.491, "Heated_are": 1183.5, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 43.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202657226923892, 48.789876125593445, 0.0 ], [ 9.20267584582658, 48.789869708248212, 0.0 ], [ 9.2026845973691, 48.78988003406279, 0.0 ], [ 9.202745897738538, 48.789860772420845, 0.0 ], [ 9.203051300613101, 48.790268037976922, 0.0 ], [ 9.202991500518191, 48.790288196371591, 0.0 ], [ 9.202999846457866, 48.790299152341838, 0.0 ], [ 9.202976876443909, 48.790306566568113, 0.0 ], [ 9.202969347429999, 48.790295699079998, 0.0 ], [ 9.202847295930955, 48.790335660376442, 0.0 ], [ 9.202844697108953, 48.790332427703724, 0.0 ], [ 9.202847143163989, 48.790331524158866, 0.0 ], [ 9.20254653011466, 48.789930544295899, 0.0 ], [ 9.202543675435027, 48.789931358629509, 0.0 ], [ 9.202541075929599, 48.789927946103667, 0.0 ], [ 9.202664753272542, 48.789886363642005, 0.0 ], [ 9.202657226923892, 48.789876125593445, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a84", "Latitude": 48.79011, "Longitude": 9.20211, "X_coordina": 3514922.96, "Y_coordina": 5405869.19, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1355.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 415.3, "Total_wall": 826.5, "Total_wa00": 0.0, "Total_outw": 1262.4, "Total_shar": 140.3, "Total_roof": 415.3, "Gross_volu": 4404.0, "Is_Gross_v": "false", "Heated_vol": 4235.6, "Ridge_mean": 10.6, "Eaves_mean": 10.61, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.384, "Heated_are": 1355.4, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 56.7, "Total_Year": 96659.0, "January_He": 17576.0, "February_H": 12949.0, "March_Heat": 9056.0, "April_Heat": 3074.0, "May_Heatin": 328.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 675.0, "October_He": 4730.0, "November_H": 11418.0, "December_H": 17036.0, "PV_potenti": 19.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201939078158469, 48.790218827184361, 0.0 ], [ 9.201973058165606, 48.790140174343634, 0.0 ], [ 9.202042097575887, 48.789980618644364, 0.0 ], [ 9.202211120097427, 48.790013144097294, 0.0 ], [ 9.202091519771429, 48.790290678510097, 0.0 ], [ 9.201922358497399, 48.790257703508424, 0.0 ], [ 9.201939078158469, 48.790218827184361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a85", "Latitude": 48.79062, "Longitude": 9.20049, "X_coordina": 3514803.96, "Y_coordina": 5405924.89, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 404.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 56.0, "Total_wall": 379.0, "Total_wa00": 0.0, "Total_outw": 488.2, "Total_shar": 265.7, "Total_roof": 56.0, "Gross_volu": 1077.5, "Is_Gross_v": "false", "Heated_vol": 1077.5, "Ridge_mean": 19.2, "Eaves_mean": 19.24, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.456, "Heated_are": 404.9, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 6.2, "Total_Year": 15827.0, "January_He": 924.0, "February_H": 422.0, "March_Heat": 80.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 226.0, "December_H": 862.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200442008825744, 48.790688236223851, 0.0 ], [ 9.200377215077809, 48.790650940760671, 0.0 ], [ 9.20045822295676, 48.790590461027541, 0.0 ], [ 9.200521382840316, 48.790627579443381, 0.0 ], [ 9.200442008825744, 48.790688236223851, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a86", "Latitude": 48.79092, "Longitude": 9.20101, "X_coordina": 3514841.48, "Y_coordina": 5405958.33, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 399.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 55.3, "Total_wall": 383.2, "Total_wa00": 0.0, "Total_outw": 481.8, "Total_shar": 253.2, "Total_roof": 55.3, "Gross_volu": 1066.9, "Is_Gross_v": "false", "Heated_vol": 1066.9, "Ridge_mean": 19.3, "Eaves_mean": 19.31, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.463, "Heated_are": 399.3, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 6.5, "Total_Year": 15719.0, "January_He": 947.0, "February_H": 436.0, "March_Heat": 85.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 237.0, "December_H": 885.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200951520749532, 48.790987783039363, 0.0 ], [ 9.200889316352004, 48.790951562430834, 0.0 ], [ 9.200969913658, 48.790890543515729, 0.0 ], [ 9.201032937840644, 48.790927571962548, 0.0 ], [ 9.200951520749532, 48.790987783039363, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a87", "Latitude": 48.79042, "Longitude": 9.20016, "X_coordina": 3514779.18, "Y_coordina": 5405902.83, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 281.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.4, "Total_wall": 197.6, "Total_wa00": 0.0, "Total_outw": 293.9, "Total_shar": 285.6, "Total_roof": 81.4, "Gross_volu": 899.2, "Is_Gross_v": "false", "Heated_vol": 878.8, "Ridge_mean": 11.1, "Eaves_mean": 11.05, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.406, "Heated_are": 281.2, "Mean_Uvalu": 0.36, "Specific_d": "32,9", "Specific_s": 4.9, "Total_Year": 10627.0, "January_He": 514.0, "February_H": 243.0, "March_Heat": 47.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 114.0, "December_H": 464.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20002485879299, 48.790444009621375, 0.0 ], [ 9.200104780518961, 48.790384161486514, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200118302147404, 48.790498970453697, 0.0 ], [ 9.20002485879299, 48.790444009621375, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a88", "Latitude": 48.79066, "Longitude": 9.20098, "X_coordina": 3514839.83, "Y_coordina": 5405929.7, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 11142.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 2894.1, "Total_wall": 2525.3, "Total_wa00": 0.0, "Total_outw": 3868.6, "Total_shar": 627.4, "Total_roof": 2908.3, "Gross_volu": 37715.1, "Is_Gross_v": "false", "Heated_vol": 34821.0, "Ridge_mean": 15.5, "Eaves_mean": 12.07, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.226, "Heated_are": 11142.7, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 392552.0, "January_He": 10696.0, "February_H": 4254.0, "March_Heat": 608.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 1577.0, "December_H": 9239.0, "PV_potenti": 133.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201461843928968, 48.790910546237633, 0.0 ], [ 9.201346100031195, 48.790996985412619, 0.0 ], [ 9.201260479354369, 48.791060980848343, 0.0 ], [ 9.201032937840644, 48.790927571962548, 0.0 ], [ 9.200969913658, 48.790890543515729, 0.0 ], [ 9.200521382840316, 48.790627579443381, 0.0 ], [ 9.20045822295676, 48.790590461027541, 0.0 ], [ 9.200329175864512, 48.790514790057976, 0.0 ], [ 9.200559314366668, 48.790344613677334, 0.0 ], [ 9.2006161704339, 48.790302610233439, 0.0 ], [ 9.201545971374252, 48.790847632347386, 0.0 ], [ 9.201461843928968, 48.790910546237633, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a89", "Latitude": 48.79037, "Longitude": 9.20042, "X_coordina": 3514798.83, "Y_coordina": 5405897.27, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1129.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 326.8, "Total_wall": 387.2, "Total_wa00": 0.0, "Total_outw": 580.0, "Total_shar": 659.7, "Total_roof": 326.8, "Gross_volu": 3640.8, "Is_Gross_v": "false", "Heated_vol": 3529.6, "Ridge_mean": 11.1, "Eaves_mean": 11.14, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.289, "Heated_are": 1129.5, "Mean_Uvalu": 0.31, "Specific_d": "32,9", "Specific_s": 1.7, "Total_Year": 39036.0, "January_He": 793.0, "February_H": 320.0, "March_Heat": 47.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 98.0, "December_H": 663.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200559314366668, 48.790344613677334, 0.0 ], [ 9.200329175864512, 48.790514790057976, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200344094180728, 48.790330780375321, 0.0 ], [ 9.200428628547376, 48.790267416968362, 0.0 ], [ 9.200559314366668, 48.790344613677334, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8a", "Latitude": 48.79034, "Longitude": 9.20027, "X_coordina": 3514787.52, "Y_coordina": 5405893.41, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 507.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 147.0, "Total_wall": 217.4, "Total_wa00": 0.0, "Total_outw": 311.6, "Total_shar": 468.8, "Total_roof": 147.0, "Gross_volu": 1631.1, "Is_Gross_v": "false", "Heated_vol": 1587.2, "Ridge_mean": 11.1, "Eaves_mean": 11.1, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.317, "Heated_are": 507.9, "Mean_Uvalu": 0.32, "Specific_d": "32,9", "Specific_s": 2.1, "Total_Year": 17769.0, "January_He": 437.0, "February_H": 176.0, "March_Heat": 28.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 59.0, "December_H": 379.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200344094180728, 48.790330780375321, 0.0 ], [ 9.200197537299399, 48.790437594746635, 0.0 ], [ 9.200104780518961, 48.790384161486514, 0.0 ], [ 9.200249289603402, 48.790275732167935, 0.0 ], [ 9.200344094180728, 48.790330780375321, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8b", "Latitude": 48.79055, "Longitude": 9.20142, "X_coordina": 3514872.26, "Y_coordina": 5405917.75, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 70.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 51.5, "Total_wa00": 0.0, "Total_outw": 129.4, "Total_shar": 122.9, "Total_roof": 47.5, "Gross_volu": 170.6, "Is_Gross_v": "false", "Heated_vol": 170.6, "Ridge_mean": 4.4, "Eaves_mean": 4.41, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.852, "Heated_are": 70.6, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 8.9, "Total_Year": 2945.0, "January_He": 222.0, "February_H": 101.0, "March_Heat": 26.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 61.0, "December_H": 212.0, "PV_potenti": 1.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201441427808767, 48.790570131140051, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201383229541761, 48.790616723440955, 0.0 ], [ 9.20131311205609, 48.790575571097662, 0.0 ], [ 9.201373084958464, 48.79053032458291, 0.0 ], [ 9.201441427808767, 48.790570131140051, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8c", "Latitude": 48.79058, "Longitude": 9.20163, "X_coordina": 3514887.63, "Y_coordina": 5405921.24, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 442.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 181.4, "Total_wall": 342.2, "Total_wa00": 0.0, "Total_outw": 677.2, "Total_shar": 223.8, "Total_roof": 181.4, "Gross_volu": 1563.3, "Is_Gross_v": "false", "Heated_vol": 1381.9, "Ridge_mean": 8.6, "Eaves_mean": 8.62, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 442.2, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 8.8, "Total_Year": 18406.0, "January_He": 1391.0, "February_H": 605.0, "March_Heat": 145.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 365.0, "December_H": 1348.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201441427808767, 48.790570131140051, 0.0 ], [ 9.201518089718764, 48.790512266048154, 0.0 ], [ 9.201734304176902, 48.790638050321519, 0.0 ], [ 9.201655740968233, 48.79069690804522, 0.0 ], [ 9.201648648929835, 48.790693143672165, 0.0 ], [ 9.201650141282787, 48.790691972051917, 0.0 ], [ 9.201444019713714, 48.790571655307609, 0.0 ], [ 9.201441427808767, 48.790570131140051, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8d", "Latitude": 48.79041, "Longitude": 9.20203, "X_coordina": 3514916.64, "Y_coordina": 5405902.08, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 75.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 81.9, "Total_wa00": 0.0, "Total_outw": 81.9, "Total_shar": 47.8, "Total_roof": 41.7, "Gross_volu": 196.0, "Is_Gross_v": "false", "Heated_vol": 196.0, "Ridge_mean": 4.7, "Eaves_mean": 4.69, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.843, "Heated_are": 75.7, "Mean_Uvalu": 0.44, "Specific_d": "non calculated", "Specific_s": 67.3, "Total_Year": 5097.0, "January_He": 1141.0, "February_H": 802.0, "March_Heat": 571.0, "April_Heat": 223.0, "May_Heatin": 36.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 359.0, "November_H": 761.0, "December_H": 1145.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202056385948294, 48.7904242857337, 0.0 ], [ 9.202007822411325, 48.790460331389653, 0.0 ], [ 9.201907593607995, 48.790444590685112, 0.0 ], [ 9.201925785611945, 48.790402933142865, 0.0 ], [ 9.202056385948294, 48.7904242857337, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8e", "Latitude": 48.79051, "Longitude": 9.20135, "X_coordina": 3514867.02, "Y_coordina": 5405913.1, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 71.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.3, "Total_wall": 80.4, "Total_wa00": 0.0, "Total_outw": 181.9, "Total_shar": 58.5, "Total_roof": 48.4, "Gross_volu": 176.5, "Is_Gross_v": "false", "Heated_vol": 176.5, "Ridge_mean": 4.5, "Eaves_mean": 4.47, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.997, "Heated_are": 71.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 12.8, "Total_Year": 3284.0, "January_He": 313.0, "February_H": 150.0, "March_Heat": 42.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 99.0, "December_H": 309.0, "PV_potenti": 1.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20131311205609, 48.790575571097662, 0.0 ], [ 9.201241083976592, 48.790533073195967, 0.0 ], [ 9.201300922238405, 48.790488186648211, 0.0 ], [ 9.201373084958464, 48.79053032458291, 0.0 ], [ 9.20131311205609, 48.790575571097662, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a8f", "Latitude": 48.79008, "Longitude": 9.20162, "X_coordina": 3514886.54, "Y_coordina": 5405865.16, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2910.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 551.3, "Total_wall": 1353.5, "Total_wa00": 0.0, "Total_outw": 1780.1, "Total_shar": 622.3, "Total_roof": 551.3, "Gross_volu": 9365.0, "Is_Gross_v": "false", "Heated_vol": 9095.8, "Ridge_mean": 17.0, "Eaves_mean": 16.99, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.267, "Heated_are": 2910.7, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 103376.0, "January_He": 3061.0, "February_H": 1277.0, "March_Heat": 227.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 7.0, "November_H": 471.0, "December_H": 2682.0, "PV_potenti": 26.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201270261725183, 48.790104086520408, 0.0 ], [ 9.201318122808948, 48.789991058783372, 0.0 ], [ 9.201425991499978, 48.790011732438273, 0.0 ], [ 9.201871768061096, 48.790097188609685, 0.0 ], [ 9.201862599246265, 48.790118516581835, 0.0 ], [ 9.201828619441681, 48.790197259313537, 0.0 ], [ 9.201823361223951, 48.790209588065792, 0.0 ], [ 9.201270261725183, 48.790104086520408, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a90", "Latitude": 48.79015, "Longitude": 9.20195, "X_coordina": 3514910.76, "Y_coordina": 5405872.83, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 450.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 77.0, "Total_wall": 380.3, "Total_wa00": 0.0, "Total_outw": 490.2, "Total_shar": 336.1, "Total_roof": 77.0, "Gross_volu": 1406.3, "Is_Gross_v": "false", "Heated_vol": 1406.3, "Ridge_mean": 18.2, "Eaves_mean": 18.25, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.38, "Heated_are": 450.0, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 58.6, "Total_Year": 32937.0, "January_He": 5807.0, "February_H": 4349.0, "March_Heat": 3239.0, "April_Heat": 1360.0, "May_Heatin": 220.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 314.0, "October_He": 1668.0, "November_H": 3764.0, "December_H": 5630.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201973058165606, 48.790140174343634, 0.0 ], [ 9.201939078158469, 48.790218827184361, 0.0 ], [ 9.201828619441681, 48.790197259313537, 0.0 ], [ 9.201862599246265, 48.790118516581835, 0.0 ], [ 9.201973058165606, 48.790140174343634, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a91", "Latitude": 48.79031, "Longitude": 9.20019, "X_coordina": 3514781.45, "Y_coordina": 5405890.84, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 60.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.9, "Total_wall": 69.1, "Total_wa00": 0.0, "Total_outw": 154.8, "Total_shar": 83.6, "Total_roof": 32.9, "Gross_volu": 132.5, "Is_Gross_v": "false", "Heated_vol": 132.5, "Ridge_mean": 4.0, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.017, "Heated_are": 60.2, "Mean_Uvalu": 0.64, "Specific_d": "32,9", "Specific_s": 22.4, "Total_Year": 3330.0, "January_He": 424.0, "February_H": 236.0, "March_Heat": 84.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 167.0, "December_H": 419.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200080582925583, 48.790356776826712, 0.0 ], [ 9.200168645003695, 48.790290619849131, 0.0 ], [ 9.200202883824183, 48.790310523373542, 0.0 ], [ 9.200114686020536, 48.79037677053654, 0.0 ], [ 9.200080582925583, 48.790356776826712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039a5a", "Latitude": 48.79013, "Longitude": 9.19777, "X_coordina": 3514604.23, "Y_coordina": 5405870.25, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 865.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 161.2, "Total_wall": 822.8, "Total_wa00": 0.0, "Total_outw": 1118.2, "Total_shar": 0.0, "Total_roof": 202.4, "Gross_volu": 2867.0, "Is_Gross_v": "false", "Heated_vol": 2705.9, "Ridge_mean": 20.0, "Eaves_mean": 15.39, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.431, "Heated_are": 865.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 48462.0, "January_He": 8649.0, "February_H": 6033.0, "March_Heat": 3634.0, "April_Heat": 691.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1728.0, "November_H": 5411.0, "December_H": 8502.0, "PV_potenti": 10.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197694249719225, 48.790100299625571, 0.0 ], [ 9.197733874669469, 48.790071186261017, 0.0 ], [ 9.197794297318181, 48.790105073624083, 0.0 ], [ 9.197852265427404, 48.790137706241751, 0.0 ], [ 9.19772376427237, 48.790234325077371, 0.0 ], [ 9.197666744900456, 48.790200701607212, 0.0 ], [ 9.197606042621281, 48.790164926261546, 0.0 ], [ 9.197647160456269, 48.79013473128186, 0.0 ], [ 9.19765084343919, 48.790136883127531, 0.0 ], [ 9.197697931995085, 48.790102271623716, 0.0 ], [ 9.197694249719225, 48.790100299625571, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039923", "Latitude": 48.79143, "Longitude": 9.20098, "X_coordina": 3514839.55, "Y_coordina": 5406014.77, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1525.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 367.6, "Total_wall": 613.0, "Total_wa00": 0.0, "Total_outw": 830.8, "Total_shar": 455.0, "Total_roof": 406.1, "Gross_volu": 4842.0, "Is_Gross_v": "false", "Heated_vol": 4766.1, "Ridge_mean": 15.2, "Eaves_mean": 10.86, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.289, "Heated_are": 1525.1, "Mean_Uvalu": 0.46, "Specific_d": "73,0", "Specific_s": 45.7, "Total_Year": 180976.0, "January_He": 15941.0, "February_H": 11867.0, "March_Heat": 8390.0, "April_Heat": 2883.0, "May_Heatin": 282.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 548.0, "October_He": 4111.0, "November_H": 10206.0, "December_H": 15386.0, "PV_potenti": 22.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201112717018891, 48.791445122883069, 0.0 ], [ 9.201090057565423, 48.791462337862342, 0.0 ], [ 9.201042699320416, 48.791497310909328, 0.0 ], [ 9.200948933155235, 48.791566715744345, 0.0 ], [ 9.200948119807075, 48.791567526476051, 0.0 ], [ 9.200941068634085, 48.791574013279508, 0.0 ], [ 9.200815427164788, 48.791499955549334, 0.0 ], [ 9.200850574222448, 48.791474355949411, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200760944334728, 48.791420737925776, 0.0 ], [ 9.200826754364456, 48.791371345039813, 0.0 ], [ 9.200895820876374, 48.791319518497424, 0.0 ], [ 9.201112717018891, 48.791445122883069, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039924", "Latitude": 48.79144, "Longitude": 9.20083, "X_coordina": 3514828.81, "Y_coordina": 5406016.52, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 26.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.4, "Total_wall": 24.3, "Total_wa00": 0.0, "Total_outw": 77.8, "Total_shar": 115.8, "Total_roof": 32.4, "Gross_volu": 97.5, "Is_Gross_v": "false", "Heated_vol": 81.8, "Ridge_mean": 3.0, "Eaves_mean": 2.99, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.963, "Heated_are": 26.2, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 93.9, "Total_Year": 4368.0, "January_He": 524.0, "February_H": 406.0, "March_Heat": 309.0, "April_Heat": 127.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 171.0, "November_H": 362.0, "December_H": 505.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200850574222448, 48.791474355949411, 0.0 ], [ 9.200815427164788, 48.791499955549334, 0.0 ], [ 9.200730860812671, 48.79145334271368, 0.0 ], [ 9.200768856933808, 48.791425490082084, 0.0 ], [ 9.200850574222448, 48.791474355949411, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003983f", "Latitude": 48.79514, "Longitude": 9.20869, "X_coordina": 3515404.93, "Y_coordina": 5406429.4, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1088.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.2, "Total_wall": 913.0, "Total_wa00": 0.0, "Total_outw": 1262.1, "Total_shar": 179.1, "Total_roof": 233.2, "Gross_volu": 3534.0, "Is_Gross_v": "false", "Heated_vol": 3400.6, "Ridge_mean": 16.3, "Eaves_mean": 16.29, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 31, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.4, "Heated_are": 1088.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.6, "Total_Year": 55982.0, "January_He": 9438.0, "February_H": 6782.0, "March_Heat": 4288.0, "April_Heat": 858.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 2040.0, "November_H": 6054.0, "December_H": 9179.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208545348845444, 48.795242504240136, 0.0 ], [ 9.208562782037443, 48.795245260298991, 0.0 ], [ 9.208569238737585, 48.795226814278074, 0.0 ], [ 9.208572603378741, 48.795217635982411, 0.0 ], [ 9.208558030295194, 48.79521532436312, 0.0 ], [ 9.208604984159535, 48.795083231549441, 0.0 ], [ 9.208619556834126, 48.795085453240034, 0.0 ], [ 9.208632070405256, 48.795050630156446, 0.0 ], [ 9.208752058154243, 48.795069296663186, 0.0 ], [ 9.208722998322225, 48.795151089842882, 0.0 ], [ 9.20873525572239, 48.795152956020907, 0.0 ], [ 9.208721395681446, 48.795191288573875, 0.0 ], [ 9.208709546964636, 48.795189511577256, 0.0 ], [ 9.208682637847923, 48.795264826351811, 0.0 ], [ 9.208674330124245, 48.795263582476238, 0.0 ], [ 9.2086712362201, 48.795272400590058, 0.0 ], [ 9.208541850327327, 48.79525222231868, 0.0 ], [ 9.208545348845444, 48.795242504240136, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000395e8", "Latitude": 48.79174, "Longitude": 9.20242, "X_coordina": 3514945.25, "Y_coordina": 5406049.84, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 847.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 143.0, "Total_wall": 754.1, "Total_wa00": 0.0, "Total_outw": 1017.3, "Total_shar": 168.6, "Total_roof": 221.2, "Gross_volu": 2790.1, "Is_Gross_v": "false", "Heated_vol": 2647.1, "Ridge_mean": 21.9, "Eaves_mean": 17.05, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 847.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 37.1, "Total_Year": 44806.0, "January_He": 7966.0, "February_H": 5445.0, "March_Heat": 3173.0, "April_Heat": 562.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1462.0, "November_H": 4861.0, "December_H": 7846.0, "PV_potenti": 9.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202483375637977, 48.791789016785735, 0.0 ], [ 9.202449453706922, 48.791814524804877, 0.0 ], [ 9.202431407386218, 48.79182813499277, 0.0 ], [ 9.202387893952849, 48.791803752255838, 0.0 ], [ 9.202370932058345, 48.791816281445229, 0.0 ], [ 9.202322913715609, 48.791788489503439, 0.0 ], [ 9.202301606819121, 48.791803544177192, 0.0 ], [ 9.202280735494341, 48.791791531078204, 0.0 ], [ 9.202249905950371, 48.791773780354866, 0.0 ], [ 9.202361854186041, 48.791691033821529, 0.0 ], [ 9.202503457598935, 48.791773964232355, 0.0 ], [ 9.202483375637977, 48.791789016785735, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000395e9", "Latitude": 48.79179, "Longitude": 9.20256, "X_coordina": 3514955.38, "Y_coordina": 5406055.82, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 41.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.2, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 164.0, "Total_shar": 45.1, "Total_roof": 45.2, "Gross_volu": 97.0, "Is_Gross_v": "false", "Heated_vol": 97.0, "Ridge_mean": 2.1, "Eaves_mean": 2.15, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.39, "Heated_are": 41.3, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 62.3, "Total_Year": 3230.0, "January_He": 624.0, "February_H": 435.0, "March_Heat": 278.0, "April_Heat": 69.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 145.0, "November_H": 396.0, "December_H": 612.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202503457598935, 48.791773964232355, 0.0 ], [ 9.202580124154791, 48.791818521419295, 0.0 ], [ 9.202539018769532, 48.791851415836405, 0.0 ], [ 9.202512211195474, 48.791852362218243, 0.0 ], [ 9.202449453706922, 48.791814524804877, 0.0 ], [ 9.202483375637977, 48.791789016785735, 0.0 ], [ 9.202503457598935, 48.791773964232355, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000394b3", "Latitude": 48.79303, "Longitude": 9.20162, "X_coordina": 3514886.23, "Y_coordina": 5406193.12, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 958.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 179.0, "Total_wall": 669.1, "Total_wa00": 0.0, "Total_outw": 980.8, "Total_shar": 310.4, "Total_roof": 244.6, "Gross_volu": 3174.4, "Is_Gross_v": "false", "Heated_vol": 2995.4, "Ridge_mean": 20.7, "Eaves_mean": 14.32, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 958.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 34.1, "Total_Year": 47825.0, "January_He": 8185.0, "February_H": 5698.0, "March_Heat": 3431.0, "April_Heat": 655.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1530.0, "November_H": 5019.0, "December_H": 8048.0, "PV_potenti": 11.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201448229211497, 48.793051021441492, 0.0 ], [ 9.2015038623192, 48.793008929795384, 0.0 ], [ 9.201563702200612, 48.792963773357144, 0.0 ], [ 9.201708989814893, 48.793048496749016, 0.0 ], [ 9.201647243471394, 48.793093386829604, 0.0 ], [ 9.201589839637869, 48.793135121949796, 0.0 ], [ 9.201544409262555, 48.793108044548148, 0.0 ], [ 9.201552007856675, 48.79310227614004, 0.0 ], [ 9.201528135831284, 48.79308873945844, 0.0 ], [ 9.201517549501361, 48.793096131717775, 0.0 ], [ 9.201515777309952, 48.793095415430329, 0.0 ], [ 9.20152567989479, 48.793087215055472, 0.0 ], [ 9.201500715116589, 48.793072691121097, 0.0 ], [ 9.201493523022846, 48.793078009196684, 0.0 ], [ 9.201448229211497, 48.793051021441492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000394b4", "Latitude": 48.79307, "Longitude": 9.20143, "X_coordina": 3514872.07, "Y_coordina": 5406198.06, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.6, "Total_wall": 75.7, "Total_wa00": 0.0, "Total_outw": 178.6, "Total_shar": 0.0, "Total_roof": 26.6, "Gross_volu": 97.7, "Is_Gross_v": "false", "Heated_vol": 97.7, "Ridge_mean": 3.7, "Eaves_mean": 3.67, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.319, "Heated_are": 49.3, "Mean_Uvalu": 0.49, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201336531839623, 48.793095549107463, 0.0 ], [ 9.201381990288512, 48.793061658354809, 0.0 ], [ 9.201382261770146, 48.793061478032897, 0.0 ], [ 9.201435468120028, 48.793093127999661, 0.0 ], [ 9.201389873577961, 48.793127019011209, 0.0 ], [ 9.201336531839623, 48.793095549107463, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000391fe", "Latitude": 48.78883, "Longitude": 9.21357, "X_coordina": 3515765.68, "Y_coordina": 5405728.23, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 60.9, "Total_wa00": 0.0, "Total_outw": 126.2, "Total_shar": 216.8, "Total_roof": 56.0, "Gross_volu": 358.6, "Is_Gross_v": "false", "Heated_vol": 313.3, "Ridge_mean": 9.6, "Eaves_mean": 6.12, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.483, "Heated_are": 100.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 6128.0, "January_He": 1107.0, "February_H": 795.0, "March_Heat": 487.0, "April_Heat": 98.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 237.0, "November_H": 708.0, "December_H": 1094.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213532627552178, 48.788801669360353, 0.0 ], [ 9.213560129511189, 48.788836508738896, 0.0 ], [ 9.213586126512135, 48.788869462505282, 0.0 ], [ 9.213514099149355, 48.788893156064653, 0.0 ], [ 9.213494625312057, 48.788858032021743, 0.0 ], [ 9.213474465334878, 48.788821560392492, 0.0 ], [ 9.213532627552178, 48.788801669360353, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000391a2", "Latitude": 48.78873, "Longitude": 9.21186, "X_coordina": 3515639.53, "Y_coordina": 5405717.02, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 106.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.3, "Total_wall": 111.0, "Total_wa00": 0.0, "Total_outw": 208.1, "Total_shar": 114.3, "Total_roof": 66.4, "Gross_volu": 353.4, "Is_Gross_v": "false", "Heated_vol": 332.9, "Ridge_mean": 10.5, "Eaves_mean": 6.43, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.65, "Heated_are": 106.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 60.9, "Total_Year": 8178.0, "January_He": 1599.0, "February_H": 1115.0, "March_Heat": 668.0, "April_Heat": 133.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 344.0, "November_H": 1042.0, "December_H": 1565.0, "PV_potenti": 2.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211819213591408, 48.78872776905704, 0.0 ], [ 9.211874754143036, 48.788731533603411, 0.0 ], [ 9.21186827241422, 48.78877587788763, 0.0 ], [ 9.21175134166471, 48.788768899059924, 0.0 ], [ 9.211757411445355, 48.788723656303212, 0.0 ], [ 9.211819213591408, 48.78872776905704, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003914b", "Latitude": 48.78772, "Longitude": 9.20087, "X_coordina": 3514832.14, "Y_coordina": 5405602.65, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 444.8, "SecondaryU": "retail", "Secondar00": 91.1, "BuildingTy": "GMH", "Footprint_": 113.8, "Total_wall": 311.1, "Total_wa00": 0.0, "Total_outw": 462.7, "Total_shar": 363.9, "Total_roof": 166.6, "Gross_volu": 1732.8, "Is_Gross_v": "false", "Heated_vol": 1674.6, "Ridge_mean": 18.9, "Eaves_mean": 12.6, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.349, "Heated_are": 535.9, "Mean_Uvalu": 0.45, "Specific_d": "25,6", "Specific_s": 39.4, "Total_Year": 34785.0, "January_He": 4914.0, "February_H": 3696.0, "March_Heat": 2505.0, "April_Heat": 640.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 1223.0, "November_H": 3247.0, "December_H": 4763.0, "PV_potenti": 6.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200802600973432, 48.787808163141058, 0.0 ], [ 9.200763743628844, 48.787755895319677, 0.0 ], [ 9.200727485632259, 48.787707040053085, 0.0 ], [ 9.200795983404756, 48.78768443971942, 0.0 ], [ 9.200799265977007, 48.787688570484178, 0.0 ], [ 9.200802255926595, 48.787687576110244, 0.0 ], [ 9.200842347165018, 48.787673927721599, 0.0 ], [ 9.20087819483658, 48.787722244126108, 0.0 ], [ 9.200915136294162, 48.787771817542009, 0.0 ], [ 9.200802600973432, 48.787808163141058, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00039116", "Latitude": 48.78909, "Longitude": 9.20046, "X_coordina": 3514802.02, "Y_coordina": 5405754.97, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1011.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 199.4, "Total_wall": 729.6, "Total_wa00": 0.0, "Total_outw": 1040.6, "Total_shar": 428.3, "Total_roof": 265.7, "Gross_volu": 3724.5, "Is_Gross_v": "false", "Heated_vol": 3525.1, "Ridge_mean": 19.3, "Eaves_mean": 16.55, "Storey_num": 6, "Average_St": 3.1, "Number_of_": 16, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.333, "Heated_are": 1011.6, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 63656.0, "January_He": 11052.0, "February_H": 8137.0, "March_Heat": 5671.0, "April_Heat": 1659.0, "May_Heatin": 88.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 230.0, "October_He": 2789.0, "November_H": 7215.0, "December_H": 10790.0, "PV_potenti": 10.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200386440200514, 48.789071416143386, 0.0 ], [ 9.200449032614786, 48.789069059116983, 0.0 ], [ 9.200469579327802, 48.789068303961081, 0.0 ], [ 9.200469001654735, 48.789059942067958, 0.0 ], [ 9.200468423623654, 48.789051490251786, 0.0 ], [ 9.200510877216288, 48.789049797713815, 0.0 ], [ 9.200512713384155, 48.789066610237867, 0.0 ], [ 9.200533940544762, 48.789065853885695, 0.0 ], [ 9.200534516437054, 48.789073766163384, 0.0 ], [ 9.200538098209776, 48.789118811670747, 0.0 ], [ 9.200525851896014, 48.789119282614479, 0.0 ], [ 9.200527290192255, 48.789138703616516, 0.0 ], [ 9.20052916255894, 48.789164598364792, 0.0 ], [ 9.200303693336059, 48.789173083894731, 0.0 ], [ 9.20029527318783, 48.789074901923698, 0.0 ], [ 9.200298266808655, 48.789074806793117, 0.0 ], [ 9.200322215058961, 48.789073865899681, 0.0 ], [ 9.200320786150252, 48.789056782893255, 0.0 ], [ 9.200364736383221, 48.789054997881998, 0.0 ], [ 9.200365450844878, 48.789063539384927, 0.0 ], [ 9.200366165664809, 48.78907217081089, 0.0 ], [ 9.200386440200514, 48.789071416143386, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003911b", "Latitude": 48.78893, "Longitude": 9.20034, "X_coordina": 3514793.24, "Y_coordina": 5405737.29, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 68.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 41.2, "Total_wall": 120.4, "Total_wa00": 0.0, "Total_outw": 240.1, "Total_shar": 31.7, "Total_roof": 41.2, "Gross_volu": 212.8, "Is_Gross_v": "false", "Heated_vol": 212.8, "Ridge_mean": 5.2, "Eaves_mean": 5.17, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.953, "Heated_are": 68.1, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 22.6, "Total_Year": 3779.0, "January_He": 487.0, "February_H": 264.0, "March_Heat": 98.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 17.0, "November_H": 193.0, "December_H": 474.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200251928954572, 48.788955378859704, 0.0 ], [ 9.200248520394045, 48.788919595176424, 0.0 ], [ 9.200308121520345, 48.788917962817209, 0.0 ], [ 9.200344854840193, 48.788983543176343, 0.0 ], [ 9.200254914222212, 48.788987386485722, 0.0 ], [ 9.200251928954572, 48.788955378859704, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038ea5", "Latitude": 48.79393, "Longitude": 9.20008, "X_coordina": 3514772.56, "Y_coordina": 5406292.72, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 262.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 163.9, "Total_wall": 153.3, "Total_wa00": 0.0, "Total_outw": 328.0, "Total_shar": 229.4, "Total_roof": 163.9, "Gross_volu": 859.5, "Is_Gross_v": "false", "Heated_vol": 818.7, "Ridge_mean": 5.2, "Eaves_mean": 5.25, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.569, "Heated_are": 262.0, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 11414.0, "January_He": 953.0, "February_H": 488.0, "March_Heat": 146.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 298.0, "December_H": 899.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199911092066124, 48.793940346576811, 0.0 ], [ 9.200011785304453, 48.793865894864439, 0.0 ], [ 9.200124606701806, 48.793932152370388, 0.0 ], [ 9.200119857042585, 48.793935667643524, 0.0 ], [ 9.200159010201714, 48.79395862002962, 0.0 ], [ 9.200063611440036, 48.794029645575954, 0.0 ], [ 9.199911092066124, 48.793940346576811, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d5c", "Latitude": 48.79336, "Longitude": 9.21366, "X_coordina": 3515770.82, "Y_coordina": 5406232.11, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 74.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.1, "Total_wall": 49.5, "Total_wa00": 0.0, "Total_outw": 140.1, "Total_shar": 136.8, "Total_roof": 67.9, "Gross_volu": 268.2, "Is_Gross_v": "false", "Heated_vol": 233.5, "Ridge_mean": 5.7, "Eaves_mean": 3.38, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.694, "Heated_are": 74.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 60.5, "Total_Year": 5702.0, "January_He": 1090.0, "February_H": 781.0, "March_Heat": 482.0, "April_Heat": 105.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 250.0, "November_H": 714.0, "December_H": 1074.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213545102889594, 48.793377409300675, 0.0 ], [ 9.213612134308423, 48.793329535565491, 0.0 ], [ 9.213693598740592, 48.79337929201651, 0.0 ], [ 9.213626703434876, 48.79342716554617, 0.0 ], [ 9.213545102889594, 48.793377409300675, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2c", "Latitude": 48.79345, "Longitude": 9.20374, "X_coordina": 3515041.97, "Y_coordina": 5406240.93, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 12932.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 778.8, "Total_wall": 7046.9, "Total_wa00": 0.0, "Total_outw": 7364.0, "Total_shar": 861.1, "Total_roof": 778.8, "Gross_volu": 40414.5, "Is_Gross_v": "false", "Heated_vol": 40414.5, "Ridge_mean": 56.2, "Eaves_mean": 56.22, "Storey_num": 22, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.213, "Heated_are": 12932.6, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 49.4, "Total_Year": 827871.0, "January_He": 140599.0, "February_H": 107609.0, "March_Heat": 79812.0, "April_Heat": 31147.0, "May_Heatin": 3875.0, "June_Heati": 130, "July_Heati": 13, "August_Hea": 29, "September_": 7021.0, "October_He": 41022.0, "November_H": 92604.0, "December_H": 135064.0, "PV_potenti": 35.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203569346238877, 48.793481712201505, 0.0 ], [ 9.203579237286162, 48.793470724040311, 0.0 ], [ 9.203668391527318, 48.793371560541317, 0.0 ], [ 9.203691967991407, 48.793345530928313, 0.0 ], [ 9.203676700241163, 48.793339533053199, 0.0 ], [ 9.203709761188012, 48.793302965602678, 0.0 ], [ 9.203716985844892, 48.793305740453299, 0.0 ], [ 9.20374083190695, 48.79327908088802, 0.0 ], [ 9.203738105512279, 48.79327800662864, 0.0 ], [ 9.203741628124689, 48.793274043758991, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203770623062008, 48.793241709892364, 0.0 ], [ 9.203816835664369, 48.793259972520879, 0.0 ], [ 9.203815344742949, 48.793261503860435, 0.0 ], [ 9.203837837144389, 48.793270276560357, 0.0 ], [ 9.203846915127249, 48.793260189050727, 0.0 ], [ 9.20385517941377, 48.793250822369409, 0.0 ], [ 9.203866630130717, 48.793255298277558, 0.0 ], [ 9.203949648071637, 48.793287793538859, 0.0 ], [ 9.203959599504014, 48.793291732551538, 0.0 ], [ 9.203928841536843, 48.793325598288327, 0.0 ], [ 9.203921616865475, 48.793322823451035, 0.0 ], [ 9.20372528592352, 48.793540516224816, 0.0 ], [ 9.20377736027565, 48.793561016587482, 0.0 ], [ 9.20378553950855, 48.793564239362389, 0.0 ], [ 9.203679040866078, 48.793682407500221, 0.0 ], [ 9.203654788093425, 48.793709517387917, 0.0 ], [ 9.203595761500205, 48.793686331554738, 0.0 ], [ 9.203440220731544, 48.793625278563596, 0.0 ], [ 9.203468945314382, 48.793593304946796, 0.0 ], [ 9.203478429553714, 48.793582677207539, 0.0 ], [ 9.203488184902211, 48.793571779217707, 0.0 ], [ 9.203569346238877, 48.793481712201505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2d", "Latitude": 48.79364, "Longitude": 9.20387, "X_coordina": 3515051.02, "Y_coordina": 5406261.97, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 437.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 273.6, "Total_wall": 283.9, "Total_wa00": 0.0, "Total_outw": 466.7, "Total_shar": 131.5, "Total_roof": 273.6, "Gross_volu": 1537.8, "Is_Gross_v": "false", "Heated_vol": 1368.1, "Ridge_mean": 5.6, "Eaves_mean": 5.62, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.563, "Heated_are": 437.8, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 64.7, "Total_Year": 34720.0, "January_He": 6486.0, "February_H": 4742.0, "March_Heat": 3305.0, "April_Heat": 1117.0, "May_Heatin": 126.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 264.0, "October_He": 1769.0, "November_H": 4214.0, "December_H": 6297.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203679040866078, 48.793682407500221, 0.0 ], [ 9.20378553950855, 48.793564239362389, 0.0 ], [ 9.20377736027565, 48.793561016587482, 0.0 ], [ 9.203799489547182, 48.793547309043731, 0.0 ], [ 9.203968745932068, 48.793667866663192, 0.0 ], [ 9.203912679252429, 48.793703395841561, 0.0 ], [ 9.203920540418842, 48.793762461707196, 0.0 ], [ 9.203852839296655, 48.793781825214758, 0.0 ], [ 9.203812299165966, 48.793752851658269, 0.0 ], [ 9.203824358018627, 48.793739431703486, 0.0 ], [ 9.203679040866078, 48.793682407500221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2e", "Latitude": 48.79338, "Longitude": 9.20352, "X_coordina": 3515025.25, "Y_coordina": 5406232.26, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 577.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 211.5, "Total_wall": 273.2, "Total_wa00": 0.0, "Total_outw": 328.1, "Total_shar": 384.5, "Total_roof": 211.5, "Gross_volu": 1448.8, "Is_Gross_v": "false", "Heated_vol": 1448.8, "Ridge_mean": 6.8, "Eaves_mean": 6.84, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.481, "Heated_are": 577.1, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 43.0, "Total_Year": 33258.0, "January_He": 5851.0, "February_H": 4255.0, "March_Heat": 2871.0, "April_Heat": 870.0, "May_Heatin": 77.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 1379.0, "November_H": 3686.0, "December_H": 5685.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203579237286162, 48.793470724040311, 0.0 ], [ 9.203439919111529, 48.793416026940704, 0.0 ], [ 9.203387212556192, 48.793474750211146, 0.0 ], [ 9.20333255978592, 48.793456052696051, 0.0 ], [ 9.203307579919366, 48.793471653578074, 0.0 ], [ 9.203275819158019, 48.793459569963424, 0.0 ], [ 9.20333962838045, 48.793386529291439, 0.0 ], [ 9.203341819451083, 48.793389852594863, 0.0 ], [ 9.203372542426091, 48.793380895907511, 0.0 ], [ 9.203371444164077, 48.793378559834096, 0.0 ], [ 9.203391041696269, 48.793378255452204, 0.0 ], [ 9.20347256023461, 48.793410214163245, 0.0 ], [ 9.203489769864634, 48.793391569574318, 0.0 ], [ 9.203488537677311, 48.793389773280111, 0.0 ], [ 9.20351909142695, 48.79337263380733, 0.0 ], [ 9.203511421733504, 48.793360777449635, 0.0 ], [ 9.203537115817088, 48.793353538153404, 0.0 ], [ 9.203538754915895, 48.79332134261599, 0.0 ], [ 9.203668391527318, 48.793371560541317, 0.0 ], [ 9.203579237286162, 48.793470724040311, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d2f", "Latitude": 48.79362, "Longitude": 9.20352, "X_coordina": 3515025.77, "Y_coordina": 5406259.16, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 241.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 88.0, "Total_wall": 227.1, "Total_wa00": 0.0, "Total_outw": 291.7, "Total_shar": 143.3, "Total_roof": 88.0, "Gross_volu": 563.5, "Is_Gross_v": "false", "Heated_vol": 563.5, "Ridge_mean": 6.4, "Eaves_mean": 6.4, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.715, "Heated_are": 241.6, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 52.4, "Total_Year": 16194.0, "January_He": 3057.0, "February_H": 2160.0, "March_Heat": 1381.0, "April_Heat": 366.0, "May_Heatin": 31.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 680.0, "November_H": 1931.0, "December_H": 2991.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203595761500205, 48.793686331554738, 0.0 ], [ 9.203572728873301, 48.793712270261551, 0.0 ], [ 9.203364703992415, 48.793630357743844, 0.0 ], [ 9.203378764654813, 48.793573411291248, 0.0 ], [ 9.203425696602915, 48.793567573287653, 0.0 ], [ 9.203436638211439, 48.793580772724177, 0.0 ], [ 9.203468945314382, 48.793593304946796, 0.0 ], [ 9.203440220731544, 48.793625278563596, 0.0 ], [ 9.203595761500205, 48.793686331554738, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d31", "Latitude": 48.79315, "Longitude": 9.20377, "X_coordina": 3515044.1, "Y_coordina": 5406206.82, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 7153.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1374.6, "Total_wall": 2488.9, "Total_wa00": 0.0, "Total_outw": 2807.1, "Total_shar": 3377.8, "Total_roof": 2121.8, "Gross_volu": 22606.8, "Is_Gross_v": "false", "Heated_vol": 22354.4, "Ridge_mean": 20.6, "Eaves_mean": 20.58, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.266, "Heated_are": 7153.4, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 52.8, "Total_Year": 481856.0, "January_He": 80116.0, "February_H": 62324.0, "March_Heat": 48290.0, "April_Heat": 21679.0, "May_Heatin": 3667.0, "June_Heati": 156, "July_Heati": 17, "August_Hea": 33, "September_": 5474.0, "October_He": 25316.0, "November_H": 53435.0, "December_H": 76840.0, "PV_potenti": 83.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204146408183144, 48.793344096756343, 0.0 ], [ 9.203963468438532, 48.793272482053588, 0.0 ], [ 9.203949648071637, 48.793287793538859, 0.0 ], [ 9.203866630130717, 48.793255298277558, 0.0 ], [ 9.20385517941377, 48.793250822369409, 0.0 ], [ 9.203837837144389, 48.793270276560357, 0.0 ], [ 9.203815344742949, 48.793261503860435, 0.0 ], [ 9.203816835664369, 48.793259972520879, 0.0 ], [ 9.203770623062008, 48.793241709892364, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203602247372038, 48.79320379018543, 0.0 ], [ 9.203558065636686, 48.793189588426678, 0.0 ], [ 9.203527507445902, 48.793232518000451, 0.0 ], [ 9.203545117238598, 48.793245525794958, 0.0 ], [ 9.203506699889299, 48.793270142828689, 0.0 ], [ 9.203501378120764, 48.79326673513718, 0.0 ], [ 9.203442232727038, 48.793348670095192, 0.0 ], [ 9.203355233000261, 48.793341180254423, 0.0 ], [ 9.20321001270892, 48.793172919818808, 0.0 ], [ 9.203112481275754, 48.793152499383076, 0.0 ], [ 9.203212563066774, 48.793029307360968, 0.0 ], [ 9.203374198438128, 48.793049794367477, 0.0 ], [ 9.203424199503274, 48.793028933705664, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203456570838174, 48.792990119454437, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203455346789402, 48.793057654226622, 0.0 ], [ 9.203463264626706, 48.793063575193898, 0.0 ], [ 9.203244803817777, 48.793193990461766, 0.0 ], [ 9.203365881248649, 48.79328181188977, 0.0 ], [ 9.203533739775457, 48.793181763110141, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.20384729494651, 48.793152370007689, 0.0 ], [ 9.204001795881727, 48.793225743826625, 0.0 ], [ 9.204032039233939, 48.793199252715006, 0.0 ], [ 9.203982650719608, 48.79316975535081, 0.0 ], [ 9.20404376889835, 48.79313826374576, 0.0 ], [ 9.204109278063772, 48.793048493845284, 0.0 ], [ 9.204161257554698, 48.793079245492549, 0.0 ], [ 9.204334989640483, 48.793095573220221, 0.0 ], [ 9.20431025443958, 48.793137791266112, 0.0 ], [ 9.204343244502148, 48.793251486058985, 0.0 ], [ 9.204172684157138, 48.793312576921096, 0.0 ], [ 9.204146408183144, 48.793344096756343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d32", "Latitude": 48.79307, "Longitude": 9.20383, "X_coordina": 3515048.47, "Y_coordina": 5406198.1, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 278.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 92.6, "Total_wall": 311.4, "Total_wa00": 0.0, "Total_outw": 552.6, "Total_shar": 320.5, "Total_roof": 92.6, "Gross_volu": 934.8, "Is_Gross_v": "false", "Heated_vol": 870.6, "Ridge_mean": 10.7, "Eaves_mean": 10.69, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.553, "Heated_are": 278.6, "Mean_Uvalu": 0.53, "Specific_d": "14,6", "Specific_s": 58.8, "Total_Year": 20457.0, "January_He": 4142.0, "February_H": 2709.0, "March_Heat": 1624.0, "April_Heat": 436.0, "May_Heatin": 44.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 813.0, "November_H": 2421.0, "December_H": 4114.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203732563842411, 48.793052218325457, 0.0 ], [ 9.203744885647712, 48.79303654982261, 0.0 ], [ 9.203784147085392, 48.793052396826326, 0.0 ], [ 9.203780484385213, 48.793055370785943, 0.0 ], [ 9.203850142208809, 48.793082494345967, 0.0 ], [ 9.203854751054481, 48.793077900084853, 0.0 ], [ 9.203897419815151, 48.793094910024692, 0.0 ], [ 9.203862874053803, 48.79313444763708, 0.0 ], [ 9.20384729494651, 48.793152370007689, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.203718623747532, 48.793071576556557, 0.0 ], [ 9.203676167938513, 48.793039908630099, 0.0 ], [ 9.203684695686002, 48.793028383328718, 0.0 ], [ 9.203726544102809, 48.793044495547129, 0.0 ], [ 9.20372207098506, 48.79304899963946, 0.0 ], [ 9.203732563842411, 48.793052218325457, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d33", "Latitude": 48.7931, "Longitude": 9.20353, "X_coordina": 3515026.04, "Y_coordina": 5406201.62, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 6695.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 489.0, "Total_wall": 3079.1, "Total_wa00": 0.0, "Total_outw": 3243.0, "Total_shar": 1554.0, "Total_roof": 489.0, "Gross_volu": 20924.5, "Is_Gross_v": "false", "Heated_vol": 20924.5, "Ridge_mean": 45.5, "Eaves_mean": 45.5, "Storey_num": 18, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.194, "Heated_are": 6695.8, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 49.6, "Total_Year": 429988.99999999994, "January_He": 70089.0, "February_H": 55007.0, "March_Heat": 42955.0, "April_Heat": 19578.0, "May_Heatin": 3337.0, "June_Heati": 140, "July_Heati": 15, "August_Hea": 30, "September_": 4898.0, "October_He": 22318.0, "November_H": 46763.0, "December_H": 67033.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203676167938513, 48.793039908630099, 0.0 ], [ 9.203718623747532, 48.793071576556557, 0.0 ], [ 9.203700158461983, 48.793082579897465, 0.0 ], [ 9.203610954592424, 48.793135702641237, 0.0 ], [ 9.203532612792285, 48.793182421544103, 0.0 ], [ 9.203365881248649, 48.79328181188977, 0.0 ], [ 9.203244803817777, 48.793193990461766, 0.0 ], [ 9.203463264626706, 48.793063575193898, 0.0 ], [ 9.203455346789402, 48.793057654226622, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203524048242464, 48.793016617599015, 0.0 ], [ 9.203524457635307, 48.793016886646221, 0.0 ], [ 9.203551611543931, 48.793000472560962, 0.0 ], [ 9.203553386670981, 48.79300190820058, 0.0 ], [ 9.203577417890983, 48.792987388024009, 0.0 ], [ 9.203617741851783, 48.792963127288637, 0.0 ], [ 9.203676979779981, 48.793005106768227, 0.0 ], [ 9.203646293481611, 48.793023055830623, 0.0 ], [ 9.20366226602053, 48.793035077343603, 0.0 ], [ 9.203666611777042, 48.793032731644779, 0.0 ], [ 9.203676167938513, 48.793039908630099, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d34", "Latitude": 48.79276, "Longitude": 9.20378, "X_coordina": 3515044.66, "Y_coordina": 5406163.65, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 7665.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1098.8, "Total_wall": 3595.1, "Total_wa00": 0.0, "Total_outw": 4909.1, "Total_shar": 1036.2, "Total_roof": 1359.3, "Gross_volu": 25038.5, "Is_Gross_v": "false", "Heated_vol": 23953.4, "Ridge_mean": 27.0, "Eaves_mean": 26.99, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.248, "Heated_are": 7665.1, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 50.8, "Total_Year": 501378.0, "January_He": 84021.0, "February_H": 65158.0, "March_Heat": 49481.0, "April_Heat": 20649.0, "May_Heatin": 2985.0, "June_Heati": 113, "July_Heati": 12, "August_Hea": 25, "September_": 4890.0, "October_He": 25620.0, "November_H": 55767.0, "December_H": 80671.0, "PV_potenti": 57.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204178845558593, 48.792684359854029, 0.0 ], [ 9.20411555878008, 48.792711206327631, 0.0 ], [ 9.203544072602453, 48.792953635700094, 0.0 ], [ 9.203577417890983, 48.792987388024009, 0.0 ], [ 9.203553386670981, 48.79300190820058, 0.0 ], [ 9.203551611543931, 48.793000472560962, 0.0 ], [ 9.203524457635307, 48.793016886646221, 0.0 ], [ 9.203524048242464, 48.793016617599015, 0.0 ], [ 9.203497572273534, 48.793032401014678, 0.0 ], [ 9.203456570838174, 48.792990119454437, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203386464380367, 48.793020277770111, 0.0 ], [ 9.203306377362662, 48.792938229033489, 0.0 ], [ 9.203288883858463, 48.792920275199471, 0.0 ], [ 9.203304916082429, 48.792913412704415, 0.0 ], [ 9.203522712405784, 48.792820946243268, 0.0 ], [ 9.203764557171239, 48.792718455301504, 0.0 ], [ 9.203759772195966, 48.792713158276463, 0.0 ], [ 9.203860858814981, 48.792670625361858, 0.0 ], [ 9.203811792533799, 48.792619725537506, 0.0 ], [ 9.203813830383913, 48.792618822694948, 0.0 ], [ 9.203970214441666, 48.79255281166904, 0.0 ], [ 9.204027006967767, 48.792528791388897, 0.0 ], [ 9.204178845558593, 48.792684359854029, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d35", "Latitude": 48.79264, "Longitude": 9.20366, "X_coordina": 3515035.81, "Y_coordina": 5406150.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1799.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 788.4, "Total_wall": 1112.7, "Total_wa00": 0.0, "Total_outw": 2425.3, "Total_shar": 473.1, "Total_roof": 788.4, "Gross_volu": 5644.1, "Is_Gross_v": "false", "Heated_vol": 5622.0, "Ridge_mean": 10.0, "Eaves_mean": 10.03, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.477, "Heated_are": 1799.1, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 8.6, "Total_Year": 74589.0, "January_He": 5439.0, "February_H": 2609.0, "March_Heat": 636.0, "April_Heat": 25.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 58.0, "November_H": 1529.0, "December_H": 5177.0, "PV_potenti": 36.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203718922095986, 48.792405691875544, 0.0 ], [ 9.203880446895456, 48.79243292263898, 0.0 ], [ 9.203885237686302, 48.792439658426417, 0.0 ], [ 9.203936171513607, 48.792447661361351, 0.0 ], [ 9.203937025645462, 48.792456921978555, 0.0 ], [ 9.203955824444865, 48.792461115094554, 0.0 ], [ 9.203965740437987, 48.792523504503322, 0.0 ], [ 9.203957448225927, 48.792525947126876, 0.0 ], [ 9.203970214441666, 48.79255281166904, 0.0 ], [ 9.203813830383913, 48.792618822694948, 0.0 ], [ 9.203802623607443, 48.792607332309494, 0.0 ], [ 9.203728763769767, 48.792584262713973, 0.0 ], [ 9.203679064589823, 48.79261231686268, 0.0 ], [ 9.203680336803451, 48.792624004678935, 0.0 ], [ 9.203653422947937, 48.79263241517183, 0.0 ], [ 9.203486631810666, 48.792783871563287, 0.0 ], [ 9.203522712405784, 48.792820946243268, 0.0 ], [ 9.203304916082429, 48.792913412704415, 0.0 ], [ 9.203290581593269, 48.792902557256596, 0.0 ], [ 9.203287324632539, 48.792904901019263, 0.0 ], [ 9.203255989969815, 48.792897132977828, 0.0 ], [ 9.203294417192462, 48.792841312524992, 0.0 ], [ 9.203302996584874, 48.792842556309274, 0.0 ], [ 9.20336768410885, 48.792852333684735, 0.0 ], [ 9.203372143430196, 48.792844412534173, 0.0 ], [ 9.203330647271319, 48.792814361408986, 0.0 ], [ 9.203325596672896, 48.792810683459543, 0.0 ], [ 9.203334913445579, 48.792792322598018, 0.0 ], [ 9.203339276275361, 48.79279420328978, 0.0 ], [ 9.203346365465638, 48.792797158250238, 0.0 ], [ 9.203530093497424, 48.792626878099547, 0.0 ], [ 9.203517546883392, 48.792620605622496, 0.0 ], [ 9.203564860806702, 48.792574840813046, 0.0 ], [ 9.203580953275502, 48.79258290548831, 0.0 ], [ 9.203595729168022, 48.792568311744766, 0.0 ], [ 9.203596146586507, 48.792536927674306, 0.0 ], [ 9.203615869700583, 48.792534105171605, 0.0 ], [ 9.203614315481344, 48.792519989916158, 0.0 ], [ 9.203622072045448, 48.792519706430603, 0.0 ], [ 9.203669500040251, 48.79246854596024, 0.0 ], [ 9.203665001127348, 48.792466665521538, 0.0 ], [ 9.203718922095986, 48.792405691875544, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d36", "Latitude": 48.79315, "Longitude": 9.20344, "X_coordina": 3515019.94, "Y_coordina": 5406207.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1575.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 492.5, "Total_wall": 1158.3, "Total_wa00": 0.0, "Total_outw": 1846.3, "Total_shar": 2183.6, "Total_roof": 492.5, "Gross_volu": 5333.6, "Is_Gross_v": "false", "Heated_vol": 4923.5, "Ridge_mean": 10.8, "Eaves_mean": 10.83, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.42, "Heated_are": 1575.5, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 10.8, "Total_Year": 68864.0, "January_He": 5654.0, "February_H": 3165.0, "March_Heat": 979.0, "April_Heat": 49.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 92.0, "November_H": 1876.0, "December_H": 5277.0, "PV_potenti": 23.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203287027150649, 48.793302903309794, 0.0 ], [ 9.203257932702147, 48.793310688093584, 0.0 ], [ 9.203241360921547, 48.793285089122598, 0.0 ], [ 9.203223283328029, 48.7932573346406, 0.0 ], [ 9.203199433295334, 48.793249373528518, 0.0 ], [ 9.203198895790131, 48.793251083024927, 0.0 ], [ 9.203168660990395, 48.793246100650379, 0.0 ], [ 9.203178335369953, 48.793215149871067, 0.0 ], [ 9.203099638796514, 48.793174103692479, 0.0 ], [ 9.203059454891346, 48.793165721739562, 0.0 ], [ 9.20307700829478, 48.793131070208169, 0.0 ], [ 9.20304553923693, 48.793123751964707, 0.0 ], [ 9.203048373405865, 48.793117812011239, 0.0 ], [ 9.203056067650115, 48.793102061817926, 0.0 ], [ 9.203061514948176, 48.793102861524922, 0.0 ], [ 9.20306009116082, 48.793087307256151, 0.0 ], [ 9.203059379086039, 48.79307948516027, 0.0 ], [ 9.203069308633657, 48.79307802887373, 0.0 ], [ 9.203122220239308, 48.793070112206195, 0.0 ], [ 9.203121797394569, 48.793032794665983, 0.0 ], [ 9.203121773073871, 48.793026769828941, 0.0 ], [ 9.20313304873158, 48.793021624295712, 0.0 ], [ 9.203190651890136, 48.792995894451806, 0.0 ], [ 9.203193012371324, 48.792973769085677, 0.0 ], [ 9.203195381202359, 48.792953711947106, 0.0 ], [ 9.203215507356022, 48.792949539948253, 0.0 ], [ 9.203232097802081, 48.792946093574415, 0.0 ], [ 9.203229367441216, 48.792944030150529, 0.0 ], [ 9.203256277175418, 48.792934540681443, 0.0 ], [ 9.203271868900071, 48.792953397113095, 0.0 ], [ 9.203306377362662, 48.792938229033489, 0.0 ], [ 9.203386464380367, 48.793020277770111, 0.0 ], [ 9.203407251418243, 48.793011248697184, 0.0 ], [ 9.203424199503274, 48.793028933705664, 0.0 ], [ 9.203374198438128, 48.793049794367477, 0.0 ], [ 9.203212563066774, 48.793029307360968, 0.0 ], [ 9.203112481275754, 48.793152499383076, 0.0 ], [ 9.20321001270892, 48.793172919818808, 0.0 ], [ 9.203355233000261, 48.793341180254423, 0.0 ], [ 9.203442232727038, 48.793348670095192, 0.0 ], [ 9.203501378120764, 48.79326673513718, 0.0 ], [ 9.203506699889299, 48.793270142828689, 0.0 ], [ 9.203545117238598, 48.793245525794958, 0.0 ], [ 9.203527507445902, 48.793232518000451, 0.0 ], [ 9.203557686663693, 48.793190110653313, 0.0 ], [ 9.203602247372038, 48.79320379018543, 0.0 ], [ 9.203603337636045, 48.793204147952146, 0.0 ], [ 9.203752331695707, 48.793262064985669, 0.0 ], [ 9.203741628124689, 48.793274043758991, 0.0 ], [ 9.203626713539112, 48.793229465069693, 0.0 ], [ 9.20360914739519, 48.793227248039848, 0.0 ], [ 9.203583411182992, 48.793224056291713, 0.0 ], [ 9.203541680457251, 48.793270710471255, 0.0 ], [ 9.203539639605255, 48.793304525343451, 0.0 ], [ 9.203538754915895, 48.79332134261599, 0.0 ], [ 9.203537115817088, 48.793353538153404, 0.0 ], [ 9.203511421733504, 48.793360777449635, 0.0 ], [ 9.20351909142695, 48.79337263380733, 0.0 ], [ 9.203488537677311, 48.793389773280111, 0.0 ], [ 9.203489769864634, 48.793391569574318, 0.0 ], [ 9.20347256023461, 48.793410214163245, 0.0 ], [ 9.203391041696269, 48.793378255452204, 0.0 ], [ 9.203371444164077, 48.793378559834096, 0.0 ], [ 9.203372542426091, 48.793380895907511, 0.0 ], [ 9.203341819451083, 48.793389852594863, 0.0 ], [ 9.20333962838045, 48.793386529291439, 0.0 ], [ 9.203308268918207, 48.793339015088002, 0.0 ], [ 9.203313287594437, 48.793334779819496, 0.0 ], [ 9.203296278408821, 48.793301987742588, 0.0 ], [ 9.203286063179187, 48.793300117380589, 0.0 ], [ 9.203287027150649, 48.793302903309794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d38", "Latitude": 48.79333, "Longitude": 9.20318, "X_coordina": 3515000.71, "Y_coordina": 5406226.88, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2766.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 889.3, "Total_wall": 1204.9, "Total_wa00": 0.0, "Total_outw": 1554.5, "Total_shar": 464.2, "Total_roof": 889.3, "Gross_volu": 7240.3, "Is_Gross_v": "false", "Heated_vol": 7240.3, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.412, "Heated_are": 2766.6, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 3.8, "Total_Year": 101424.0, "January_He": 4040.0, "February_H": 1742.0, "March_Heat": 296.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 779.0, "December_H": 3637.0, "PV_potenti": 40.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203223283328029, 48.7932573346406, 0.0 ], [ 9.203241360921547, 48.793285089122598, 0.0 ], [ 9.203191388576276, 48.793313143539599, 0.0 ], [ 9.203167353458756, 48.793326764405933, 0.0 ], [ 9.203200434318234, 48.793429848379965, 0.0 ], [ 9.203232744171252, 48.793443100052862, 0.0 ], [ 9.203275819158019, 48.793459569963424, 0.0 ], [ 9.203307579919366, 48.793471653578074, 0.0 ], [ 9.20333255978592, 48.793456052696051, 0.0 ], [ 9.203387212556192, 48.793474750211146, 0.0 ], [ 9.203412698855391, 48.793483427782419, 0.0 ], [ 9.203394895373235, 48.793557196558929, 0.0 ], [ 9.203385916274074, 48.79355811165334, 0.0 ], [ 9.203314761799108, 48.793564891644351, 0.0 ], [ 9.203281232871415, 48.793586802263647, 0.0 ], [ 9.203251930598688, 48.793576872468584, 0.0 ], [ 9.203196325053263, 48.793558176570848, 0.0 ], [ 9.203128977416608, 48.79356396057068, 0.0 ], [ 9.203086700853087, 48.793509271678765, 0.0 ], [ 9.203082322364631, 48.793503524291616, 0.0 ], [ 9.203090200304453, 48.793499553761315, 0.0 ], [ 9.203081314849101, 48.793489947608705, 0.0 ], [ 9.20303742216751, 48.793506930636745, 0.0 ], [ 9.20296061399209, 48.793461744551379, 0.0 ], [ 9.202979019362541, 48.793435814121914, 0.0 ], [ 9.202956642826331, 48.793422005330257, 0.0 ], [ 9.202981406507977, 48.793386531795072, 0.0 ], [ 9.202960392459238, 48.793373080296753, 0.0 ], [ 9.202946257484671, 48.793377961081106, 0.0 ], [ 9.20286345532454, 48.793331346715959, 0.0 ], [ 9.202908368670659, 48.793263734981323, 0.0 ], [ 9.20291594501122, 48.793252481184403, 0.0 ], [ 9.202941537841362, 48.793253874862692, 0.0 ], [ 9.202974823225066, 48.793205347391073, 0.0 ], [ 9.203046431262534, 48.793209897180617, 0.0 ], [ 9.203054143665218, 48.793198643134609, 0.0 ], [ 9.203007409900348, 48.793152324962172, 0.0 ], [ 9.202997297800167, 48.793142271347008, 0.0 ], [ 9.20302834952874, 48.79311362090754, 0.0 ], [ 9.203048373405865, 48.793117812011239, 0.0 ], [ 9.20304553923693, 48.793123751964707, 0.0 ], [ 9.20307700829478, 48.793131070208169, 0.0 ], [ 9.203059454891346, 48.793165721739562, 0.0 ], [ 9.203099638796514, 48.793174103692479, 0.0 ], [ 9.203178335369953, 48.793215149871067, 0.0 ], [ 9.203168660990395, 48.793246100650379, 0.0 ], [ 9.203198895790131, 48.793251083024927, 0.0 ], [ 9.203199433295334, 48.793249373528518, 0.0 ], [ 9.203223283328029, 48.7932573346406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038d39", "Latitude": 48.79336, "Longitude": 9.20324, "X_coordina": 3515005.26, "Y_coordina": 5406229.99, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 21.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 26.9, "Total_wall": 53.8, "Total_wa00": 0.0, "Total_outw": 225.8, "Total_shar": 106.1, "Total_roof": 26.9, "Gross_volu": 85.2, "Is_Gross_v": "false", "Heated_vol": 67.5, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.428, "Heated_are": 21.6, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 45.7, "Total_Year": 1696.0, "January_He": 309.0, "February_H": 161.0, "March_Heat": 62.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 132.0, "December_H": 303.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203232744171252, 48.793443100052862, 0.0 ], [ 9.203200434318234, 48.793429848379965, 0.0 ], [ 9.203167353458756, 48.793326764405933, 0.0 ], [ 9.203191388576276, 48.793313143539599, 0.0 ], [ 9.203232744171252, 48.793443100052862, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038bae", "Latitude": 48.78989, "Longitude": 9.20677, "X_coordina": 3515265.17, "Y_coordina": 5405844.6, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 844.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.3, "Total_wall": 705.1, "Total_wa00": 0.0, "Total_outw": 1047.3, "Total_shar": 69.7, "Total_roof": 233.4, "Gross_volu": 2822.1, "Is_Gross_v": "false", "Heated_vol": 2637.8, "Ridge_mean": 17.3, "Eaves_mean": 13.65, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 844.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 36.8, "Total_Year": 44434.0, "January_He": 7821.0, "February_H": 5369.0, "March_Heat": 3206.0, "April_Heat": 607.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1471.0, "November_H": 4836.0, "December_H": 7676.0, "PV_potenti": 9.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20665382052316, 48.789830535682739, 0.0 ], [ 9.20665408864515, 48.789829546041645, 0.0 ], [ 9.20681963592617, 48.789843726552107, 0.0 ], [ 9.206811368213733, 48.789885106270511, 0.0 ], [ 9.20680959753858, 48.789884749755885, 0.0 ], [ 9.206798131590347, 48.789942681164533, 0.0 ], [ 9.206799902267452, 48.78994303767935, 0.0 ], [ 9.206791901164811, 48.789983068062448, 0.0 ], [ 9.206626624141085, 48.789968527333002, 0.0 ], [ 9.206637161278245, 48.789916352720681, 0.0 ], [ 9.206657583226448, 48.789918294394454, 0.0 ], [ 9.206664242338434, 48.789882852533772, 0.0 ], [ 9.206644637695238, 48.789881089241831, 0.0 ], [ 9.206647565255716, 48.789864897734908, 0.0 ], [ 9.20665382052316, 48.789830535682739, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038ba9", "Latitude": 48.7899, "Longitude": 9.2065, "X_coordina": 3515245.78, "Y_coordina": 5405846.71, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 533.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.2, "Total_wall": 554.6, "Total_wa00": 0.0, "Total_outw": 865.0, "Total_shar": 112.3, "Total_roof": 148.6, "Gross_volu": 1792.7, "Is_Gross_v": "false", "Heated_vol": 1667.4, "Ridge_mean": 15.6, "Eaves_mean": 12.02, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 533.6, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 50.8, "Total_Year": 35569.0, "January_He": 6723.0, "February_H": 4633.0, "March_Heat": 2803.0, "April_Heat": 605.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 82.0, "October_He": 1402.0, "November_H": 4225.0, "December_H": 6617.0, "PV_potenti": 7.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206442477999563, 48.789998802161612, 0.0 ], [ 9.206395236238846, 48.789994570506522, 0.0 ], [ 9.20640427033668, 48.789940869907859, 0.0 ], [ 9.206398277852873, 48.789939801564685, 0.0 ], [ 9.206404957066299, 48.789909215559156, 0.0 ], [ 9.206411763886516, 48.789909742900576, 0.0 ], [ 9.206417495975966, 48.789880507446249, 0.0 ], [ 9.206399657588541, 48.789878021557634, 0.0 ], [ 9.206402447660359, 48.789861470608841, 0.0 ], [ 9.206421718506167, 48.789848217293873, 0.0 ], [ 9.206473997380114, 48.789852889525214, 0.0 ], [ 9.206523280763482, 48.789857207410378, 0.0 ], [ 9.206491898353434, 48.790003299661805, 0.0 ], [ 9.206442477999563, 48.789998802161612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038baa", "Latitude": 48.78993, "Longitude": 9.20631, "X_coordina": 3515231.74, "Y_coordina": 5405849.42, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 90.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.8, "Total_wall": 88.4, "Total_wa00": 0.0, "Total_outw": 232.5, "Total_shar": 100.5, "Total_roof": 55.8, "Gross_volu": 202.8, "Is_Gross_v": "false", "Heated_vol": 202.8, "Ridge_mean": 4.1, "Eaves_mean": 4.13, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.986, "Heated_are": 90.0, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206226980114401, 48.789950449669121, 0.0 ], [ 9.206281530336481, 48.789911594883179, 0.0 ], [ 9.206310719307913, 48.789927459076672, 0.0 ], [ 9.206340704203797, 48.78993828611334, 0.0 ], [ 9.206338136149059, 48.789942607048964, 0.0 ], [ 9.206348223935443, 48.789946725460574, 0.0 ], [ 9.206336561664823, 48.789956907727195, 0.0 ], [ 9.206327984115552, 48.78998920567868, 0.0 ], [ 9.206321177285453, 48.789988678332321, 0.0 ], [ 9.206192526528362, 48.789978297764939, 0.0 ], [ 9.206188442284633, 48.789977945383185, 0.0 ], [ 9.206226980114401, 48.789950449669121, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038b24", "Latitude": 48.79071, "Longitude": 9.20639, "X_coordina": 3515236.99, "Y_coordina": 5405936.69, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 418.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 167.7, "Total_wall": 331.1, "Total_wa00": 0.0, "Total_outw": 652.0, "Total_shar": 0.0, "Total_roof": 279.9, "Gross_volu": 1474.2, "Is_Gross_v": "false", "Heated_vol": 1306.5, "Ridge_mean": 12.1, "Eaves_mean": 5.48, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.562, "Heated_are": 418.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.4, "Total_Year": 27712.0, "January_He": 5204.0, "February_H": 3598.0, "March_Heat": 2202.0, "April_Heat": 473.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1097.0, "November_H": 3308.0, "December_H": 5125.0, "PV_potenti": 13.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206340883136454, 48.790811713945175, 0.0 ], [ 9.206272557020329, 48.790810217725507, 0.0 ], [ 9.206279142300682, 48.790657066009018, 0.0 ], [ 9.206348147942606, 48.790658381159957, 0.0 ], [ 9.206413342951164, 48.790659703099884, 0.0 ], [ 9.206405806522989, 48.790813126299653, 0.0 ], [ 9.206340883136454, 48.790811713945175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038af9", "Latitude": 48.79415, "Longitude": 9.20307, "X_coordina": 3514992.51, "Y_coordina": 5406317.63, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 475.7, "SecondaryU": "retail", "Secondar00": 106.8, "BuildingTy": "GMH", "Footprint_": 133.5, "Total_wall": 376.3, "Total_wa00": 0.0, "Total_outw": 559.2, "Total_shar": 333.6, "Total_roof": 154.6, "Gross_volu": 1953.9, "Is_Gross_v": "false", "Heated_vol": 1820.4, "Ridge_mean": 16.2, "Eaves_mean": 13.07, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 582.5, "Mean_Uvalu": 0.47, "Specific_d": "26,3", "Specific_s": 39.0, "Total_Year": 38061.0, "January_He": 5560.0, "February_H": 3930.0, "March_Heat": 2484.0, "April_Heat": 549.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1213.0, "November_H": 3493.0, "December_H": 5410.0, "PV_potenti": 7.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203033252850107, 48.794092700117154, 0.0 ], [ 9.203034208114433, 48.794093327897905, 0.0 ], [ 9.203086871089321, 48.794124708284109, 0.0 ], [ 9.203140216100252, 48.794156447137212, 0.0 ], [ 9.203049840689699, 48.79422341973175, 0.0 ], [ 9.203046568028824, 48.79422189680156, 0.0 ], [ 9.203021871149875, 48.794240284750991, 0.0 ], [ 9.202971936336809, 48.7942104282278, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202933246691853, 48.794167782721054, 0.0 ], [ 9.203029588941504, 48.794095404283773, 0.0 ], [ 9.203033252850107, 48.794092700117154, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038afb", "Latitude": 48.79411, "Longitude": 9.203, "X_coordina": 3514986.93, "Y_coordina": 5406313.12, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 136.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.0, "Total_wall": 130.4, "Total_wa00": 0.0, "Total_outw": 233.3, "Total_shar": 129.3, "Total_roof": 50.0, "Gross_volu": 336.8, "Is_Gross_v": "false", "Heated_vol": 336.8, "Ridge_mean": 6.7, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.684, "Heated_are": 136.4, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 7.5, "Total_Year": 5506.0, "January_He": 366.0, "February_H": 160.0, "March_Heat": 37.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 93.0, "December_H": 363.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202968037519309, 48.794087419664443, 0.0 ], [ 9.203029588941504, 48.794095404283773, 0.0 ], [ 9.202933246691853, 48.794167782721054, 0.0 ], [ 9.20287731184238, 48.794135059175616, 0.0 ], [ 9.202944751495135, 48.79408440330274, 0.0 ], [ 9.202968037519309, 48.794087419664443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038a6a", "Latitude": 48.78794, "Longitude": 9.20862, "X_coordina": 3515402.07, "Y_coordina": 5405629.05, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 204.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 59.5, "Total_wall": 219.4, "Total_wa00": 0.0, "Total_outw": 357.8, "Total_shar": 133.4, "Total_roof": 90.4, "Gross_volu": 694.2, "Is_Gross_v": "false", "Heated_vol": 639.5, "Ridge_mean": 13.9, "Eaves_mean": 9.4, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.561, "Heated_are": 204.6, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 13113.0, "January_He": 2483.0, "February_H": 1690.0, "March_Heat": 994.0, "April_Heat": 208.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 473.0, "November_H": 1524.0, "December_H": 2465.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208568743156365, 48.787916026091651, 0.0 ], [ 9.208651655756187, 48.787957330704984, 0.0 ], [ 9.208616669843703, 48.78798742859145, 0.0 ], [ 9.208586701219977, 48.78801320104386, 0.0 ], [ 9.208504746404966, 48.787973153581341, 0.0 ], [ 9.208534439892533, 48.787946662259003, 0.0 ], [ 9.208568743156365, 48.787916026091651, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000384f9", "Latitude": 48.78771, "Longitude": 9.20656, "X_coordina": 3515250.45, "Y_coordina": 5405602.77, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.4, "Total_wall": 376.7, "Total_wa00": 0.0, "Total_outw": 637.3, "Total_shar": 155.1, "Total_roof": 249.5, "Gross_volu": 1947.9, "Is_Gross_v": "false", "Heated_vol": 1783.5, "Ridge_mean": 14.9, "Eaves_mean": 9.4, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.429, "Heated_are": 570.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 31931.0, "January_He": 5679.0, "February_H": 3925.0, "March_Heat": 2432.0, "April_Heat": 524.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1147.0, "November_H": 3528.0, "December_H": 5579.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206595925475721, 48.787794768177612, 0.0 ], [ 9.206398477715883, 48.787765267574322, 0.0 ], [ 9.20641111788734, 48.787728196369066, 0.0 ], [ 9.206426581548568, 48.787682757200145, 0.0 ], [ 9.206520948643707, 48.787697065715243, 0.0 ], [ 9.20652618626233, 48.787680060749501, 0.0 ], [ 9.206554311433676, 48.787669129542863, 0.0 ], [ 9.206610277148293, 48.787677392047605, 0.0 ], [ 9.206629138253282, 48.787697141413148, 0.0 ], [ 9.206595925475721, 48.787794768177612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00038352", "Latitude": 48.79083, "Longitude": 9.21127, "X_coordina": 3515595.81, "Y_coordina": 5405950.67, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 516.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.3, "Total_wall": 305.8, "Total_wa00": 0.0, "Total_outw": 451.9, "Total_shar": 287.4, "Total_roof": 186.3, "Gross_volu": 1710.7, "Is_Gross_v": "false", "Heated_vol": 1614.1, "Ridge_mean": 15.7, "Eaves_mean": 10.67, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.376, "Heated_are": 516.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 28456.0, "January_He": 4986.0, "February_H": 3531.0, "March_Heat": 2167.0, "April_Heat": 413.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1058.0, "November_H": 3186.0, "December_H": 4876.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211321173936204, 48.790813833254681, 0.0 ], [ 9.21125454099254, 48.790923932089754, 0.0 ], [ 9.211193775895273, 48.790908127062522, 0.0 ], [ 9.211132057418196, 48.790892143903861, 0.0 ], [ 9.211199498474837, 48.79077997541377, 0.0 ], [ 9.21123205751025, 48.790787649128866, 0.0 ], [ 9.211230974416118, 48.79078899996977, 0.0 ], [ 9.21125958634412, 48.790796590993232, 0.0 ], [ 9.211291740513804, 48.790805074746721, 0.0 ], [ 9.211321714915924, 48.790813022949415, 0.0 ], [ 9.211321173936204, 48.790813833254681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037f6a", "Latitude": 48.79469, "Longitude": 9.2045, "X_coordina": 3515097.05, "Y_coordina": 5406378.74, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 139.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 63.3, "Total_wall": 219.4, "Total_wa00": 0.0, "Total_outw": 390.5, "Total_shar": 56.8, "Total_roof": 84.1, "Gross_volu": 591.5, "Is_Gross_v": "false", "Heated_vol": 528.1, "Ridge_mean": 10.9, "Eaves_mean": 7.67, "Storey_num": 3, "Average_St": 3.3, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.665, "Heated_are": 139.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 64.3, "Total_Year": 11137.0, "January_He": 2229.0, "February_H": 1520.0, "March_Heat": 897.0, "April_Heat": 192.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 456.0, "November_H": 1396.0, "December_H": 2205.0, "PV_potenti": 3.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204497288496773, 48.794685673350763, 0.0 ], [ 9.204531395912612, 48.794705575807789, 0.0 ], [ 9.204450379753409, 48.79476443975134, 0.0 ], [ 9.204415455698193, 48.79474453872011, 0.0 ], [ 9.204377939828069, 48.794723203501178, 0.0 ], [ 9.204418917184496, 48.794692017219525, 0.0 ], [ 9.204457723752775, 48.794662543324797, 0.0 ], [ 9.204497288496773, 48.794685673350763, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037ced", "Latitude": 48.78972, "Longitude": 9.20618, "X_coordina": 3515222.37, "Y_coordina": 5405826.17, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 642.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 264.3, "Total_wall": 484.0, "Total_wa00": 0.0, "Total_outw": 761.1, "Total_shar": 62.9, "Total_roof": 264.3, "Gross_volu": 2008.3, "Is_Gross_v": "false", "Heated_vol": 2008.3, "Ridge_mean": 7.6, "Eaves_mean": 7.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 17, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.504, "Heated_are": 642.7, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 36180.0, "January_He": 6405.0, "February_H": 4521.0, "March_Heat": 2778.0, "April_Heat": 576.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1324.0, "November_H": 4017.0, "December_H": 6295.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206189002236881, 48.789782450406967, 0.0 ], [ 9.206086806449058, 48.789851334994822, 0.0 ], [ 9.205974942340253, 48.789785890879294, 0.0 ], [ 9.206181716640794, 48.789631841365043, 0.0 ], [ 9.206304905766268, 48.789704458884387, 0.0 ], [ 9.206189002236881, 48.789782450406967, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037cee", "Latitude": 48.78989, "Longitude": 9.2059, "X_coordina": 3515201.51, "Y_coordina": 5405844.55, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.5, "Total_wall": 56.1, "Total_wa00": 0.0, "Total_outw": 183.4, "Total_shar": 0.0, "Total_roof": 34.5, "Gross_volu": 83.1, "Is_Gross_v": "false", "Heated_vol": 83.1, "Ridge_mean": 2.4, "Eaves_mean": 2.39, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.507, "Heated_are": 31.5, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205816453774197, 48.789933559076303, 0.0 ], [ 9.205818003414668, 48.789879871899345, 0.0 ], [ 9.205897078793951, 48.789881169322861, 0.0 ], [ 9.205894712684426, 48.789934857960674, 0.0 ], [ 9.205816453774197, 48.789933559076303, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037a76", "Latitude": 48.7913, "Longitude": 9.20388, "X_coordina": 3515052.83, "Y_coordina": 5406001.77, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 114.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.2, "Total_wall": 79.0, "Total_wa00": 0.0, "Total_outw": 169.0, "Total_shar": 221.4, "Total_roof": 64.1, "Gross_volu": 409.6, "Is_Gross_v": "false", "Heated_vol": 358.4, "Ridge_mean": 9.5, "Eaves_mean": 6.14, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.508, "Heated_are": 114.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 7142.0, "January_He": 1341.0, "February_H": 926.0, "March_Heat": 523.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 260.0, "November_H": 858.0, "December_H": 1321.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203797802708262, 48.791282586391681, 0.0 ], [ 9.203848917709379, 48.791302009344314, 0.0 ], [ 9.203850008298192, 48.791302457031833, 0.0 ], [ 9.203901395895894, 48.791321969402169, 0.0 ], [ 9.203900450146916, 48.791323679625293, 0.0 ], [ 9.203898135786394, 48.791323503875873, 0.0 ], [ 9.203879804159318, 48.791367329129081, 0.0 ], [ 9.203831186524448, 48.791359681762621, 0.0 ], [ 9.203776848863924, 48.79135105533787, 0.0 ], [ 9.203801491136067, 48.791285996961271, 0.0 ], [ 9.203793582279344, 48.791282234166133, 0.0 ], [ 9.203797802708262, 48.791282586391681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037719", "Latitude": 48.78999, "Longitude": 9.19719, "X_coordina": 3514561.24, "Y_coordina": 5405853.95, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1363.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 204.6, "Total_wall": 967.0, "Total_wa00": 0.0, "Total_outw": 1240.7, "Total_shar": 256.7, "Total_roof": 228.0, "Gross_volu": 4402.1, "Is_Gross_v": "false", "Heated_vol": 4260.3, "Ridge_mean": 23.2, "Eaves_mean": 19.75, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 25, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.325, "Heated_are": 1363.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 34.5, "Total_Year": 68643.0, "January_He": 11878.0, "February_H": 8201.0, "March_Heat": 4860.0, "April_Heat": 890.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 81.0, "October_He": 2156.0, "November_H": 7245.0, "December_H": 11712.0, "PV_potenti": 10.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197242499501044, 48.790016725924076, 0.0 ], [ 9.197262959907404, 48.790028560795662, 0.0 ], [ 9.19724803413872, 48.790039916739794, 0.0 ], [ 9.197239621070905, 48.790046225803984, 0.0 ], [ 9.197196064318806, 48.790079212447658, 0.0 ], [ 9.197169875944006, 48.790099040488322, 0.0 ], [ 9.197013143833406, 48.790006957175059, 0.0 ], [ 9.197083033894428, 48.789956390427399, 0.0 ], [ 9.197140031691486, 48.789915197765929, 0.0 ], [ 9.197273705599715, 48.789992393089427, 0.0 ], [ 9.197242499501044, 48.790016725924076, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000376af", "Latitude": 48.7903, "Longitude": 9.19877, "X_coordina": 3514677.47, "Y_coordina": 5405888.58, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1767.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 252.0, "Total_wall": 851.7, "Total_wa00": 0.0, "Total_outw": 1025.6, "Total_shar": 524.2, "Total_roof": 252.0, "Gross_volu": 4831.3, "Is_Gross_v": "false", "Heated_vol": 4831.3, "Ridge_mean": 19.7, "Eaves_mean": 19.71, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.281, "Heated_are": 1767.2, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 41.8, "Total_Year": 99733.0, "January_He": 16567.0, "February_H": 12679.0, "March_Heat": 9205.0, "April_Heat": 3309.0, "May_Heatin": 328.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 2, "September_": 637.0, "October_He": 4516.0, "November_H": 10776.0, "December_H": 15886.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198758117280001, 48.790209613913156, 0.0 ], [ 9.198860016851, 48.790269686818718, 0.0 ], [ 9.198881842580951, 48.790282508204534, 0.0 ], [ 9.19869390345351, 48.790422124324799, 0.0 ], [ 9.198671395822812, 48.790408944385639, 0.0 ], [ 9.198571134992184, 48.790350307266955, 0.0 ], [ 9.198758117280001, 48.790209613913156, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037537", "Latitude": 48.78852, "Longitude": 9.21063, "X_coordina": 3515549.57, "Y_coordina": 5405693.28, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 106.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.2, "Total_wall": 74.2, "Total_wa00": 0.0, "Total_outw": 160.0, "Total_shar": 192.4, "Total_roof": 62.8, "Gross_volu": 378.3, "Is_Gross_v": "false", "Heated_vol": 331.2, "Ridge_mean": 9.7, "Eaves_mean": 6.33, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 106.0, "Mean_Uvalu": 0.64, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 7975.0, "January_He": 1568.0, "February_H": 1074.0, "March_Heat": 631.0, "April_Heat": 126.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 332.0, "November_H": 1004.0, "December_H": 1535.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21063785401954, 48.788509083419662, 0.0 ], [ 9.210642574893031, 48.788564018136583, 0.0 ], [ 9.210589916555413, 48.788566002839488, 0.0 ], [ 9.21053780256751, 48.788567986523141, 0.0 ], [ 9.210534078438236, 48.788523571047179, 0.0 ], [ 9.210533217896229, 48.788513051553004, 0.0 ], [ 9.210585195739155, 48.788511068120336, 0.0 ], [ 9.21063785401954, 48.788509083419662, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00037370", "Latitude": 48.79019, "Longitude": 9.20787, "X_coordina": 3515346.3, "Y_coordina": 5405879.14, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 811.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 225.0, "Total_wall": 541.6, "Total_wa00": 0.0, "Total_outw": 830.9, "Total_shar": 133.5, "Total_roof": 225.0, "Gross_volu": 2202.9, "Is_Gross_v": "false", "Heated_vol": 2202.9, "Ridge_mean": 9.8, "Eaves_mean": 9.79, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 10, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.45, "Heated_are": 811.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 42313.0, "January_He": 7486.0, "February_H": 5148.0, "March_Heat": 2929.0, "April_Heat": 435.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1380.0, "November_H": 4715.0, "December_H": 7309.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207742756700945, 48.790305801135084, 0.0 ], [ 9.207772310239948, 48.790113131411097, 0.0 ], [ 9.207785786385942, 48.79011382648558, 0.0 ], [ 9.207785656233819, 48.790115265498443, 0.0 ], [ 9.207914299118674, 48.790123576057994, 0.0 ], [ 9.207883794950199, 48.790316607228633, 0.0 ], [ 9.207742756700945, 48.790305801135084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036f17", "Latitude": 48.7944, "Longitude": 9.20272, "X_coordina": 3514966.68, "Y_coordina": 5406345.71, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 862.7, "SecondaryU": "retail", "Secondar00": 159.9, "BuildingTy": "GMH", "Footprint_": 199.9, "Total_wall": 522.0, "Total_wa00": 0.0, "Total_outw": 718.7, "Total_shar": 478.1, "Total_roof": 221.5, "Gross_volu": 3294.4, "Is_Gross_v": "false", "Heated_vol": 3195.7, "Ridge_mean": 18.0, "Eaves_mean": 14.84, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 16, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.292, "Heated_are": 1022.6, "Mean_Uvalu": 0.47, "Specific_d": "24,8", "Specific_s": 35.4, "Total_Year": 61576.0, "January_He": 8639.0, "February_H": 6359.0, "March_Heat": 4180.0, "April_Heat": 990.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 110.0, "October_He": 1966.0, "November_H": 5555.0, "December_H": 8407.0, "PV_potenti": 12.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20254396879815, 48.794433652634524, 0.0 ], [ 9.202687139473644, 48.794329269250198, 0.0 ], [ 9.202703511092864, 48.79433895217835, 0.0 ], [ 9.202757127573854, 48.794370510882644, 0.0 ], [ 9.202813882133047, 48.794403952429931, 0.0 ], [ 9.202816883677512, 48.794405745614846, 0.0 ], [ 9.202753234099651, 48.794451359017799, 0.0 ], [ 9.202750503676564, 48.794449295583213, 0.0 ], [ 9.20272987522034, 48.794464079363941, 0.0 ], [ 9.202733012869899, 48.79446587231142, 0.0 ], [ 9.202671398551733, 48.794509953385159, 0.0 ], [ 9.20266853311082, 48.794508159956948, 0.0 ], [ 9.202614644691467, 48.794476691614221, 0.0 ], [ 9.202541247072027, 48.794433747345096, 0.0 ], [ 9.202542468029907, 48.794432756038518, 0.0 ], [ 9.20254396879815, 48.794433652634524, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036df9", "Latitude": 48.79405, "Longitude": 9.20256, "X_coordina": 3514954.92, "Y_coordina": 5406306.9, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 572.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 351.0, "Total_wall": 404.2, "Total_wa00": 0.0, "Total_outw": 830.6, "Total_shar": 101.9, "Total_roof": 351.0, "Gross_volu": 1827.3, "Is_Gross_v": "false", "Heated_vol": 1789.5, "Ridge_mean": 5.2, "Eaves_mean": 5.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.61, "Heated_are": 572.7, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 63.5, "Total_Year": 44722.0, "January_He": 8237.0, "February_H": 6103.0, "March_Heat": 4312.0, "April_Heat": 1531.0, "May_Heatin": 193.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 1, "September_": 344.0, "October_He": 2265.0, "November_H": 5355.0, "December_H": 8009.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202629996093606, 48.794165439158817, 0.0 ], [ 9.202515535470292, 48.794098647449189, 0.0 ], [ 9.202411320887865, 48.794176614554843, 0.0 ], [ 9.20230185389584, 48.794133104058908, 0.0 ], [ 9.202526704690822, 48.793965540929761, 0.0 ], [ 9.202733527622545, 48.794086933516354, 0.0 ], [ 9.202629996093606, 48.794165439158817, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036dfa", "Latitude": 48.79385, "Longitude": 9.20275, "X_coordina": 3514968.86, "Y_coordina": 5406285.02, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 35.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 44.3, "Total_wall": 55.2, "Total_wa00": 0.0, "Total_outw": 170.8, "Total_shar": 36.1, "Total_roof": 44.3, "Gross_volu": 126.9, "Is_Gross_v": "true", "Heated_vol": 110.9, "Ridge_mean": 2.9, "Eaves_mean": 2.86, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.195, "Heated_are": 35.5, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 96.8, "Total_Year": 3952.0, "January_He": 810.0, "February_H": 573.0, "March_Heat": 381.0, "April_Heat": 120.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 203.0, "November_H": 516.0, "December_H": 792.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202716370399987, 48.793916019021076, 0.0 ], [ 9.202641882154552, 48.793872447266814, 0.0 ], [ 9.202696567882338, 48.793831705571549, 0.0 ], [ 9.202771056114601, 48.793875277290773, 0.0 ], [ 9.202716370399987, 48.793916019021076, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036c84", "Latitude": 48.79251, "Longitude": 9.20187, "X_coordina": 3514904.84, "Y_coordina": 5406135.88, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 366.0, "SecondaryU": "office and administration", "Secondar00": 91.2, "BuildingTy": "MFH", "Footprint_": 114.0, "Total_wall": 481.4, "Total_wa00": 0.0, "Total_outw": 649.3, "Total_shar": 232.4, "Total_roof": 114.0, "Gross_volu": 1428.7, "Is_Gross_v": "false", "Heated_vol": 1428.7, "Ridge_mean": 12.5, "Eaves_mean": 12.53, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.497, "Heated_are": 457.2, "Mean_Uvalu": 0.46, "Specific_d": "15,6", "Specific_s": 47.9, "Total_Year": 29032.0, "January_He": 5300.0, "February_H": 3752.0, "March_Heat": 2401.0, "April_Heat": 584.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 88.0, "October_He": 1207.0, "November_H": 3358.0, "December_H": 5182.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201920140956538, 48.792554086532164, 0.0 ], [ 9.20192137018066, 48.79255516345988, 0.0 ], [ 9.201918793314363, 48.792557416067915, 0.0 ], [ 9.201909108972652, 48.792552127556412, 0.0 ], [ 9.201845869928277, 48.792597919600439, 0.0 ], [ 9.201739335429565, 48.792538037325478, 0.0 ], [ 9.201710976470135, 48.792559488816778, 0.0 ], [ 9.201708248355288, 48.792557964894307, 0.0 ], [ 9.201788849035065, 48.792497395035696, 0.0 ], [ 9.201809585518578, 48.792509678229379, 0.0 ], [ 9.201862371550474, 48.792470558873973, 0.0 ], [ 9.201896476063579, 48.792490372199723, 0.0 ], [ 9.201948178543617, 48.792520405944899, 0.0 ], [ 9.201945465581048, 48.792522658792215, 0.0 ], [ 9.201948058323673, 48.792524362793621, 0.0 ], [ 9.20194602513539, 48.79252643460169, 0.0 ], [ 9.201951347442312, 48.792530022211665, 0.0 ], [ 9.201920140956538, 48.792554086532164, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003685d", "Latitude": 48.7885, "Longitude": 9.21105, "X_coordina": 3515580.01, "Y_coordina": 5405691.55, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 96.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 58.6, "Total_wa00": 0.0, "Total_outw": 140.2, "Total_shar": 197.5, "Total_roof": 63.7, "Gross_volu": 346.6, "Is_Gross_v": "false", "Heated_vol": 300.4, "Ridge_mean": 9.3, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.521, "Heated_are": 96.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5954.0, "January_He": 1134.0, "February_H": 761.0, "March_Heat": 418.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 211.0, "November_H": 719.0, "December_H": 1115.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21100138326279, 48.788549782804097, 0.0 ], [ 9.210950757989151, 48.788549785626479, 0.0 ], [ 9.210950708635423, 48.788505543279626, 0.0 ], [ 9.210950799493975, 48.788494752274801, 0.0 ], [ 9.211001560800577, 48.788494749203132, 0.0 ], [ 9.211053274725076, 48.788494744363291, 0.0 ], [ 9.211053505509081, 48.788549777216012, 0.0 ], [ 9.21100138326279, 48.788549782804097, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036717", "Latitude": 48.78768, "Longitude": 9.20098, "X_coordina": 3514840.53, "Y_coordina": 5405598.61, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 519.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 114.5, "Total_wall": 375.4, "Total_wa00": 0.0, "Total_outw": 586.1, "Total_shar": 255.9, "Total_roof": 164.1, "Gross_volu": 1737.8, "Is_Gross_v": "false", "Heated_vol": 1623.4, "Ridge_mean": 19.0, "Eaves_mean": 12.27, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 519.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.5, "Total_Year": 27718.0, "January_He": 4866.0, "February_H": 3386.0, "March_Heat": 2048.0, "April_Heat": 394.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 959.0, "November_H": 2994.0, "December_H": 4789.0, "PV_potenti": 7.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201006825791271, 48.787695312343502, 0.0 ], [ 9.20100084554003, 48.787697211178866, 0.0 ], [ 9.201028211846412, 48.787734481729458, 0.0 ], [ 9.200915136294162, 48.787771817542009, 0.0 ], [ 9.20087819483658, 48.787722244126108, 0.0 ], [ 9.200842347165018, 48.787673927721599, 0.0 ], [ 9.200955969409529, 48.787637220491455, 0.0 ], [ 9.200974718053875, 48.787663445482451, 0.0 ], [ 9.200981513382386, 48.787661185531242, 0.0 ], [ 9.201006825791271, 48.787695312343502, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036718", "Latitude": 48.78758, "Longitude": 9.201, "X_coordina": 3514841.74, "Y_coordina": 5405587.02, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 26.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.7, "Total_wall": 57.2, "Total_wa00": 0.0, "Total_outw": 178.0, "Total_shar": 0.0, "Total_roof": 32.7, "Gross_volu": 82.0, "Is_Gross_v": "false", "Heated_vol": 81.3, "Ridge_mean": 2.5, "Eaves_mean": 2.52, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 1.501, "Heated_are": 26.0, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200968067770916, 48.787565710064221, 0.0 ], [ 9.201003770061856, 48.787611688669003, 0.0 ], [ 9.200934321674598, 48.787634740403512, 0.0 ], [ 9.200898892679298, 48.787589031071626, 0.0 ], [ 9.200968067770916, 48.787565710064221, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036642", "Latitude": 48.79464, "Longitude": 9.20441, "X_coordina": 3515090.8, "Y_coordina": 5406372.49, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 226.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 73.5, "Total_wall": 256.4, "Total_wa00": 0.0, "Total_outw": 460.0, "Total_shar": 57.0, "Total_roof": 89.4, "Gross_volu": 680.1, "Is_Gross_v": "false", "Heated_vol": 606.5, "Ridge_mean": 10.7, "Eaves_mean": 7.53, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.662, "Heated_are": 226.0, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 16925.0, "January_He": 3168.0, "February_H": 2271.0, "March_Heat": 1489.0, "April_Heat": 398.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 771.0, "November_H": 2051.0, "December_H": 3109.0, "PV_potenti": 3.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204320092840536, 48.794689225122752, 0.0 ], [ 9.204281073325188, 48.794666273915929, 0.0 ], [ 9.204363037876337, 48.794606329324708, 0.0 ], [ 9.204400967081874, 48.794628922745041, 0.0 ], [ 9.204434120955716, 48.794648647076421, 0.0 ], [ 9.204457723752775, 48.794662543324797, 0.0 ], [ 9.204418917184496, 48.794692017219525, 0.0 ], [ 9.204394225909166, 48.794678212818766, 0.0 ], [ 9.204352973416634, 48.794708680191512, 0.0 ], [ 9.204320092840536, 48.794689225122752, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003663a", "Latitude": 48.79289, "Longitude": 9.20266, "X_coordina": 3514962.83, "Y_coordina": 5406178.43, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 466.0, "SecondaryU": "retail", "Secondar00": 118.7, "BuildingTy": "GMH", "Footprint_": 148.4, "Total_wall": 422.1, "Total_wa00": 0.0, "Total_outw": 632.9, "Total_shar": 308.9, "Total_roof": 171.0, "Gross_volu": 2183.4, "Is_Gross_v": "false", "Heated_vol": 2035.0, "Ridge_mean": 16.3, "Eaves_mean": 13.13, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.355, "Heated_are": 584.8, "Mean_Uvalu": 0.48, "Specific_d": "27,4", "Specific_s": 41.6, "Total_Year": 40360.0, "January_He": 5888.0, "February_H": 4235.0, "March_Heat": 2682.0, "April_Heat": 598.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1297.0, "November_H": 3752.0, "December_H": 5758.0, "PV_potenti": 8.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202685075771106, 48.792870892388216, 0.0 ], [ 9.202738144824348, 48.792902092378398, 0.0 ], [ 9.202614796841821, 48.792993491981321, 0.0 ], [ 9.202560909717791, 48.792961933679472, 0.0 ], [ 9.202503066704111, 48.792928134219096, 0.0 ], [ 9.202628323028211, 48.792837450765582, 0.0 ], [ 9.202685075771106, 48.792870892388216, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036439", "Latitude": 48.78762, "Longitude": 9.20598, "X_coordina": 3515207.67, "Y_coordina": 5405592.21, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 500.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 165.7, "Total_wall": 309.7, "Total_wa00": 0.0, "Total_outw": 581.5, "Total_shar": 151.8, "Total_roof": 250.8, "Gross_volu": 1664.5, "Is_Gross_v": "false", "Heated_vol": 1563.5, "Ridge_mean": 13.1, "Eaves_mean": 7.56, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.452, "Heated_are": 500.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 29755.0, "January_He": 5281.0, "February_H": 3746.0, "March_Heat": 2414.0, "April_Heat": 604.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1149.0, "November_H": 3347.0, "December_H": 5192.0, "PV_potenti": 9.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205853640535855, 48.787579471340514, 0.0 ], [ 9.205881759911938, 48.787567101529532, 0.0 ], [ 9.205936638556866, 48.787575815923333, 0.0 ], [ 9.205955779259385, 48.787597453296392, 0.0 ], [ 9.205950800749333, 48.787611310444746, 0.0 ], [ 9.206043396986352, 48.787625262823362, 0.0 ], [ 9.206027659352111, 48.787670342736774, 0.0 ], [ 9.206014072934911, 48.787709034219084, 0.0 ], [ 9.205819214059513, 48.787680157457174, 0.0 ], [ 9.205853640535855, 48.787579471340514, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00036399", "Latitude": 48.79544, "Longitude": 9.20897, "X_coordina": 3515425.31, "Y_coordina": 5406463.2, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 280.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 82.1, "Total_wall": 237.0, "Total_wa00": 0.0, "Total_outw": 374.1, "Total_shar": 195.5, "Total_roof": 110.3, "Gross_volu": 947.1, "Is_Gross_v": "false", "Heated_vol": 875.7, "Ridge_mean": 13.9, "Eaves_mean": 9.17, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.475, "Heated_are": 280.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 18336.0, "January_He": 3305.0, "February_H": 2400.0, "March_Heat": 1559.0, "April_Heat": 366.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 795.0, "November_H": 2184.0, "December_H": 3224.0, "PV_potenti": 5.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208999406477584, 48.795439782664005, 0.0 ], [ 9.209006760741723, 48.795440848399487, 0.0 ], [ 9.208995061362142, 48.795475040579014, 0.0 ], [ 9.208983227726952, 48.795509682618494, 0.0 ], [ 9.208915404494453, 48.795499734240543, 0.0 ], [ 9.208844448956677, 48.795489341885393, 0.0 ], [ 9.208868117138989, 48.795420237678712, 0.0 ], [ 9.208939345545103, 48.795430809371418, 0.0 ], [ 9.208999406477584, 48.795439782664005, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003639a", "Latitude": 48.79545, "Longitude": 9.20912, "X_coordina": 3515436.16, "Y_coordina": 5406463.65, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 34.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.3, "Total_wall": 42.8, "Total_wa00": 0.0, "Total_outw": 148.9, "Total_shar": 108.4, "Total_roof": 42.3, "Gross_volu": 148.6, "Is_Gross_v": "false", "Heated_vol": 106.3, "Ridge_mean": 3.5, "Eaves_mean": 3.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.973, "Heated_are": 34.0, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 105.9, "Total_Year": 3602.0, "January_He": 747.0, "February_H": 565.0, "March_Heat": 438.0, "April_Heat": 202.0, "May_Heatin": 41.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 278.0, "November_H": 527.0, "December_H": 735.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209139834103659, 48.795496629175155, 0.0 ], [ 9.208995061362142, 48.795475040579014, 0.0 ], [ 9.209006760741723, 48.795440848399487, 0.0 ], [ 9.209079896947229, 48.795451956084065, 0.0 ], [ 9.209151534885043, 48.795462796672687, 0.0 ], [ 9.209139834103659, 48.795496629175155, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003632e", "Latitude": 48.78803, "Longitude": 9.21134, "X_coordina": 3515601.63, "Y_coordina": 5405639.64, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 107.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.9, "Total_wall": 57.0, "Total_wa00": 0.0, "Total_outw": 121.0, "Total_shar": 202.0, "Total_roof": 66.6, "Gross_volu": 378.2, "Is_Gross_v": "false", "Heated_vol": 335.9, "Ridge_mean": 8.4, "Eaves_mean": 5.32, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.497, "Heated_are": 107.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 6680.0, "January_He": 1246.0, "February_H": 861.0, "March_Heat": 500.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 253.0, "November_H": 799.0, "December_H": 1222.0, "PV_potenti": 2.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211362446906408, 48.788035656606894, 0.0 ], [ 9.211346205432854, 48.788089280916324, 0.0 ], [ 9.211290244153705, 48.788082369558715, 0.0 ], [ 9.21122624959669, 48.788074483748439, 0.0 ], [ 9.21124112881358, 48.788020502259968, 0.0 ], [ 9.211305123681832, 48.788028477985144, 0.0 ], [ 9.211362446906408, 48.788035656606894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035f5e", "Latitude": 48.78844, "Longitude": 9.19596, "X_coordina": 3514471.31, "Y_coordina": 5405681.33, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.9, "Total_wall": 44.7, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 51.1, "Total_roof": 38.9, "Gross_volu": 94.0, "Is_Gross_v": "false", "Heated_vol": 94.0, "Ridge_mean": 2.4, "Eaves_mean": 2.41, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.302, "Heated_are": 35.2, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195896463058912, 48.788494817925312, 0.0 ], [ 9.195858281960737, 48.788440299214869, 0.0 ], [ 9.19593114334703, 48.788419133132457, 0.0 ], [ 9.19596891449199, 48.788473202898373, 0.0 ], [ 9.195896463058912, 48.788494817925312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035f4d", "Latitude": 48.79273, "Longitude": 9.19912, "X_coordina": 3514702.15, "Y_coordina": 5406159.25, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1308.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 276.6, "Total_wall": 725.5, "Total_wa00": 0.0, "Total_outw": 1080.5, "Total_shar": 251.2, "Total_roof": 414.0, "Gross_volu": 4299.1, "Is_Gross_v": "false", "Heated_vol": 4089.8, "Ridge_mean": 18.6, "Eaves_mean": 12.68, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 21, "Number_o00": 43, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.34, "Heated_are": 1308.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 70763.0, "January_He": 12019.0, "February_H": 8776.0, "March_Heat": 5648.0, "April_Heat": 1185.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 2750.0, "November_H": 7804.0, "December_H": 11686.0, "PV_potenti": 20.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199130392204419, 48.792631692553485, 0.0 ], [ 9.199187822895748, 48.792665134726967, 0.0 ], [ 9.199241843336365, 48.792696604453155, 0.0 ], [ 9.199014547399363, 48.792866683295905, 0.0 ], [ 9.198902141705169, 48.792801323209147, 0.0 ], [ 9.19891910443976, 48.792788704607517, 0.0 ], [ 9.198940409565488, 48.792772841252635, 0.0 ], [ 9.199130392204419, 48.792631692553485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000359d8", "Latitude": 48.79413, "Longitude": 9.20056, "X_coordina": 3514808.18, "Y_coordina": 5406315.82, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 190.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 114.4, "Total_wall": 206.4, "Total_wa00": 0.0, "Total_outw": 456.7, "Total_shar": 120.1, "Total_roof": 114.4, "Gross_volu": 710.0, "Is_Gross_v": "false", "Heated_vol": 595.6, "Ridge_mean": 6.2, "Eaves_mean": 6.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.669, "Heated_are": 190.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 55.6, "Total_Year": 13614.0, "January_He": 2624.0, "February_H": 1820.0, "March_Heat": 1090.0, "April_Heat": 217.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 563.0, "November_H": 1664.0, "December_H": 2574.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200575943560233, 48.79407272698122, 0.0 ], [ 9.200637197794745, 48.794108679624365, 0.0 ], [ 9.200465399088349, 48.794236580354493, 0.0 ], [ 9.200404145178512, 48.794200717543845, 0.0 ], [ 9.20040794498162, 48.794197923300686, 0.0 ], [ 9.200508092866858, 48.79412329225994, 0.0 ], [ 9.200575943560233, 48.79407272698122, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003584e", "Latitude": 48.78872, "Longitude": 9.20042, "X_coordina": 3514799.24, "Y_coordina": 5405714.11, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 862.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 215.8, "Total_wall": 785.6, "Total_wa00": 0.0, "Total_outw": 1014.4, "Total_shar": 0.0, "Total_roof": 215.8, "Gross_volu": 2708.2, "Is_Gross_v": "false", "Heated_vol": 2696.5, "Ridge_mean": 12.6, "Eaves_mean": 12.55, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.451, "Heated_are": 862.9, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 48543.0, "January_He": 8503.0, "February_H": 6038.0, "March_Heat": 3841.0, "April_Heat": 842.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 1845.0, "November_H": 5352.0, "December_H": 8326.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200307239011346, 48.78879881552151, 0.0 ], [ 9.200287502235675, 48.788763689704631, 0.0 ], [ 9.20028981360309, 48.788763146142642, 0.0 ], [ 9.200259387124781, 48.788709244870205, 0.0 ], [ 9.200314178000102, 48.788695840874887, 0.0 ], [ 9.200308558625657, 48.788685869124627, 0.0 ], [ 9.200439213622095, 48.788653898735248, 0.0 ], [ 9.200476765602032, 48.788720017172295, 0.0 ], [ 9.200458955138316, 48.788724364512348, 0.0 ], [ 9.200495548124225, 48.788788865986184, 0.0 ], [ 9.200310101816278, 48.788834240458534, 0.0 ], [ 9.200292147784012, 48.788802528640232, 0.0 ], [ 9.200307239011346, 48.78879881552151, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00035790", "Latitude": 48.79388, "Longitude": 9.2021, "X_coordina": 3514921.21, "Y_coordina": 5406288.43, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1625.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 298.5, "Total_wall": 1318.4, "Total_wa00": 0.0, "Total_outw": 1692.0, "Total_shar": 351.3, "Total_roof": 298.5, "Gross_volu": 5080.8, "Is_Gross_v": "false", "Heated_vol": 5080.8, "Ridge_mean": 17.8, "Eaves_mean": 17.78, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 26, "Number_o00": 36, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.377, "Heated_are": 1625.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 80182.0, "January_He": 13328.0, "February_H": 9574.0, "March_Heat": 6026.0, "April_Heat": 1213.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 2780.0, "November_H": 8381.0, "December_H": 12981.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201897801650249, 48.79397401898629, 0.0 ], [ 9.201894527236259, 48.79397204640857, 0.0 ], [ 9.201877746499974, 48.793962094311397, 0.0 ], [ 9.201984270885138, 48.793883044551244, 0.0 ], [ 9.201974038981914, 48.793877037618259, 0.0 ], [ 9.202000229226813, 48.793857658113474, 0.0 ], [ 9.202010461129209, 48.793863665044157, 0.0 ], [ 9.202121463120415, 48.793781280129018, 0.0 ], [ 9.202122554831345, 48.793781997601442, 0.0 ], [ 9.202138653236156, 48.793791501243128, 0.0 ], [ 9.202146020121097, 48.793795804643018, 0.0 ], [ 9.202201954480303, 48.793828618469661, 0.0 ], [ 9.202238380301864, 48.793850046237978, 0.0 ], [ 9.20219875535537, 48.793879251055721, 0.0 ], [ 9.202172561089883, 48.793863740268336, 0.0 ], [ 9.202150849298819, 48.793879874702348, 0.0 ], [ 9.202177043204729, 48.793895295571687, 0.0 ], [ 9.202054234382153, 48.793986243994141, 0.0 ], [ 9.20202804010532, 48.79397073317422, 0.0 ], [ 9.202006328221845, 48.793986867580848, 0.0 ], [ 9.202032522139351, 48.794002288482737, 0.0 ], [ 9.201995204573278, 48.794029960481019, 0.0 ], [ 9.201899159434502, 48.793973207293668, 0.0 ], [ 9.201897801650249, 48.79397401898629, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003559c", "Latitude": 48.78777, "Longitude": 9.20789, "X_coordina": 3515348.66, "Y_coordina": 5405609.85, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 976.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 201.1, "Total_wall": 648.5, "Total_wa00": 0.0, "Total_outw": 820.0, "Total_shar": 191.9, "Total_roof": 267.6, "Gross_volu": 3251.5, "Is_Gross_v": "false", "Heated_vol": 3050.4, "Ridge_mean": 18.6, "Eaves_mean": 13.6, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 976.1, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 57774.0, "January_He": 10158.0, "February_H": 7287.0, "March_Heat": 4711.0, "April_Heat": 1094.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2409.0, "November_H": 6567.0, "December_H": 9897.0, "PV_potenti": 13.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207857706412168, 48.787888356254037, 0.0 ], [ 9.207718619413724, 48.787755160499223, 0.0 ], [ 9.207782733725107, 48.787726359186387, 0.0 ], [ 9.207845217528751, 48.787698190246203, 0.0 ], [ 9.207982539295022, 48.787832288274288, 0.0 ], [ 9.207918017446792, 48.787861270280878, 0.0 ], [ 9.207857706412168, 48.787888356254037, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000354fa", "Latitude": 48.79517, "Longitude": 9.20979, "X_coordina": 3515485.3, "Y_coordina": 5406432.98, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 314.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 85.9, "Total_wall": 262.8, "Total_wa00": 0.0, "Total_outw": 399.6, "Total_shar": 192.1, "Total_roof": 116.4, "Gross_volu": 1018.3, "Is_Gross_v": "false", "Heated_vol": 983.3, "Ridge_mean": 13.9, "Eaves_mean": 9.45, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.467, "Heated_are": 314.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 43.2, "Total_Year": 18563.0, "January_He": 3301.0, "February_H": 2358.0, "March_Heat": 1477.0, "April_Heat": 294.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 738.0, "November_H": 2148.0, "December_H": 3218.0, "PV_potenti": 5.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209666396521735, 48.795225631294706, 0.0 ], [ 9.209696939664902, 48.795140867699942, 0.0 ], [ 9.20974747107134, 48.795149408337238, 0.0 ], [ 9.209758912245888, 48.795151365816565, 0.0 ], [ 9.209815709063049, 48.795160974094316, 0.0 ], [ 9.209786650157335, 48.795242587692314, 0.0 ], [ 9.20974007098723, 48.795235298803981, 0.0 ], [ 9.209739397576662, 48.795237008577857, 0.0 ], [ 9.209715971889402, 48.79523336437434, 0.0 ], [ 9.209666396521735, 48.795225631294706, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003533e", "Latitude": 48.79522, "Longitude": 9.20904, "X_coordina": 3515430.75, "Y_coordina": 5406438.57, "LOD": "LOD2", "Year_of_co": 1939, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 152.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.6, "Total_wall": 135.5, "Total_wa00": 0.0, "Total_outw": 262.9, "Total_shar": 115.7, "Total_roof": 102.1, "Gross_volu": 500.1, "Is_Gross_v": "false", "Heated_vol": 477.6, "Ridge_mean": 10.8, "Eaves_mean": 4.84, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.616, "Heated_are": 152.8, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 49.8, "Total_Year": 10027.0, "January_He": 1984.0, "February_H": 1278.0, "March_Heat": 699.0, "April_Heat": 135.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 333.0, "November_H": 1172.0, "December_H": 1983.0, "PV_potenti": 4.39 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208982790616124, 48.79527336433442, 0.0 ], [ 9.208924635377503, 48.795264387575642, 0.0 ], [ 9.20894453157479, 48.795204732166169, 0.0 ], [ 9.209059068074074, 48.795221609772291, 0.0 ], [ 9.209072833137297, 48.795225991036787, 0.0 ], [ 9.209065297484081, 48.79524677705691, 0.0 ], [ 9.209050723622456, 48.795244285654235, 0.0 ], [ 9.209039720168423, 48.795282163441598, 0.0 ], [ 9.208982790616124, 48.79527336433442, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003525a", "Latitude": 48.79248, "Longitude": 9.19854, "X_coordina": 3514659.93, "Y_coordina": 5406131.1, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 50.4, "Total_wall": 73.2, "Total_wa00": 0.0, "Total_outw": 147.4, "Total_shar": 322.5, "Total_roof": 86.4, "Gross_volu": 490.5, "Is_Gross_v": "false", "Heated_vol": 440.1, "Ridge_mean": 12.9, "Eaves_mean": 6.31, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 140.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 8135.0, "January_He": 1445.0, "February_H": 1015.0, "March_Heat": 640.0, "April_Heat": 145.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 309.0, "November_H": 909.0, "December_H": 1419.0, "PV_potenti": 3.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198509336256771, 48.792451748636068, 0.0 ], [ 9.198507978813447, 48.792452650211963, 0.0 ], [ 9.198535807954981, 48.792469058253189, 0.0 ], [ 9.198557113066739, 48.792453194968296, 0.0 ], [ 9.198575256119772, 48.792463774667446, 0.0 ], [ 9.198563586016325, 48.792472517378897, 0.0 ], [ 9.19853495318538, 48.792493878637423, 0.0 ], [ 9.198508491532689, 48.79251361752145, 0.0 ], [ 9.198467374405279, 48.792544352336165, 0.0 ], [ 9.198464100573172, 48.792542469583076, 0.0 ], [ 9.19846518582105, 48.792541568476857, 0.0 ], [ 9.198421941629251, 48.792516104698542, 0.0 ], [ 9.198420584182626, 48.792517006273386, 0.0 ], [ 9.198417583261726, 48.792515302895943, 0.0 ], [ 9.198459244083274, 48.792484387314644, 0.0 ], [ 9.198505926330048, 48.792449866118758, 0.0 ], [ 9.198509336256771, 48.792451748636068, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000351a0", "Latitude": 48.78866, "Longitude": 9.20698, "X_coordina": 3515281.42, "Y_coordina": 5405707.83, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 50.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.8, "Total_wall": 79.1, "Total_wa00": 0.0, "Total_outw": 185.5, "Total_shar": 0.0, "Total_roof": 26.8, "Gross_volu": 99.8, "Is_Gross_v": "false", "Heated_vol": 99.8, "Ridge_mean": 3.7, "Eaves_mean": 3.7, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.33, "Heated_are": 50.0, "Mean_Uvalu": 0.5, "Specific_d": "32,9", "Specific_s": 25.2, "Total_Year": 2899.0, "January_He": 383.0, "February_H": 226.0, "March_Heat": 93.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 165.0, "December_H": 367.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206969688331467, 48.788704484138037, 0.0 ], [ 9.206914989472718, 48.788706740599942, 0.0 ], [ 9.206914561981062, 48.788702065338263, 0.0 ], [ 9.206908619252065, 48.788646862894794, 0.0 ], [ 9.206964001448092, 48.788645324596999, 0.0 ], [ 9.206967555286354, 48.78868218690652, 0.0 ], [ 9.206969688331467, 48.788704484138037, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b30", "Latitude": 48.78905, "Longitude": 9.20894, "X_coordina": 3515425.37, "Y_coordina": 5405752.64, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1844.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 297.3, "Total_wall": 1356.0, "Total_wa00": 0.0, "Total_outw": 1713.6, "Total_shar": 0.0, "Total_roof": 436.3, "Gross_volu": 5771.6, "Is_Gross_v": "false", "Heated_vol": 5765.1, "Ridge_mean": 23.0, "Eaves_mean": 14.68, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 30, "Number_o00": 47, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.362, "Heated_are": 1844.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 96813.0, "January_He": 16838.0, "February_H": 11683.0, "March_Heat": 7232.0, "April_Heat": 1449.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 144.0, "October_He": 3253.0, "November_H": 10387.0, "December_H": 16560.0, "PV_potenti": 14.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208770433120579, 48.789098965977736, 0.0 ], [ 9.208724017803558, 48.789031337609309, 0.0 ], [ 9.208740557347536, 48.789016020611129, 0.0 ], [ 9.208819204514368, 48.789012820623604, 0.0 ], [ 9.2088187846787, 48.7890100337519, 0.0 ], [ 9.208928321203009, 48.789006058285253, 0.0 ], [ 9.208928333895566, 48.789009115666147, 0.0 ], [ 9.20906766919234, 48.789003916993671, 0.0 ], [ 9.209075582239942, 48.789106955124105, 0.0 ], [ 9.208920598552316, 48.789112721737837, 0.0 ], [ 9.208922021419944, 48.789127646481298, 0.0 ], [ 9.208913473879228, 48.789133956642814, 0.0 ], [ 9.208875646822756, 48.789135464037386, 0.0 ], [ 9.208862142188012, 48.789127845021405, 0.0 ], [ 9.20879961912946, 48.789146842365433, 0.0 ], [ 9.208767442872249, 48.789099870635063, 0.0 ], [ 9.208770433120579, 48.789098965977736, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b26", "Latitude": 48.78959, "Longitude": 9.20562, "X_coordina": 3515181.3, "Y_coordina": 5405810.99, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 175.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 64.6, "Total_wall": 220.0, "Total_wa00": 0.0, "Total_outw": 357.9, "Total_shar": 49.3, "Total_roof": 64.6, "Gross_volu": 476.8, "Is_Gross_v": "false", "Heated_vol": 476.8, "Ridge_mean": 7.4, "Eaves_mean": 7.36, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.732, "Heated_are": 175.2, "Mean_Uvalu": 0.41, "Specific_d": "73,0", "Specific_s": 54.7, "Total_Year": 22375.0, "January_He": 2263.0, "February_H": 1619.0, "March_Heat": 1088.0, "April_Heat": 333.0, "May_Heatin": 33.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 552.0, "November_H": 1428.0, "December_H": 2202.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205547631935445, 48.789557798730748, 0.0 ], [ 9.205661542233225, 48.789624678387447, 0.0 ], [ 9.205621516154801, 48.789654334738536, 0.0 ], [ 9.205601873429007, 48.789643219279171, 0.0 ], [ 9.205586265894391, 48.789653768208645, 0.0 ], [ 9.205499502054863, 48.78960257667476, 0.0 ], [ 9.205500957198721, 48.789592322783655, 0.0 ], [ 9.205547631935445, 48.789557798730748, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034b24", "Latitude": 48.78968, "Longitude": 9.20546, "X_coordina": 3515169.02, "Y_coordina": 5405821.04, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 549.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 132.3, "Total_wall": 437.5, "Total_wa00": 0.0, "Total_outw": 678.0, "Total_shar": 172.2, "Total_roof": 189.1, "Gross_volu": 1849.6, "Is_Gross_v": "false", "Heated_vol": 1717.4, "Ridge_mean": 16.7, "Eaves_mean": 11.04, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 549.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 31903.0, "January_He": 5670.0, "February_H": 3992.0, "March_Heat": 2519.0, "April_Heat": 544.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1245.0, "November_H": 3593.0, "December_H": 5547.0, "PV_potenti": 8.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205431999750598, 48.78963578900958, 0.0 ], [ 9.205527083893267, 48.789691551850147, 0.0 ], [ 9.205474166058698, 48.789730313444196, 0.0 ], [ 9.205426539937953, 48.789765198857964, 0.0 ], [ 9.205300219619966, 48.789692046440976, 0.0 ], [ 9.205333865394699, 48.789666268294511, 0.0 ], [ 9.20534607583636, 48.78965698438774, 0.0 ], [ 9.205383384288412, 48.789628322139166, 0.0 ], [ 9.205416806329746, 48.789647775955522, 0.0 ], [ 9.205431999750598, 48.78963578900958, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000346e4", "Latitude": 48.79562, "Longitude": 9.2094, "X_coordina": 3515456.64, "Y_coordina": 5406482.96, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 129.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.0, "Total_wall": 101.5, "Total_wa00": 0.0, "Total_outw": 207.1, "Total_shar": 151.0, "Total_roof": 77.7, "Gross_volu": 449.8, "Is_Gross_v": "false", "Heated_vol": 403.7, "Ridge_mean": 8.4, "Eaves_mean": 5.47, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.573, "Heated_are": 129.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 8524.0, "January_He": 1614.0, "February_H": 1098.0, "March_Heat": 672.0, "April_Heat": 152.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 324.0, "November_H": 993.0, "December_H": 1597.0, "PV_potenti": 3.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209302925926375, 48.795635714366483, 0.0 ], [ 9.209316915767658, 48.795595942733918, 0.0 ], [ 9.209415386229395, 48.795611320485108, 0.0 ], [ 9.209408525958855, 48.795630846368567, 0.0 ], [ 9.209401801042164, 48.795650192158334, 0.0 ], [ 9.209389156238897, 48.795686094643017, 0.0 ], [ 9.209388483184656, 48.795687894337597, 0.0 ], [ 9.209290012955289, 48.795672606486725, 0.0 ], [ 9.209302925926375, 48.795635714366483, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f6", "Latitude": 48.79203, "Longitude": 9.19776, "X_coordina": 3514602.76, "Y_coordina": 5406080.89, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 313.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 114.3, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 239.8, "Total_shar": 314.9, "Total_roof": 183.5, "Gross_volu": 1093.0, "Is_Gross_v": "false", "Heated_vol": 978.7, "Ridge_mean": 12.6, "Eaves_mean": 6.23, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 313.2, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 61.4, "Total_Year": 23819.0, "January_He": 4283.0, "February_H": 3204.0, "March_Heat": 2337.0, "April_Heat": 885.0, "May_Heatin": 115.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 209.0, "October_He": 1238.0, "November_H": 2820.0, "December_H": 4146.0, "PV_potenti": 8.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197612326817582, 48.792042430538842, 0.0 ], [ 9.197653307960996, 48.792011696259941, 0.0 ], [ 9.197697953096529, 48.791978257968132, 0.0 ], [ 9.19777188916883, 48.792021654032666, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.197776486054321, 48.792083153877122, 0.0 ], [ 9.197733197973095, 48.79211560070901, 0.0 ], [ 9.19772965058652, 48.792113358710289, 0.0 ], [ 9.197731821443467, 48.792111646434485, 0.0 ], [ 9.197612326817582, 48.792042430538842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f7", "Latitude": 48.79197, "Longitude": 9.19767, "X_coordina": 3514595.96, "Y_coordina": 5406074.76, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 162.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.6, "Total_wall": 85.1, "Total_wa00": 0.0, "Total_outw": 162.9, "Total_shar": 253.9, "Total_roof": 93.6, "Gross_volu": 565.6, "Is_Gross_v": "false", "Heated_vol": 507.0, "Ridge_mean": 12.6, "Eaves_mean": 6.65, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.443, "Heated_are": 162.2, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 63.7, "Total_Year": 12710.0, "January_He": 2317.0, "February_H": 1720.0, "March_Heat": 1244.0, "April_Heat": 466.0, "May_Heatin": 61.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 110.0, "October_He": 659.0, "November_H": 1515.0, "December_H": 2247.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197612326817582, 48.792042430538842, 0.0 ], [ 9.197550808236988, 48.79200728604134, 0.0 ], [ 9.197549716629611, 48.792006568525224, 0.0 ], [ 9.197590559918861, 48.791975384886946, 0.0 ], [ 9.197634930749484, 48.791941407548428, 0.0 ], [ 9.197636840708871, 48.791942573277232, 0.0 ], [ 9.197697953096529, 48.791978257968132, 0.0 ], [ 9.197653307960996, 48.792011696259941, 0.0 ], [ 9.197612326817582, 48.792042430538842, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000343f8", "Latitude": 48.79199, "Longitude": 9.19788, "X_coordina": 3514611.19, "Y_coordina": 5406076.43, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 32.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.1, "Total_wall": 44.3, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 75.5, "Total_roof": 40.1, "Gross_volu": 125.4, "Is_Gross_v": "false", "Heated_vol": 100.5, "Ridge_mean": 3.1, "Eaves_mean": 3.12, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.08, "Heated_are": 32.2, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 81.9, "Total_Year": 3103.0, "January_He": 630.0, "February_H": 441.0, "March_Heat": 286.0, "April_Heat": 89.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 147.0, "November_H": 390.0, "December_H": 621.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197843114346304, 48.792033221754039, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.19777188916883, 48.792021654032666, 0.0 ], [ 9.197814907069882, 48.791989747191401, 0.0 ], [ 9.197804809671618, 48.791983110190124, 0.0 ], [ 9.197831406359674, 48.791963101463082, 0.0 ], [ 9.197890337453968, 48.791997800639628, 0.0 ], [ 9.197843114346304, 48.792033221754039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003433d", "Latitude": 48.79428, "Longitude": 9.20452, "X_coordina": 3515098.62, "Y_coordina": 5406332.65, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 675.0, "SecondaryU": "office and administration", "Secondar00": 107.7, "BuildingTy": "GMH", "Footprint_": 134.7, "Total_wall": 871.3, "Total_wa00": 0.0, "Total_outw": 1151.6, "Total_shar": 0.0, "Total_roof": 156.6, "Gross_volu": 2170.6, "Is_Gross_v": "false", "Heated_vol": 2170.6, "Ridge_mean": 17.5, "Eaves_mean": 17.47, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.536, "Heated_are": 782.7, "Mean_Uvalu": 0.41, "Specific_d": "15,7", "Specific_s": 38.2, "Total_Year": 42186.0, "January_He": 7486.0, "February_H": 5190.0, "March_Heat": 3121.0, "April_Heat": 615.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1447.0, "November_H": 4621.0, "December_H": 7351.0, "PV_potenti": 6.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204405408046076, 48.794281450229875, 0.0 ], [ 9.204398183941821, 48.794278855269013, 0.0 ], [ 9.204401550742002, 48.794270036784091, 0.0 ], [ 9.204407919498783, 48.794263101365424, 0.0 ], [ 9.204417963424685, 48.794256249346248, 0.0 ], [ 9.20442546302259, 48.794259653128897, 0.0 ], [ 9.204454320520371, 48.794226959645535, 0.0 ], [ 9.204460958914254, 48.794219394280212, 0.0 ], [ 9.20457797920997, 48.794245534059314, 0.0 ], [ 9.204573793990885, 48.794253904385499, 0.0 ], [ 9.204555701565639, 48.79428972610193, 0.0 ], [ 9.204517285515079, 48.794281251595066, 0.0 ], [ 9.20448368777337, 48.794319708618978, 0.0 ], [ 9.204518340814076, 48.794339969806515, 0.0 ], [ 9.204466778005399, 48.794378638576106, 0.0 ], [ 9.204370595873979, 48.794322517159678, 0.0 ], [ 9.204405408046076, 48.794281450229875, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003419d", "Latitude": 48.79217, "Longitude": 9.20128, "X_coordina": 3514861.41, "Y_coordina": 5406097.56, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 947.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 192.4, "Total_wall": 470.0, "Total_wa00": 0.0, "Total_outw": 625.7, "Total_shar": 557.8, "Total_roof": 192.4, "Gross_volu": 2961.5, "Is_Gross_v": "false", "Heated_vol": 2961.5, "Ridge_mean": 15.4, "Eaves_mean": 15.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.289, "Heated_are": 947.7, "Mean_Uvalu": 0.35, "Specific_d": "15,8", "Specific_s": 27.8, "Total_Year": 41334.0, "January_He": 6320.0, "February_H": 4674.0, "March_Heat": 3104.0, "April_Heat": 703.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1359.0, "November_H": 3998.0, "December_H": 6099.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201329613415204, 48.792216827913613, 0.0 ], [ 9.201323474595169, 48.792213241702186, 0.0 ], [ 9.201304205818943, 48.792227573238492, 0.0 ], [ 9.201310344999104, 48.792231249373884, 0.0 ], [ 9.20131288758833, 48.792254445216123, 0.0 ], [ 9.201273842418216, 48.79225829025733, 0.0 ], [ 9.201246838649043, 48.792278300489322, 0.0 ], [ 9.20115461923905, 48.79222423768659, 0.0 ], [ 9.201105917449965, 48.79219563712121, 0.0 ], [ 9.201105098703451, 48.792195099009469, 0.0 ], [ 9.201108356079517, 48.792192845231057, 0.0 ], [ 9.201135630257522, 48.79217238494094, 0.0 ], [ 9.201169147317479, 48.792147507482603, 0.0 ], [ 9.201196422165335, 48.792127227023961, 0.0 ], [ 9.20122871715901, 48.792103071071985, 0.0 ], [ 9.2012439961112, 48.792112036731695, 0.0 ], [ 9.201369507959049, 48.792187173296796, 0.0 ], [ 9.201329613415204, 48.792216827913613, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00034168", "Latitude": 48.78798, "Longitude": 9.2087, "X_coordina": 3515408.03, "Y_coordina": 5405633.55, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 165.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.6, "Total_wall": 119.7, "Total_wa00": 0.0, "Total_outw": 216.8, "Total_shar": 267.2, "Total_roof": 87.7, "Gross_volu": 656.5, "Is_Gross_v": "false", "Heated_vol": 598.9, "Ridge_mean": 13.6, "Eaves_mean": 9.13, "Storey_num": 4, "Average_St": 3.2, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.426, "Heated_are": 165.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 10159.0, "January_He": 1846.0, "February_H": 1284.0, "March_Heat": 811.0, "April_Heat": 196.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 396.0, "November_H": 1153.0, "December_H": 1819.0, "PV_potenti": 3.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208696581227796, 48.788026940135531, 0.0 ], [ 9.208666611875922, 48.788052532762528, 0.0 ], [ 9.208586701219977, 48.78801320104386, 0.0 ], [ 9.208616669843703, 48.78798742859145, 0.0 ], [ 9.208651655756187, 48.787957330704984, 0.0 ], [ 9.208732246808708, 48.787996661145748, 0.0 ], [ 9.208696581227796, 48.788026940135531, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003408e", "Latitude": 48.79315, "Longitude": 9.19893, "X_coordina": 3514688.16, "Y_coordina": 5406205.81, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 2367.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1075.1, "Total_wall": 1301.8, "Total_wa00": 0.0, "Total_outw": 2380.0, "Total_shar": 0.0, "Total_roof": 1075.1, "Gross_volu": 8281.7, "Is_Gross_v": "false", "Heated_vol": 7399.7, "Ridge_mean": 8.3, "Eaves_mean": 8.32, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.435, "Heated_are": 2367.9, "Mean_Uvalu": 0.41, "Specific_d": "14,6", "Specific_s": 57.8, "Total_Year": 171574.0, "January_He": 30963.0, "February_H": 22912.0, "March_Heat": 16395.0, "April_Heat": 5947.0, "May_Heatin": 744.0, "June_Heati": 26, "July_Heati": 2, "August_Hea": 5, "September_": 1339.0, "October_He": 8554.0, "November_H": 20071.0, "December_H": 30023.0, "PV_potenti": 51.05 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199290197020849, 48.793324726918271, 0.0 ], [ 9.199279612092978, 48.793332568587154, 0.0 ], [ 9.199304712818812, 48.793347182690283, 0.0 ], [ 9.199253689283573, 48.793385308659062, 0.0 ], [ 9.199223835229622, 48.793407661357705, 0.0 ], [ 9.19917335419921, 48.793445336734081, 0.0 ], [ 9.198642959742228, 48.793134487836689, 0.0 ], [ 9.198675120861544, 48.793110422759192, 0.0 ], [ 9.198467903406792, 48.79298902355, 0.0 ], [ 9.198487037536527, 48.792974782645572, 0.0 ], [ 9.19846180042358, 48.792959988751349, 0.0 ], [ 9.198533857948602, 48.792906180165581, 0.0 ], [ 9.198529765714643, 48.792903849207526, 0.0 ], [ 9.198547001132528, 48.792891320114393, 0.0 ], [ 9.198763359137907, 48.793018278668931, 0.0 ], [ 9.198754810373627, 48.793024767921821, 0.0 ], [ 9.198777046285523, 48.793037768460671, 0.0 ], [ 9.198823291717114, 48.793064845546169, 0.0 ], [ 9.198833062898444, 48.793057724712511, 0.0 ], [ 9.19923986200569, 48.793296128396229, 0.0 ], [ 9.199240540732141, 48.793295677604043, 0.0 ], [ 9.199290197020849, 48.793324726918271, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033ef5", "Latitude": 48.79083, "Longitude": 9.20001, "X_coordina": 3514768.31, "Y_coordina": 5405948.6, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1709.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 381.1, "Total_wall": 1259.1, "Total_wa00": 0.0, "Total_outw": 1749.2, "Total_shar": 230.3, "Total_roof": 381.1, "Gross_volu": 5718.1, "Is_Gross_v": "false", "Heated_vol": 5340.7, "Ridge_mean": 16.7, "Eaves_mean": 16.71, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 27, "Number_o00": 44, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 1709.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 31.6, "Total_Year": 81030.0, "January_He": 13293.0, "February_H": 9417.0, "March_Heat": 5980.0, "April_Heat": 1298.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 112.0, "October_He": 2659.0, "November_H": 8188.0, "December_H": 12974.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199849065460878, 48.790831256165127, 0.0 ], [ 9.199823011694567, 48.79085054503085, 0.0 ], [ 9.19975575921028, 48.790810915471795, 0.0 ], [ 9.199779369705384, 48.790793249484949, 0.0 ], [ 9.199828625635771, 48.79075629534028, 0.0 ], [ 9.199852100342412, 48.790738719497625, 0.0 ], [ 9.199876524836064, 48.790720422612615, 0.0 ], [ 9.200004616971057, 48.790795556203229, 0.0 ], [ 9.199992676384747, 48.790804569302608, 0.0 ], [ 9.20017424184252, 48.790910723394553, 0.0 ], [ 9.200157686908161, 48.790922981781861, 0.0 ], [ 9.200133940390334, 48.79094064808222, 0.0 ], [ 9.200103951363358, 48.790962821405863, 0.0 ], [ 9.200085768259498, 48.79097634154251, 0.0 ], [ 9.20007219843647, 48.790986346640388, 0.0 ], [ 9.200009587101443, 48.790950306111284, 0.0 ], [ 9.199991132501378, 48.790964006551803, 0.0 ], [ 9.199988825675661, 48.790965719106666, 0.0 ], [ 9.199867412850226, 48.79089336154022, 0.0 ], [ 9.199894418570844, 48.790873891164914, 0.0 ], [ 9.199874498368107, 48.790861246511994, 0.0 ], [ 9.199891052636875, 48.790848808319161, 0.0 ], [ 9.199853814846934, 48.790827740901683, 0.0 ], [ 9.199849065460878, 48.790831256165127, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033ea3", "Latitude": 48.78847, "Longitude": 9.21231, "X_coordina": 3515673.18, "Y_coordina": 5405688.62, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.3, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 110.2, "Total_shar": 213.7, "Total_roof": 53.4, "Gross_volu": 351.0, "Is_Gross_v": "false", "Heated_vol": 308.7, "Ridge_mean": 10.0, "Eaves_mean": 6.67, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 98.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 5710.0, "January_He": 1063.0, "February_H": 718.0, "March_Heat": 392.0, "April_Heat": 56.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 6.0, "October_He": 194.0, "November_H": 671.0, "December_H": 1044.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212272264734723, 48.788471461761986, 0.0 ], [ 9.212330113604624, 48.788474052826686, 0.0 ], [ 9.212325672875471, 48.788518213528235, 0.0 ], [ 9.212268096890254, 48.78851580180563, 0.0 ], [ 9.212209704001353, 48.78851330163593, 0.0 ], [ 9.212213599341464, 48.788468872172899, 0.0 ], [ 9.212272264734723, 48.788471461761986, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033b5f", "Latitude": 48.79517, "Longitude": 9.19374, "X_coordina": 3514306.13, "Y_coordina": 5406430.05, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6505.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 758.7, "Total_wall": 4125.6, "Total_wa00": 0.0, "Total_outw": 4464.1, "Total_shar": 12.1, "Total_roof": 872.6, "Gross_volu": 20329.0, "Is_Gross_v": "false", "Heated_vol": 20329.0, "Ridge_mean": 25.4, "Eaves_mean": 25.4, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.283, "Heated_are": 6505.3, "Mean_Uvalu": 0.43, "Specific_d": "24,8", "Specific_s": 36.6, "Total_Year": 399680.0, "January_He": 54855.0, "February_H": 40063.0, "March_Heat": 27622.0, "April_Heat": 8354.0, "May_Heatin": 683.0, "June_Heati": 24, "July_Heati": 3, "August_Hea": 7, "September_": 1806.0, "October_He": 15161.0, "November_H": 36104.0, "December_H": 53407.0, "PV_potenti": 39.1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193683252255781, 48.795236563867412, 0.0 ], [ 9.193624520942045, 48.795158519073894, 0.0 ], [ 9.193563682862552, 48.795081179194376, 0.0 ], [ 9.193500738128193, 48.795004571202398, 0.0 ], [ 9.193498399579287, 48.79500167959371, 0.0 ], [ 9.193495952284175, 48.794998824137124, 0.0 ], [ 9.193454251860125, 48.794949975788768, 0.0 ], [ 9.19352739207849, 48.794927821623375, 0.0 ], [ 9.193626634429647, 48.79489780017601, 0.0 ], [ 9.193657693453178, 48.794940101939673, 0.0 ], [ 9.193678642097876, 48.794968860228558, 0.0 ], [ 9.193699155781246, 48.794997763122801, 0.0 ], [ 9.193736799025574, 48.795053299527694, 0.0 ], [ 9.193772783657092, 48.795109306313179, 0.0 ], [ 9.193839749565091, 48.795222659139597, 0.0 ], [ 9.193870895407633, 48.795280328631094, 0.0 ], [ 9.193900396576611, 48.795338558408929, 0.0 ], [ 9.193927951274802, 48.7953967375025, 0.0 ], [ 9.193954080862737, 48.795455944117613, 0.0 ], [ 9.193960552044636, 48.795453981877202, 0.0 ], [ 9.193962255270476, 48.795457998590678, 0.0 ], [ 9.193905972026213, 48.795474999004277, 0.0 ], [ 9.193860157921229, 48.795489104212926, 0.0 ], [ 9.193768591982096, 48.795356800947964, 0.0 ], [ 9.193739849540448, 48.795315304631636, 0.0 ], [ 9.193683252255781, 48.795236563867412, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033a9d", "Latitude": 48.79136, "Longitude": 9.20386, "X_coordina": 3515051.2, "Y_coordina": 5406008.47, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.8, "Total_wall": 61.2, "Total_wa00": 0.0, "Total_outw": 128.4, "Total_shar": 242.7, "Total_roof": 60.4, "Gross_volu": 396.1, "Is_Gross_v": "false", "Heated_vol": 348.3, "Ridge_mean": 9.8, "Eaves_mean": 6.57, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 111.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 6467.0, "January_He": 1191.0, "February_H": 815.0, "March_Heat": 462.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 230.0, "November_H": 754.0, "December_H": 1169.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203776848863924, 48.79135105533787, 0.0 ], [ 9.203830641775863, 48.791359592803204, 0.0 ], [ 9.203879804159318, 48.791367329129081, 0.0 ], [ 9.20386285495627, 48.791416457424546, 0.0 ], [ 9.203866532104868, 48.791417080380143, 0.0 ], [ 9.203865450985298, 48.791418970689797, 0.0 ], [ 9.20381343745283, 48.791412947952551, 0.0 ], [ 9.203754343288534, 48.791406038484013, 0.0 ], [ 9.203754746115598, 48.791404688917176, 0.0 ], [ 9.203756516458636, 48.791404955555635, 0.0 ], [ 9.203765268768381, 48.791381739778771, 0.0 ], [ 9.203776848863924, 48.79135105533787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033940", "Latitude": 48.79174, "Longitude": 9.19788, "X_coordina": 3514611.29, "Y_coordina": 5406048.89, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1428.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 308.8, "Total_wall": 1119.1, "Total_wa00": 0.0, "Total_outw": 1588.8, "Total_shar": 0.0, "Total_roof": 333.4, "Gross_volu": 4749.5, "Is_Gross_v": "false", "Heated_vol": 4462.5, "Ridge_mean": 16.6, "Eaves_mean": 14.06, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.386, "Heated_are": 1428.0, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 58.2, "Total_Year": 104038.0, "January_He": 19069.0, "February_H": 14102.0, "March_Heat": 9756.0, "April_Heat": 3168.0, "May_Heatin": 321.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 694.0, "October_He": 5122.0, "November_H": 12441.0, "December_H": 18489.0, "PV_potenti": 16.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197893226648823, 48.791798075363424, 0.0 ], [ 9.197891316335365, 48.791796819715863, 0.0 ], [ 9.19776660621369, 48.791889475417896, 0.0 ], [ 9.197708495096126, 48.791855584082064, 0.0 ], [ 9.197650929505931, 48.791821961551172, 0.0 ], [ 9.197776587405871, 48.791728045415041, 0.0 ], [ 9.19790984362745, 48.791628360971373, 0.0 ], [ 9.197960727328523, 48.791658667687585, 0.0 ], [ 9.198012156540491, 48.791689243213973, 0.0 ], [ 9.197985291412587, 48.791710151681251, 0.0 ], [ 9.197988702331164, 48.791712303983296, 0.0 ], [ 9.197963462210302, 48.79173114140869, 0.0 ], [ 9.197959505134179, 48.791728540426767, 0.0 ], [ 9.197881206235417, 48.791786945493286, 0.0 ], [ 9.197895398193944, 48.79179654293047, 0.0 ], [ 9.197893226648823, 48.791798075363424, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033941", "Latitude": 48.79179, "Longitude": 9.19813, "X_coordina": 3514629.92, "Y_coordina": 5406054.79, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 61.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 77.6, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 168.3, "Total_shar": 126.4, "Total_roof": 77.6, "Gross_volu": 214.4, "Is_Gross_v": "false", "Heated_vol": 193.4, "Ridge_mean": 2.8, "Eaves_mean": 2.77, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.004, "Heated_are": 61.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198056433154184, 48.791873510450984, 0.0 ], [ 9.197996543394314, 48.791837284305764, 0.0 ], [ 9.198113787444715, 48.791749676920467, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198078280431925, 48.791857106778892, 0.0 ], [ 9.198056433154184, 48.791873510450984, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003368f", "Latitude": 48.79152, "Longitude": 9.2011, "X_coordina": 3514848.3, "Y_coordina": 5406025.14, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.2, "Total_wall": 329.2, "Total_wa00": 0.0, "Total_outw": 421.5, "Total_shar": 549.5, "Total_roof": 116.2, "Gross_volu": 1782.7, "Is_Gross_v": "false", "Heated_vol": 1782.7, "Ridge_mean": 15.4, "Eaves_mean": 15.35, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.315, "Heated_are": 570.5, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.3, "Total_Year": 25776.0, "January_He": 4031.0, "February_H": 2921.0, "March_Heat": 1958.0, "April_Heat": 492.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 870.0, "November_H": 2513.0, "December_H": 3900.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201035012771207, 48.791617282415856, 0.0 ], [ 9.201016459421732, 48.791606254200559, 0.0 ], [ 9.201012850500071, 48.79158863547395, 0.0 ], [ 9.200996616915996, 48.791579131907405, 0.0 ], [ 9.200970077340555, 48.79157899837957, 0.0 ], [ 9.200948933155235, 48.791566715744345, 0.0 ], [ 9.201042699320416, 48.791497310909328, 0.0 ], [ 9.201090057565423, 48.791462337862342, 0.0 ], [ 9.201093877248121, 48.791464579282412, 0.0 ], [ 9.201081936339527, 48.791473502570568, 0.0 ], [ 9.201110720247829, 48.791490357943673, 0.0 ], [ 9.201108820647457, 48.791491800038806, 0.0 ], [ 9.201130238111428, 48.791504351938372, 0.0 ], [ 9.20113213771165, 48.791502909842905, 0.0 ], [ 9.201163650055021, 48.791521379062118, 0.0 ], [ 9.201035012771207, 48.791617282415856, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335e9", "Latitude": 48.7877, "Longitude": 9.19737, "X_coordina": 3514575.35, "Y_coordina": 5405599.91, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 936.8, "SecondaryU": "office and administration", "Secondar00": 213.0, "BuildingTy": "MFH", "Footprint_": 266.2, "Total_wall": 735.8, "Total_wa00": 0.0, "Total_outw": 995.3, "Total_shar": 226.0, "Total_roof": 266.2, "Gross_volu": 3755.2, "Is_Gross_v": "false", "Heated_vol": 3592.9, "Ridge_mean": 14.1, "Eaves_mean": 14.11, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 26, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.347, "Heated_are": 1149.7, "Mean_Uvalu": 0.4, "Specific_d": "15,6", "Specific_s": 40.9, "Total_Year": 64960.0, "January_He": 10508.0, "February_H": 8017.0, "March_Heat": 5878.0, "April_Heat": 2061.0, "May_Heatin": 140.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 340.0, "October_He": 2986.0, "November_H": 6959.0, "December_H": 10120.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197277360036527, 48.787661296156614, 0.0 ], [ 9.197332031747832, 48.787617589505814, 0.0 ], [ 9.197333795577327, 48.787616237628292, 0.0 ], [ 9.197482041480969, 48.787697634180667, 0.0 ], [ 9.197428726796609, 48.787740349415181, 0.0 ], [ 9.197375411316512, 48.787782884778736, 0.0 ], [ 9.19738154860976, 48.787786291358437, 0.0 ], [ 9.197379106459222, 48.787788183941288, 0.0 ], [ 9.19732836842268, 48.787828646620675, 0.0 ], [ 9.197171120598044, 48.787742139637324, 0.0 ], [ 9.1971716638866, 48.787741868936109, 0.0 ], [ 9.197224708380427, 48.787699603901615, 0.0 ], [ 9.197227436096327, 48.787701127932138, 0.0 ], [ 9.197277360036527, 48.787661296156614, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335ea", "Latitude": 48.78767, "Longitude": 9.19725, "X_coordina": 3514566.59, "Y_coordina": 5405596.52, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.3, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 138.7, "Total_shar": 89.8, "Total_roof": 38.3, "Gross_volu": 123.4, "Is_Gross_v": "false", "Heated_vol": 95.9, "Ridge_mean": 3.2, "Eaves_mean": 3.22, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.104, "Heated_are": 30.7, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197244897169584, 48.787642377872494, 0.0 ], [ 9.197277360036527, 48.787661296156614, 0.0 ], [ 9.197227436096327, 48.787701127932138, 0.0 ], [ 9.197224708380427, 48.787699603901615, 0.0 ], [ 9.1971716638866, 48.787741868936109, 0.0 ], [ 9.197137298264526, 48.787723583345532, 0.0 ], [ 9.197244897169584, 48.787642377872494, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000335ed", "Latitude": 48.78762, "Longitude": 9.19747, "X_coordina": 3514583.0, "Y_coordina": 5405590.48, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 106.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 115.4, "Total_wall": 64.7, "Total_wa00": 0.0, "Total_outw": 244.1, "Total_shar": 109.6, "Total_roof": 115.4, "Gross_volu": 207.9, "Is_Gross_v": "false", "Heated_vol": 207.9, "Ridge_mean": 1.8, "Eaves_mean": 1.81, "Storey_num": 1, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.422, "Heated_are": 106.7, "Mean_Uvalu": 0.34, "Specific_d": "14,6", "Specific_s": 53.0, "Total_Year": 7210.0, "January_He": 1353.0, "February_H": 950.0, "March_Heat": 624.0, "April_Heat": 189.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 316.0, "November_H": 836.0, "December_H": 1326.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197560468993148, 48.787673490038742, 0.0 ], [ 9.197513272990427, 48.787714845960217, 0.0 ], [ 9.197482041480969, 48.787697634180667, 0.0 ], [ 9.197333795577327, 48.787616237628292, 0.0 ], [ 9.197332031747832, 48.787617589505814, 0.0 ], [ 9.197300120988247, 48.787600648611644, 0.0 ], [ 9.197353988088272, 48.787560000733144, 0.0 ], [ 9.197560468993148, 48.787673490038742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003354a", "Latitude": 48.78865, "Longitude": 9.2123, "X_coordina": 3515671.89, "Y_coordina": 5405708.2, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.5, "Total_wall": 48.8, "Total_wa00": 0.0, "Total_outw": 107.5, "Total_shar": 212.7, "Total_roof": 52.7, "Gross_volu": 314.0, "Is_Gross_v": "false", "Heated_vol": 272.5, "Ridge_mean": 9.3, "Eaves_mean": 5.93, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 87.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 5456.0, "January_He": 1020.0, "February_H": 704.0, "March_Heat": 408.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 208.0, "November_H": 654.0, "December_H": 999.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212251555461243, 48.788691722957353, 0.0 ], [ 9.212193161990022, 48.788689132856753, 0.0 ], [ 9.212197467519557, 48.788645152258077, 0.0 ], [ 9.212255725609801, 48.788647922453343, 0.0 ], [ 9.212312894617469, 48.788650604703328, 0.0 ], [ 9.212308723759737, 48.788694225363422, 0.0 ], [ 9.212251555461243, 48.788691722957353, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000333da", "Latitude": 48.79519, "Longitude": 9.20743, "X_coordina": 3515312.01, "Y_coordina": 5406434.53, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1336.1, "SecondaryU": "retail", "Secondar00": 155.5, "BuildingTy": "GMH", "Footprint_": 194.4, "Total_wall": 1252.4, "Total_wa00": 0.0, "Total_outw": 1530.2, "Total_shar": 0.0, "Total_roof": 194.5, "Gross_volu": 4126.6, "Is_Gross_v": "false", "Heated_vol": 4126.6, "Ridge_mean": 22.4, "Eaves_mean": 22.42, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 45, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 1491.6, "Mean_Uvalu": 0.41, "Specific_d": "21,8", "Specific_s": 30.4, "Total_Year": 77804.0, "January_He": 11444.0, "February_H": 7927.0, "March_Heat": 4765.0, "April_Heat": 895.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 2019.0, "November_H": 6944.0, "December_H": 11199.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207496720616069, 48.795163017621547, 0.0 ], [ 9.207487031834683, 48.795189922219414, 0.0 ], [ 9.207452853810553, 48.795285302753911, 0.0 ], [ 9.207398512038321, 48.795276857896624, 0.0 ], [ 9.207268309259133, 48.795256499819644, 0.0 ], [ 9.207293472962741, 48.7951864940066, 0.0 ], [ 9.207312177970191, 48.795134574447736, 0.0 ], [ 9.207321303017858, 48.795135996797228, 0.0 ], [ 9.207496720616069, 48.795163017621547, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033327", "Latitude": 48.79089, "Longitude": 9.19914, "X_coordina": 3514704.17, "Y_coordina": 5405955.27, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2111, "PrimaryUsa": "industry", "PrimaryU00": 1668.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 386.2, "Total_wall": 1171.0, "Total_wa00": 0.0, "Total_outw": 1596.1, "Total_shar": 218.4, "Total_roof": 386.2, "Gross_volu": 5329.8, "Is_Gross_v": "false", "Heated_vol": 5213.2, "Ridge_mean": 13.8, "Eaves_mean": 13.8, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.37, "Heated_are": 1668.2, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 5.4, "Total_Year": 63792.0, "January_He": 3276.0, "February_H": 1574.0, "March_Heat": 357.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 751.0, "December_H": 2986.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199042991152853, 48.790836339119146, 0.0 ], [ 9.199041905951988, 48.790837240231021, 0.0 ], [ 9.199069462183289, 48.790853648619638, 0.0 ], [ 9.199077468650543, 48.790847789743722, 0.0 ], [ 9.199079514696438, 48.790848955213569, 0.0 ], [ 9.199112897579525, 48.790824528197597, 0.0 ], [ 9.199110851533854, 48.790823362728332, 0.0 ], [ 9.19911695800347, 48.790818855989045, 0.0 ], [ 9.199119004049106, 48.790820021458195, 0.0 ], [ 9.199133795666269, 48.790809205046955, 0.0 ], [ 9.199154015046732, 48.790794332684335, 0.0 ], [ 9.199151969001335, 48.790793167215789, 0.0 ], [ 9.199158889895768, 48.790788119524095, 0.0 ], [ 9.199160936297009, 48.790789374915519, 0.0 ], [ 9.199165957560487, 48.790785769286593, 0.0 ], [ 9.199276450914253, 48.790850413058905, 0.0 ], [ 9.199270615932452, 48.790854739489625, 0.0 ], [ 9.199273480688246, 48.790856443080983, 0.0 ], [ 9.199266559795957, 48.790861490779513, 0.0 ], [ 9.199263694684021, 48.79085969726497, 0.0 ], [ 9.199228684053129, 48.79088547599482, 0.0 ], [ 9.199231548453238, 48.790887089664238, 0.0 ], [ 9.199225441985634, 48.790891596409537, 0.0 ], [ 9.199222577229456, 48.790889892816992, 0.0 ], [ 9.19918946761412, 48.790914589162625, 0.0 ], [ 9.199191923373904, 48.790916113616234, 0.0 ], [ 9.19918405264816, 48.790921882341628, 0.0 ], [ 9.199212017613016, 48.790938379912554, 0.0 ], [ 9.199213916890981, 48.790936847925501, 0.0 ], [ 9.199220192212275, 48.79094061386116, 0.0 ], [ 9.199218156483367, 48.790942056160745, 0.0 ], [ 9.199246257921683, 48.790958643410818, 0.0 ], [ 9.199270512750743, 48.790966155025473, 0.0 ], [ 9.199199641520419, 48.791043701871722, 0.0 ], [ 9.199164065133592, 48.791029735323498, 0.0 ], [ 9.199159017509528, 48.791026686650497, 0.0 ], [ 9.199037468919975, 48.790954148598125, 0.0 ], [ 9.199017005942702, 48.790941864429776, 0.0 ], [ 9.198930790210586, 48.790890487167935, 0.0 ], [ 9.198907598990669, 48.790876589067935, 0.0 ], [ 9.198998519017399, 48.790809798588825, 0.0 ], [ 9.199005340107835, 48.790813923287573, 0.0 ], [ 9.199004254551156, 48.790814734476101, 0.0 ], [ 9.199035085211072, 48.790833205457467, 0.0 ], [ 9.199036306506677, 48.790832304110438, 0.0 ], [ 9.199042991152853, 48.790836339119146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033328", "Latitude": 48.79075, "Longitude": 9.19916, "X_coordina": 3514705.71, "Y_coordina": 5405939.79, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2111, "PrimaryUsa": "industry", "PrimaryU00": 23.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.4, "Total_wall": 33.3, "Total_wa00": 0.0, "Total_outw": 113.9, "Total_shar": 56.9, "Total_roof": 25.4, "Gross_volu": 57.2, "Is_Gross_v": "false", "Heated_vol": 57.2, "Ridge_mean": 2.3, "Eaves_mean": 2.26, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.468, "Heated_are": 23.0, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 24.9, "Total_Year": 1330.0, "January_He": 183.0, "February_H": 95.0, "March_Heat": 34.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 71.0, "December_H": 180.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19909052400102, 48.7907421069253, 0.0 ], [ 9.199165957560487, 48.790785769286593, 0.0 ], [ 9.199160936297009, 48.790789374915519, 0.0 ], [ 9.199158889895768, 48.790788119524095, 0.0 ], [ 9.199151969001335, 48.790793167215789, 0.0 ], [ 9.199154015046732, 48.790794332684335, 0.0 ], [ 9.199133795666269, 48.790809205046955, 0.0 ], [ 9.199059449077058, 48.790765091167778, 0.0 ], [ 9.19909052400102, 48.7907421069253, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000332e8", "Latitude": 48.78802, "Longitude": 9.19608, "X_coordina": 3514480.76, "Y_coordina": 5405635.15, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 971.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.7, "Total_wall": 910.6, "Total_wa00": 0.0, "Total_outw": 1253.6, "Total_shar": 9.1, "Total_roof": 238.0, "Gross_volu": 3208.4, "Is_Gross_v": "false", "Heated_vol": 3036.7, "Ridge_mean": 21.1, "Eaves_mean": 13.52, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 971.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 39.4, "Total_Year": 53643.0, "January_He": 9559.0, "February_H": 6671.0, "March_Heat": 3963.0, "April_Heat": 723.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1866.0, "November_H": 5954.0, "December_H": 9416.0, "PV_potenti": 10.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196072827863514, 48.787969093849256, 0.0 ], [ 9.196092165880829, 48.787972567943633, 0.0 ], [ 9.196112965340783, 48.788001847635961, 0.0 ], [ 9.196132991168398, 48.788007208948926, 0.0 ], [ 9.196144898036611, 48.788024454010774, 0.0 ], [ 9.196138011563855, 48.788038313983769, 0.0 ], [ 9.196161275369503, 48.788071366263225, 0.0 ], [ 9.196166065062819, 48.788078192302045, 0.0 ], [ 9.196164977766596, 48.788078553848884, 0.0 ], [ 9.196103401708578, 48.788097003152814, 0.0 ], [ 9.19606330218839, 48.78810894135637, 0.0 ], [ 9.196046854883503, 48.788113915159656, 0.0 ], [ 9.196014422149098, 48.788067749610931, 0.0 ], [ 9.19600001406055, 48.788072180394494, 0.0 ], [ 9.195962498793602, 48.788083754469795, 0.0 ], [ 9.19591514653775, 48.788015493061117, 0.0 ], [ 9.195953615774952, 48.78800427707241, 0.0 ], [ 9.195963810751349, 48.788001292242853, 0.0 ], [ 9.19602144582411, 48.787984288500319, 0.0 ], [ 9.196031640792427, 48.787981303664786, 0.0 ], [ 9.196072827863514, 48.787969093849256, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033291", "Latitude": 48.78816, "Longitude": 9.21252, "X_coordina": 3515688.08, "Y_coordina": 5405654.4, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 639.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.1, "Total_wall": 378.2, "Total_wa00": 0.0, "Total_outw": 582.7, "Total_shar": 310.3, "Total_roof": 229.7, "Gross_volu": 2124.8, "Is_Gross_v": "false", "Heated_vol": 1999.4, "Ridge_mean": 15.8, "Eaves_mean": 11.1, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.374, "Heated_are": 639.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.1, "Total_Year": 34503.0, "January_He": 5886.0, "February_H": 4160.0, "March_Heat": 2754.0, "April_Heat": 775.0, "May_Heatin": 34.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1243.0, "November_H": 3649.0, "December_H": 5785.0, "PV_potenti": 10.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212366767321717, 48.788130117176692, 0.0 ], [ 9.212601656154822, 48.788162415995707, 0.0 ], [ 9.212591206949613, 48.788201642000871, 0.0 ], [ 9.212580621640642, 48.788240868256082, 0.0 ], [ 9.21234096825426, 48.788208308408862, 0.0 ], [ 9.212353867987661, 48.788169257755087, 0.0 ], [ 9.212366767321717, 48.788130117176692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003312e", "Latitude": 48.78868, "Longitude": 9.21065, "X_coordina": 3515550.56, "Y_coordina": 5405711.7, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.6, "Total_wall": 131.2, "Total_wa00": 0.0, "Total_outw": 267.1, "Total_shar": 106.5, "Total_roof": 64.6, "Gross_volu": 396.1, "Is_Gross_v": "false", "Heated_vol": 347.5, "Ridge_mean": 9.9, "Eaves_mean": 6.47, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.667, "Heated_are": 111.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 62.0, "Total_Year": 8655.0, "January_He": 1714.0, "February_H": 1182.0, "March_Heat": 696.0, "April_Heat": 131.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 359.0, "November_H": 1108.0, "December_H": 1679.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210552107769958, 48.788734409047294, 0.0 ], [ 9.210551823553516, 48.788731532010161, 0.0 ], [ 9.210548102785097, 48.788687925842609, 0.0 ], [ 9.210547244118224, 48.788677855963662, 0.0 ], [ 9.21059922250692, 48.7886759624474, 0.0 ], [ 9.210652017047877, 48.788673977491143, 0.0 ], [ 9.210656880816847, 48.788730530570206, 0.0 ], [ 9.21060395012789, 48.788732515777646, 0.0 ], [ 9.210552107769958, 48.788734409047294, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00033051", "Latitude": 48.79238, "Longitude": 9.19839, "X_coordina": 3514648.63, "Y_coordina": 5406120.88, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 134.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.7, "Total_wall": 71.7, "Total_wa00": 0.0, "Total_outw": 147.8, "Total_shar": 322.7, "Total_roof": 77.9, "Gross_volu": 470.3, "Is_Gross_v": "false", "Heated_vol": 421.6, "Ridge_mean": 12.5, "Eaves_mean": 6.49, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.448, "Heated_are": 134.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 7859.0, "January_He": 1407.0, "February_H": 983.0, "March_Heat": 615.0, "April_Heat": 130.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 303.0, "November_H": 888.0, "December_H": 1377.0, "PV_potenti": 2.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19832209262588, 48.792459355070072, 0.0 ], [ 9.198318136182763, 48.79245693394688, 0.0 ], [ 9.198319357530517, 48.792456032607625, 0.0 ], [ 9.198279115105612, 48.792432452001137, 0.0 ], [ 9.198277893757712, 48.792433353339966, 0.0 ], [ 9.198273937673093, 48.792431022138217, 0.0 ], [ 9.198316414043859, 48.792399835433152, 0.0 ], [ 9.19834396273116, 48.792379645102592, 0.0 ], [ 9.198365811906614, 48.792363690992161, 0.0 ], [ 9.19838250384924, 48.792351432629367, 0.0 ], [ 9.198399690591508, 48.792361114767871, 0.0 ], [ 9.198378385468937, 48.79237697802391, 0.0 ], [ 9.198406077363822, 48.792393116562344, 0.0 ], [ 9.198407298353887, 48.79239212529918, 0.0 ], [ 9.19841057252866, 48.792394097976889, 0.0 ], [ 9.198364296792581, 48.792428168816301, 0.0 ], [ 9.19832209262588, 48.792459355070072, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032dcc", "Latitude": 48.79106, "Longitude": 9.20881, "X_coordina": 3515414.81, "Y_coordina": 5405976.0, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.9, "Total_wall": 69.4, "Total_wa00": 0.0, "Total_outw": 131.4, "Total_shar": 222.9, "Total_roof": 68.1, "Gross_volu": 398.5, "Is_Gross_v": "false", "Heated_vol": 389.5, "Ridge_mean": 10.2, "Eaves_mean": 6.07, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.473, "Heated_are": 124.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7195.0, "January_He": 1297.0, "February_H": 887.0, "March_Heat": 555.0, "April_Heat": 139.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 249.0, "November_H": 788.0, "December_H": 1285.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208736711641329, 48.791041827097906, 0.0 ], [ 9.208814464529089, 48.791051937430801, 0.0 ], [ 9.208802915556179, 48.791089366594306, 0.0 ], [ 9.208791501915419, 48.791126615663821, 0.0 ], [ 9.208714562878511, 48.791115874375258, 0.0 ], [ 9.208725569779844, 48.79107898574496, 0.0 ], [ 9.208736711641329, 48.791041827097906, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032d29", "Latitude": 48.78757, "Longitude": 9.20846, "X_coordina": 3515390.16, "Y_coordina": 5405587.19, "LOD": "LOD2", "Year_of_co": 1922, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 820.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 165.1, "Total_wall": 415.1, "Total_wa00": 0.0, "Total_outw": 513.0, "Total_shar": 405.0, "Total_roof": 199.7, "Gross_volu": 2587.4, "Is_Gross_v": "false", "Heated_vol": 2562.4, "Ridge_mean": 17.6, "Eaves_mean": 13.78, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.303, "Heated_are": 820.0, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 42516.0, "January_He": 7047.0, "February_H": 5065.0, "March_Heat": 3427.0, "April_Heat": 973.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 1564.0, "November_H": 4411.0, "December_H": 6895.0, "PV_potenti": 9.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208512751722772, 48.787606070690387, 0.0 ], [ 9.208497427171348, 48.787651779659193, 0.0 ], [ 9.208299163097733, 48.787622463636822, 0.0 ], [ 9.208314895705607, 48.787576664032365, 0.0 ], [ 9.208332510034511, 48.787525195830163, 0.0 ], [ 9.208529957602293, 48.787554603197805, 0.0 ], [ 9.208512751722772, 48.787606070690387, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032cb0", "Latitude": 48.79364, "Longitude": 9.20162, "X_coordina": 3514886.11, "Y_coordina": 5406261.4, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1541.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 319.8, "Total_wall": 1104.5, "Total_wa00": 0.0, "Total_outw": 1507.5, "Total_shar": 261.0, "Total_roof": 319.8, "Gross_volu": 5137.0, "Is_Gross_v": "false", "Heated_vol": 4817.2, "Ridge_mean": 19.0, "Eaves_mean": 18.99, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 47, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.353, "Heated_are": 1541.5, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 81244.0, "January_He": 13617.0, "February_H": 9979.0, "March_Heat": 6475.0, "April_Heat": 1415.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 3109.0, "November_H": 8801.0, "December_H": 13239.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201664201803487, 48.793691079138398, 0.0 ], [ 9.201660246184273, 48.793688927899709, 0.0 ], [ 9.201640839036502, 48.793702810113025, 0.0 ], [ 9.201645067221234, 48.793705050798685, 0.0 ], [ 9.201573138622564, 48.793756523083964, 0.0 ], [ 9.201536443827534, 48.793735814964364, 0.0 ], [ 9.201473348064781, 48.793783854632863, 0.0 ], [ 9.201385220962155, 48.79373284227016, 0.0 ], [ 9.201641968726957, 48.793543193795202, 0.0 ], [ 9.201773617994521, 48.7936204773208, 0.0 ], [ 9.201738064129424, 48.79364670737025, 0.0 ], [ 9.201730421851899, 48.79364159511448, 0.0 ], [ 9.201664201803487, 48.793691079138398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328db", "Latitude": 48.7876, "Longitude": 9.21065, "X_coordina": 3515551.33, "Y_coordina": 5405590.92, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2141.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 357.3, "Total_wall": 1073.9, "Total_wa00": 0.0, "Total_outw": 1243.0, "Total_shar": 0.0, "Total_roof": 478.4, "Gross_volu": 7048.2, "Is_Gross_v": "true", "Heated_vol": 6691.0, "Ridge_mean": 18.2, "Eaves_mean": 12.67, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 34, "Number_o00": 52, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 2141.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 88785.0, "January_He": 13751.0, "February_H": 9702.0, "March_Heat": 6023.0, "April_Heat": 1153.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 2400.0, "November_H": 8357.0, "December_H": 13397.0, "PV_potenti": 16.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210473737751844, 48.787585392506166, 19.47 ], [ 9.210677372984097, 48.78761567819609, 19.47 ], [ 9.210690119253748, 48.787578257440259, 19.47 ], [ 9.210730930713531, 48.787584327089519, 19.47 ], [ 9.210710194082559, 48.787645206163567, 19.47 ], [ 9.210465747267163, 48.78760885081229, 19.47 ], [ 9.210473737751844, 48.787585392506166, 19.47 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328db", "Latitude": 48.7876, "Longitude": 9.21065, "X_coordina": 3515551.33, "Y_coordina": 5405590.92, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2141.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 357.3, "Total_wall": 1073.9, "Total_wa00": 0.0, "Total_outw": 1243.0, "Total_shar": 0.0, "Total_roof": 478.4, "Gross_volu": 7048.2, "Is_Gross_v": "true", "Heated_vol": 6691.0, "Ridge_mean": 18.2, "Eaves_mean": 12.67, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 34, "Number_o00": 52, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 2141.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 88785.0, "January_He": 13751.0, "February_H": 9702.0, "March_Heat": 6023.0, "April_Heat": 1153.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 2400.0, "November_H": 8357.0, "December_H": 13397.0, "PV_potenti": 16.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210423144642142, 48.787639734300505, 0.0 ], [ 9.21043450004977, 48.787606397417065, 0.0 ], [ 9.210427861806695, 48.787605410135384, 0.0 ], [ 9.210439366630025, 48.787571634618345, 0.0 ], [ 9.210446004868871, 48.787572621899379, 0.0 ], [ 9.210455268469945, 48.787545426018511, 0.0 ], [ 9.210635828720411, 48.787572279946048, 0.0 ], [ 9.210643448698114, 48.787549909132103, 0.0 ], [ 9.210791481628913, 48.787571925181709, 0.0 ], [ 9.21075673745486, 48.787673928219895, 0.0 ], [ 9.210727840716446, 48.787685050227182, 0.0 ], [ 9.210423144642142, 48.787639734300505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328dc", "Latitude": 48.78745, "Longitude": 9.21057, "X_coordina": 3515545.2, "Y_coordina": 5405574.95, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 21.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.9, "Total_wall": 58.0, "Total_wa00": 0.0, "Total_outw": 83.5, "Total_shar": 0.0, "Total_roof": 26.9, "Gross_volu": 92.4, "Is_Gross_v": "false", "Heated_vol": 66.4, "Ridge_mean": 3.5, "Eaves_mean": 3.47, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.452, "Heated_are": 21.3, "Mean_Uvalu": 0.36, "Specific_d": "non calculated", "Specific_s": 109.7, "Total_Year": 2333.0, "January_He": 530.0, "February_H": 381.0, "March_Heat": 260.0, "April_Heat": 84.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 160.0, "November_H": 362.0, "December_H": 525.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210490094209833, 48.787508323394874, 0.0 ], [ 9.210515234175995, 48.787434629956174, 0.0 ], [ 9.210557719537992, 48.787440936865053, 0.0 ], [ 9.210532579630897, 48.787514630312835, 0.0 ], [ 9.210490094209833, 48.787508323394874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328d8", "Latitude": 48.78788, "Longitude": 9.19356, "X_coordina": 3514295.53, "Y_coordina": 5405619.42, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2080.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 296.4, "Total_wall": 1418.0, "Total_wa00": 0.0, "Total_outw": 1836.6, "Total_shar": 0.0, "Total_roof": 436.2, "Gross_volu": 6796.7, "Is_Gross_v": "false", "Heated_vol": 6500.3, "Ridge_mean": 24.2, "Eaves_mean": 18.87, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 38, "Number_o00": 54, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 2080.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 103140.0, "January_He": 17172.0, "February_H": 12171.0, "March_Heat": 7825.0, "April_Heat": 1766.0, "May_Heatin": 52.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 169.0, "October_He": 3558.0, "November_H": 10721.0, "December_H": 16759.0, "PV_potenti": 17.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19364870367601, 48.787900807346247, 0.0 ], [ 9.193666533818414, 48.787901496749953, 0.0 ], [ 9.193692720633157, 48.787916559880486, 0.0 ], [ 9.193585250110402, 48.787997402122144, 0.0 ], [ 9.193345740858131, 48.787857163910715, 0.0 ], [ 9.193360204013521, 48.787831601306131, 0.0 ], [ 9.193371557894427, 48.78781143934058, 0.0 ], [ 9.193641189705074, 48.787822496473694, 0.0 ], [ 9.193635205476866, 48.787894175693985, 0.0 ], [ 9.19364870367601, 48.787900807346247, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000328d9", "Latitude": 48.78783, "Longitude": 9.19374, "X_coordina": 3514308.63, "Y_coordina": 5405613.54, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 41.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.3, "Total_wall": 54.1, "Total_wa00": 0.0, "Total_outw": 123.9, "Total_shar": 47.0, "Total_roof": 22.3, "Gross_volu": 85.7, "Is_Gross_v": "false", "Heated_vol": 85.7, "Ridge_mean": 3.9, "Eaves_mean": 3.86, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.153, "Heated_are": 41.0, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193725985857029, 48.787826040720006, 0.0 ], [ 9.193721003907044, 48.787875237343528, 0.0 ], [ 9.193719779126249, 48.787875239403938, 0.0 ], [ 9.193719518721617, 48.787878297246472, 0.0 ], [ 9.193668750053551, 48.787876224474175, 0.0 ], [ 9.193673584201978, 48.787823970697033, 0.0 ], [ 9.193725985857029, 48.787826040720006, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032862", "Latitude": 48.78869, "Longitude": 9.20943, "X_coordina": 3515461.12, "Y_coordina": 5405711.87, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 83.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.9, "Total_wall": 48.1, "Total_wa00": 0.0, "Total_outw": 112.6, "Total_shar": 206.7, "Total_roof": 53.2, "Gross_volu": 300.3, "Is_Gross_v": "false", "Heated_vol": 260.4, "Ridge_mean": 9.3, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.504, "Heated_are": 83.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 5117.0, "January_He": 966.0, "February_H": 655.0, "March_Heat": 366.0, "April_Heat": 58.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 185.0, "November_H": 611.0, "December_H": 949.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209384574543954, 48.788730243115175, 0.0 ], [ 9.209331643803271, 48.788732227738357, 0.0 ], [ 9.20933078463074, 48.788721978004062, 0.0 ], [ 9.209328057187724, 48.788687901898491, 0.0 ], [ 9.20938098750786, 48.788685827354065, 0.0 ], [ 9.209437183580729, 48.78868365692243, 0.0 ], [ 9.209441587573993, 48.788728161119693, 0.0 ], [ 9.209384574543954, 48.788730243115175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000327e4", "Latitude": 48.78845, "Longitude": 9.20071, "X_coordina": 3514820.56, "Y_coordina": 5405683.85, "LOD": "LOD2", "Year_of_co": 1910, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 916.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 147.4, "Total_wall": 737.9, "Total_wa00": 0.0, "Total_outw": 1033.6, "Total_shar": 298.1, "Total_roof": 202.4, "Gross_volu": 2967.5, "Is_Gross_v": "false", "Heated_vol": 2863.4, "Ridge_mean": 23.2, "Eaves_mean": 15.21, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 17, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.377, "Heated_are": 916.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 52570.0, "January_He": 9335.0, "February_H": 6629.0, "March_Heat": 4100.0, "April_Heat": 778.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 94.0, "October_He": 2010.0, "November_H": 5967.0, "December_H": 9122.0, "PV_potenti": 5.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200633333353132, 48.788428931411097, 0.0 ], [ 9.200695737588404, 48.788413715495857, 0.0 ], [ 9.200704373541939, 48.788429347160317, 0.0 ], [ 9.200755765377101, 48.788416848114956, 0.0 ], [ 9.200769089102327, 48.788413587635063, 0.0 ], [ 9.200789237210561, 48.788449432043649, 0.0 ], [ 9.200775777388914, 48.788452692763116, 0.0 ], [ 9.200790581118, 48.788479284352874, 0.0 ], [ 9.200738917768508, 48.788491963734224, 0.0 ], [ 9.20058637464712, 48.788529368011446, 0.0 ], [ 9.200570569032399, 48.78852453966433, 0.0 ], [ 9.200564538135822, 48.788513759330158, 0.0 ], [ 9.200571709608052, 48.7885034056197, 0.0 ], [ 9.200542514230305, 48.788451120901065, 0.0 ], [ 9.200633333353132, 48.788428931411097, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003250d", "Latitude": 48.7917, "Longitude": 9.20336, "X_coordina": 3515014.62, "Y_coordina": 5406046.02, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 640.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 156.4, "Total_wall": 335.7, "Total_wa00": 0.0, "Total_outw": 535.1, "Total_shar": 434.1, "Total_roof": 183.1, "Gross_volu": 2157.2, "Is_Gross_v": "false", "Heated_vol": 2000.8, "Ridge_mean": 15.4, "Eaves_mean": 12.13, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 640.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.2, "Total_Year": 32014.0, "January_He": 5429.0, "February_H": 3838.0, "March_Heat": 2332.0, "April_Heat": 394.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1102.0, "November_H": 3458.0, "December_H": 5276.0, "PV_potenti": 9.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203329769990681, 48.791654168752558, 0.0 ], [ 9.203407789855142, 48.791663023330273, 0.0 ], [ 9.203372278034578, 48.791800129619176, 0.0 ], [ 9.203296573070347, 48.791791630625397, 0.0 ], [ 9.203299789996095, 48.791779395336611, 0.0 ], [ 9.203299381704424, 48.7917793960574, 0.0 ], [ 9.203233480140261, 48.791771958798087, 0.0 ], [ 9.203266864170027, 48.791647085917134, 0.0 ], [ 9.203329769990681, 48.791654168752558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032423", "Latitude": 48.78911, "Longitude": 9.19952, "X_coordina": 3514732.55, "Y_coordina": 5405756.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 633.2, "SecondaryU": "retail", "Secondar00": 136.8, "BuildingTy": "GMH", "Footprint_": 171.1, "Total_wall": 558.4, "Total_wa00": 0.0, "Total_outw": 811.6, "Total_shar": 337.9, "Total_roof": 261.2, "Gross_volu": 2837.7, "Is_Gross_v": "false", "Heated_vol": 2666.6, "Ridge_mean": 19.2, "Eaves_mean": 12.89, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 12, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.364, "Heated_are": 770.1, "Mean_Uvalu": 0.49, "Specific_d": "26,0", "Specific_s": 42.2, "Total_Year": 52498.0, "January_He": 7940.0, "February_H": 5584.0, "March_Heat": 3554.0, "April_Heat": 790.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 107.0, "October_He": 1719.0, "November_H": 5011.0, "December_H": 7744.0, "PV_potenti": 11.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19938944995128, 48.789108666552721, 0.0 ], [ 9.199390843986102, 48.789117027037662, 0.0 ], [ 9.19943601947258, 48.789115330182739, 0.0 ], [ 9.199431312905167, 48.789060934530333, 0.0 ], [ 9.199486963698188, 48.789058320277029, 0.0 ], [ 9.19951295223535, 48.789057106246403, 0.0 ], [ 9.199544791923701, 48.789055702223784, 0.0 ], [ 9.199557613753942, 48.789200367144424, 0.0 ], [ 9.199394465369551, 48.789206674637306, 0.0 ], [ 9.199390193117329, 48.789158842657855, 0.0 ], [ 9.199385639786406, 48.789108763073472, 0.0 ], [ 9.19938944995128, 48.789108666552721, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000323b7", "Latitude": 48.7919, "Longitude": 9.19878, "X_coordina": 3514677.65, "Y_coordina": 5406067.35, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1843.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 464.5, "Total_wall": 1131.3, "Total_wa00": 0.0, "Total_outw": 1654.9, "Total_shar": 282.6, "Total_roof": 464.5, "Gross_volu": 6225.3, "Is_Gross_v": "false", "Heated_vol": 5760.9, "Ridge_mean": 16.6, "Eaves_mean": 13.24, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.345, "Heated_are": 1843.5, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 6.1, "Total_Year": 71887.0, "January_He": 4147.0, "February_H": 1854.0, "March_Heat": 393.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 991.0, "December_H": 3887.0, "PV_potenti": 21.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198971190338478, 48.791986765966769, 0.0 ], [ 9.198880408518374, 48.792054635254907, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198785306603574, 48.792028092153089, 0.0 ], [ 9.198752873320229, 48.792051977888462, 0.0 ], [ 9.198724363138991, 48.792035391226548, 0.0 ], [ 9.198689168910988, 48.792014949375663, 0.0 ], [ 9.198721600425182, 48.791990614043129, 0.0 ], [ 9.19849951701878, 48.791860158236837, 0.0 ], [ 9.198612826203087, 48.791775794376356, 0.0 ], [ 9.198882110189189, 48.791934224620093, 0.0 ], [ 9.198971190338478, 48.791986765966769, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000323b8", "Latitude": 48.79207, "Longitude": 9.19879, "X_coordina": 3514678.51, "Y_coordina": 5406086.49, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 325.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 118.9, "Total_wall": 149.2, "Total_wa00": 0.0, "Total_outw": 263.6, "Total_shar": 285.6, "Total_roof": 118.9, "Gross_volu": 794.5, "Is_Gross_v": "false", "Heated_vol": 794.5, "Ridge_mean": 6.7, "Eaves_mean": 6.68, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.487, "Heated_are": 325.1, "Mean_Uvalu": 0.56, "Specific_d": "32,9", "Specific_s": 7.9, "Total_Year": 13235.0, "January_He": 883.0, "February_H": 460.0, "March_Heat": 118.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 253.0, "December_H": 826.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198785306603574, 48.792028092153089, 0.0 ], [ 9.198858425318832, 48.792071039313207, 0.0 ], [ 9.198734937990537, 48.792162884634855, 0.0 ], [ 9.198636992226083, 48.792105502525985, 0.0 ], [ 9.198713798989726, 48.792048448377948, 0.0 ], [ 9.198738217354943, 48.792062794014321, 0.0 ], [ 9.198752873320229, 48.792051977888462, 0.0 ], [ 9.198785306603574, 48.792028092153089, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003232a", "Latitude": 48.79431, "Longitude": 9.2016, "X_coordina": 3514884.24, "Y_coordina": 5406335.89, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1512.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.5, "Total_wall": 993.9, "Total_wa00": 0.0, "Total_outw": 1227.9, "Total_shar": 452.2, "Total_roof": 233.5, "Gross_volu": 4726.5, "Is_Gross_v": "false", "Heated_vol": 4726.5, "Ridge_mean": 20.3, "Eaves_mean": 20.25, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 32, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.309, "Heated_are": 1512.5, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 30.0, "Total_Year": 69311.0, "January_He": 10989.0, "February_H": 7989.0, "March_Heat": 5213.0, "April_Heat": 1172.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 94.0, "October_He": 2295.0, "November_H": 6901.0, "December_H": 10670.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201651886547793, 48.794353837381536, 0.0 ], [ 9.201692815131127, 48.794378045065869, 0.0 ], [ 9.20161044377668, 48.794439067555025, 0.0 ], [ 9.201420539682692, 48.794327804731665, 0.0 ], [ 9.20155597032128, 48.794227392925308, 0.0 ], [ 9.201648877960043, 48.794282353418943, 0.0 ], [ 9.20161332356364, 48.794308583427771, 0.0 ], [ 9.20166884983467, 48.794341398224716, 0.0 ], [ 9.201651886547793, 48.794353837381536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032324", "Latitude": 48.79572, "Longitude": 9.21008, "X_coordina": 3515506.95, "Y_coordina": 5406493.62, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 664.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 115.2, "Total_wall": 525.8, "Total_wa00": 0.0, "Total_outw": 699.3, "Total_shar": 244.2, "Total_roof": 161.5, "Gross_volu": 2088.7, "Is_Gross_v": "false", "Heated_vol": 2077.3, "Ridge_mean": 21.1, "Eaves_mean": 15.93, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.386, "Heated_are": 664.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 35393.0, "January_He": 6176.0, "February_H": 4271.0, "March_Heat": 2657.0, "April_Heat": 567.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1245.0, "November_H": 3820.0, "December_H": 6047.0, "PV_potenti": 6.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209967785946663, 48.795726226094395, 0.0 ], [ 9.209971735700705, 48.795726848357738, 0.0 ], [ 9.209988950717133, 48.795677269097752, 0.0 ], [ 9.210010741836722, 48.79568055653219, 0.0 ], [ 9.210124055929562, 48.795697705078489, 0.0 ], [ 9.210090301774244, 48.795795693396478, 0.0 ], [ 9.209951789485659, 48.795774274429078, 0.0 ], [ 9.20996711291258, 48.795728025792314, 0.0 ], [ 9.209967785946663, 48.795726226094395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00032325", "Latitude": 48.79562, "Longitude": 9.21017, "X_coordina": 3515513.71, "Y_coordina": 5406482.9, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 39.3, "Total_wall": 70.4, "Total_wa00": 0.0, "Total_outw": 238.3, "Total_shar": 0.0, "Total_roof": 39.3, "Gross_volu": 122.0, "Is_Gross_v": "false", "Heated_vol": 94.4, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.391, "Heated_are": 35.5, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210165891103921, 48.795677036247568, 0.0 ], [ 9.210119175369654, 48.795669747762176, 0.0 ], [ 9.210128049945224, 48.795643743666183, 0.0 ], [ 9.210072618105277, 48.795635212135672, 0.0 ], [ 9.210072891268913, 48.795602839162235, 0.0 ], [ 9.210186204456456, 48.795619807802204, 0.0 ], [ 9.210165891103921, 48.795677036247568, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000322d2", "Latitude": 48.79458, "Longitude": 9.20837, "X_coordina": 3515381.83, "Y_coordina": 5406367.48, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1716.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 253.1, "Total_wall": 1595.5, "Total_wa00": 0.0, "Total_outw": 1939.8, "Total_shar": 0.0, "Total_roof": 253.1, "Gross_volu": 5364.2, "Is_Gross_v": "false", "Heated_vol": 5364.2, "Ridge_mean": 22.5, "Eaves_mean": 22.52, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 28, "Number_o00": 44, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.392, "Heated_are": 1716.5, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 86091.0, "January_He": 14694.0, "February_H": 10234.0, "March_Heat": 6269.0, "April_Heat": 1264.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 116.0, "October_He": 2822.0, "November_H": 9067.0, "December_H": 14399.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20819320237964, 48.794674554785608, 0.0 ], [ 9.208193336996354, 48.794674194848021, 0.0 ], [ 9.208223334148528, 48.794588533387405, 0.0 ], [ 9.208241311515662, 48.794591288511256, 0.0 ], [ 9.20826767689001, 48.794516064737856, 0.0 ], [ 9.208467333988326, 48.794546547266776, 0.0 ], [ 9.208428055178777, 48.794658573192876, 0.0 ], [ 9.20838924031213, 48.794652618558501, 0.0 ], [ 9.208339666463072, 48.794645064751812, 0.0 ], [ 9.208322314066523, 48.794694644022719, 0.0 ], [ 9.20819320237964, 48.794674554785608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003213a", "Latitude": 48.79113, "Longitude": 9.20935, "X_coordina": 3515454.61, "Y_coordina": 5405984.06, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 125.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 69.5, "Total_wa00": 0.0, "Total_outw": 138.3, "Total_shar": 231.8, "Total_roof": 68.6, "Gross_volu": 411.2, "Is_Gross_v": "false", "Heated_vol": 391.4, "Ridge_mean": 10.4, "Eaves_mean": 6.28, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.467, "Heated_are": 125.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7231.0, "January_He": 1303.0, "February_H": 891.0, "March_Heat": 558.0, "April_Heat": 140.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 250.0, "November_H": 792.0, "December_H": 1291.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209267264567151, 48.791152009795852, 0.0 ], [ 9.209279351981049, 48.79111323075351, 0.0 ], [ 9.209356562949855, 48.791123881247053, 0.0 ], [ 9.209345019226767, 48.79116247946186, 0.0 ], [ 9.209334280463743, 48.791198288580098, 0.0 ], [ 9.209256252064177, 48.791187459709882, 0.0 ], [ 9.209267264567151, 48.791152009795852, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003200e", "Latitude": 48.7907, "Longitude": 9.20579, "X_coordina": 3515192.74, "Y_coordina": 5405935.37, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 420.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 167.6, "Total_wall": 336.9, "Total_wa00": 0.0, "Total_outw": 665.5, "Total_shar": 0.0, "Total_roof": 274.2, "Gross_volu": 1481.6, "Is_Gross_v": "false", "Heated_vol": 1314.0, "Ridge_mean": 12.0, "Eaves_mean": 5.61, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.559, "Heated_are": 420.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.1, "Total_Year": 27729.0, "January_He": 5206.0, "February_H": 3593.0, "March_Heat": 2197.0, "April_Heat": 466.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1090.0, "November_H": 3304.0, "December_H": 5130.0, "PV_potenti": 13.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205745883796837, 48.790647858605176, 0.0 ], [ 9.205811078409276, 48.790649090962901, 0.0 ], [ 9.205803674035799, 48.790801974345683, 0.0 ], [ 9.205739568349729, 48.790800829961981, 0.0 ], [ 9.205670426800317, 48.790799604612985, 0.0 ], [ 9.20567633380734, 48.790646544065844, 0.0 ], [ 9.205745883796837, 48.790647858605176, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00031b53", "Latitude": 48.78878, "Longitude": 9.21306, "X_coordina": 3515727.99, "Y_coordina": 5405723.34, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 50.0, "Total_wa00": 0.0, "Total_outw": 109.8, "Total_shar": 216.2, "Total_roof": 53.3, "Gross_volu": 321.7, "Is_Gross_v": "false", "Heated_vol": 280.1, "Ridge_mean": 9.4, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 89.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 5536.0, "January_He": 1033.0, "February_H": 711.0, "March_Heat": 411.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 661.0, "December_H": 1012.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213076789798148, 48.788784708787823, 0.0 ], [ 9.213072893292527, 48.788828688661603, 0.0 ], [ 9.213016950748944, 48.788826454138302, 0.0 ], [ 9.212957469131172, 48.788824046285079, 0.0 ], [ 9.212961501826289, 48.788780066163312, 0.0 ], [ 9.213020983392292, 48.788782474014589, 0.0 ], [ 9.213076789798148, 48.788784708787823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003183a", "Latitude": 48.78766, "Longitude": 9.20908, "X_coordina": 3515435.8, "Y_coordina": 5405597.09, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 585.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.4, "Total_wall": 327.0, "Total_wa00": 0.0, "Total_outw": 494.4, "Total_shar": 358.1, "Total_roof": 229.7, "Gross_volu": 2203.0, "Is_Gross_v": "false", "Heated_vol": 2042.6, "Ridge_mean": 16.3, "Eaves_mean": 11.15, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 585.9, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 34822.0, "January_He": 6043.0, "February_H": 4328.0, "March_Heat": 2947.0, "April_Heat": 904.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 115.0, "October_He": 1407.0, "November_H": 3815.0, "December_H": 5929.0, "PV_potenti": 11.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208945416586573, 48.787616796708129, 0.0 ], [ 9.209157843297623, 48.787648333988585, 0.0 ], [ 9.209141300522708, 48.787695484033932, 0.0 ], [ 9.209127043533513, 48.787735975574435, 0.0 ], [ 9.208914345419229, 48.787704708501003, 0.0 ], [ 9.208928872876383, 48.787663766877579, 0.0 ], [ 9.208945416586573, 48.787616796708129, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00031690", "Latitude": 48.78845, "Longitude": 9.21105, "X_coordina": 3515580.09, "Y_coordina": 5405685.29, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.4, "Total_wall": 118.4, "Total_wa00": 0.0, "Total_outw": 243.4, "Total_shar": 98.4, "Total_roof": 66.4, "Gross_volu": 369.3, "Is_Gross_v": "false", "Heated_vol": 320.9, "Ridge_mean": 9.4, "Eaves_mean": 5.81, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.684, "Heated_are": 102.7, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 49.6, "Total_Year": 6715.0, "January_He": 1369.0, "February_H": 839.0, "March_Heat": 431.0, "April_Heat": 77.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 197.0, "November_H": 778.0, "December_H": 1386.0, "PV_potenti": 2.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210951102621573, 48.788437200581008, 0.0 ], [ 9.211001592070923, 48.788437287930975, 0.0 ], [ 9.211054939748152, 48.788437459944255, 0.0 ], [ 9.211053274725076, 48.788494744363291, 0.0 ], [ 9.211001560800577, 48.788494749203132, 0.0 ], [ 9.210950799493975, 48.788494752274801, 0.0 ], [ 9.210950886206437, 48.788482972117329, 0.0 ], [ 9.210951113175174, 48.788439718424009, 0.0 ], [ 9.210951102621573, 48.788437200581008, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003152f", "Latitude": 48.78828, "Longitude": 9.21051, "X_coordina": 3515540.8, "Y_coordina": 5405666.27, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.0, "Total_wall": 113.6, "Total_wa00": 0.0, "Total_outw": 182.8, "Total_shar": 117.1, "Total_roof": 94.2, "Gross_volu": 444.9, "Is_Gross_v": "false", "Heated_vol": 431.6, "Ridge_mean": 10.2, "Eaves_mean": 5.11, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.607, "Heated_are": 138.1, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 55.7, "Total_Year": 9879.0, "January_He": 1853.0, "February_H": 1304.0, "March_Heat": 848.0, "April_Heat": 229.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 407.0, "November_H": 1170.0, "December_H": 1836.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210419346848571, 48.788259579645768, 0.0 ], [ 9.210421788682138, 48.78825967589858, 0.0 ], [ 9.210518016297165, 48.788260484695201, 0.0 ], [ 9.210516393907563, 48.788332335763272, 0.0 ], [ 9.210416923632849, 48.788330989751316, 0.0 ], [ 9.210417769377399, 48.788306077554786, 0.0 ], [ 9.210419346848571, 48.788259579645768, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313de", "Latitude": 48.79377, "Longitude": 9.20521, "X_coordina": 3515149.4, "Y_coordina": 5406276.43, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 107.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.2, "Total_wall": 131.8, "Total_wa00": 0.0, "Total_outw": 207.5, "Total_shar": 60.9, "Total_roof": 64.2, "Gross_volu": 399.4, "Is_Gross_v": "false", "Heated_vol": 335.2, "Ridge_mean": 6.2, "Eaves_mean": 6.21, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.715, "Heated_are": 107.3, "Mean_Uvalu": 0.64, "Specific_d": "24,8", "Specific_s": 85.3, "Total_Year": 11817.0, "January_He": 2139.0, "February_H": 1507.0, "March_Heat": 982.0, "April_Heat": 288.0, "May_Heatin": 34.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 85.0, "October_He": 591.0, "November_H": 1425.0, "December_H": 2099.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205233836270867, 48.79380383152634, 0.0 ], [ 9.205237939157609, 48.793808680086954, 0.0 ], [ 9.205145934016848, 48.793842295590153, 0.0 ], [ 9.205088766331627, 48.793774505120112, 0.0 ], [ 9.205177237855175, 48.793742154887958, 0.0 ], [ 9.20523003089739, 48.793805187161624, 0.0 ], [ 9.205233836270867, 48.79380383152634, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e0", "Latitude": 48.79365, "Longitude": 9.20509, "X_coordina": 3515140.43, "Y_coordina": 5406262.66, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 1936.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 368.7, "Total_wall": 1267.5, "Total_wa00": 0.0, "Total_outw": 1550.0, "Total_shar": 103.3, "Total_roof": 507.2, "Gross_volu": 6421.1, "Is_Gross_v": "false", "Heated_vol": 6052.4, "Ridge_mean": 20.5, "Eaves_mean": 9.6, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.347, "Heated_are": 1936.8, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 39.6, "Total_Year": 124794.0, "January_He": 17751.0, "February_H": 12949.0, "March_Heat": 8764.0, "April_Heat": 2539.0, "May_Heatin": 213.0, "June_Heati": 9, "July_Heati": 1, "August_Hea": 3, "September_": 547.0, "October_He": 4808.0, "November_H": 11705.0, "December_H": 17397.0, "PV_potenti": 22.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205249348403557, 48.793696156373962, 0.0 ], [ 9.205250578126686, 48.793704004509955, 0.0 ], [ 9.205247424508281, 48.793711653634197, 0.0 ], [ 9.20524029148897, 48.793718032935907, 0.0 ], [ 9.205240974935521, 48.793718751106418, 0.0 ], [ 9.205177237855175, 48.793742154887958, 0.0 ], [ 9.205088766331627, 48.793774505120112, 0.0 ], [ 9.205056353170336, 48.793736075552516, 0.0 ], [ 9.205032416880703, 48.793707072858396, 0.0 ], [ 9.204990287408375, 48.793722434866062, 0.0 ], [ 9.204988521007071, 48.793723157398922, 0.0 ], [ 9.204963496676127, 48.793694336474317, 0.0 ], [ 9.204883858944202, 48.793723523501519, 0.0 ], [ 9.204834214344473, 48.793664801799764, 0.0 ], [ 9.204835164864244, 48.793664260567631, 0.0 ], [ 9.204833625612544, 48.793657258259259, 0.0 ], [ 9.204834814227029, 48.793651680883627, 0.0 ], [ 9.204838574368553, 48.79364590110206, 0.0 ], [ 9.204843850991516, 48.793641530422953, 0.0 ], [ 9.204852351918539, 48.793636830283177, 0.0 ], [ 9.204862082230497, 48.793633225023378, 0.0 ], [ 9.204873001573057, 48.79363083161563, 0.0 ], [ 9.204884132940117, 48.793630371186431, 0.0 ], [ 9.204895560923655, 48.793632562973777, 0.0 ], [ 9.204902623651957, 48.79363565277054, 0.0 ], [ 9.204904875124479, 48.793637069556908, 0.0 ], [ 9.204905558931328, 48.793637877652344, 0.0 ], [ 9.205110904431072, 48.79356269568089, 0.0 ], [ 9.205111560946497, 48.793563485839023, 0.0 ], [ 9.205123848833763, 48.793562942395539, 0.0 ], [ 9.205135523005779, 48.793565430468405, 0.0 ], [ 9.20514508531549, 48.793570700940592, 0.0 ], [ 9.205150966997065, 48.793577875356291, 0.0 ], [ 9.205157135044656, 48.79358518414687, 0.0 ], [ 9.205152649908397, 48.793586720837823, 0.0 ], [ 9.205153119173291, 48.793591656805994, 0.0 ], [ 9.205151900515345, 48.793596532834634, 0.0 ], [ 9.20514904764168, 48.793601168980871, 0.0 ], [ 9.205144695407544, 48.793605259264218, 0.0 ], [ 9.20520404159763, 48.793676624784759, 0.0 ], [ 9.205210271967388, 48.79367584933226, 0.0 ], [ 9.20521662779969, 48.793675802036766, 0.0 ], [ 9.205222891587791, 48.793676546232383, 0.0 ], [ 9.20522883177463, 48.793678037370007, 0.0 ], [ 9.205233043978453, 48.793676321315381, 0.0 ], [ 9.205243848147541, 48.793689071207197, 0.0 ], [ 9.205249348403557, 48.793696156373962, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e1", "Latitude": 48.79386, "Longitude": 9.20539, "X_coordina": 3515162.68, "Y_coordina": 5406286.09, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 11.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 64.9, "Total_wa00": 0.0, "Total_outw": 125.4, "Total_shar": 0.0, "Total_roof": 88.9, "Gross_volu": 99.2, "Is_Gross_v": "true", "Heated_vol": 35.4, "Ridge_mean": 3.5, "Eaves_mean": -0.93, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 2.466, "Heated_are": 11.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205359789205723, 48.793844486242307, 4.47 ], [ 9.20539656887078, 48.793888914830298, 4.47 ], [ 9.20532930988346, 48.7939131342889, 4.47 ], [ 9.205292584957879, 48.793868768528576, 4.47 ], [ 9.205359789205723, 48.793844486242307, 4.47 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313e1", "Latitude": 48.79386, "Longitude": 9.20539, "X_coordina": 3515162.68, "Y_coordina": 5406286.09, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 11.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 64.9, "Total_wa00": 0.0, "Total_outw": 125.4, "Total_shar": 0.0, "Total_roof": 88.9, "Gross_volu": 99.2, "Is_Gross_v": "true", "Heated_vol": 35.4, "Ridge_mean": 3.5, "Eaves_mean": -0.93, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 2.466, "Heated_are": 11.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205360868082217, 48.793842047389667, 0.0 ], [ 9.205400260232897, 48.793889636627277, 0.0 ], [ 9.205328231003925, 48.79391557314122, 0.0 ], [ 9.205288893635506, 48.793868055720409, 0.0 ], [ 9.205360868082217, 48.793842047389667, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313bf", "Latitude": 48.78985, "Longitude": 9.20629, "X_coordina": 3515229.74, "Y_coordina": 5405840.74, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 252.2, "SecondaryU": "industry", "Secondar00": 123.6, "BuildingTy": "RH", "Footprint_": 154.5, "Total_wall": 273.3, "Total_wa00": 0.0, "Total_outw": 550.1, "Total_shar": 341.2, "Total_roof": 204.9, "Gross_volu": 1328.7, "Is_Gross_v": "false", "Heated_vol": 1174.2, "Ridge_mean": 9.8, "Eaves_mean": 7.19, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.506, "Heated_are": 375.7, "Mean_Uvalu": 0.51, "Specific_d": "21,4", "Specific_s": 32.9, "Total_Year": 20425.0, "January_He": 3367.0, "February_H": 2206.0, "March_Heat": 1088.0, "April_Heat": 135.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 370.0, "November_H": 1881.0, "December_H": 3313.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206300766716703, 48.789823525189099, 0.0 ], [ 9.20635467161941, 48.78985966783268, 0.0 ], [ 9.206281530336481, 48.789911594883179, 0.0 ], [ 9.206226980114401, 48.789950449669121, 0.0 ], [ 9.206188442284633, 48.789977945383185, 0.0 ], [ 9.206179983560284, 48.789972834881041, 0.0 ], [ 9.206160747390436, 48.789961359095116, 0.0 ], [ 9.206134553212502, 48.789945669350345, 0.0 ], [ 9.206127186183467, 48.789941276279201, 0.0 ], [ 9.206191236394398, 48.7898959300298, 0.0 ], [ 9.206247687082303, 48.789855902849524, 0.0 ], [ 9.206165802374116, 48.789800027051577, 0.0 ], [ 9.206190913048642, 48.789783795840194, 0.0 ], [ 9.206216566231644, 48.789767114033658, 0.0 ], [ 9.206300766716703, 48.789823525189099, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313c0", "Latitude": 48.78999, "Longitude": 9.2061, "X_coordina": 3515216.39, "Y_coordina": 5405856.27, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 67.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.3, "Total_wall": 91.6, "Total_wa00": 0.0, "Total_outw": 211.9, "Total_shar": 0.0, "Total_roof": 36.3, "Gross_volu": 137.9, "Is_Gross_v": "true", "Heated_vol": 137.9, "Ridge_mean": 3.8, "Eaves_mean": 3.8, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.19, "Heated_are": 67.0, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206005182705578, 48.790025393338709, 0.0 ], [ 9.206040094277853, 48.789976412426846, 0.0 ], [ 9.206114223526026, 48.789999480069042, 0.0 ], [ 9.206079312009997, 48.790048461003074, 0.0 ], [ 9.206005182705578, 48.790025393338709, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000313c1", "Latitude": 48.78983, "Longitude": 9.20622, "X_coordina": 3515224.89, "Y_coordina": 5405838.01, "LOD": "LOD2", "Year_of_co": 1998, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.7, "Total_wall": 40.7, "Total_wa00": 0.0, "Total_outw": 85.0, "Total_shar": 203.1, "Total_roof": 55.7, "Gross_volu": 253.9, "Is_Gross_v": "false", "Heated_vol": 253.9, "Ridge_mean": 4.6, "Eaves_mean": 4.55, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.599, "Heated_are": 101.3, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 12.6, "Total_Year": 4612.0, "January_He": 406.0, "February_H": 250.0, "March_Heat": 89.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 154.0, "December_H": 371.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20610173679437, 48.789841596522585, 0.0 ], [ 9.206165802374116, 48.789800027051577, 0.0 ], [ 9.206247687082303, 48.789855902849524, 0.0 ], [ 9.206191236394398, 48.7898959300298, 0.0 ], [ 9.20610173679437, 48.789841596522585, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000312b3", "Latitude": 48.79107, "Longitude": 9.20961, "X_coordina": 3515473.82, "Y_coordina": 5405976.37, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 403.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.5, "Total_wall": 234.8, "Total_wa00": 0.0, "Total_outw": 510.2, "Total_shar": 137.1, "Total_roof": 240.7, "Gross_volu": 1384.7, "Is_Gross_v": "false", "Heated_vol": 1259.4, "Ridge_mean": 11.4, "Eaves_mean": 6.18, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.484, "Heated_are": 403.0, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 24932.0, "January_He": 4427.0, "February_H": 3157.0, "March_Heat": 2095.0, "April_Heat": 596.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1001.0, "November_H": 2814.0, "December_H": 4354.0, "PV_potenti": 10.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20969245367124, 48.791059694130439, 0.0 ], [ 9.20967902361955, 48.791102791994518, 0.0 ], [ 9.209666400751326, 48.791143640296838, 0.0 ], [ 9.209442532203761, 48.791113383711675, 0.0 ], [ 9.209467356507897, 48.79102845067046, 0.0 ], [ 9.209692588642355, 48.791059424113826, 0.0 ], [ 9.20969245367124, 48.791059694130439, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003113c", "Latitude": 48.78865, "Longitude": 9.1994, "X_coordina": 3514724.05, "Y_coordina": 5405706.27, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 973.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 278.9, "Total_wall": 824.0, "Total_wa00": 0.0, "Total_outw": 1306.4, "Total_shar": 0.0, "Total_roof": 278.9, "Gross_volu": 3321.2, "Is_Gross_v": "false", "Heated_vol": 3042.3, "Ridge_mean": 11.9, "Eaves_mean": 11.91, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.439, "Heated_are": 973.6, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 49.0, "Total_Year": 63128.0, "January_He": 11160.0, "February_H": 8081.0, "March_Heat": 5559.0, "April_Heat": 1671.0, "May_Heatin": 103.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 243.0, "October_He": 2763.0, "November_H": 7192.0, "December_H": 10935.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199279753041198, 48.788625606766075, 0.0 ], [ 9.199279894471134, 48.788626955376074, 0.0 ], [ 9.199329288272772, 48.78862525126285, 0.0 ], [ 9.199329552258366, 48.788623182561963, 0.0 ], [ 9.199372823486925, 48.788621848722393, 0.0 ], [ 9.199372677779571, 48.788619421036117, 0.0 ], [ 9.199379324395128, 48.788613924185867, 0.0 ], [ 9.199402322317251, 48.788613614594411, 0.0 ], [ 9.199409690348046, 48.788618457712907, 0.0 ], [ 9.199409564236039, 48.788620975793471, 0.0 ], [ 9.199494200371197, 48.788618041569514, 0.0 ], [ 9.199494207500443, 48.788619840030158, 0.0 ], [ 9.199513394583873, 48.788619447094661, 0.0 ], [ 9.199520576920039, 48.788714753718367, 0.0 ], [ 9.199482340908007, 48.788716078891113, 0.0 ], [ 9.199482662275097, 48.788728487797805, 0.0 ], [ 9.199430548379009, 48.78873064630573, 0.0 ], [ 9.199429975158658, 48.78872336348298, 0.0 ], [ 9.199287917115091, 48.788728375367988, 0.0 ], [ 9.199288760000352, 48.788735028259218, 0.0 ], [ 9.19923419684222, 48.788737280840657, 0.0 ], [ 9.199234008421296, 48.788724062390443, 0.0 ], [ 9.199193731415177, 48.788725480922224, 0.0 ], [ 9.199187230851408, 48.788630352946413, 0.0 ], [ 9.199207094825645, 48.788629059654589, 0.0 ], [ 9.199207630993763, 48.788626990483138, 0.0 ], [ 9.199279753041198, 48.788625606766075, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003106b", "Latitude": 48.79407, "Longitude": 9.20039, "X_coordina": 3514795.24, "Y_coordina": 5406308.98, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 396.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 247.9, "Total_wall": 230.8, "Total_wa00": 0.0, "Total_outw": 498.5, "Total_shar": 240.6, "Total_roof": 247.9, "Gross_volu": 1308.4, "Is_Gross_v": "false", "Heated_vol": 1240.2, "Ridge_mean": 5.3, "Eaves_mean": 5.28, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.565, "Heated_are": 396.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.6, "Total_Year": 17255.0, "January_He": 1432.0, "February_H": 733.0, "March_Heat": 218.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 446.0, "December_H": 1352.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20045146837449, 48.794087871030868, 0.0 ], [ 9.2004480761761, 48.7940904847189, 0.0 ], [ 9.200480135738683, 48.794109312858566, 0.0 ], [ 9.20048203581389, 48.794107960697211, 0.0 ], [ 9.200508092866858, 48.79412329225994, 0.0 ], [ 9.20040794498162, 48.794197923300686, 0.0 ], [ 9.20018066480135, 48.794064782119626, 0.0 ], [ 9.200282849297102, 48.793988888802659, 0.0 ], [ 9.200356790549158, 48.794032283185146, 0.0 ], [ 9.200352855010392, 48.794035167586415, 0.0 ], [ 9.200403604004265, 48.794064843981147, 0.0 ], [ 9.200407403797174, 48.794062049737967, 0.0 ], [ 9.20045146837449, 48.794087871030868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030907", "Latitude": 48.78877, "Longitude": 9.21267, "X_coordina": 3515699.5, "Y_coordina": 5405722.03, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 450.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.8, "Total_wall": 333.9, "Total_wa00": 0.0, "Total_outw": 560.2, "Total_shar": 111.9, "Total_roof": 213.2, "Gross_volu": 1417.7, "Is_Gross_v": "false", "Heated_vol": 1409.2, "Ridge_mean": 10.1, "Eaves_mean": 6.78, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.506, "Heated_are": 450.9, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 27846.0, "January_He": 4965.0, "February_H": 3574.0, "March_Heat": 2293.0, "April_Heat": 514.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1178.0, "November_H": 3256.0, "December_H": 4836.0, "PV_potenti": 10.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2126382433953, 48.788705127625782, 0.0 ], [ 9.212695003081031, 48.788707540671069, 0.0 ], [ 9.212679009339862, 48.788883910485147, 0.0 ], [ 9.212563584327354, 48.788879087868423, 0.0 ], [ 9.212570886286622, 48.788803538525684, 0.0 ], [ 9.212567075411915, 48.78880345563627, 0.0 ], [ 9.212569146491363, 48.788778273191646, 0.0 ], [ 9.212572276539172, 48.788778267414052, 0.0 ], [ 9.212579442382449, 48.788702718320714, 0.0 ], [ 9.2126382433953, 48.788705127625782, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085a", "Latitude": 48.79287, "Longitude": 9.20099, "X_coordina": 3514839.84, "Y_coordina": 5406174.92, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4729.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 701.0, "Total_wall": 2074.1, "Total_wa00": 0.0, "Total_outw": 2569.6, "Total_shar": 408.0, "Total_roof": 701.0, "Gross_volu": 15345.1, "Is_Gross_v": "false", "Heated_vol": 14778.8, "Ridge_mean": 24.2, "Eaves_mean": 24.21, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.232, "Heated_are": 4729.2, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 49.5, "Total_Year": 302992.99999999994, "January_He": 50548.0, "February_H": 39101.0, "March_Heat": 29698.0, "April_Heat": 12578.0, "May_Heatin": 1900.0, "June_Heati": 71, "July_Heati": 8, "August_Hea": 15, "September_": 2879.0, "October_He": 15230.0, "November_H": 33339.0, "December_H": 48533.0, "PV_potenti": 32.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200876532355441, 48.793067576886713, 0.0 ], [ 9.200683760095488, 48.792952091418151, 0.0 ], [ 9.200839949384857, 48.792835997547641, 0.0 ], [ 9.200888801100895, 48.792799763056735, 0.0 ], [ 9.201014592922395, 48.792706202866412, 0.0 ], [ 9.201209536843987, 48.792820245214735, 0.0 ], [ 9.201197457377813, 48.792828629213311, 0.0 ], [ 9.200876532355441, 48.793067576886713, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085b", "Latitude": 48.79321, "Longitude": 9.20156, "X_coordina": 3514881.73, "Y_coordina": 5406213.75, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 74.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 125.4, "Total_wall": 126.7, "Total_wa00": 0.0, "Total_outw": 395.3, "Total_shar": 96.7, "Total_roof": 134.7, "Gross_volu": 473.8, "Is_Gross_v": "false", "Heated_vol": 348.4, "Ridge_mean": 4.9, "Eaves_mean": 2.7, "Storey_num": 1, "Average_St": 3.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.913, "Heated_are": 74.9, "Mean_Uvalu": 0.5, "Specific_d": "non calculated", "Specific_s": 125.7, "Total_Year": 9417.0, "January_He": 2266.0, "February_H": 1564.0, "March_Heat": 974.0, "April_Heat": 263.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 550.0, "November_H": 1479.0, "December_H": 2247.0, "PV_potenti": 6.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201511017457429, 48.793198296334033, 0.0 ], [ 9.201592595760621, 48.793245543279319, 0.0 ], [ 9.201657803856603, 48.793283286935079, 0.0 ], [ 9.201658895550125, 48.79328400441198, 0.0 ], [ 9.201608418630236, 48.79332222039023, 0.0 ], [ 9.201377308260088, 48.793184052534045, 0.0 ], [ 9.201425479780902, 48.793147908930877, 0.0 ], [ 9.201457130083881, 48.793166557670531, 0.0 ], [ 9.201511017457429, 48.793198296334033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003085d", "Latitude": 48.79304, "Longitude": 9.20117, "X_coordina": 3514853.18, "Y_coordina": 5406193.88, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2467.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 911.0, "Total_wall": 792.8, "Total_wa00": 0.0, "Total_outw": 1337.0, "Total_shar": 405.7, "Total_roof": 911.0, "Gross_volu": 6634.2, "Is_Gross_v": "false", "Heated_vol": 6634.2, "Ridge_mean": 7.3, "Eaves_mean": 7.28, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 2467.9, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 39.8, "Total_Year": 278380.0, "January_He": 22255.0, "February_H": 16824.0, "March_Heat": 12198.0, "April_Heat": 4330.0, "May_Heatin": 402.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 794.0, "October_He": 5798.0, "November_H": 14281.0, "December_H": 21301.0, "PV_potenti": 43.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200864454928311, 48.793076500387961, 0.0 ], [ 9.200876532355441, 48.793067576886713, 0.0 ], [ 9.201197457377813, 48.792828629213311, 0.0 ], [ 9.2013231045275, 48.792903136118269, 0.0 ], [ 9.201247792573541, 48.792959200225297, 0.0 ], [ 9.201251075017231, 48.792997232163948, 0.0 ], [ 9.201214843332563, 48.793024092704492, 0.0 ], [ 9.201193402358356, 48.793039866792952, 0.0 ], [ 9.201393532771052, 48.793157137010908, 0.0 ], [ 9.201234900776432, 48.793274944441784, 0.0 ], [ 9.201221331642994, 48.79328521944047, 0.0 ], [ 9.200864454928311, 48.793076500387961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000307a2", "Latitude": 48.7886, "Longitude": 9.21188, "X_coordina": 3515641.05, "Y_coordina": 5405702.3, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 86.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.2, "Total_wall": 49.8, "Total_wa00": 0.0, "Total_outw": 111.0, "Total_shar": 230.1, "Total_roof": 57.5, "Gross_volu": 340.7, "Is_Gross_v": "false", "Heated_vol": 298.5, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 86.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.0, "Total_Year": 5451.0, "January_He": 1031.0, "February_H": 704.0, "March_Heat": 398.0, "April_Heat": 65.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 203.0, "November_H": 657.0, "December_H": 1010.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211771326559264, 48.788634696224797, 0.0 ], [ 9.211777813653191, 48.788591610866234, 0.0 ], [ 9.211837845730683, 48.788595547017898, 0.0 ], [ 9.21189515491049, 48.788599218377477, 0.0 ], [ 9.211889079589351, 48.788643112297841, 0.0 ], [ 9.211831768467576, 48.788638991320582, 0.0 ], [ 9.211771326559264, 48.788634696224797, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003050e", "Latitude": 48.78758, "Longitude": 9.21333, "X_coordina": 3515748.2, "Y_coordina": 5405589.56, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 491.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.3, "Total_wall": 271.5, "Total_wa00": 0.0, "Total_outw": 422.4, "Total_shar": 316.5, "Total_roof": 186.7, "Gross_volu": 1595.6, "Is_Gross_v": "false", "Heated_vol": 1537.2, "Ridge_mean": 15.5, "Eaves_mean": 10.19, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.373, "Heated_are": 491.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.8, "Total_Year": 27391.0, "January_He": 4776.0, "February_H": 3414.0, "March_Heat": 2129.0, "April_Heat": 417.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1059.0, "November_H": 3089.0, "December_H": 4657.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213270575555386, 48.787659135339794, 0.0 ], [ 9.213204941341377, 48.787649635038221, 0.0 ], [ 9.213243916694729, 48.787534010961053, 0.0 ], [ 9.213309686088744, 48.787543331142864, 0.0 ], [ 9.213369191751816, 48.787551763655927, 0.0 ], [ 9.21333021857833, 48.787667837389442, 0.0 ], [ 9.213270575555386, 48.787659135339794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003045e", "Latitude": 48.78929, "Longitude": 9.20225, "X_coordina": 3514933.36, "Y_coordina": 5405777.74, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 905.1, "SecondaryU": "retail", "Secondar00": 161.3, "BuildingTy": "GMH", "Footprint_": 201.6, "Total_wall": 394.9, "Total_wa00": 0.0, "Total_outw": 527.1, "Total_shar": 649.8, "Total_roof": 236.3, "Gross_volu": 3512.9, "Is_Gross_v": "false", "Heated_vol": 3332.5, "Ridge_mean": 19.2, "Eaves_mean": 15.59, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.244, "Heated_are": 1066.4, "Mean_Uvalu": 0.45, "Specific_d": "24,5", "Specific_s": 29.6, "Total_Year": 57720.0, "January_He": 7554.0, "February_H": 5496.0, "March_Heat": 3796.0, "April_Heat": 1066.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1588.0, "November_H": 4620.0, "December_H": 7352.0, "PV_potenti": 11.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.20208910449054, 48.789316450126037, 0.0 ], [ 9.202084541239753, 48.789264572194043, 0.0 ], [ 9.202315315556854, 48.789255444394449, 0.0 ], [ 9.202320698118397, 48.789307950343442, 0.0 ], [ 9.202325512829322, 48.789354612252914, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003045f", "Latitude": 48.78936, "Longitude": 9.20226, "X_coordina": 3514934.13, "Y_coordina": 5405785.68, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 77.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.6, "Total_wall": 0.9, "Total_wa00": 0.0, "Total_outw": 1.8, "Total_shar": 330.8, "Total_roof": 46.6, "Gross_volu": 288.1, "Is_Gross_v": "false", "Heated_vol": 241.5, "Ridge_mean": 6.2, "Eaves_mean": 6.19, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 77.3, "Mean_Uvalu": 0.23, "Specific_d": "73,0", "Specific_s": 43.3, "Total_Year": 8993.0, "January_He": 689.0, "February_H": 553.0, "March_Heat": 447.0, "April_Heat": 223.0, "May_Heatin": 43.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 223.0, "November_H": 461.0, "December_H": 653.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202131113286089, 48.789373387984242, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202301199778736, 48.789400246251567, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.202155332831076, 48.789406077674322, 0.0 ], [ 9.202153050624345, 48.78938000382567, 0.0 ], [ 9.202142300899801, 48.789380382390306, 0.0 ], [ 9.202134398967713, 48.789378238093427, 0.0 ], [ 9.202131113286089, 48.789373387984242, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030460", "Latitude": 48.78939, "Longitude": 9.20217, "X_coordina": 3514927.7, "Y_coordina": 5405788.11, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 95.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.9, "Total_wall": 70.5, "Total_wa00": 0.0, "Total_outw": 109.3, "Total_shar": 159.6, "Total_roof": 34.9, "Gross_volu": 240.3, "Is_Gross_v": "false", "Heated_vol": 240.3, "Ridge_mean": 6.9, "Eaves_mean": 6.87, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.584, "Heated_are": 95.3, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202130280488667, 48.789369342882289, 0.0 ], [ 9.202131113286089, 48.789373387984242, 0.0 ], [ 9.202134398967713, 48.789378238093427, 0.0 ], [ 9.202142300899801, 48.789380382390306, 0.0 ], [ 9.202153050624345, 48.78938000382567, 0.0 ], [ 9.202155332831076, 48.789406077674322, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202103904279234, 48.789443486253539, 0.0 ], [ 9.202098733185275, 48.789443585252457, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.202130280488667, 48.789369342882289, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00030461", "Latitude": 48.78938, "Longitude": 9.20229, "X_coordina": 3514936.31, "Y_coordina": 5405787.59, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 153.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 55.8, "Total_wall": 81.1, "Total_wa00": 0.0, "Total_outw": 127.6, "Total_shar": 297.2, "Total_roof": 55.8, "Gross_volu": 370.7, "Is_Gross_v": "false", "Heated_vol": 370.7, "Ridge_mean": 6.6, "Eaves_mean": 6.63, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.52, "Heated_are": 153.0, "Mean_Uvalu": 0.39, "Specific_d": "73,0", "Specific_s": 40.9, "Total_Year": 17430.0, "January_He": 1505.0, "February_H": 1074.0, "March_Heat": 709.0, "April_Heat": 194.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 343.0, "November_H": 938.0, "December_H": 1447.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202296966680544, 48.789362845454498, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202321743865037, 48.789364960093138, 0.0 ], [ 9.202329646579951, 48.789434996722285, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202161592286394, 48.78940588683858, 0.0 ], [ 9.202301199778736, 48.789400246251567, 0.0 ], [ 9.202296966680544, 48.789362845454498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000302c6", "Latitude": 48.78878, "Longitude": 9.2137, "X_coordina": 3515774.98, "Y_coordina": 5405722.94, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 54.6, "Total_wa00": 0.0, "Total_outw": 124.2, "Total_shar": 219.4, "Total_roof": 62.8, "Gross_volu": 354.6, "Is_Gross_v": "false", "Heated_vol": 307.8, "Ridge_mean": 9.7, "Eaves_mean": 5.17, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.494, "Heated_are": 98.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 6092.0, "January_He": 1110.0, "February_H": 792.0, "March_Heat": 479.0, "April_Heat": 91.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 236.0, "November_H": 716.0, "December_H": 1094.0, "PV_potenti": 2.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213682927345285, 48.788782866305638, 0.0 ], [ 9.213720334500959, 48.788810763145605, 0.0 ], [ 9.213657883537389, 48.788846219020584, 0.0 ], [ 9.213625904305719, 48.788814625222201, 0.0 ], [ 9.213592695733229, 48.788781954611096, 0.0 ], [ 9.213642790435603, 48.788753086120884, 0.0 ], [ 9.213682927345285, 48.788782866305638, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0003014e", "Latitude": 48.78861, "Longitude": 9.21308, "X_coordina": 3515729.22, "Y_coordina": 5405703.73, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.8, "Total_wall": 51.7, "Total_wa00": 0.0, "Total_outw": 125.1, "Total_shar": 231.9, "Total_roof": 53.5, "Gross_volu": 321.6, "Is_Gross_v": "false", "Heated_vol": 279.8, "Ridge_mean": 9.4, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.488, "Heated_are": 89.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.8, "Total_Year": 5343.0, "January_He": 1001.0, "February_H": 679.0, "March_Heat": 376.0, "April_Heat": 57.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 188.0, "November_H": 634.0, "December_H": 983.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213088205955374, 48.788652499898525, 0.0 ], [ 9.213033080138965, 48.788650263871801, 0.0 ], [ 9.212973190462519, 48.788647856781481, 0.0 ], [ 9.212977494165825, 48.788603606385671, 0.0 ], [ 9.213037111993357, 48.7886061039003, 0.0 ], [ 9.213091829876626, 48.788608430603617, 0.0 ], [ 9.213093055054511, 48.788608518260233, 0.0 ], [ 9.213088205955374, 48.788652499898525, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000300bf", "Latitude": 48.79132, "Longitude": 9.20985, "X_coordina": 3515491.53, "Y_coordina": 5406004.91, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 198.5, "Total_wall": 370.4, "Total_wa00": 0.0, "Total_outw": 693.0, "Total_shar": 122.7, "Total_roof": 307.0, "Gross_volu": 1853.2, "Is_Gross_v": "false", "Heated_vol": 1722.5, "Ridge_mean": 11.9, "Eaves_mean": 6.8, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.492, "Heated_are": 551.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.6, "Total_Year": 33341.0, "January_He": 6124.0, "February_H": 4236.0, "March_Heat": 2539.0, "April_Heat": 501.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1258.0, "November_H": 3867.0, "December_H": 6006.0, "PV_potenti": 15.4 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209834543253978, 48.791452581340288, 0.0 ], [ 9.209778983356324, 48.791444859208646, 0.0 ], [ 9.209720836147939, 48.791436782067592, 0.0 ], [ 9.209784900848589, 48.791231999246961, 0.0 ], [ 9.209843455742758, 48.791239985689458, 0.0 ], [ 9.209898470291012, 48.791247528937035, 0.0 ], [ 9.209834543253978, 48.791452581340288, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000300c0", "Latitude": 48.79131, "Longitude": 9.20963, "X_coordina": 3515475.32, "Y_coordina": 5406004.0, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 81.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 87.8, "Total_wall": 83.2, "Total_wa00": 0.0, "Total_outw": 304.4, "Total_shar": 0.0, "Total_roof": 87.8, "Gross_volu": 169.8, "Is_Gross_v": "false", "Heated_vol": 169.8, "Ridge_mean": 1.9, "Eaves_mean": 1.93, "Storey_num": 1, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.524, "Heated_are": 81.3, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209645005608154, 48.791267593983505, 0.0 ], [ 9.209606403685498, 48.791410193170002, 0.0 ], [ 9.209533010405753, 48.791401334370335, 0.0 ], [ 9.209572429478657, 48.791258823644753, 0.0 ], [ 9.209645005608154, 48.791267593983505, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fdf2", "Latitude": 48.78801, "Longitude": 9.21034, "X_coordina": 3515527.9999999995, "Y_coordina": 5405636.72, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 147.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 86.8, "Total_wa00": 0.0, "Total_outw": 171.6, "Total_shar": 245.7, "Total_roof": 98.0, "Gross_volu": 559.2, "Is_Gross_v": "false", "Heated_vol": 502.5, "Ridge_mean": 13.0, "Eaves_mean": 6.7, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.457, "Heated_are": 147.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 50.0, "Total_Year": 9681.0, "January_He": 1759.0, "February_H": 1266.0, "March_Heat": 810.0, "April_Heat": 185.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 423.0, "November_H": 1155.0, "December_H": 1719.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210341509817844, 48.788067200684289, 0.0 ], [ 9.210282819442888, 48.78805849534897, 0.0 ], [ 9.210223311814389, 48.788049611628281, 0.0 ], [ 9.210242539368569, 48.787993823857512, 0.0 ], [ 9.210301911223283, 48.788002797739949, 0.0 ], [ 9.210361010549232, 48.788011682165951, 0.0 ], [ 9.210341509817844, 48.788067200684289, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fb31", "Latitude": 48.78809, "Longitude": 9.19584, "X_coordina": 3514462.81, "Y_coordina": 5405642.96, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 978.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 207.7, "Total_wall": 657.7, "Total_wa00": 0.0, "Total_outw": 980.7, "Total_shar": 263.1, "Total_roof": 241.6, "Gross_volu": 3211.1, "Is_Gross_v": "false", "Heated_vol": 3057.2, "Ridge_mean": 17.2, "Eaves_mean": 13.0, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.356, "Heated_are": 978.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.5, "Total_Year": 49245.0, "January_He": 8440.0, "February_H": 5883.0, "March_Heat": 3564.0, "April_Heat": 673.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1616.0, "November_H": 5195.0, "December_H": 8297.0, "PV_potenti": 12.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19584898671444, 48.788184931847596, 0.0 ], [ 9.195781971103202, 48.788204469314493, 0.0 ], [ 9.195737761230246, 48.788139349819723, 0.0 ], [ 9.195715040971049, 48.788106026760417, 0.0 ], [ 9.195697642419654, 48.78811136182523, 0.0 ], [ 9.195667123968784, 48.788067441017006, 0.0 ], [ 9.195749089797873, 48.788042932402583, 0.0 ], [ 9.195826434183322, 48.788019870367386, 0.0 ], [ 9.195926060847208, 48.788162319824039, 0.0 ], [ 9.195917905048383, 48.788164761638889, 0.0 ], [ 9.19584898671444, 48.788184931847596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002fb32", "Latitude": 48.78817, "Longitude": 9.19577, "X_coordina": 3514457.64, "Y_coordina": 5405651.15, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 41.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.4, "Total_wall": 51.7, "Total_wa00": 0.0, "Total_outw": 155.7, "Total_shar": 67.6, "Total_roof": 50.4, "Gross_volu": 135.4, "Is_Gross_v": "false", "Heated_vol": 128.7, "Ridge_mean": 2.7, "Eaves_mean": 2.68, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.145, "Heated_are": 41.2, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195716621365094, 48.788232456734619, 0.0 ], [ 9.195666123555789, 48.788160154007002, 0.0 ], [ 9.195737761230246, 48.788139349819723, 0.0 ], [ 9.195782655039647, 48.788205367388244, 0.0 ], [ 9.195786897545194, 48.78821147498374, 0.0 ], [ 9.195716621365094, 48.788232456734619, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f89c", "Latitude": 48.78869, "Longitude": 9.21229, "X_coordina": 3515671.58, "Y_coordina": 5405713.1, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 49.8, "Total_wa00": 0.0, "Total_outw": 111.2, "Total_shar": 215.2, "Total_roof": 52.8, "Gross_volu": 316.9, "Is_Gross_v": "false", "Heated_vol": 275.3, "Ridge_mean": 9.3, "Eaves_mean": 5.94, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 88.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5519.0, "January_He": 1032.0, "February_H": 712.0, "March_Heat": 414.0, "April_Heat": 72.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 211.0, "November_H": 661.0, "December_H": 1010.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212189400429633, 48.788733022529009, 0.0 ], [ 9.212193161990022, 48.788689132856753, 0.0 ], [ 9.212251555461243, 48.788691722957353, 0.0 ], [ 9.212308723759737, 48.788694225363422, 0.0 ], [ 9.212304690880506, 48.788738295386899, 0.0 ], [ 9.212247386064023, 48.78873570330682, 0.0 ], [ 9.212189400429633, 48.788733022529009, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f76f", "Latitude": 48.79138, "Longitude": 9.20344, "X_coordina": 3515020.3, "Y_coordina": 5406009.97, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 754.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.7, "Total_wall": 360.7, "Total_wa00": 0.0, "Total_outw": 576.1, "Total_shar": 477.1, "Total_roof": 211.8, "Gross_volu": 2495.2, "Is_Gross_v": "false", "Heated_vol": 2356.6, "Ridge_mean": 15.8, "Eaves_mean": 12.12, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.311, "Heated_are": 754.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 38484.0, "January_He": 6502.0, "February_H": 4648.0, "March_Heat": 2900.0, "April_Heat": 542.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1388.0, "November_H": 4176.0, "December_H": 6319.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203381157314032, 48.791471533092405, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203343246265728, 48.791318010520556, 0.0 ], [ 9.203421812176632, 48.791327403666692, 0.0 ], [ 9.203418862048569, 48.79133828963446, 0.0 ], [ 9.203491028581327, 48.791346974648391, 0.0 ], [ 9.203456319243221, 48.791480482608506, 0.0 ], [ 9.203381157314032, 48.791471533092405, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f657", "Latitude": 48.7887, "Longitude": 9.21153, "X_coordina": 3515615.53, "Y_coordina": 5405713.67, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 132.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.9, "Total_wall": 131.5, "Total_wa00": 0.0, "Total_outw": 240.7, "Total_shar": 165.4, "Total_roof": 67.3, "Gross_volu": 462.4, "Is_Gross_v": "false", "Heated_vol": 413.5, "Ridge_mean": 11.3, "Eaves_mean": 7.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.57, "Heated_are": 132.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 56.9, "Total_Year": 9631.0, "January_He": 1796.0, "February_H": 1288.0, "March_Heat": 835.0, "April_Heat": 199.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 33.0, "October_He": 442.0, "November_H": 1186.0, "December_H": 1748.0, "PV_potenti": 3.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211481798497916, 48.788748711924363, 0.0 ], [ 9.211430070335703, 48.788745389807595, 0.0 ], [ 9.211438540511006, 48.788688362662299, 0.0 ], [ 9.211490268993069, 48.788691774698357, 0.0 ], [ 9.211542542215312, 48.788695275634218, 0.0 ], [ 9.211539233730832, 48.788717582776883, 0.0 ], [ 9.211534601772097, 48.788748794791729, 0.0 ], [ 9.211534207489708, 48.788752122691001, 0.0 ], [ 9.211481798497916, 48.788748711924363, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f658", "Latitude": 48.78867, "Longitude": 9.21128, "X_coordina": 3515596.78, "Y_coordina": 5405710.79, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 25.9, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 176.3, "Total_shar": 0.0, "Total_roof": 25.9, "Gross_volu": 74.0, "Is_Gross_v": "false", "Heated_vol": 62.4, "Ridge_mean": 2.8, "Eaves_mean": 2.85, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.487, "Heated_are": 23.5, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211266102966739, 48.788717994242596, 0.0 ], [ 9.211190415660997, 48.78871291749644, 0.0 ], [ 9.211195413832581, 48.788671633374776, 0.0 ], [ 9.211271644676874, 48.788676529273232, 0.0 ], [ 9.211266102966739, 48.788717994242596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f5c2", "Latitude": 48.79159, "Longitude": 9.20338, "X_coordina": 3515016.08, "Y_coordina": 5406033.66, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 397.3, "SecondaryU": "retail", "Secondar00": 87.2, "BuildingTy": "GMH", "Footprint_": 109.0, "Total_wall": 256.4, "Total_wa00": 0.0, "Total_outw": 387.3, "Total_shar": 425.9, "Total_roof": 128.6, "Gross_volu": 1606.7, "Is_Gross_v": "false", "Heated_vol": 1514.1, "Ridge_mean": 16.6, "Eaves_mean": 12.91, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.318, "Heated_are": 484.5, "Mean_Uvalu": 0.44, "Specific_d": "26,1", "Specific_s": 35.2, "Total_Year": 29732.0, "January_He": 4161.0, "February_H": 2990.0, "March_Heat": 1893.0, "April_Heat": 388.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 893.0, "November_H": 2660.0, "December_H": 4034.0, "PV_potenti": 5.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203266864170027, 48.791647085917134, 0.0 ], [ 9.203251614056631, 48.791645314362185, 0.0 ], [ 9.203273052460993, 48.791561827417873, 0.0 ], [ 9.203277273273022, 48.791562269585391, 0.0 ], [ 9.20335202666606, 48.791571129966897, 0.0 ], [ 9.203428550432729, 48.791580256943369, 0.0 ], [ 9.203407789855142, 48.791663023330273, 0.0 ], [ 9.203329769990681, 48.791654168752558, 0.0 ], [ 9.203266864170027, 48.791647085917134, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f5c3", "Latitude": 48.79156, "Longitude": 9.20307, "X_coordina": 3514992.91, "Y_coordina": 5406030.03, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 55.7, "Total_wa00": 0.0, "Total_outw": 185.2, "Total_shar": 54.8, "Total_roof": 47.7, "Gross_volu": 171.1, "Is_Gross_v": "false", "Heated_vol": 123.4, "Ridge_mean": 3.6, "Eaves_mean": 3.58, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.01, "Heated_are": 39.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202976154079744, 48.791612078862258, 0.0 ], [ 9.202991678315753, 48.791546856885624, 0.0 ], [ 9.202993555373846, 48.791539839535737, 0.0 ], [ 9.203072936694538, 48.791548871787612, 0.0 ], [ 9.203054173091838, 48.791620753833698, 0.0 ], [ 9.202976154079744, 48.791612078862258, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f552", "Latitude": 48.79397, "Longitude": 9.20025, "X_coordina": 3514784.91, "Y_coordina": 5406297.09, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 317.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 198.6, "Total_wall": 207.4, "Total_wa00": 0.0, "Total_outw": 472.1, "Total_shar": 233.8, "Total_roof": 198.6, "Gross_volu": 1187.9, "Is_Gross_v": "false", "Heated_vol": 993.1, "Ridge_mean": 6.0, "Eaves_mean": 5.98, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.543, "Heated_are": 317.8, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 12.0, "Total_Year": 14261.0, "January_He": 1272.0, "February_H": 681.0, "March_Heat": 204.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 427.0, "December_H": 1202.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200348664935118, 48.793939945820149, 0.0 ], [ 9.200282849297102, 48.793988888802659, 0.0 ], [ 9.20018066480135, 48.794064782119626, 0.0 ], [ 9.200150132028796, 48.794087585853227, 0.0 ], [ 9.200057911904274, 48.794033881885227, 0.0 ], [ 9.200063611440036, 48.794029645575954, 0.0 ], [ 9.200159010201714, 48.79395862002962, 0.0 ], [ 9.200256579899502, 48.793885972004013, 0.0 ], [ 9.200348664935118, 48.793939945820149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f4d0", "Latitude": 48.79063, "Longitude": 9.19921, "X_coordina": 3514709.56, "Y_coordina": 5405925.46, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 314.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 141.0, "Total_wall": 253.0, "Total_wa00": 0.0, "Total_outw": 472.0, "Total_shar": 352.2, "Total_roof": 154.3, "Gross_volu": 1225.4, "Is_Gross_v": "false", "Heated_vol": 1084.4, "Ridge_mean": 10.1, "Eaves_mean": 7.2, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 314.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 47.8, "Total_Year": 20016.0, "January_He": 3678.0, "February_H": 2620.0, "March_Heat": 1592.0, "April_Heat": 314.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 796.0, "November_H": 2367.0, "December_H": 3614.0, "PV_potenti": 9.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199172278516246, 48.790594760591475, 0.0 ], [ 9.199230355529371, 48.790551406867202, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199295561213585, 48.790589871269859, 0.0 ], [ 9.199246302561425, 48.7906261957271, 0.0 ], [ 9.199160679128765, 48.790690009764248, 0.0 ], [ 9.19909052400102, 48.7907421069253, 0.0 ], [ 9.199033641726823, 48.790709113362574, 0.0 ], [ 9.199083167465771, 48.790671439680771, 0.0 ], [ 9.199085429483343, 48.790658396845622, 0.0 ], [ 9.199171596266392, 48.790594312153388, 0.0 ], [ 9.199172278516246, 48.790594760591475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f4d1", "Latitude": 48.7905, "Longitude": 9.19906, "X_coordina": 3514698.95, "Y_coordina": 5405911.42, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1615.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 359.2, "Total_wall": 1070.2, "Total_wa00": 0.0, "Total_outw": 1564.2, "Total_shar": 69.6, "Total_roof": 410.6, "Gross_volu": 5406.0, "Is_Gross_v": "false", "Heated_vol": 5046.8, "Ridge_mean": 19.5, "Eaves_mean": 5.09, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 46, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.356, "Heated_are": 1615.0, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 80375.0, "January_He": 13623.0, "February_H": 9607.0, "March_Heat": 5853.0, "April_Heat": 1073.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 2688.0, "November_H": 8515.0, "December_H": 13311.0, "PV_potenti": 13.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199171596266392, 48.790594312153388, 0.0 ], [ 9.199083745711439, 48.790542398288743, 0.0 ], [ 9.198966097161763, 48.790629827531234, 0.0 ], [ 9.1989533092885, 48.790631108555949, 0.0 ], [ 9.198804476370295, 48.790541711747991, 0.0 ], [ 9.198980880752892, 48.790410478278837, 0.0 ], [ 9.199130935592498, 48.790499153359093, 0.0 ], [ 9.199137040597709, 48.790494286926524, 0.0 ], [ 9.199234985571549, 48.790552118245692, 0.0 ], [ 9.199233492810436, 48.790553199911784, 0.0 ], [ 9.199230355529371, 48.790551406867202, 0.0 ], [ 9.199172278516246, 48.790594760591475, 0.0 ], [ 9.199171596266392, 48.790594312153388, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f46d", "Latitude": 48.79167, "Longitude": 9.20254, "X_coordina": 3514953.95, "Y_coordina": 5406041.69, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 710.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 114.4, "Total_wall": 701.6, "Total_wa00": 0.0, "Total_outw": 925.5, "Total_shar": 120.4, "Total_roof": 189.7, "Gross_volu": 2287.9, "Is_Gross_v": "false", "Heated_vol": 2218.9, "Ridge_mean": 23.1, "Eaves_mean": 17.69, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.45, "Heated_are": 710.1, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 44.8, "Total_Year": 43035.0, "January_He": 7985.0, "February_H": 5483.0, "March_Heat": 3224.0, "April_Heat": 593.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1576.0, "November_H": 4988.0, "December_H": 7845.0, "PV_potenti": 5.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202508792284494, 48.791645364100823, 0.0 ], [ 9.202602651763936, 48.791701041564835, 0.0 ], [ 9.202588268922987, 48.791711857700534, 0.0 ], [ 9.202529651615482, 48.791755843523845, 0.0 ], [ 9.202386815019777, 48.791670847069376, 0.0 ], [ 9.202460088841796, 48.791616404413297, 0.0 ], [ 9.202489010474476, 48.791633528970486, 0.0 ], [ 9.202508792284494, 48.791645364100823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f378", "Latitude": 48.79071, "Longitude": 9.20522, "X_coordina": 3515150.95, "Y_coordina": 5405935.56, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 680.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 221.9, "Total_wall": 480.8, "Total_wa00": 0.0, "Total_outw": 830.5, "Total_shar": 0.0, "Total_roof": 368.3, "Gross_volu": 2347.3, "Is_Gross_v": "false", "Heated_vol": 2125.4, "Ridge_mean": 14.1, "Eaves_mean": 7.0, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 680.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 42269.0, "January_He": 7768.0, "February_H": 5402.0, "March_Heat": 3308.0, "April_Heat": 693.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 88.0, "October_He": 1634.0, "November_H": 4937.0, "December_H": 7640.0, "PV_potenti": 18.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205094957299272, 48.790818885439769, 0.0 ], [ 9.205103449769691, 48.790631919113736, 0.0 ], [ 9.205174361032872, 48.790633321497104, 0.0 ], [ 9.205248946840976, 48.790634717287737, 0.0 ], [ 9.205239232259196, 48.790822225344236, 0.0 ], [ 9.205166414303822, 48.790820556626912, 0.0 ], [ 9.205094957299272, 48.790818885439769, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f098", "Latitude": 48.78912, "Longitude": 9.19915, "X_coordina": 3514705.44, "Y_coordina": 5405757.64, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1048.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 187.9, "Total_wall": 634.0, "Total_wa00": 0.0, "Total_outw": 846.3, "Total_shar": 387.5, "Total_roof": 278.5, "Gross_volu": 3281.9, "Is_Gross_v": "false", "Heated_vol": 3276.9, "Ridge_mean": 20.3, "Eaves_mean": 13.72, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 17, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.336, "Heated_are": 1048.6, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 61068.0, "January_He": 10403.0, "February_H": 7664.0, "March_Heat": 5218.0, "April_Heat": 1408.0, "May_Heatin": 55.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 180.0, "October_He": 2588.0, "November_H": 6836.0, "December_H": 10104.0, "PV_potenti": 11.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199129443771714, 48.789055971579621, 0.0 ], [ 9.199129871611374, 48.789060916640146, 0.0 ], [ 9.199134995019131, 48.789117559675063, 0.0 ], [ 9.199181669285242, 48.789116309946245, 0.0 ], [ 9.199185950589612, 48.789166479932767, 0.0 ], [ 9.199190086558231, 48.789214312155437, 0.0 ], [ 9.19902856725318, 48.789219627152384, 0.0 ], [ 9.199014869943435, 48.789059676667321, 0.0 ], [ 9.199023986900636, 48.789059391139936, 0.0 ], [ 9.199068346875912, 48.789057965609487, 0.0 ], [ 9.199129443771714, 48.789055971579621, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f099", "Latitude": 48.78901, "Longitude": 9.19916, "X_coordina": 3514706.37, "Y_coordina": 5405745.28, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 350.5, "SecondaryU": "retail", "Secondar00": 75.8, "BuildingTy": "MFH", "Footprint_": 94.7, "Total_wall": 426.6, "Total_wa00": 0.0, "Total_outw": 599.7, "Total_shar": 145.5, "Total_roof": 94.7, "Gross_volu": 1180.1, "Is_Gross_v": "false", "Heated_vol": 1180.1, "Ridge_mean": 12.5, "Eaves_mean": 12.46, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.522, "Heated_are": 426.2, "Mean_Uvalu": 0.45, "Specific_d": "26,0", "Specific_s": 38.1, "Total_Year": 27342.0, "January_He": 4079.0, "February_H": 2780.0, "March_Heat": 1712.0, "April_Heat": 392.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 759.0, "November_H": 2451.0, "December_H": 4027.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199211010145216, 48.789033709288965, 0.0 ], [ 9.199194681500002, 48.789034277076951, 0.0 ], [ 9.199197090774408, 48.789058462369312, 0.0 ], [ 9.199129871611374, 48.789060916640146, 0.0 ], [ 9.199129443771714, 48.789055971579621, 0.0 ], [ 9.199068346875912, 48.789057965609487, 0.0 ], [ 9.199023986900636, 48.789059391139936, 0.0 ], [ 9.199018302195157, 48.788998432734694, 0.0 ], [ 9.199207987450743, 48.788992079871107, 0.0 ], [ 9.199211010145216, 48.789033709288965, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f094", "Latitude": 48.78834, "Longitude": 9.20064, "X_coordina": 3514815.59, "Y_coordina": 5405671.61, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1360.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 233.7, "Total_wall": 822.5, "Total_wa00": 0.0, "Total_outw": 1151.9, "Total_shar": 344.0, "Total_roof": 296.3, "Gross_volu": 4484.8, "Is_Gross_v": "false", "Heated_vol": 4251.1, "Ridge_mean": 22.0, "Eaves_mean": 16.29, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 22, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.313, "Heated_are": 1360.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 30.8, "Total_Year": 63447.0, "January_He": 10474.0, "February_H": 7354.0, "March_Heat": 4510.0, "April_Heat": 837.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1963.0, "November_H": 6426.0, "December_H": 10252.0, "PV_potenti": 14.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200694522474302, 48.788347893499278, 0.0 ], [ 9.200706893928153, 48.788344724609807, 0.0 ], [ 9.200730189923192, 48.788385059725286, 0.0 ], [ 9.200717682372836, 48.788388228854444, 0.0 ], [ 9.200685732511641, 48.788396017972687, 0.0 ], [ 9.200695737588404, 48.788413715495857, 0.0 ], [ 9.200633333353132, 48.788428931411097, 0.0 ], [ 9.200542514230305, 48.788451120901065, 0.0 ], [ 9.200531959830659, 48.788432165390155, 0.0 ], [ 9.200530192475556, 48.788432618086041, 0.0 ], [ 9.200516840066891, 48.788428684696029, 0.0 ], [ 9.200511219965783, 48.788418533109173, 0.0 ], [ 9.200517719235387, 48.788410248816362, 0.0 ], [ 9.200519350859956, 48.788409886280661, 0.0 ], [ 9.200490841046383, 48.788358859285488, 0.0 ], [ 9.200479692576437, 48.788361576404341, 0.0 ], [ 9.200466807530558, 48.788338308609276, 0.0 ], [ 9.200477819908112, 48.788335591728575, 0.0 ], [ 9.200467539523906, 48.788317085352617, 0.0 ], [ 9.200651216796752, 48.788272253246994, 0.0 ], [ 9.200652576240349, 48.788271891183655, 0.0 ], [ 9.200655729922138, 48.788277820649746, 0.0 ], [ 9.200660663143776, 48.788286354800938, 0.0 ], [ 9.200678489382156, 48.788320135031434, 0.0 ], [ 9.200681503754915, 48.788325255426678, 0.0 ], [ 9.200690273983765, 48.788340437240173, 0.0 ], [ 9.200694522474302, 48.788347893499278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002f096", "Latitude": 48.78822, "Longitude": 9.20073, "X_coordina": 3514821.81, "Y_coordina": 5405658.66, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.3, "Total_wall": 33.5, "Total_wa00": 0.0, "Total_outw": 128.9, "Total_shar": 16.7, "Total_roof": 35.3, "Gross_volu": 55.5, "Is_Gross_v": "false", "Heated_vol": 55.5, "Ridge_mean": 1.6, "Eaves_mean": 1.59, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.875, "Heated_are": 32.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200651216796752, 48.788272253246994, 0.0 ], [ 9.200626956473895, 48.788228952314199, 0.0 ], [ 9.200695614397443, 48.788212196800927, 0.0 ], [ 9.200707768512158, 48.788222786609438, 0.0 ], [ 9.200738258809075, 48.788258523078454, 0.0 ], [ 9.200655729922138, 48.788277820649746, 0.0 ], [ 9.200652576240349, 48.788271891183655, 0.0 ], [ 9.200651216796752, 48.788272253246994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ef3c", "Latitude": 48.79561, "Longitude": 9.2093, "X_coordina": 3515449.34, "Y_coordina": 5406481.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 155.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 66.1, "Total_wall": 145.6, "Total_wa00": 0.0, "Total_outw": 274.0, "Total_shar": 116.3, "Total_roof": 104.1, "Gross_volu": 538.8, "Is_Gross_v": "false", "Heated_vol": 484.8, "Ridge_mean": 10.8, "Eaves_mean": 5.46, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.619, "Heated_are": 155.1, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 57.3, "Total_Year": 11343.0, "January_He": 2172.0, "February_H": 1516.0, "March_Heat": 941.0, "April_Heat": 233.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 455.0, "November_H": 1372.0, "December_H": 2154.0, "PV_potenti": 4.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209217220024874, 48.795580477201014, 0.0 ], [ 9.20924078194539, 48.795584121258173, 0.0 ], [ 9.209316915767658, 48.795595942733918, 0.0 ], [ 9.209302925926375, 48.795635714366483, 0.0 ], [ 9.209290012955289, 48.795672606486725, 0.0 ], [ 9.209189909867456, 48.795657411441319, 0.0 ], [ 9.209202959763395, 48.795620698930556, 0.0 ], [ 9.209217220024874, 48.795580477201014, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ee9f", "Latitude": 48.79427, "Longitude": 9.20291, "X_coordina": 3514980.34, "Y_coordina": 5406331.48, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1006.9, "SecondaryU": "retail", "Secondar00": 203.9, "BuildingTy": "GMH", "Footprint_": 254.8, "Total_wall": 614.4, "Total_wa00": 0.0, "Total_outw": 891.7, "Total_shar": 477.8, "Total_roof": 293.3, "Gross_volu": 4038.4, "Is_Gross_v": "false", "Heated_vol": 3783.6, "Ridge_mean": 17.4, "Eaves_mean": 14.28, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.299, "Heated_are": 1210.7, "Mean_Uvalu": 0.44, "Specific_d": "25,5", "Specific_s": 32.9, "Total_Year": 70687.0, "January_He": 9688.0, "February_H": 7057.0, "March_Heat": 4478.0, "April_Heat": 906.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 2059.0, "November_H": 6170.0, "December_H": 9386.0, "PV_potenti": 14.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202862820608116, 48.794220422165743, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202971936336809, 48.7942104282278, 0.0 ], [ 9.203021871149875, 48.794240284750991, 0.0 ], [ 9.203025418558846, 48.794242436662429, 0.0 ], [ 9.202813882133047, 48.794403952429931, 0.0 ], [ 9.202757127573854, 48.794370510882644, 0.0 ], [ 9.202703511092864, 48.79433895217835, 0.0 ], [ 9.202862820608116, 48.794220422165743, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002eea0", "Latitude": 48.79422, "Longitude": 9.20269, "X_coordina": 3514964.05, "Y_coordina": 5406326.09, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.2, "Total_wall": 59.8, "Total_wa00": 0.0, "Total_outw": 177.3, "Total_shar": 67.0, "Total_roof": 61.2, "Gross_volu": 162.3, "Is_Gross_v": "false", "Heated_vol": 155.8, "Ridge_mean": 2.7, "Eaves_mean": 2.66, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.137, "Heated_are": 49.9, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202566128035524, 48.794258172791437, 0.0 ], [ 9.202569656601, 48.7942556487248, 0.0 ], [ 9.202659361969328, 48.79419110562263, 0.0 ], [ 9.202718845583773, 48.794226340886262, 0.0 ], [ 9.202629430543864, 48.794295379701559, 0.0 ], [ 9.202566128035524, 48.794258172791437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002eea1", "Latitude": 48.79416, "Longitude": 9.2029, "X_coordina": 3514979.92, "Y_coordina": 5406319.15, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 35.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.6, "Total_wall": 44.0, "Total_wa00": 0.0, "Total_outw": 138.8, "Total_shar": 45.4, "Total_roof": 39.6, "Gross_volu": 91.8, "Is_Gross_v": "false", "Heated_vol": 91.8, "Ridge_mean": 2.3, "Eaves_mean": 2.32, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.342, "Heated_are": 35.9, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202797747223972, 48.794182858807645, 0.0 ], [ 9.202854741122627, 48.79414067419772, 0.0 ], [ 9.202918863581836, 48.794178688817361, 0.0 ], [ 9.202862820608116, 48.794220422165743, 0.0 ], [ 9.202797747223972, 48.794182858807645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ee6e", "Latitude": 48.79441, "Longitude": 9.20515, "X_coordina": 3515144.98, "Y_coordina": 5406347.25, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1020.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 188.1, "Total_wall": 826.1, "Total_wa00": 0.0, "Total_outw": 1168.0, "Total_shar": 0.0, "Total_roof": 251.4, "Gross_volu": 3376.4, "Is_Gross_v": "false", "Heated_vol": 3188.3, "Ridge_mean": 18.5, "Eaves_mean": 15.64, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 16, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 1020.2, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 45.4, "Total_Year": 62499.0, "January_He": 11213.0, "February_H": 7944.0, "March_Heat": 5083.0, "April_Heat": 1210.0, "May_Heatin": 53.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 158.0, "October_He": 2518.0, "November_H": 7152.0, "December_H": 11008.0, "PV_potenti": 9.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205027545942688, 48.794348776097252, 0.0 ], [ 9.205086805861329, 48.794362069187393, 0.0 ], [ 9.205087481250956, 48.79436080905473, 0.0 ], [ 9.205161724396847, 48.794376952975654, 0.0 ], [ 9.205161184746439, 48.794378122943357, 0.0 ], [ 9.205222621669451, 48.794391232238027, 0.0 ], [ 9.20522855117572, 48.794410105618695, 0.0 ], [ 9.205186074101736, 48.794440485549934, 0.0 ], [ 9.205189212570474, 48.79444245827623, 0.0 ], [ 9.205137510402563, 48.794480228357976, 0.0 ], [ 9.205134645608929, 48.794478614837033, 0.0 ], [ 9.205092579666552, 48.794509713389544, 0.0 ], [ 9.204988483481072, 48.794448930559106, 0.0 ], [ 9.204982989115855, 48.794436620811524, 0.0 ], [ 9.205027545942688, 48.794348776097252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e938", "Latitude": 48.78918, "Longitude": 9.20585, "X_coordina": 3515197.83, "Y_coordina": 5405766.45, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1290.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 202.4, "Total_wall": 796.1, "Total_wa00": 0.0, "Total_outw": 1082.9, "Total_shar": 285.2, "Total_roof": 325.4, "Gross_volu": 4234.8, "Is_Gross_v": "false", "Heated_vol": 4032.5, "Ridge_mean": 24.9, "Eaves_mean": 17.57, "Storey_num": 9, "Average_St": 2.7, "Number_of_": 24, "Number_o00": 46, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.324, "Heated_are": 1290.4, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 64679.0, "January_He": 10572.0, "February_H": 7737.0, "March_Heat": 5138.0, "April_Heat": 1229.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 117.0, "October_He": 2353.0, "November_H": 6754.0, "December_H": 10302.0, "PV_potenti": 14.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205925149507008, 48.789224676588056, 0.0 ], [ 9.205889361804982, 48.789225729737439, 0.0 ], [ 9.205872945274976, 48.789238078625708, 0.0 ], [ 9.205800766221628, 48.789292251747533, 0.0 ], [ 9.205797628786023, 48.789290458881595, 0.0 ], [ 9.205682493150038, 48.78922331177322, 0.0 ], [ 9.205818169716508, 48.789121905267642, 0.0 ], [ 9.205915730441074, 48.789117864144032, 0.0 ], [ 9.20592058415385, 48.789173248428696, 0.0 ], [ 9.205925149507008, 48.789224676588056, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e862", "Latitude": 48.78908, "Longitude": 9.19563, "X_coordina": 3514446.95, "Y_coordina": 5405752.44, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 966.6, "SecondaryU": "retail", "Secondar00": 144.8, "BuildingTy": "HH", "Footprint_": 181.0, "Total_wall": 865.0, "Total_wa00": 0.0, "Total_outw": 1175.6, "Total_shar": 162.6, "Total_roof": 272.9, "Gross_volu": 3653.9, "Is_Gross_v": "false", "Heated_vol": 3472.9, "Ridge_mean": 23.1, "Eaves_mean": 17.7, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 20, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.375, "Heated_are": 1111.3, "Mean_Uvalu": 0.48, "Specific_d": "23,3", "Specific_s": 39.3, "Total_Year": 69527.0, "January_He": 10544.0, "February_H": 7608.0, "March_Heat": 4886.0, "April_Heat": 1094.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 129.0, "October_He": 2337.0, "November_H": 6734.0, "December_H": 10274.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195593470928353, 48.789005289966639, 0.0 ], [ 9.195659354033568, 48.789044204904165, 0.0 ], [ 9.195630736595181, 48.789069342220721, 0.0 ], [ 9.195634997333476, 48.789080125819282, 0.0 ], [ 9.195643589182005, 48.789084787251703, 0.0 ], [ 9.195650529772378, 48.789084775459671, 0.0 ], [ 9.195703044372056, 48.789115530033037, 0.0 ], [ 9.195706466557553, 48.789120649864579, 0.0 ], [ 9.195616638466118, 48.78918860491838, 0.0 ], [ 9.195462777951231, 48.789098582848176, 0.0 ], [ 9.19558707855249, 48.789006289984172, 0.0 ], [ 9.195588435606009, 48.789005298519179, 0.0 ], [ 9.195593470928353, 48.789005289966639, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e863", "Latitude": 48.78903, "Longitude": 9.19573, "X_coordina": 3514454.3, "Y_coordina": 5405746.81, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 85.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 100.2, "Total_wall": 77.2, "Total_wa00": 0.0, "Total_outw": 250.9, "Total_shar": 163.7, "Total_roof": 100.2, "Gross_volu": 367.4, "Is_Gross_v": "false", "Heated_vol": 267.3, "Ridge_mean": 3.7, "Eaves_mean": 3.67, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.834, "Heated_are": 85.5, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 80.9, "Total_Year": 6922.0, "January_He": 1521.0, "February_H": 1100.0, "March_Heat": 793.0, "April_Heat": 295.0, "May_Heatin": 42.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 95.0, "October_He": 528.0, "November_H": 1040.0, "December_H": 1506.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195706466557553, 48.789120649864579, 0.0 ], [ 9.195703044372056, 48.789115530033037, 0.0 ], [ 9.195650529772378, 48.789084775459671, 0.0 ], [ 9.195643589182005, 48.789084787251703, 0.0 ], [ 9.195634997333476, 48.789080125819282, 0.0 ], [ 9.195630736595181, 48.789069342220721, 0.0 ], [ 9.195659354033568, 48.789044204904165, 0.0 ], [ 9.195593470928353, 48.789005289966639, 0.0 ], [ 9.195588435606009, 48.789005298519179, 0.0 ], [ 9.19558707855249, 48.789006289984172, 0.0 ], [ 9.195585441980054, 48.789005393527411, 0.0 ], [ 9.195630494101254, 48.788971955327732, 0.0 ], [ 9.195745345709563, 48.789039652504933, 0.0 ], [ 9.195744260138444, 48.789040463663014, 0.0 ], [ 9.195783271405643, 48.789063417795916, 0.0 ], [ 9.195706466557553, 48.789120649864579, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e5cc", "Latitude": 48.79068, "Longitude": 9.19978, "X_coordina": 3514751.8, "Y_coordina": 5405931.97, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 806.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 178.9, "Total_wall": 813.5, "Total_wa00": 0.0, "Total_outw": 1134.2, "Total_shar": 0.0, "Total_roof": 252.8, "Gross_volu": 3075.6, "Is_Gross_v": "false", "Heated_vol": 2896.7, "Ridge_mean": 19.8, "Eaves_mean": 14.51, "Storey_num": 6, "Average_St": 3.1, "Number_of_": 13, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.422, "Heated_are": 806.7, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 54.7, "Total_Year": 56887.0, "January_He": 10631.0, "February_H": 7522.0, "March_Heat": 4825.0, "April_Heat": 1206.0, "May_Heatin": 67.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 182.0, "October_He": 2457.0, "November_H": 6770.0, "December_H": 10450.0, "PV_potenti": 11.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199777180054115, 48.790790195880703, 0.0 ], [ 9.199605568227927, 48.79068843016573, 0.0 ], [ 9.199653334639727, 48.790653367073133, 0.0 ], [ 9.199701100985029, 48.790618303960656, 0.0 ], [ 9.199873660067666, 48.790718719036221, 0.0 ], [ 9.199848963384923, 48.790737016392988, 0.0 ], [ 9.199825352226414, 48.790754502548204, 0.0 ], [ 9.199777180054115, 48.790790195880703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002e46e", "Latitude": 48.79001, "Longitude": 9.21303, "X_coordina": 3515725.47, "Y_coordina": 5405859.2, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 142.9, "Total_wall": 266.1, "Total_wa00": 0.0, "Total_outw": 443.5, "Total_shar": 353.1, "Total_roof": 223.2, "Gross_volu": 1865.9, "Is_Gross_v": "false", "Heated_vol": 1723.0, "Ridge_mean": 16.1, "Eaves_mean": 9.99, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 551.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 29946.0, "January_He": 5156.0, "February_H": 3666.0, "March_Heat": 2339.0, "April_Heat": 504.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1162.0, "November_H": 3306.0, "December_H": 5004.0, "PV_potenti": 10.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213014494084643, 48.7899501444872, 0.0 ], [ 9.21308848265488, 48.790067807562821, 0.0 ], [ 9.213025815185027, 48.790084739220347, 0.0 ], [ 9.212960972474374, 48.790102214408073, 0.0 ], [ 9.212887666514368, 48.789984999607583, 0.0 ], [ 9.212952915474013, 48.789967074091386, 0.0 ], [ 9.213014494084643, 48.7899501444872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d86c", "Latitude": 48.79312, "Longitude": 9.20176, "X_coordina": 3514896.61, "Y_coordina": 5406203.81, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1158.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 209.8, "Total_wall": 711.9, "Total_wa00": 0.0, "Total_outw": 1018.9, "Total_shar": 366.0, "Total_roof": 263.0, "Gross_volu": 3830.8, "Is_Gross_v": "false", "Heated_vol": 3621.0, "Ridge_mean": 21.1, "Eaves_mean": 15.02, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 19, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.321, "Heated_are": 1158.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.0, "Total_Year": 56632.0, "January_He": 9527.0, "February_H": 6685.0, "March_Heat": 4114.0, "April_Heat": 744.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1907.0, "November_H": 5942.0, "December_H": 9272.0, "PV_potenti": 13.48 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20170757460043, 48.793238687597835, 0.0 ], [ 9.20170268937644, 48.79324229309767, 0.0 ], [ 9.201643757445654, 48.793208405191379, 0.0 ], [ 9.201647556744785, 48.793205520984166, 0.0 ], [ 9.201635824304256, 48.793198617412187, 0.0 ], [ 9.201633777743371, 48.793197362065506, 0.0 ], [ 9.201627340996492, 48.793187391818449, 0.0 ], [ 9.201632747202703, 48.793177940376971, 0.0 ], [ 9.201646180482586, 48.793167755491112, 0.0 ], [ 9.201589839637869, 48.793135121949796, 0.0 ], [ 9.201647243471394, 48.793093386829604, 0.0 ], [ 9.201708989814893, 48.793048496749016, 0.0 ], [ 9.201850461681923, 48.793131877791183, 0.0 ], [ 9.201789805973975, 48.793177215653735, 0.0 ], [ 9.20170757460043, 48.793238687597835, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d86d", "Latitude": 48.79323, "Longitude": 9.2017, "X_coordina": 3514891.66, "Y_coordina": 5406214.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 65.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 36.0, "Total_wall": 49.7, "Total_wa00": 0.0, "Total_outw": 112.5, "Total_shar": 111.9, "Total_roof": 36.0, "Gross_volu": 141.9, "Is_Gross_v": "false", "Heated_vol": 141.9, "Ridge_mean": 4.0, "Eaves_mean": 3.96, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.857, "Heated_are": 65.9, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20170757460043, 48.793238687597835, 0.0 ], [ 9.201713850755629, 48.79324254331835, 0.0 ], [ 9.201657803856603, 48.793283286935079, 0.0 ], [ 9.201592595760621, 48.793245543279319, 0.0 ], [ 9.201643757445654, 48.793208405191379, 0.0 ], [ 9.20170268937644, 48.79324229309767, 0.0 ], [ 9.20170757460043, 48.793238687597835, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d81e", "Latitude": 48.78827, "Longitude": 9.21003, "X_coordina": 3515505.24, "Y_coordina": 5405665.07, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.6, "Total_wall": 163.3, "Total_wa00": 0.0, "Total_outw": 282.7, "Total_shar": 100.6, "Total_roof": 77.5, "Gross_volu": 478.4, "Is_Gross_v": "false", "Heated_vol": 455.2, "Ridge_mean": 10.6, "Eaves_mean": 6.87, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.636, "Heated_are": 145.7, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 52.1, "Total_Year": 9898.0, "January_He": 1980.0, "February_H": 1265.0, "March_Heat": 709.0, "April_Heat": 135.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 333.0, "November_H": 1171.0, "December_H": 1976.0, "PV_potenti": 3.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210033245264645, 48.788289515060121, 0.0 ], [ 9.210032420243056, 48.788320090607947, 0.0 ], [ 9.209932798707293, 48.78831901332574, 0.0 ], [ 9.209933760252168, 48.788288527453403, 0.0 ], [ 9.209934968464598, 48.788251926322552, 0.0 ], [ 9.210034181229524, 48.788252914424774, 0.0 ], [ 9.210033245264645, 48.788289515060121, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d43a", "Latitude": 48.78823, "Longitude": 9.20232, "X_coordina": 3514938.62, "Y_coordina": 5405659.84, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 25.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 31.7, "Total_wall": 57.1, "Total_wa00": 0.0, "Total_outw": 191.6, "Total_shar": 0.0, "Total_roof": 31.7, "Gross_volu": 111.9, "Is_Gross_v": "false", "Heated_vol": 80.2, "Ridge_mean": 3.5, "Eaves_mean": 3.52, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.279, "Heated_are": 25.7, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 50.5, "Total_Year": 2138.0, "January_He": 362.0, "February_H": 238.0, "March_Heat": 120.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 181.0, "December_H": 349.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202249904040588, 48.788285462984661, 0.0 ], [ 9.202218440530805, 48.788244872747214, 0.0 ], [ 9.202295094944519, 48.788220099033374, 0.0 ], [ 9.202326150598813, 48.788260779890322, 0.0 ], [ 9.202249904040588, 48.788285462984661, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d0ec", "Latitude": 48.78959, "Longitude": 9.19776, "X_coordina": 3514603.33, "Y_coordina": 5405810.04, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 717.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 105.4, "Total_wall": 560.4, "Total_wa00": 0.0, "Total_outw": 732.5, "Total_shar": 289.0, "Total_roof": 187.0, "Gross_volu": 2346.7, "Is_Gross_v": "false", "Heated_vol": 2241.3, "Ridge_mean": 26.2, "Eaves_mean": 18.29, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.376, "Heated_are": 717.2, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 40126.0, "January_He": 7167.0, "February_H": 4930.0, "March_Heat": 3029.0, "April_Heat": 629.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1466.0, "November_H": 4421.0, "December_H": 7023.0, "PV_potenti": 7.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197690999732528, 48.789550152434444, 0.0 ], [ 9.197810516119077, 48.789591761684996, 0.0 ], [ 9.19776216932998, 48.789652363328777, 0.0 ], [ 9.19773571027673, 48.789672461735265, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.197654134431049, 48.789588792955463, 0.0 ], [ 9.197659175109074, 48.789590133158008, 0.0 ], [ 9.197690999732528, 48.789550152434444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002d0ed", "Latitude": 48.78965, "Longitude": 9.1977, "X_coordina": 3514599.12, "Y_coordina": 5405817.1, "LOD": "LOD2", "Year_of_co": 1943, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 49.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.8, "Total_wall": 42.2, "Total_wa00": 0.0, "Total_outw": 127.5, "Total_shar": 114.0, "Total_roof": 58.8, "Gross_volu": 169.0, "Is_Gross_v": "false", "Heated_vol": 153.3, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.971, "Heated_are": 49.1, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197707215833722, 48.789694092331914, 0.0 ], [ 9.197645797417984, 48.789718387220105, 0.0 ], [ 9.197579775453272, 48.789679383737159, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.19773570851005, 48.78967201212015, 0.0 ], [ 9.197707215833722, 48.789694092331914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cf31", "Latitude": 48.79098, "Longitude": 9.21298, "X_coordina": 3515720.99, "Y_coordina": 5405967.54, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 368.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 201.9, "Total_wall": 169.5, "Total_wa00": 0.0, "Total_outw": 344.0, "Total_shar": 168.3, "Total_roof": 201.9, "Gross_volu": 891.2, "Is_Gross_v": "false", "Heated_vol": 891.2, "Ridge_mean": 4.4, "Eaves_mean": 4.42, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.643, "Heated_are": 368.1, "Mean_Uvalu": 0.31, "Specific_d": "73,0", "Specific_s": 45.5, "Total_Year": 43624.0, "January_He": 3706.0, "February_H": 2844.0, "March_Heat": 2107.0, "April_Heat": 795.0, "May_Heatin": 84.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 164.0, "October_He": 1046.0, "November_H": 2451.0, "December_H": 3552.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2128199699404, 48.790936696511459, 0.0 ], [ 9.212989667295938, 48.790933325382163, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.213033327661643, 48.790959232549959, 0.0 ], [ 9.213036593559158, 48.79095913658486, 0.0 ], [ 9.213042221603915, 48.791066944587392, 0.0 ], [ 9.212990374274444, 48.79106820949675, 0.0 ], [ 9.212824404557072, 48.79101986766014, 0.0 ], [ 9.212821890528289, 48.790972482561152, 0.0 ], [ 9.212820710499894, 48.790950903074176, 0.0 ], [ 9.2128199699404, 48.790936696511459, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cde4", "Latitude": 48.79245, "Longitude": 9.20176, "X_coordina": 3514896.33, "Y_coordina": 5406129.35, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 582.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 129.0, "Total_wall": 578.6, "Total_wa00": 0.0, "Total_outw": 788.5, "Total_shar": 146.2, "Total_roof": 129.0, "Gross_volu": 1541.7, "Is_Gross_v": "false", "Heated_vol": 1541.7, "Ridge_mean": 12.0, "Eaves_mean": 11.96, "Storey_num": 5, "Average_St": 2.4, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.543, "Heated_are": 582.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 30755.0, "January_He": 5438.0, "February_H": 3742.0, "March_Heat": 2197.0, "April_Heat": 405.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 992.0, "November_H": 3319.0, "December_H": 5377.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201652230566182, 48.792469937883268, 0.0 ], [ 9.20165996695286, 48.792464618844051, 0.0 ], [ 9.201666514124799, 48.792468204322276, 0.0 ], [ 9.201659051378, 48.792473882577099, 0.0 ], [ 9.201667917281704, 48.792478722925011, 0.0 ], [ 9.201717448189823, 48.792442396967523, 0.0 ], [ 9.20168661808434, 48.792424556172875, 0.0 ], [ 9.201729092692874, 48.792393458136445, 0.0 ], [ 9.201732093718242, 48.792395161427542, 0.0 ], [ 9.201819672987472, 48.792445814802413, 0.0 ], [ 9.201820491385027, 48.792446262986076, 0.0 ], [ 9.201767022326228, 48.79248475405408, 0.0 ], [ 9.201788849035065, 48.792497395035696, 0.0 ], [ 9.201708248355288, 48.792557964894307, 0.0 ], [ 9.201668958402204, 48.792534743497797, 0.0 ], [ 9.201667600652936, 48.792535555187833, 0.0 ], [ 9.201662007248201, 48.792532237810242, 0.0 ], [ 9.20166322853782, 48.792531336435651, 0.0 ], [ 9.201613979964765, 48.792502287426032, 0.0 ], [ 9.20161262221548, 48.792503099115414, 0.0 ], [ 9.201606891637937, 48.792499512204522, 0.0 ], [ 9.201649091998515, 48.792467875136595, 0.0 ], [ 9.201652230566182, 48.792469937883268, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002cb43", "Latitude": 48.79231, "Longitude": 9.19824, "X_coordina": 3514638.07, "Y_coordina": 5406112.3, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 44.8, "Total_wall": 29.5, "Total_wa00": 0.0, "Total_outw": 62.5, "Total_shar": 338.5, "Total_roof": 71.2, "Gross_volu": 429.4, "Is_Gross_v": "false", "Heated_vol": 384.6, "Ridge_mean": 12.5, "Eaves_mean": 6.45, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.351, "Heated_are": 123.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 6709.0, "January_He": 1113.0, "February_H": 821.0, "March_Heat": 563.0, "April_Heat": 150.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 278.0, "November_H": 730.0, "December_H": 1080.0, "PV_potenti": 3.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19821591763642, 48.792282298478597, 0.0 ], [ 9.198219872643955, 48.792284359913452, 0.0 ], [ 9.19826338873186, 48.792309823300464, 0.0 ], [ 9.198264745821415, 48.792308831804462, 0.0 ], [ 9.198265700992506, 48.792309459625073, 0.0 ], [ 9.19822037580197, 48.792342989229084, 0.0 ], [ 9.198177493247782, 48.792374716139619, 0.0 ], [ 9.198175855811396, 48.792373639874455, 0.0 ], [ 9.19817721325855, 48.792372738302475, 0.0 ], [ 9.198133014895248, 48.79234682643915, 0.0 ], [ 9.198130694842277, 48.792345211806264, 0.0 ], [ 9.198172356408163, 48.792314476173708, 0.0 ], [ 9.19821591763642, 48.792282298478597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca79", "Latitude": 48.79254, "Longitude": 9.19864, "X_coordina": 3514667.18, "Y_coordina": 5406138.19, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 192.0, "SecondaryU": "retail", "Secondar00": 69.4, "BuildingTy": "MFH", "Footprint_": 86.8, "Total_wall": 202.0, "Total_wa00": 0.0, "Total_outw": 354.6, "Total_shar": 218.2, "Total_roof": 157.6, "Gross_volu": 903.6, "Is_Gross_v": "false", "Heated_vol": 816.8, "Ridge_mean": 13.0, "Eaves_mean": 6.66, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 261.4, "Mean_Uvalu": 0.49, "Specific_d": "31,0", "Specific_s": 53.8, "Total_Year": 22165.0, "January_He": 3312.0, "February_H": 2415.0, "March_Heat": 1597.0, "April_Heat": 404.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 834.0, "November_H": 2183.0, "December_H": 3222.0, "PV_potenti": 4.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198573963589475, 48.792619074932865, 0.0 ], [ 9.198542315406078, 48.792600605243301, 0.0 ], [ 9.198509030150387, 48.792581149207528, 0.0 ], [ 9.198506721781284, 48.792582502040545, 0.0 ], [ 9.198501674041001, 48.792579453339769, 0.0 ], [ 9.198506288650588, 48.792576208136062, 0.0 ], [ 9.198506834467258, 48.792576566889529, 0.0 ], [ 9.198514977018016, 48.792570617896295, 0.0 ], [ 9.19851647730435, 48.792571424622267, 0.0 ], [ 9.198555692226803, 48.792541502382328, 0.0 ], [ 9.198601012758026, 48.792506803648983, 0.0 ], [ 9.198598694457253, 48.792505638640506, 0.0 ], [ 9.19860303721031, 48.792502483825302, 0.0 ], [ 9.198602082386273, 48.792501945930489, 0.0 ], [ 9.198609275413697, 48.792496807880404, 0.0 ], [ 9.198613639106728, 48.792498958520412, 0.0 ], [ 9.198615548400022, 48.792499944386861, 0.0 ], [ 9.198613647625265, 48.792501116671851, 0.0 ], [ 9.19864720648682, 48.79252093190005, 0.0 ], [ 9.198680492110956, 48.792540477819038, 0.0 ], [ 9.198681713809291, 48.792539666398937, 0.0 ], [ 9.198685806375691, 48.79254208727474, 0.0 ], [ 9.198688943761642, 48.792543880333355, 0.0 ], [ 9.198682703786124, 48.79254910666765, 0.0 ], [ 9.198680247606877, 48.792547492280768, 0.0 ], [ 9.198582813962915, 48.792620048830521, 0.0 ], [ 9.198584723969976, 48.792621214543409, 0.0 ], [ 9.198580109361338, 48.792624459750236, 0.0 ], [ 9.198572743661817, 48.792620335966717, 0.0 ], [ 9.198573963589475, 48.792619074932865, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca7a", "Latitude": 48.79248, "Longitude": 9.19873, "X_coordina": 3514673.65, "Y_coordina": 5406131.01, "LOD": "LOD2", "Year_of_co": 1946, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 97.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.6, "Total_wall": 97.3, "Total_wa00": 0.0, "Total_outw": 210.6, "Total_shar": 72.1, "Total_roof": 53.6, "Gross_volu": 238.4, "Is_Gross_v": "false", "Heated_vol": 238.4, "Ridge_mean": 4.5, "Eaves_mean": 4.45, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.857, "Heated_are": 97.6, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 44.2, "Total_Year": 5861.0, "January_He": 1110.0, "February_H": 740.0, "March_Heat": 415.0, "April_Heat": 75.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 197.0, "November_H": 664.0, "December_H": 1104.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198615548400022, 48.792499944386861, 0.0 ], [ 9.198613639106728, 48.792498958520412, 0.0 ], [ 9.198680406410631, 48.792449834989377, 0.0 ], [ 9.198752566562376, 48.792491165242787, 0.0 ], [ 9.198685806375691, 48.79254208727474, 0.0 ], [ 9.198681713809291, 48.792539666398937, 0.0 ], [ 9.198680492110956, 48.792540477819038, 0.0 ], [ 9.19864720648682, 48.79252093190005, 0.0 ], [ 9.198613647625265, 48.792501116671851, 0.0 ], [ 9.198615548400022, 48.792499944386861, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca3a", "Latitude": 48.78847, "Longitude": 9.19507, "X_coordina": 3514406.15, "Y_coordina": 5405685.14, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 571.7, "SecondaryU": "retail", "Secondar00": 162.3, "BuildingTy": "RH", "Footprint_": 202.8, "Total_wall": 372.8, "Total_wa00": 0.0, "Total_outw": 569.1, "Total_shar": 273.3, "Total_roof": 202.8, "Gross_volu": 1937.4, "Is_Gross_v": "false", "Heated_vol": 1937.4, "Ridge_mean": 9.6, "Eaves_mean": 9.55, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.402, "Heated_are": 733.9, "Mean_Uvalu": 0.43, "Specific_d": "28,5", "Specific_s": 35.2, "Total_Year": 46739.0, "January_He": 6057.0, "February_H": 4505.0, "March_Heat": 3090.0, "April_Heat": 869.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 96.0, "October_He": 1423.0, "November_H": 3888.0, "December_H": 5869.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195159864935675, 48.788508568030814, 0.0 ], [ 9.195060128864871, 48.788583283723128, 0.0 ], [ 9.194886501461754, 48.788483762448855, 0.0 ], [ 9.194996145899406, 48.788402285853714, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.195159864935675, 48.788508568030814, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ca3b", "Latitude": 48.7884, "Longitude": 9.19515, "X_coordina": 3514412.03, "Y_coordina": 5405676.77, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 108.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 134.8, "Total_wall": 70.3, "Total_wa00": 0.0, "Total_outw": 186.2, "Total_shar": 147.4, "Total_roof": 134.8, "Gross_volu": 417.0, "Is_Gross_v": "false", "Heated_vol": 337.5, "Ridge_mean": 3.1, "Eaves_mean": 3.09, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.855, "Heated_are": 108.0, "Mean_Uvalu": 0.34, "Specific_d": "73,0", "Specific_s": 73.8, "Total_Year": 15854.0, "January_He": 1810.0, "February_H": 1323.0, "March_Heat": 937.0, "April_Heat": 339.0, "May_Heatin": 46.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 80.0, "October_He": 498.0, "November_H": 1169.0, "December_H": 1764.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194996145899406, 48.788402285853714, 0.0 ], [ 9.195092496241354, 48.788331892285882, 0.0 ], [ 9.19521726605514, 48.788466116695304, 0.0 ], [ 9.195182661879715, 48.788491533823034, 0.0 ], [ 9.195167463570002, 48.788502800039012, 0.0 ], [ 9.194996145899406, 48.788402285853714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c951", "Latitude": 48.78958, "Longitude": 9.2081, "X_coordina": 3515363.45, "Y_coordina": 5405810.71, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2461, "PrimaryUsa": "non-heated", "PrimaryU00": 881.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 966.8, "Total_wall": 292.0, "Total_wa00": 0.0, "Total_outw": 950.2, "Total_shar": 0.0, "Total_roof": 966.8, "Gross_volu": 2139.6, "Is_Gross_v": "false", "Heated_vol": 2139.6, "Ridge_mean": 2.2, "Eaves_mean": 2.21, "Storey_num": 1, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.04, "Heated_are": 881.4, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 46.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208269836019605, 48.789447517203406, 0.0 ], [ 9.208273364449493, 48.789477994935339, 0.0 ], [ 9.208303023679385, 48.789738899681552, 0.0 ], [ 9.208072938396272, 48.789750376240008, 0.0 ], [ 9.208065452278115, 48.789684295894943, 0.0 ], [ 9.207841354474448, 48.789695581325873, 0.0 ], [ 9.207819044718693, 48.789500127604633, 0.0 ], [ 9.207815653767026, 48.789469919381773, 0.0 ], [ 9.20782517827648, 48.789469452575403, 0.0 ], [ 9.208260310774286, 48.789447804200591, 0.0 ], [ 9.208269836019605, 48.789447517203406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c933", "Latitude": 48.78951, "Longitude": 9.20759, "X_coordina": 3515325.47, "Y_coordina": 5405802.93, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 3714.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 696.1, "Total_wall": 2044.4, "Total_wa00": 0.0, "Total_outw": 2934.7, "Total_shar": 176.0, "Total_roof": 696.1, "Gross_volu": 10223.9, "Is_Gross_v": "false", "Heated_vol": 10223.9, "Ridge_mean": 14.9, "Eaves_mean": 14.88, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.336, "Heated_are": 3714.1, "Mean_Uvalu": 0.36, "Specific_d": "14,6", "Specific_s": 44.1, "Total_Year": 218034.0, "January_He": 36993.0, "February_H": 27882.0, "March_Heat": 20061.0, "April_Heat": 7169.0, "May_Heatin": 716.0, "June_Heati": 21, "July_Heati": 2, "August_Hea": 5, "September_": 1403.0, "October_He": 9941.0, "November_H": 24029.0, "December_H": 35551.0, "PV_potenti": 32.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207652247761413, 48.789281824122021, 0.0 ], [ 9.207665319493659, 48.789283509099924, 0.0 ], [ 9.207666262479181, 48.7892811693848, 0.0 ], [ 9.20769676380832, 48.789285250865539, 0.0 ], [ 9.207694211489791, 48.789293348596381, 0.0 ], [ 9.207679033280984, 48.789341844811723, 0.0 ], [ 9.207654454103817, 48.789420752166563, 0.0 ], [ 9.207651230964439, 48.789431189120492, 0.0 ], [ 9.20764278999302, 48.789430395027836, 0.0 ], [ 9.207570659836898, 48.789694001315965, 0.0 ], [ 9.207594626787788, 48.789697555059405, 0.0 ], [ 9.207584827860817, 48.789730484773152, 0.0 ], [ 9.207560453732645, 48.789727201532457, 0.0 ], [ 9.207539103303997, 48.789797110674726, 0.0 ], [ 9.207399264726165, 48.789779827496382, 0.0 ], [ 9.207403548879052, 48.789762644366803, 0.0 ], [ 9.207387753343495, 48.789760514646403, 0.0 ], [ 9.207510409980294, 48.789340440234362, 0.0 ], [ 9.207503191617016, 48.789339104386571, 0.0 ], [ 9.207509236717378, 48.789319939758627, 0.0 ], [ 9.207526966315529, 48.789263076069119, 0.0 ], [ 9.207539494048019, 48.789264851965285, 0.0 ], [ 9.207538278134441, 48.789267012323954, 0.0 ], [ 9.207579399689443, 48.789272333626698, 0.0 ], [ 9.207581551914219, 48.789266214939651, 0.0 ], [ 9.207653449942049, 48.789276336612204, 0.0 ], [ 9.207652247761413, 48.789281824122021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c934", "Latitude": 48.78932, "Longitude": 9.208, "X_coordina": 3515355.96, "Y_coordina": 5405782.29, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 2158.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 593.9, "Total_wall": 892.1, "Total_wa00": 0.0, "Total_outw": 1186.8, "Total_shar": 196.3, "Total_roof": 593.9, "Gross_volu": 5438.3, "Is_Gross_v": "false", "Heated_vol": 5438.3, "Ridge_mean": 9.2, "Eaves_mean": 9.15, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.382, "Heated_are": 2158.6, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 41.6, "Total_Year": 121414.0, "January_He": 20667.0, "February_H": 15266.0, "March_Heat": 10944.0, "April_Heat": 3799.0, "May_Heatin": 378.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 668.0, "October_He": 5112.0, "November_H": 13016.0, "December_H": 20013.0, "PV_potenti": 28.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20824614344226, 48.789280032309435, 0.0 ], [ 9.208250948755078, 48.789323097043528, 0.0 ], [ 9.208253491040267, 48.789345483432449, 0.0 ], [ 9.208258720267006, 48.789392324191958, 0.0 ], [ 9.207654454103817, 48.789420752166563, 0.0 ], [ 9.207694211489791, 48.789293348596381, 0.0 ], [ 9.208242686112222, 48.789266729862518, 0.0 ], [ 9.20824410245792, 48.78928012592381, 0.0 ], [ 9.20824614344226, 48.789280032309435, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c935", "Latitude": 48.78931, "Longitude": 9.20836, "X_coordina": 3515382.47, "Y_coordina": 5405780.98, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 54.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.9, "Total_wall": 145.7, "Total_wa00": 0.0, "Total_outw": 145.7, "Total_shar": 41.6, "Total_roof": 22.9, "Gross_volu": 183.0, "Is_Gross_v": "false", "Heated_vol": 171.5, "Ridge_mean": 8.0, "Eaves_mean": 8.0, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.047, "Heated_are": 54.9, "Mean_Uvalu": 0.54, "Specific_d": "14,6", "Specific_s": 87.1, "Total_Year": 5582.0, "January_He": 1178.0, "February_H": 789.0, "March_Heat": 511.0, "April_Heat": 153.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 236.0, "November_H": 692.0, "December_H": 1178.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208253491040267, 48.789345483432449, 1.718799999979979 ], [ 9.208250948755078, 48.789323097043528, 1.718799999979979 ], [ 9.208368235348516, 48.789317219697892, 1.718799999979979 ], [ 9.208383432993239, 48.789339313414004, 1.718799999979979 ], [ 9.208253491040267, 48.789345483432449, 1.718799999979979 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c795", "Latitude": 48.79152, "Longitude": 9.20272, "X_coordina": 3514967.03, "Y_coordina": 5406026.09, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 725.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 123.6, "Total_wall": 727.7, "Total_wa00": 0.0, "Total_outw": 1001.2, "Total_shar": 116.5, "Total_roof": 204.2, "Gross_volu": 2389.4, "Is_Gross_v": "false", "Heated_vol": 2265.8, "Ridge_mean": 22.4, "Eaves_mean": 15.64, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 725.1, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 39659.0, "January_He": 7176.0, "February_H": 4869.0, "March_Heat": 2806.0, "April_Heat": 484.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1320.0, "November_H": 4394.0, "December_H": 7061.0, "PV_potenti": 6.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202718803405709, 48.791614600420594, 0.0 ], [ 9.202624674662989, 48.791559642912986, 0.0 ], [ 9.202604185257659, 48.791574876052088, 0.0 ], [ 9.202583723331802, 48.791563132058023, 0.0 ], [ 9.202554394865547, 48.791546367934416, 0.0 ], [ 9.202634181401502, 48.791487057836186, 0.0 ], [ 9.202648700627064, 48.791476331377922, 0.0 ], [ 9.202790177594153, 48.791561689599348, 0.0 ], [ 9.202775658374229, 48.791572416075255, 0.0 ], [ 9.202718803405709, 48.791614600420594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c6fb", "Latitude": 48.79199, "Longitude": 9.20153, "X_coordina": 3514879.51, "Y_coordina": 5406077.35, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 969.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 194.3, "Total_wall": 700.8, "Total_wa00": 0.0, "Total_outw": 915.1, "Total_shar": 269.9, "Total_roof": 194.3, "Gross_volu": 3030.5, "Is_Gross_v": "false", "Heated_vol": 3030.5, "Ridge_mean": 15.6, "Eaves_mean": 15.59, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.359, "Heated_are": 969.8, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 29.5, "Total_Year": 43958.0, "January_He": 7216.0, "February_H": 5019.0, "March_Heat": 3035.0, "April_Heat": 557.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1311.0, "November_H": 4352.0, "December_H": 7051.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201413398157367, 48.791965704647239, 0.0 ], [ 9.201440808546167, 48.791945333969437, 0.0 ], [ 9.201474324944293, 48.7919203664989, 0.0 ], [ 9.201615930067147, 48.792003927459035, 0.0 ], [ 9.201574543419163, 48.792034753780712, 0.0 ], [ 9.201568404603961, 48.792031167582216, 0.0 ], [ 9.201549407442632, 48.792045318837367, 0.0 ], [ 9.201555546258213, 48.792048905036857, 0.0 ], [ 9.201557953933428, 48.792072370881343, 0.0 ], [ 9.20152175797913, 48.792073962929827, 0.0 ], [ 9.201491227019131, 48.792096767023622, 0.0 ], [ 9.201350164433583, 48.792012755344992, 0.0 ], [ 9.2013528784749, 48.792010772280399, 0.0 ], [ 9.201380153174751, 48.79199049177803, 0.0 ], [ 9.201413398157367, 48.791965704647239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c20d", "Latitude": 48.78874, "Longitude": 9.21307, "X_coordina": 3515728.3, "Y_coordina": 5405718.46, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 48.9, "Total_wa00": 0.0, "Total_outw": 111.4, "Total_shar": 219.5, "Total_roof": 53.2, "Gross_volu": 316.9, "Is_Gross_v": "false", "Heated_vol": 275.3, "Ridge_mean": 9.3, "Eaves_mean": 5.93, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 88.1, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5461.0, "January_He": 1036.0, "February_H": 701.0, "March_Heat": 389.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 196.0, "November_H": 657.0, "December_H": 1017.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212964990919847, 48.788736266893665, 0.0 ], [ 9.213025016409354, 48.788738583813341, 0.0 ], [ 9.213080686297101, 48.788740728913588, 0.0 ], [ 9.213076789798148, 48.788784708787823, 0.0 ], [ 9.213020983392292, 48.788782474014589, 0.0 ], [ 9.212961501826289, 48.788780066163312, 0.0 ], [ 9.212964990919847, 48.788736266893665, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002c1b3", "Latitude": 48.78866, "Longitude": 9.20986, "X_coordina": 3515492.9, "Y_coordina": 5405708.56, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 94.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.0, "Total_wall": 55.4, "Total_wa00": 0.0, "Total_outw": 139.7, "Total_shar": 197.1, "Total_roof": 65.3, "Gross_volu": 341.3, "Is_Gross_v": "false", "Heated_vol": 294.3, "Ridge_mean": 9.1, "Eaves_mean": 5.41, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 94.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 5972.0, "January_He": 1138.0, "February_H": 770.0, "March_Heat": 432.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 219.0, "November_H": 721.0, "December_H": 1118.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209763256517576, 48.788651410321343, 0.0 ], [ 9.209812377421539, 48.788649612288452, 0.0 ], [ 9.209866396765408, 48.788647625460605, 0.0 ], [ 9.209871118686014, 48.788703009824033, 0.0 ], [ 9.209817372210455, 48.788705176004228, 0.0 ], [ 9.209767843735499, 48.788707154628931, 0.0 ], [ 9.209766981476234, 48.788696185514247, 0.0 ], [ 9.209763256517576, 48.788651410321343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bf14", "Latitude": 48.78862, "Longitude": 9.21269, "X_coordina": 3515700.55, "Y_coordina": 5405704.91, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 51.9, "Total_wa00": 0.0, "Total_outw": 116.1, "Total_shar": 225.8, "Total_roof": 51.3, "Gross_volu": 323.3, "Is_Gross_v": "false", "Heated_vol": 281.7, "Ridge_mean": 9.3, "Eaves_mean": 6.24, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.478, "Heated_are": 90.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 5565.0, "January_He": 1038.0, "February_H": 715.0, "March_Heat": 412.0, "April_Heat": 69.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 665.0, "December_H": 1018.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212642140651235, 48.788661237688061, 0.0 ], [ 9.212583203220911, 48.788658738713139, 0.0 ], [ 9.212587101281041, 48.788615028622758, 0.0 ], [ 9.212646174369054, 48.78861743742155, 0.0 ], [ 9.21270266139906, 48.788619761042895, 0.0 ], [ 9.212699172465129, 48.788663650228813, 0.0 ], [ 9.212642140651235, 48.788661237688061, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bde8", "Latitude": 48.78831, "Longitude": 9.21105, "X_coordina": 3515580.69, "Y_coordina": 5405670.27, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 139.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 56.3, "Total_wall": 142.4, "Total_wa00": 0.0, "Total_outw": 236.6, "Total_shar": 96.7, "Total_roof": 90.2, "Gross_volu": 457.8, "Is_Gross_v": "false", "Heated_vol": 435.8, "Ridge_mean": 10.6, "Eaves_mean": 5.65, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.649, "Heated_are": 139.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 56.0, "Total_Year": 10016.0, "January_He": 1937.0, "February_H": 1329.0, "March_Heat": 805.0, "April_Heat": 185.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 378.0, "November_H": 1207.0, "December_H": 1932.0, "PV_potenti": 3.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21105913005475, 48.788333320671889, 0.0 ], [ 9.211058317345568, 48.788366683837651, 0.0 ], [ 9.210961009193472, 48.788365603204454, 0.0 ], [ 9.210961823474825, 48.788332599731113, 0.0 ], [ 9.210962618531603, 48.78829501018631, 0.0 ], [ 9.211060061126656, 48.788295730877152, 0.0 ], [ 9.21105913005475, 48.788333320671889, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bdc0", "Latitude": 48.78824, "Longitude": 9.19539, "X_coordina": 3514429.79, "Y_coordina": 5405659.53, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 846.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 205.8, "Total_wall": 408.8, "Total_wa00": 0.0, "Total_outw": 686.8, "Total_shar": 452.8, "Total_roof": 238.2, "Gross_volu": 2850.0, "Is_Gross_v": "false", "Heated_vol": 2644.2, "Ridge_mean": 15.6, "Eaves_mean": 11.82, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 11, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.312, "Heated_are": 846.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 41044.0, "January_He": 6834.0, "February_H": 4832.0, "March_Heat": 3006.0, "April_Heat": 561.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1394.0, "November_H": 4309.0, "December_H": 6642.0, "PV_potenti": 11.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195243482434892, 48.788243061589199, 0.0 ], [ 9.195225415598109, 48.788216474818178, 0.0 ], [ 9.195308326820927, 48.788189986594723, 0.0 ], [ 9.195373160658546, 48.788169284097357, 0.0 ], [ 9.195470192285432, 48.788309580179401, 0.0 ], [ 9.19539624565054, 48.788331647048786, 0.0 ], [ 9.195319444592069, 48.788354617948741, 0.0 ], [ 9.195301514809913, 48.788328300728658, 0.0 ], [ 9.195277289063577, 48.788292732046088, 0.0 ], [ 9.195265928524286, 48.788275935587308, 0.0 ], [ 9.195243482434892, 48.788243061589199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bd35", "Latitude": 48.78884, "Longitude": 9.21351, "X_coordina": 3515760.68, "Y_coordina": 5405730.07, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 59.6, "Total_wa00": 0.0, "Total_outw": 126.4, "Total_shar": 217.0, "Total_roof": 56.6, "Gross_volu": 362.6, "Is_Gross_v": "false", "Heated_vol": 316.2, "Ridge_mean": 9.3, "Eaves_mean": 6.3, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.479, "Heated_are": 101.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.1, "Total_Year": 6168.0, "January_He": 1110.0, "February_H": 788.0, "March_Heat": 505.0, "April_Heat": 111.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 240.0, "November_H": 697.0, "December_H": 1096.0, "PV_potenti": 1.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21340945628639, 48.788831482558443, 0.0 ], [ 9.213474465334878, 48.788821560392492, 0.0 ], [ 9.213494625312057, 48.788858032021743, 0.0 ], [ 9.213514099149355, 48.788893156064653, 0.0 ], [ 9.21351505826018, 48.788894682988435, 0.0 ], [ 9.213436993698632, 48.788906787542018, 0.0 ], [ 9.213423225744842, 48.788869314897084, 0.0 ], [ 9.21340945628639, 48.788831482558443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bc99", "Latitude": 48.78815, "Longitude": 9.21165, "X_coordina": 3515624.3, "Y_coordina": 5405652.26, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 183.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 55.4, "Total_wall": 191.5, "Total_wa00": 0.0, "Total_outw": 290.6, "Total_shar": 138.0, "Total_roof": 90.7, "Gross_volu": 605.8, "Is_Gross_v": "false", "Heated_vol": 572.5, "Ridge_mean": 13.9, "Eaves_mean": 8.0, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.577, "Heated_are": 183.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 56.3, "Total_Year": 13210.0, "January_He": 2461.0, "February_H": 1770.0, "March_Heat": 1138.0, "April_Heat": 267.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 593.0, "November_H": 1627.0, "December_H": 2398.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211614380389884, 48.788140944165839, 0.0 ], [ 9.211670201152424, 48.788146776540366, 0.0 ], [ 9.211657503161986, 48.788201563387112, 0.0 ], [ 9.21160140940907, 48.788195551660792, 0.0 ], [ 9.211536330117966, 48.788188657176214, 0.0 ], [ 9.211549165458278, 48.78813413986137, 0.0 ], [ 9.211614380389884, 48.788140944165839, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002bb3a", "Latitude": 48.79487, "Longitude": 9.20432, "X_coordina": 3515083.87, "Y_coordina": 5406398.68, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 846.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 198.1, "Total_wall": 572.9, "Total_wa00": 0.0, "Total_outw": 834.2, "Total_shar": 403.3, "Total_roof": 198.1, "Gross_volu": 2697.4, "Is_Gross_v": "false", "Heated_vol": 2644.8, "Ridge_mean": 13.8, "Eaves_mean": 13.77, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.363, "Heated_are": 846.3, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 30.4, "Total_Year": 39093.0, "January_He": 6314.0, "February_H": 4480.0, "March_Heat": 2879.0, "April_Heat": 635.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1273.0, "November_H": 3890.0, "December_H": 6145.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204295465086476, 48.794825143306454, 0.0 ], [ 9.204376232002813, 48.794872389707891, 0.0 ], [ 9.204363476063344, 48.794881764394965, 0.0 ], [ 9.204410408908544, 48.794909377551697, 0.0 ], [ 9.204316098092246, 48.794979145745963, 0.0 ], [ 9.204244608152273, 48.794937278263184, 0.0 ], [ 9.204218961175837, 48.7949562976168, 0.0 ], [ 9.204188127914454, 48.794938277657387, 0.0 ], [ 9.204213910269166, 48.794919078223415, 0.0 ], [ 9.204141466300909, 48.794876852673816, 0.0 ], [ 9.204235777168471, 48.794807084621148, 0.0 ], [ 9.204282709143888, 48.794834517984654, 0.0 ], [ 9.204295465086476, 48.794825143306454, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ba3b", "Latitude": 48.79521, "Longitude": 9.20648, "X_coordina": 3515242.82, "Y_coordina": 5406436.2, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3220, "PrimaryUsa": "health care", "PrimaryU00": 77.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 86.4, "Total_wall": 89.5, "Total_wa00": 0.0, "Total_outw": 289.5, "Total_shar": 0.0, "Total_roof": 86.4, "Gross_volu": 287.1, "Is_Gross_v": "false", "Heated_vol": 206.8, "Ridge_mean": 3.3, "Eaves_mean": 3.33, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.034, "Heated_are": 77.9, "Mean_Uvalu": 0.4, "Specific_d": "155,5", "Specific_s": 151.9, "Total_Year": 23952.0, "January_He": 2425.0, "February_H": 1899.0, "March_Heat": 1501.0, "April_Heat": 731.0, "May_Heatin": 179.0, "June_Heati": 12, "July_Heati": 1, "August_Hea": 2, "September_": 244.0, "October_He": 850.0, "November_H": 1657.0, "December_H": 2334.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206442449754061, 48.795167070553362, 0.0 ], [ 9.206529166299884, 48.795237325205846, 0.0 ], [ 9.206439535951294, 48.795286224477195, 0.0 ], [ 9.206352273913549, 48.795215700964683, 0.0 ], [ 9.206442449754061, 48.795167070553362, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ba3c", "Latitude": 48.79536, "Longitude": 9.20674, "X_coordina": 3515261.46, "Y_coordina": 5406453.46, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 106.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 117.4, "Total_wall": 111.5, "Total_wa00": 0.0, "Total_outw": 375.3, "Total_shar": 56.3, "Total_roof": 117.4, "Gross_volu": 364.6, "Is_Gross_v": "false", "Heated_vol": 282.4, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.039, "Heated_are": 106.4, "Mean_Uvalu": 0.39, "Specific_d": "334,5", "Specific_s": 195.9, "Total_Year": 56416.0, "January_He": 4508.0, "February_H": 3537.0, "March_Heat": 2724.0, "April_Heat": 1207.0, "May_Heatin": 147.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 217.0, "October_He": 1289.0, "November_H": 2926.0, "December_H": 4281.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206784911756365, 48.795303409690874, 0.0 ], [ 9.206829838355919, 48.795339208505609, 0.0 ], [ 9.20661296762299, 48.795459375966651, 0.0 ], [ 9.206560403939434, 48.795419903901539, 0.0 ], [ 9.206687104415817, 48.79534971605392, 0.0 ], [ 9.206705844676529, 48.795339341210052, 0.0 ], [ 9.206711307051547, 48.795343737659003, 0.0 ], [ 9.206784911756365, 48.795303409690874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002afc9", "Latitude": 48.79174, "Longitude": 9.20148, "X_coordina": 3514875.86, "Y_coordina": 5406050.34, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 957.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 177.5, "Total_wall": 662.8, "Total_wa00": 0.0, "Total_outw": 874.0, "Total_shar": 278.8, "Total_roof": 177.5, "Gross_volu": 2660.8, "Is_Gross_v": "false", "Heated_vol": 2660.8, "Ridge_mean": 15.0, "Eaves_mean": 15.0, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.383, "Heated_are": 957.9, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 28.7, "Total_Year": 42645.0, "January_He": 6858.0, "February_H": 4835.0, "March_Heat": 2998.0, "April_Heat": 531.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1317.0, "November_H": 4232.0, "December_H": 6649.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201479457405116, 48.791706609122244, 0.0 ], [ 9.201469822957288, 48.791713729942792, 0.0 ], [ 9.201491104148412, 48.791726192089662, 0.0 ], [ 9.201500873972513, 48.791718891183272, 0.0 ], [ 9.201535524383173, 48.791739243204773, 0.0 ], [ 9.201529604175096, 48.79175624912606, 0.0 ], [ 9.201557294934586, 48.791771937293092, 0.0 ], [ 9.201524592018787, 48.79179609405243, 0.0 ], [ 9.201451725215081, 48.791850535399867, 0.0 ], [ 9.201412710647183, 48.791827942896646, 0.0 ], [ 9.201381961277994, 48.791830154840198, 0.0 ], [ 9.201380388274114, 48.791811183711431, 0.0 ], [ 9.201375069322667, 48.791808405381168, 0.0 ], [ 9.20137683318986, 48.791807053442696, 0.0 ], [ 9.201357869964477, 48.791795666305077, 0.0 ], [ 9.201349999709963, 48.791801525100297, 0.0 ], [ 9.201307437703882, 48.791776690673807, 0.0 ], [ 9.201436075594129, 48.791680966864767, 0.0 ], [ 9.201479457405116, 48.791706609122244, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002af5f", "Latitude": 48.78974, "Longitude": 9.21329, "X_coordina": 3515744.72, "Y_coordina": 5405830.18, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 608.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.4, "Total_wall": 397.3, "Total_wa00": 0.0, "Total_outw": 656.3, "Total_shar": 194.8, "Total_roof": 219.2, "Gross_volu": 2062.5, "Is_Gross_v": "false", "Heated_vol": 1902.2, "Ridge_mean": 15.4, "Eaves_mean": 10.67, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.396, "Heated_are": 608.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 31719.0, "January_He": 5636.0, "February_H": 3820.0, "March_Heat": 2206.0, "April_Heat": 371.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1014.0, "November_H": 3435.0, "December_H": 5550.0, "PV_potenti": 9.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213286299697703, 48.789828154582167, 0.0 ], [ 9.2132190058486, 48.789845184837318, 0.0 ], [ 9.213144297998083, 48.789718350961465, 0.0 ], [ 9.213279157164699, 48.789684200071846, 0.0 ], [ 9.213353457409362, 48.789811124539852, 0.0 ], [ 9.213286299697703, 48.789828154582167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ad43", "Latitude": 48.79187, "Longitude": 9.19943, "X_coordina": 3514725.65, "Y_coordina": 5406064.05, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 3149.0, "SecondaryU": "retail", "Secondar00": 410.8, "BuildingTy": "HH", "Footprint_": 513.5, "Total_wall": 1149.0, "Total_wa00": 0.0, "Total_outw": 1286.6, "Total_shar": 1110.5, "Total_roof": 513.5, "Gross_volu": 11125.3, "Is_Gross_v": "false", "Heated_vol": 11124.3, "Ridge_mean": 23.4, "Eaves_mean": 23.4, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 66, "Number_o00": 95, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.196, "Heated_are": 3559.8, "Mean_Uvalu": 0.38, "Specific_d": "22,4", "Specific_s": 26.1, "Total_Year": 172897.0, "January_He": 21828.0, "February_H": 16411.0, "March_Heat": 11522.0, "April_Heat": 3221.0, "May_Heatin": 80.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 283.0, "October_He": 5026.0, "November_H": 13816.0, "December_H": 20836.0, "PV_potenti": 22.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199164463919249, 48.791922399964044, 0.0 ], [ 9.199172735851226, 48.791916175533686, 0.0 ], [ 9.199172757569899, 48.791916161108354, 0.0 ], [ 9.19920287208714, 48.791893468055306, 0.0 ], [ 9.199207788460154, 48.791896343400431, 0.0 ], [ 9.199275498853366, 48.791846861790482, 0.0 ], [ 9.199284637392234, 48.791852242291284, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.19961263949979, 48.791854186664438, 0.0 ], [ 9.199364325542872, 48.792039411615725, 0.0 ], [ 9.19923623151549, 48.791964359163238, 0.0 ], [ 9.199164463919249, 48.791922399964044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002ad44", "Latitude": 48.79177, "Longitude": 9.19958, "X_coordina": 3514736.3, "Y_coordina": 5406052.72, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 84.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.9, "Total_wall": 108.9, "Total_wa00": 0.0, "Total_outw": 213.6, "Total_shar": 213.2, "Total_roof": 50.9, "Gross_volu": 315.2, "Is_Gross_v": "false", "Heated_vol": 264.2, "Ridge_mean": 6.2, "Eaves_mean": 6.18, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.735, "Heated_are": 84.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 15.7, "Total_Year": 4105.0, "January_He": 451.0, "February_H": 206.0, "March_Heat": 65.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 141.0, "December_H": 448.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.199453031692498, 48.791726856234412, 0.0 ], [ 9.199638298954165, 48.791835527099231, 0.0 ], [ 9.19961263949979, 48.791854186664438, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002aaf7", "Latitude": 48.78888, "Longitude": 9.20095, "X_coordina": 3514837.64, "Y_coordina": 5405731.9, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 736.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 130.7, "Total_wall": 644.0, "Total_wa00": 0.0, "Total_outw": 871.3, "Total_shar": 173.9, "Total_roof": 216.8, "Gross_volu": 2403.9, "Is_Gross_v": "false", "Heated_vol": 2302.9, "Ridge_mean": 21.1, "Eaves_mean": 15.64, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 12, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.426, "Heated_are": 736.9, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 51.5, "Total_Year": 49656.0, "January_He": 8933.0, "February_H": 6512.0, "March_Heat": 4357.0, "April_Heat": 1123.0, "May_Heatin": 54.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 174.0, "October_He": 2264.0, "November_H": 5851.0, "December_H": 8714.0, "PV_potenti": 7.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200982439997093, 48.788847366852607, 0.0 ], [ 9.201018625474244, 48.788911868870244, 0.0 ], [ 9.20084174493846, 48.788955250924168, 0.0 ], [ 9.200827197703562, 48.788958873240446, 0.0 ], [ 9.200782387139785, 48.788881437196942, 0.0 ], [ 9.200846068940947, 48.788865670439797, 0.0 ], [ 9.20090855390583, 48.788850103567505, 0.0 ], [ 9.200915861533018, 48.788863633319089, 0.0 ], [ 9.200982439997093, 48.788847366852607, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a8b9", "Latitude": 48.78869, "Longitude": 9.20267, "X_coordina": 3514964.1, "Y_coordina": 5405710.96, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 84.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 90.0, "Total_wa00": 0.0, "Total_outw": 185.1, "Total_shar": 50.5, "Total_roof": 46.1, "Gross_volu": 191.8, "Is_Gross_v": "false", "Heated_vol": 191.8, "Ridge_mean": 4.2, "Eaves_mean": 4.18, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.95, "Heated_are": 84.1, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 52.0, "Total_Year": 10504.0, "January_He": 1091.0, "February_H": 742.0, "March_Heat": 445.0, "April_Heat": 109.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 216.0, "November_H": 657.0, "December_H": 1080.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202680650820556, 48.788731176593437, 0.0 ], [ 9.202609298949334, 48.788754862148473, 0.0 ], [ 9.202561280503705, 48.788692539610615, 0.0 ], [ 9.202635626263561, 48.788668848816926, 0.0 ], [ 9.202680650820556, 48.788731176593437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a855", "Latitude": 48.78874, "Longitude": 9.21229, "X_coordina": 3515671.27, "Y_coordina": 5405717.95, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.1, "Total_wall": 50.2, "Total_wa00": 0.0, "Total_outw": 112.1, "Total_shar": 218.0, "Total_roof": 52.2, "Gross_volu": 315.8, "Is_Gross_v": "false", "Heated_vol": 274.6, "Ridge_mean": 9.4, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 87.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 5482.0, "January_He": 1025.0, "February_H": 706.0, "March_Heat": 409.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 656.0, "December_H": 1004.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212247386064023, 48.78873570330682, 0.0 ], [ 9.212304690880506, 48.788738295386899, 0.0 ], [ 9.212300383160951, 48.788781736451028, 0.0 ], [ 9.212243350852557, 48.788779233790237, 0.0 ], [ 9.212185365547374, 48.788776642933456, 0.0 ], [ 9.212189400429633, 48.788733022529009, 0.0 ], [ 9.212247386064023, 48.78873570330682, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a31d", "Latitude": 48.7889, "Longitude": 9.20528, "X_coordina": 3515156.01, "Y_coordina": 5405734.51, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 855.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 170.4, "Total_wall": 629.9, "Total_wa00": 0.0, "Total_outw": 803.2, "Total_shar": 190.2, "Total_roof": 226.4, "Gross_volu": 2844.8, "Is_Gross_v": "false", "Heated_vol": 2674.4, "Ridge_mean": 18.9, "Eaves_mean": 14.81, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.377, "Heated_are": 855.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 43548.0, "January_He": 7553.0, "February_H": 5188.0, "March_Heat": 3149.0, "April_Heat": 562.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1407.0, "November_H": 4649.0, "December_H": 7415.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205195160169072, 48.788878622578231, 0.0 ], [ 9.205201361004528, 48.788877424536992, 0.0 ], [ 9.20520950033303, 48.788871025454327, 0.0 ], [ 9.205207655638292, 48.788852504470292, 0.0 ], [ 9.205313654161289, 48.788848628667338, 0.0 ], [ 9.205324816503719, 48.788982774845323, 0.0 ], [ 9.205148469607446, 48.788989293863487, 0.0 ], [ 9.205142280158524, 48.788906485212145, 0.0 ], [ 9.205147315321415, 48.788906440272996, 0.0 ], [ 9.205179295387998, 48.788906149496761, 0.0 ], [ 9.205178578645935, 48.788897248332823, 0.0 ], [ 9.205179221214147, 48.788891294242589, 0.0 ], [ 9.205181368647802, 48.78888727082947, 0.0 ], [ 9.20518487877141, 48.788883685614202, 0.0 ], [ 9.205189561939562, 48.788880754751347, 0.0 ], [ 9.205195160169072, 48.788878622578231, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002a09d", "Latitude": 48.78912, "Longitude": 9.19973, "X_coordina": 3514748.0, "Y_coordina": 5405758.0, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 702.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 150.2, "Total_wall": 443.7, "Total_wa00": 0.0, "Total_outw": 646.6, "Total_shar": 304.2, "Total_roof": 202.4, "Gross_volu": 2329.1, "Is_Gross_v": "false", "Heated_vol": 2195.2, "Ridge_mean": 18.3, "Eaves_mean": 12.28, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 11, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.355, "Heated_are": 702.4, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 41821.0, "January_He": 7132.0, "February_H": 5264.0, "March_Heat": 3655.0, "April_Heat": 1056.0, "May_Heatin": 50.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 135.0, "October_He": 1771.0, "November_H": 4661.0, "December_H": 6970.0, "PV_potenti": 9.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199591630890369, 48.789095996766321, 0.0 ], [ 9.199604013654168, 48.789095615608979, 0.0 ], [ 9.199602467444826, 48.78908320882644, 0.0 ], [ 9.199651996702233, 48.789081234569373, 0.0 ], [ 9.199654357679933, 48.789093190320415, 0.0 ], [ 9.199712732080764, 48.789091020854187, 0.0 ], [ 9.199762398145259, 48.789089226159689, 0.0 ], [ 9.199767235094811, 48.789142092870264, 0.0 ], [ 9.19977179130699, 48.789192801899787, 0.0 ], [ 9.199599932126725, 48.789198855023699, 0.0 ], [ 9.199591630890369, 48.789095996766321, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029ed7", "Latitude": 48.79105, "Longitude": 9.21114, "X_coordina": 3515585.94, "Y_coordina": 5405975.23, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 508.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.2, "Total_wall": 265.6, "Total_wa00": 0.0, "Total_outw": 396.2, "Total_shar": 333.6, "Total_roof": 183.6, "Gross_volu": 1644.5, "Is_Gross_v": "false", "Heated_vol": 1588.2, "Ridge_mean": 15.4, "Eaves_mean": 10.35, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.358, "Heated_are": 508.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.6, "Total_Year": 27683.0, "January_He": 4775.0, "February_H": 3435.0, "March_Heat": 2149.0, "April_Heat": 413.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1055.0, "November_H": 3094.0, "December_H": 4656.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211063505650465, 48.791128948516025, 0.0 ], [ 9.21099892517079, 48.791112071295856, 0.0 ], [ 9.211064743482416, 48.791002243876136, 0.0 ], [ 9.211128641481224, 48.791018672692864, 0.0 ], [ 9.211187907003474, 48.791033851038854, 0.0 ], [ 9.211120593001509, 48.791143951041185, 0.0 ], [ 9.211063505650465, 48.791128948516025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029d75", "Latitude": 48.79208, "Longitude": 9.19785, "X_coordina": 3514609.37, "Y_coordina": 5406086.9, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 149.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 66.5, "Total_wa00": 0.0, "Total_outw": 141.7, "Total_shar": 279.7, "Total_roof": 89.9, "Gross_volu": 522.5, "Is_Gross_v": "false", "Heated_vol": 466.4, "Ridge_mean": 12.3, "Eaves_mean": 6.0, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 149.2, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 8451.0, "January_He": 1488.0, "February_H": 1044.0, "March_Heat": 665.0, "April_Heat": 152.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 321.0, "November_H": 936.0, "December_H": 1458.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197737689919782, 48.792115772843026, 0.0 ], [ 9.197735653747573, 48.792117125193315, 0.0 ], [ 9.197733197973095, 48.79211560070901, 0.0 ], [ 9.197776486054321, 48.792083153877122, 0.0 ], [ 9.197820724291192, 48.792050075931414, 0.0 ], [ 9.197823316516637, 48.792051690103051, 0.0 ], [ 9.197822502403241, 48.792052320966754, 0.0 ], [ 9.197880334202461, 48.792084324328464, 0.0 ], [ 9.197836915745835, 48.792118210200847, 0.0 ], [ 9.197794311699633, 48.792151555116277, 0.0 ], [ 9.197790765368202, 48.792149582888406, 0.0 ], [ 9.19779320806769, 48.79214778022093, 0.0 ], [ 9.197737689919782, 48.792115772843026, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029bb1", "Latitude": 48.7921, "Longitude": 9.2028, "X_coordina": 3514973.18, "Y_coordina": 5406089.74, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 834.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 187.2, "Total_wall": 578.8, "Total_wa00": 0.0, "Total_outw": 821.4, "Total_shar": 209.1, "Total_roof": 219.4, "Gross_volu": 2640.8, "Is_Gross_v": "false", "Heated_vol": 2608.2, "Ridge_mean": 15.8, "Eaves_mean": 12.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.376, "Heated_are": 834.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 46604.0, "January_He": 8176.0, "February_H": 5818.0, "March_Heat": 3602.0, "April_Heat": 683.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 1764.0, "November_H": 5285.0, "December_H": 7961.0, "PV_potenti": 11.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202851895998178, 48.792050765283818, 0.0 ], [ 9.202811267920927, 48.792202088330512, 0.0 ], [ 9.202741279663348, 48.792193848675147, 0.0 ], [ 9.202664483252612, 48.792184811646635, 0.0 ], [ 9.202705247492977, 48.792033398488002, 0.0 ], [ 9.20278163538614, 48.792042436208909, 0.0 ], [ 9.202851895998178, 48.792050765283818, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029bb2", "Latitude": 48.79204, "Longitude": 9.20259, "X_coordina": 3514957.58, "Y_coordina": 5406083.46, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.4, "Total_wall": 43.5, "Total_wa00": 0.0, "Total_outw": 131.0, "Total_shar": 45.6, "Total_roof": 34.4, "Gross_volu": 86.1, "Is_Gross_v": "false", "Heated_vol": 85.9, "Ridge_mean": 2.5, "Eaves_mean": 2.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 1.306, "Heated_are": 27.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202543932731908, 48.792024060502101, 0.0 ], [ 9.202601638634654, 48.792057860188386, 0.0 ], [ 9.202547365217628, 48.792099140667723, 0.0 ], [ 9.202489794678133, 48.792065160869292, 0.0 ], [ 9.202543932731908, 48.792024060502101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029a42", "Latitude": 48.78829, "Longitude": 9.19991, "X_coordina": 3514761.49, "Y_coordina": 5405666.18, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 86.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 108.1, "Total_wall": 156.3, "Total_wa00": 0.0, "Total_outw": 190.7, "Total_shar": 0.0, "Total_roof": 108.1, "Gross_volu": 328.5, "Is_Gross_v": "false", "Heated_vol": 269.0, "Ridge_mean": 3.0, "Eaves_mean": 3.05, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.239, "Heated_are": 86.1, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199915516559834, 48.788272455511951, 0.0 ], [ 9.199928495366965, 48.788282053911388, 0.0 ], [ 9.199959316854864, 48.788263928439648, 0.0 ], [ 9.200013766729116, 48.788303847207828, 0.0 ], [ 9.199983224841464, 48.788321786965717, 0.0 ], [ 9.199970245670645, 48.788312102246437, 0.0 ], [ 9.199939704501972, 48.788330228133475, 0.0 ], [ 9.199926465070057, 48.788320458433695, 0.0 ], [ 9.199895924844952, 48.788338484492208, 0.0 ], [ 9.199882816460057, 48.788329156984318, 0.0 ], [ 9.199852274906721, 48.788347196522089, 0.0 ], [ 9.199839166470912, 48.788337512012433, 0.0 ], [ 9.199808474181907, 48.788355638126866, 0.0 ], [ 9.199795366091452, 48.788346039039105, 0.0 ], [ 9.199764693855567, 48.788364079679582, 0.0 ], [ 9.199710373280164, 48.788323788286, 0.0 ], [ 9.19974091526643, 48.78830584860026, 0.0 ], [ 9.19975387227848, 48.788315447956343, 0.0 ], [ 9.199784564901869, 48.78829740728321, 0.0 ], [ 9.199797544033252, 48.788307092023501, 0.0 ], [ 9.19982821491895, 48.788289065764232, 0.0 ], [ 9.19984119332098, 48.788298565258131, 0.0 ], [ 9.19987173524528, 48.788280625537759, 0.0 ], [ 9.199884975052553, 48.788290495058504, 0.0 ], [ 9.199915516559834, 48.788272455511951, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029a43", "Latitude": 48.78825, "Longitude": 9.20012, "X_coordina": 3514777.17, "Y_coordina": 5405661.64, "LOD": "LOD2", "Year_of_co": 1933, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 29.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.0, "Total_wall": 68.6, "Total_wa00": 0.0, "Total_outw": 82.2, "Total_shar": 0.0, "Total_roof": 36.0, "Gross_volu": 92.4, "Is_Gross_v": "false", "Heated_vol": 92.4, "Ridge_mean": 2.5, "Eaves_mean": 2.55, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.522, "Heated_are": 29.6, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200085236550205, 48.788239512165475, 0.0 ], [ 9.200139686898131, 48.788279531588003, 0.0 ], [ 9.200109274357173, 48.78829747205382, 0.0 ], [ 9.200096036258358, 48.788287701471901, 0.0 ], [ 9.200065754796361, 48.788306098510596, 0.0 ], [ 9.200011023797988, 48.788265994113296, 0.0 ], [ 9.200041435618727, 48.788247868431839, 0.0 ], [ 9.200054673692902, 48.788257638120896, 0.0 ], [ 9.200085236550205, 48.788239512165475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000298ef", "Latitude": 48.79024, "Longitude": 9.21318, "X_coordina": 3515736.17, "Y_coordina": 5405885.26, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 517.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.7, "Total_wall": 247.1, "Total_wa00": 0.0, "Total_outw": 424.2, "Total_shar": 351.5, "Total_roof": 208.1, "Gross_volu": 1760.3, "Is_Gross_v": "false", "Heated_vol": 1617.6, "Ridge_mean": 15.0, "Eaves_mean": 9.63, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.356, "Heated_are": 517.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 27003.0, "January_He": 4691.0, "February_H": 3261.0, "March_Heat": 1973.0, "April_Heat": 350.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 953.0, "November_H": 2962.0, "December_H": 4570.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213161377496554, 48.790184213682267, 0.0 ], [ 9.213234958475871, 48.790301877413604, 0.0 ], [ 9.213173786266019, 48.790318446687742, 0.0 ], [ 9.213107856083608, 48.790336283664836, 0.0 ], [ 9.213034278015032, 48.79021924931309, 0.0 ], [ 9.213099799030395, 48.79020123328759, 0.0 ], [ 9.213161377496554, 48.790184213682267, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000298c4", "Latitude": 48.79215, "Longitude": 9.19797, "X_coordina": 3514618.31, "Y_coordina": 5406094.66, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 162.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.4, "Total_wall": 61.8, "Total_wa00": 0.0, "Total_outw": 124.2, "Total_shar": 294.3, "Total_roof": 93.8, "Gross_volu": 566.3, "Is_Gross_v": "false", "Heated_vol": 507.9, "Ridge_mean": 12.6, "Eaves_mean": 6.46, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.397, "Heated_are": 162.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 39.7, "Total_Year": 9020.0, "January_He": 1552.0, "February_H": 1107.0, "March_Heat": 726.0, "April_Heat": 176.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 352.0, "November_H": 988.0, "December_H": 1516.0, "PV_potenti": 3.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197896799713714, 48.792152907736138, 0.0 ], [ 9.197939951623145, 48.792120461077069, 0.0 ], [ 9.197985511024742, 48.792146460599021, 0.0 ], [ 9.19800201606783, 48.792155874198414, 0.0 ], [ 9.198004062849826, 48.792157219533024, 0.0 ], [ 9.197959821102012, 48.792189398318612, 0.0 ], [ 9.19791761546926, 48.79222022473369, 0.0 ], [ 9.19791489031684, 48.792219420105013, 0.0 ], [ 9.197859231671229, 48.792186333944407, 0.0 ], [ 9.197858011028924, 48.792187415124808, 0.0 ], [ 9.197853376612684, 48.792185624615577, 0.0 ], [ 9.197896799713714, 48.792152907736138, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002972c", "Latitude": 48.79354, "Longitude": 9.19947, "X_coordina": 3514727.93, "Y_coordina": 5406249.09, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 217.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 135.7, "Total_wall": 126.6, "Total_wa00": 0.0, "Total_outw": 255.7, "Total_shar": 216.2, "Total_roof": 135.7, "Gross_volu": 700.9, "Is_Gross_v": "false", "Heated_vol": 679.2, "Ridge_mean": 5.2, "Eaves_mean": 5.16, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.574, "Heated_are": 217.3, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 9457.0, "January_He": 786.0, "February_H": 403.0, "March_Heat": 120.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 245.0, "December_H": 742.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19931343237676, 48.793555610443278, 0.0 ], [ 9.199411681601378, 48.793482602257505, 0.0 ], [ 9.199538688413675, 48.793557018821318, 0.0 ], [ 9.199440848604741, 48.793630296176062, 0.0 ], [ 9.19931343237676, 48.793555610443278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029514", "Latitude": 48.78869, "Longitude": 9.20318, "X_coordina": 3515002.21, "Y_coordina": 5405710.82, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 844.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 221.1, "Total_wall": 670.3, "Total_wa00": 0.0, "Total_outw": 1150.1, "Total_shar": 0.0, "Total_roof": 269.2, "Gross_volu": 2859.3, "Is_Gross_v": "false", "Heated_vol": 2638.2, "Ridge_mean": 14.7, "Eaves_mean": 11.5, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.428, "Heated_are": 844.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 47296.0, "January_He": 8364.0, "February_H": 5943.0, "March_Heat": 3610.0, "April_Heat": 693.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 1710.0, "November_H": 5269.0, "December_H": 8238.0, "PV_potenti": 12.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203303161318958, 48.788706159585267, 0.0 ], [ 9.203038140915673, 48.788794122865141, 0.0 ], [ 9.202976024221188, 48.788711862306712, 0.0 ], [ 9.203241457651259, 48.788625157370547, 0.0 ], [ 9.203303161318958, 48.788706159585267, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029506", "Latitude": 48.78961, "Longitude": 9.19994, "X_coordina": 3514763.74, "Y_coordina": 5405812.66, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 595.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 143.1, "Total_wall": 601.4, "Total_wa00": 0.0, "Total_outw": 857.7, "Total_shar": 54.0, "Total_roof": 143.1, "Gross_volu": 1968.6, "Is_Gross_v": "false", "Heated_vol": 1862.2, "Ridge_mean": 13.7, "Eaves_mean": 13.74, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.468, "Heated_are": 595.9, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 34585.0, "January_He": 6140.0, "February_H": 4323.0, "March_Heat": 2762.0, "April_Heat": 652.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1291.0, "November_H": 3839.0, "December_H": 6035.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199823950812549, 48.78957902334929, 0.0 ], [ 9.199849830301897, 48.78958455370465, 0.0 ], [ 9.199956919166, 48.78958059101344, 0.0 ], [ 9.199956358007675, 48.789576365577027, 0.0 ], [ 9.200001260631639, 48.789574399203573, 0.0 ], [ 9.200001547109437, 48.789577995651413, 0.0 ], [ 9.200005289193966, 48.789629245623665, 0.0 ], [ 9.200004881991802, 48.789629516101797, 0.0 ], [ 9.19995589697235, 48.78966584039329, 0.0 ], [ 9.199947137484916, 48.789687617121977, 0.0 ], [ 9.199790668273035, 48.789662710077152, 0.0 ], [ 9.199823950812549, 48.78957902334929, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029423", "Latitude": 48.78763, "Longitude": 9.19498, "X_coordina": 3514399.97, "Y_coordina": 5405591.54, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1034.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 184.5, "Total_wall": 858.3, "Total_wa00": 0.0, "Total_outw": 1162.4, "Total_shar": 93.5, "Total_roof": 214.6, "Gross_volu": 3416.0, "Is_Gross_v": "false", "Heated_vol": 3231.5, "Ridge_mean": 20.0, "Eaves_mean": 17.32, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.383, "Heated_are": 1034.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 52227.0, "January_He": 9032.0, "February_H": 6263.0, "March_Heat": 3707.0, "April_Heat": 633.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1705.0, "November_H": 5572.0, "December_H": 8861.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195049118160203, 48.787708704893561, 0.0 ], [ 9.194959949360895, 48.787735653145603, 0.0 ], [ 9.194928278156926, 48.787745238669977, 0.0 ], [ 9.194925950756405, 48.787741645663175, 0.0 ], [ 9.194868466477288, 48.787657034864168, 0.0 ], [ 9.194826173566033, 48.787594519555931, 0.0 ], [ 9.194950412642934, 48.787557260741877, 0.0 ], [ 9.195053059783426, 48.78770743928586, 0.0 ], [ 9.195049118160203, 48.787708704893561, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029425", "Latitude": 48.78768, "Longitude": 9.19488, "X_coordina": 3514392.63, "Y_coordina": 5405596.65, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 149.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 93.4, "Total_wall": 109.6, "Total_wa00": 0.0, "Total_outw": 230.2, "Total_shar": 189.0, "Total_roof": 93.4, "Gross_volu": 513.9, "Is_Gross_v": "false", "Heated_vol": 466.9, "Ridge_mean": 5.5, "Eaves_mean": 5.5, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.598, "Heated_are": 149.4, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194760669885127, 48.787652990819545, 0.0 ], [ 9.194868466477288, 48.787657034864168, 0.0 ], [ 9.194925950756405, 48.787741645663175, 0.0 ], [ 9.19475417911509, 48.787734023017791, 0.0 ], [ 9.194760669885127, 48.787652990819545, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00029395", "Latitude": 48.79008, "Longitude": 9.20026, "X_coordina": 3514787.22, "Y_coordina": 5405865.34, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 663.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 125.9, "Total_wall": 569.8, "Total_wa00": 0.0, "Total_outw": 832.5, "Total_shar": 212.9, "Total_roof": 160.3, "Gross_volu": 2199.1, "Is_Gross_v": "false", "Heated_vol": 2073.2, "Ridge_mean": 19.7, "Eaves_mean": 14.86, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.406, "Heated_are": 663.4, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 39.9, "Total_Year": 37012.0, "January_He": 6517.0, "February_H": 4579.0, "March_Heat": 2882.0, "April_Heat": 644.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1315.0, "November_H": 4074.0, "December_H": 6404.0, "PV_potenti": 7.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200212985847109, 48.790147294432103, 0.0 ], [ 9.200212224385664, 48.790161143994332, 0.0 ], [ 9.200151657332247, 48.790159810502686, 0.0 ], [ 9.20014338537224, 48.790098856661302, 0.0 ], [ 9.200141983674452, 48.790088607804037, 0.0 ], [ 9.200144814270898, 48.790047507786909, 0.0 ], [ 9.200296440363923, 48.790052010109939, 0.0 ], [ 9.200293644965997, 48.790101922584938, 0.0 ], [ 9.200290974560501, 48.790149047209653, 0.0 ], [ 9.200212985847109, 48.790147294432103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000292e2", "Latitude": 48.78846, "Longitude": 9.21063, "X_coordina": 3515549.23, "Y_coordina": 5405686.99, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.8, "Total_wall": 128.5, "Total_wa00": 0.0, "Total_outw": 254.9, "Total_shar": 103.3, "Total_roof": 66.3, "Gross_volu": 399.2, "Is_Gross_v": "false", "Heated_vol": 349.4, "Ridge_mean": 9.7, "Eaves_mean": 6.33, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.662, "Heated_are": 111.8, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 48.8, "Total_Year": 7227.0, "January_He": 1493.0, "February_H": 894.0, "March_Heat": 448.0, "April_Heat": 76.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 200.0, "November_H": 826.0, "December_H": 1508.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210532221266286, 48.788502532307582, 0.0 ], [ 9.210528497899279, 48.788458296676851, 0.0 ], [ 9.210528212181154, 48.78845505994763, 0.0 ], [ 9.210580326052623, 48.788453076268453, 0.0 ], [ 9.210632984272586, 48.788451091570103, 0.0 ], [ 9.21063785401954, 48.788509083419662, 0.0 ], [ 9.210585195739155, 48.788511068120336, 0.0 ], [ 9.210533217896229, 48.788513051553004, 0.0 ], [ 9.210532221266286, 48.788502532307582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000290c7", "Latitude": 48.78795, "Longitude": 9.21069, "X_coordina": 3515554.07, "Y_coordina": 5405629.68, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 185.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.4, "Total_wall": 110.5, "Total_wa00": 0.0, "Total_outw": 185.1, "Total_shar": 260.4, "Total_roof": 88.6, "Gross_volu": 617.2, "Is_Gross_v": "false", "Heated_vol": 579.1, "Ridge_mean": 13.7, "Eaves_mean": 8.23, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.429, "Heated_are": 185.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 11159.0, "January_He": 1993.0, "February_H": 1425.0, "March_Heat": 894.0, "April_Heat": 185.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 456.0, "November_H": 1297.0, "December_H": 1944.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210715521249385, 48.787947008397907, 0.0 ], [ 9.210697110758771, 48.788002794753211, 0.0 ], [ 9.210638692571901, 48.787994089101012, 0.0 ], [ 9.21057782333577, 48.787985028206478, 0.0 ], [ 9.210596782438195, 48.787930230027094, 0.0 ], [ 9.210657649729525, 48.787938841296956, 0.0 ], [ 9.210715521249385, 48.787947008397907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ff1", "Latitude": 48.79003, "Longitude": 9.20506, "X_coordina": 3515139.7, "Y_coordina": 5405860.83, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 237.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.3, "Total_wall": 168.3, "Total_wa00": 0.0, "Total_outw": 276.2, "Total_shar": 247.6, "Total_roof": 93.0, "Gross_volu": 808.9, "Is_Gross_v": "false", "Heated_vol": 741.9, "Ridge_mean": 11.4, "Eaves_mean": 8.33, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.443, "Heated_are": 237.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.1, "Total_Year": 13761.0, "January_He": 2442.0, "February_H": 1724.0, "March_Heat": 1087.0, "April_Heat": 252.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 527.0, "November_H": 1529.0, "December_H": 2399.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205057018475292, 48.790091920519785, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.20497940281034, 48.790081537635238, 0.0 ], [ 9.204978993799921, 48.790081358515998, 0.0 ], [ 9.204926200355532, 48.790050608670271, 0.0 ], [ 9.204995261933224, 48.789999049438279, 0.0 ], [ 9.20504014294969, 48.79002513731232, 0.0 ], [ 9.205053511889028, 48.790032936863824, 0.0 ], [ 9.205106032840751, 48.790063597213035, 0.0 ], [ 9.205063021208844, 48.79009550677597, 0.0 ], [ 9.205057018475292, 48.790091920519785, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ff2", "Latitude": 48.79005, "Longitude": 9.20515, "X_coordina": 3515146.01, "Y_coordina": 5405862.61, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 41.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.8, "Total_wall": 49.3, "Total_wa00": 0.0, "Total_outw": 172.8, "Total_shar": 174.0, "Total_roof": 60.0, "Gross_volu": 190.3, "Is_Gross_v": "false", "Heated_vol": 130.8, "Ridge_mean": 3.5, "Eaves_mean": 3.54, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.999, "Heated_are": 41.9, "Mean_Uvalu": 0.35, "Specific_d": "non calculated", "Specific_s": 100.0, "Total_Year": 4184.0, "January_He": 911.0, "February_H": 673.0, "March_Heat": 487.0, "April_Heat": 177.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 323.0, "November_H": 636.0, "December_H": 895.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205106032840751, 48.790063597213035, 0.0 ], [ 9.205053511889028, 48.790032936863824, 0.0 ], [ 9.205076708216785, 48.790014371290276, 0.0 ], [ 9.205063337813106, 48.790006212049533, 0.0 ], [ 9.205065506863978, 48.790004139943619, 0.0 ], [ 9.205123484687824, 48.790038027818362, 0.0 ], [ 9.205173685514225, 48.790067073644082, 0.0 ], [ 9.205077893646463, 48.790138283938163, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.205057018475292, 48.790091920519785, 0.0 ], [ 9.205063021208844, 48.79009550677597, 0.0 ], [ 9.205106032840751, 48.790063597213035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028eca", "Latitude": 48.78854, "Longitude": 9.20188, "X_coordina": 3514906.45, "Y_coordina": 5405693.86, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 3087.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 685.4, "Total_wall": 891.5, "Total_wa00": 0.0, "Total_outw": 1241.5, "Total_shar": 1065.9, "Total_roof": 685.4, "Gross_volu": 10232.6, "Is_Gross_v": "false", "Heated_vol": 9648.6, "Ridge_mean": 16.6, "Eaves_mean": 16.57, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.226, "Heated_are": 3087.5, "Mean_Uvalu": 0.32, "Specific_d": "24,8", "Specific_s": 32.8, "Total_Year": 177990.0, "January_He": 21451.0, "February_H": 16686.0, "March_Heat": 13025.0, "April_Heat": 5823.0, "May_Heatin": 846.0, "June_Heati": 32, "July_Heati": 4, "August_Hea": 9, "September_": 1424.0, "October_He": 6943.0, "November_H": 14446.0, "December_H": 20607.0, "PV_potenti": 31.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201679752413673, 48.78840237451719, 0.0 ], [ 9.201801398599889, 48.788398024920561, 0.0 ], [ 9.201970260835283, 48.788391973768874, 0.0 ], [ 9.201988968282539, 48.788611174819899, 0.0 ], [ 9.201990680027055, 48.788630775173118, 0.0 ], [ 9.201991387178833, 48.788637428282811, 0.0 ], [ 9.201869873634649, 48.788641058458033, 0.0 ], [ 9.201875124986033, 48.788694913518128, 0.0 ], [ 9.201877274534958, 48.788721886844399, 0.0 ], [ 9.20172868447696, 48.78872691318891, 0.0 ], [ 9.20172410579314, 48.788671078623828, 0.0 ], [ 9.201702879538264, 48.788672015041001, 0.0 ], [ 9.201701021003416, 48.788649717231294, 0.0 ], [ 9.201698739427746, 48.788623733292802, 0.0 ], [ 9.201693453675343, 48.788561245613799, 0.0 ], [ 9.201684461705673, 48.788456860003095, 0.0 ], [ 9.201679752413673, 48.78840237451719, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecb", "Latitude": 48.78835, "Longitude": 9.20139, "X_coordina": 3514870.54, "Y_coordina": 5405672.72, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 56.6, "Total_wall": 78.8, "Total_wa00": 0.0, "Total_outw": 242.0, "Total_shar": 0.0, "Total_roof": 56.6, "Gross_volu": 168.9, "Is_Gross_v": "false", "Heated_vol": 147.4, "Ridge_mean": 3.0, "Eaves_mean": 2.98, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.205, "Heated_are": 47.2, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 29.7, "Total_Year": 2951.0, "January_He": 415.0, "February_H": 252.0, "March_Heat": 112.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 21.0, "November_H": 185.0, "December_H": 402.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20137080468588, 48.788395991055637, 0.0 ], [ 9.201281406313299, 48.788399024905544, 0.0 ], [ 9.201277247928624, 48.78834606714188, 0.0 ], [ 9.201411276938918, 48.788341426542033, 0.0 ], [ 9.201415333615451, 48.788368936084879, 0.0 ], [ 9.201411970642061, 48.788378743645083, 0.0 ], [ 9.201403702738649, 48.788387121005293, 0.0 ], [ 9.201391478561801, 48.788393077345219, 0.0 ], [ 9.201376792202408, 48.788395890661683, 0.0 ], [ 9.20137080468588, 48.788395991055637, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecc", "Latitude": 48.78843, "Longitude": 9.202, "X_coordina": 3514914.99, "Y_coordina": 5405681.53, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 989.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 365.7, "Total_wall": 528.9, "Total_wa00": 0.0, "Total_outw": 881.3, "Total_shar": 533.1, "Total_roof": 365.7, "Gross_volu": 2687.0, "Is_Gross_v": "false", "Heated_vol": 2687.0, "Ridge_mean": 7.3, "Eaves_mean": 7.35, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.469, "Heated_are": 989.9, "Mean_Uvalu": 0.41, "Specific_d": "24,8", "Specific_s": 40.0, "Total_Year": 64170.0, "January_He": 9056.0, "February_H": 6584.0, "March_Heat": 4608.0, "April_Heat": 1477.0, "May_Heatin": 134.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 351.0, "October_He": 2566.0, "November_H": 5974.0, "December_H": 8822.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201970260835283, 48.788391973768874, 0.0 ], [ 9.201801398599889, 48.788398024920561, 0.0 ], [ 9.201792396341023, 48.788291121471005, 0.0 ], [ 9.201939485615373, 48.788285468210056, 0.0 ], [ 9.201944468796196, 48.788340312900793, 0.0 ], [ 9.202046515258612, 48.788335278025372, 0.0 ], [ 9.202058762904285, 48.788470771481364, 0.0 ], [ 9.202099717897708, 48.788468811216404, 0.0 ], [ 9.202110747422592, 48.788605925427262, 0.0 ], [ 9.201988968282539, 48.788611174819899, 0.0 ], [ 9.201970260835283, 48.788391973768874, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028ecd", "Latitude": 48.78883, "Longitude": 9.202, "X_coordina": 3514915.16, "Y_coordina": 5405726.56, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 5844.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1585.6, "Total_wall": 2296.3, "Total_wa00": 0.0, "Total_outw": 2663.8, "Total_shar": 13.8, "Total_roof": 2186.1, "Gross_volu": 15557.5, "Is_Gross_v": "false", "Heated_vol": 15557.5, "Ridge_mean": 9.6, "Eaves_mean": 9.62, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.39, "Heated_are": 5844.0, "Mean_Uvalu": 1.01, "Specific_d": "124,1", "Specific_s": 139.0, "Total_Year": 1537861.0, "January_He": 175599.0, "February_H": 137006.0, "March_Heat": 105418.0, "April_Heat": 47457.0, "May_Heatin": 7924.0, "June_Heati": 70, "July_Heati": 0, "August_Hea": 0, "September_": 10429.0, "October_He": 49457.0, "November_H": 112514.0, "December_H": 166637.0, "PV_potenti": 106.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201967872547062, 48.788780268280007, 0.0 ], [ 9.202139589219044, 48.788773042867014, 0.0 ], [ 9.202140250600548, 48.788802176967785, 0.0 ], [ 9.202311560861647, 48.788795401630217, 0.0 ], [ 9.202328433538471, 48.788997880036547, 0.0 ], [ 9.202159297498334, 48.789004022116544, 0.0 ], [ 9.20216059166167, 48.789021285184226, 0.0 ], [ 9.201992137414416, 48.789027785516538, 0.0 ], [ 9.201992570587851, 48.789033989488139, 0.0 ], [ 9.201992179751187, 48.789038333485657, 0.0 ], [ 9.201990549991615, 48.78904255376321, 0.0 ], [ 9.201987762349178, 48.789046497308362, 0.0 ], [ 9.20198389793619, 48.78905002909336, 0.0 ], [ 9.201979105910025, 48.789053013970978, 0.0 ], [ 9.201973549181545, 48.789055352739375, 0.0 ], [ 9.201967431560872, 48.789056964109704, 0.0 ], [ 9.20196095693044, 48.789057784777768, 0.0 ], [ 9.20160758193437, 48.789070993289066, 0.0 ], [ 9.201587114305699, 48.788819692533266, 0.0 ], [ 9.201582819834591, 48.788766824946336, 0.0 ], [ 9.201966397257419, 48.788751765071119, 0.0 ], [ 9.201967872547062, 48.788780268280007, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028b17", "Latitude": 48.78897, "Longitude": 9.19891, "X_coordina": 3514688.09, "Y_coordina": 5405741.67, "LOD": "LOD2", "Year_of_co": 1937, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 391.5, "SecondaryU": "retail", "Secondar00": 109.5, "BuildingTy": "MFH", "Footprint_": 136.9, "Total_wall": 561.8, "Total_wa00": 0.0, "Total_outw": 760.3, "Total_shar": 0.0, "Total_roof": 136.9, "Gross_volu": 1702.4, "Is_Gross_v": "false", "Heated_vol": 1565.5, "Ridge_mean": 12.4, "Eaves_mean": 12.44, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.52, "Heated_are": 501.0, "Mean_Uvalu": 0.45, "Specific_d": "28,3", "Specific_s": 45.5, "Total_Year": 37012.0, "January_He": 5542.0, "February_H": 3888.0, "March_Heat": 2528.0, "April_Heat": 655.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 1187.0, "November_H": 3445.0, "December_H": 5448.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198753729233257, 48.788960762054039, 0.0 ], [ 9.198921366440167, 48.788954088019381, 0.0 ], [ 9.198962595553359, 48.788952488090544, 0.0 ], [ 9.198970759508589, 48.788952114290282, 0.0 ], [ 9.198972454802684, 48.788967847998798, 0.0 ], [ 9.198977869047187, 48.789029256492142, 0.0 ], [ 9.198759746170346, 48.789037006918569, 0.0 ], [ 9.198753729233257, 48.788960762054039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028b0c", "Latitude": 48.78913, "Longitude": 9.19892, "X_coordina": 3514688.87, "Y_coordina": 5405759.47, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1294.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 226.6, "Total_wall": 1066.5, "Total_wa00": 0.0, "Total_outw": 1469.5, "Total_shar": 0.0, "Total_roof": 242.2, "Gross_volu": 4245.2, "Is_Gross_v": "false", "Heated_vol": 4046.3, "Ridge_mean": 20.1, "Eaves_mean": 17.22, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 21, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.374, "Heated_are": 1294.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 67516.0, "January_He": 11771.0, "February_H": 8147.0, "March_Heat": 4930.0, "April_Heat": 929.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 91.0, "October_He": 2243.0, "November_H": 7315.0, "December_H": 11557.0, "PV_potenti": 12.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198796863809168, 48.789097011840447, 0.0 ], [ 9.198838774204075, 48.789095590627142, 0.0 ], [ 9.198906130228927, 48.789093316136999, 0.0 ], [ 9.19890568392924, 48.789083695078183, 0.0 ], [ 9.198975217019035, 48.789081326863595, 0.0 ], [ 9.198981236439669, 48.789158111252554, 0.0 ], [ 9.198986112043679, 48.789220959452464, 0.0 ], [ 9.198778872370939, 48.789227881795625, 0.0 ], [ 9.198773589464571, 48.789165214137391, 0.0 ], [ 9.198768016632942, 48.789098050796575, 0.0 ], [ 9.198796863809168, 48.789097011840447, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002865b", "Latitude": 48.79265, "Longitude": 9.20172, "X_coordina": 3514893.61, "Y_coordina": 5406150.84, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 698.7, "SecondaryU": "retail", "Secondar00": 126.9, "BuildingTy": "GMH", "Footprint_": 158.6, "Total_wall": 411.1, "Total_wa00": 0.0, "Total_outw": 570.2, "Total_shar": 502.0, "Total_roof": 182.2, "Gross_volu": 2738.4, "Is_Gross_v": "false", "Heated_vol": 2579.8, "Ridge_mean": 19.0, "Eaves_mean": 15.42, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.285, "Heated_are": 825.5, "Mean_Uvalu": 0.47, "Specific_d": "24,6", "Specific_s": 33.7, "Total_Year": 48155.0, "January_He": 6725.0, "February_H": 4828.0, "March_Heat": 3181.0, "April_Heat": 788.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1454.0, "November_H": 4205.0, "December_H": 6534.0, "PV_potenti": 9.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201689484451137, 48.792596395131405, 0.0 ], [ 9.201801338799966, 48.792659235607879, 0.0 ], [ 9.201742712853747, 48.792701512490517, 0.0 ], [ 9.201684222548533, 48.792743699181884, 0.0 ], [ 9.201553531653294, 48.792667223177538, 0.0 ], [ 9.201610936786304, 48.79262593768766, 0.0 ], [ 9.201654770803692, 48.792594387681831, 0.0 ], [ 9.201675778412316, 48.792606400653831, 0.0 ], [ 9.201689484451137, 48.792596395131405, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028479", "Latitude": 48.78875, "Longitude": 9.20271, "X_coordina": 3514967.59, "Y_coordina": 5405717.82, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 81.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.0, "Total_wall": 104.6, "Total_wa00": 0.0, "Total_outw": 204.5, "Total_shar": 50.3, "Total_roof": 45.0, "Gross_volu": 216.6, "Is_Gross_v": "false", "Heated_vol": 216.6, "Ridge_mean": 4.8, "Eaves_mean": 4.82, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.899, "Heated_are": 81.3, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 62.4, "Total_Year": 11010.0, "January_He": 1249.0, "February_H": 863.0, "March_Heat": 522.0, "April_Heat": 124.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 274.0, "November_H": 788.0, "December_H": 1220.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202728256111902, 48.788792240877399, 0.0 ], [ 9.202654862114189, 48.788815750208137, 0.0 ], [ 9.202609298949334, 48.788754862148473, 0.0 ], [ 9.202680650820556, 48.788731176593437, 0.0 ], [ 9.202728256111902, 48.788792240877399, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028346", "Latitude": 48.79532, "Longitude": 9.20768, "X_coordina": 3515330.9, "Y_coordina": 5406449.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1201.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 220.8, "Total_wall": 966.9, "Total_wa00": 0.0, "Total_outw": 1228.9, "Total_shar": 231.3, "Total_roof": 220.8, "Gross_volu": 3763.2, "Is_Gross_v": "false", "Heated_vol": 3754.9, "Ridge_mean": 18.4, "Eaves_mean": 18.38, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 31, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.375, "Heated_are": 1201.6, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.0, "Total_Year": 57472.0, "January_He": 9438.0, "February_H": 6679.0, "March_Heat": 4282.0, "April_Heat": 1036.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1840.0, "November_H": 5796.0, "December_H": 9248.0, "PV_potenti": 7.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207751177596144, 48.795411287389626, 0.0 ], [ 9.207493086835834, 48.795371017333196, 0.0 ], [ 9.207529956189742, 48.795268168283798, 0.0 ], [ 9.207533224973977, 48.795268701934376, 0.0 ], [ 9.207543030956186, 48.795270212962699, 0.0 ], [ 9.207539262625712, 48.795280560961849, 0.0 ], [ 9.207582300522617, 48.795287317581668, 0.0 ], [ 9.207585394618453, 48.795278499496789, 0.0 ], [ 9.207738206144363, 48.795302413375694, 0.0 ], [ 9.207735247809309, 48.795311141296196, 0.0 ], [ 9.207787001418049, 48.795319051123279, 0.0 ], [ 9.207754037699692, 48.795411731847643, 0.0 ], [ 9.207751177596144, 48.795411287389626, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028312", "Latitude": 48.7879, "Longitude": 9.2002, "X_coordina": 3514782.96, "Y_coordina": 5405622.96, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 837.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 230.7, "Total_wall": 429.4, "Total_wa00": 0.0, "Total_outw": 671.3, "Total_shar": 465.8, "Total_roof": 322.3, "Gross_volu": 3327.8, "Is_Gross_v": "false", "Heated_vol": 3097.1, "Ridge_mean": 17.1, "Eaves_mean": 11.62, "Storey_num": 5, "Average_St": 3.2, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.307, "Heated_are": 837.6, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 50039.0, "January_He": 8520.0, "February_H": 6373.0, "March_Heat": 4372.0, "April_Heat": 1237.0, "May_Heatin": 60.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 163.0, "October_He": 2150.0, "November_H": 5544.0, "December_H": 8351.0, "PV_potenti": 15.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20002521978634, 48.787966882472134, 0.0 ], [ 9.199991427281269, 48.787921889410654, 0.0 ], [ 9.200247895023885, 48.787838983721677, 0.0 ], [ 9.200280184664434, 48.78788245062016, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200239226596731, 48.787951942913146, 0.0 ], [ 9.200058055095374, 48.788010708178689, 0.0 ], [ 9.20002521978634, 48.787966882472134, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028313", "Latitude": 48.78794, "Longitude": 9.20033, "X_coordina": 3514792.92, "Y_coordina": 5405626.46, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.2, "Total_wall": 26.9, "Total_wa00": 0.0, "Total_outw": 79.6, "Total_shar": 72.5, "Total_roof": 24.2, "Gross_volu": 72.2, "Is_Gross_v": "false", "Heated_vol": 61.2, "Ridge_mean": 3.0, "Eaves_mean": 3.01, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.11, "Heated_are": 19.6, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200239226596731, 48.787951942913146, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200337375683942, 48.787959415716351, 0.0 ], [ 9.200262354101396, 48.787984275213184, 0.0 ], [ 9.200239226596731, 48.787951942913146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00028219", "Latitude": 48.78856, "Longitude": 9.21308, "X_coordina": 3515729.53, "Y_coordina": 5405698.84, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.4, "Total_wall": 59.0, "Total_wa00": 0.0, "Total_outw": 127.0, "Total_shar": 238.3, "Total_roof": 53.0, "Gross_volu": 351.1, "Is_Gross_v": "false", "Heated_vol": 309.7, "Ridge_mean": 10.2, "Eaves_mean": 6.79, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 88.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.6, "Total_Year": 5625.0, "January_He": 1070.0, "February_H": 728.0, "March_Heat": 408.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 207.0, "November_H": 681.0, "December_H": 1051.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213091829876626, 48.788608430603617, 0.0 ], [ 9.213037111993357, 48.7886061039003, 0.0 ], [ 9.212977494165825, 48.788603606385671, 0.0 ], [ 9.212981390737999, 48.788559626513283, 0.0 ], [ 9.21304114498275, 48.788562213697212, 0.0 ], [ 9.213096815818428, 48.788564628558916, 0.0 ], [ 9.213091829876626, 48.788608430603617, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002820b", "Latitude": 48.78811, "Longitude": 9.21063, "X_coordina": 3515549.82, "Y_coordina": 5405648.24, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.3, "Total_wall": 180.8, "Total_wa00": 0.0, "Total_outw": 273.4, "Total_shar": 127.2, "Total_roof": 89.9, "Gross_volu": 608.3, "Is_Gross_v": "false", "Heated_vol": 550.9, "Ridge_mean": 13.3, "Eaves_mean": 7.87, "Storey_num": 4, "Average_St": 3.1, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.573, "Heated_are": 157.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 61.4, "Total_Year": 12130.0, "January_He": 2302.0, "February_H": 1654.0, "March_Heat": 1059.0, "April_Heat": 249.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 556.0, "November_H": 1523.0, "December_H": 2249.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210520278886412, 48.788152661194033, 0.0 ], [ 9.2105395057743, 48.788096783452239, 0.0 ], [ 9.2106002386752, 48.788105754692545, 0.0 ], [ 9.210658792695941, 48.788114370191927, 0.0 ], [ 9.210639974572381, 48.788170337129458, 0.0 ], [ 9.21058101185133, 48.788161632444258, 0.0 ], [ 9.210520278886412, 48.788152661194033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027ec1", "Latitude": 48.79195, "Longitude": 9.19809, "X_coordina": 3514627.04, "Y_coordina": 5406072.77, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 376.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 125.4, "Total_wall": 278.3, "Total_wa00": 0.0, "Total_outw": 486.5, "Total_shar": 87.4, "Total_roof": 153.2, "Gross_volu": 1102.8, "Is_Gross_v": "false", "Heated_vol": 999.1, "Ridge_mean": 10.4, "Eaves_mean": 7.13, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 376.3, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 48.6, "Total_Year": 24248.0, "January_He": 4305.0, "February_H": 3123.0, "March_Heat": 2098.0, "April_Heat": 585.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1066.0, "November_H": 2784.0, "December_H": 4208.0, "PV_potenti": 7.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197941649087873, 48.791963811255485, 0.0 ], [ 9.197939207463792, 48.791965883695099, 0.0 ], [ 9.197935796883838, 48.791963821314681, 0.0 ], [ 9.197975963656122, 48.79193371778554, 0.0 ], [ 9.198018708803636, 48.791901721413026, 0.0 ], [ 9.198157708129855, 48.791981694159077, 0.0 ], [ 9.198155808072174, 48.791983046282574, 0.0 ], [ 9.198114419673608, 48.792013961288191, 0.0 ], [ 9.198074387956455, 48.792043794862074, 0.0 ], [ 9.198072759028271, 48.792044876747063, 0.0 ], [ 9.197957350565201, 48.791976553415886, 0.0 ], [ 9.197958700222806, 48.791973673540674, 0.0 ], [ 9.197941649087873, 48.791963811255485, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027e11", "Latitude": 48.7887, "Longitude": 9.21307, "X_coordina": 3515728.56, "Y_coordina": 5405713.57, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.5, "Total_wall": 50.0, "Total_wa00": 0.0, "Total_outw": 115.0, "Total_shar": 222.7, "Total_roof": 53.0, "Gross_volu": 317.5, "Is_Gross_v": "false", "Heated_vol": 276.1, "Ridge_mean": 9.4, "Eaves_mean": 5.96, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.486, "Heated_are": 88.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.8, "Total_Year": 5359.0, "January_He": 1005.0, "February_H": 685.0, "March_Heat": 384.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 193.0, "November_H": 639.0, "December_H": 986.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21296875180454, 48.7886923771973, 0.0 ], [ 9.213029049800141, 48.788694783534595, 0.0 ], [ 9.213083903106767, 48.788696930143814, 0.0 ], [ 9.213080686297101, 48.788740728913588, 0.0 ], [ 9.213025016409354, 48.788738583813341, 0.0 ], [ 9.212964990919847, 48.788736266893665, 0.0 ], [ 9.21296875180454, 48.7886923771973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027d11", "Latitude": 48.79497, "Longitude": 9.2045, "X_coordina": 3515096.99, "Y_coordina": 5406409.97, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 913.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 213.1, "Total_wall": 772.9, "Total_wa00": 0.0, "Total_outw": 1116.7, "Total_shar": 202.4, "Total_roof": 213.1, "Gross_volu": 2914.0, "Is_Gross_v": "false", "Heated_vol": 2853.2, "Ridge_mean": 13.8, "Eaves_mean": 13.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 11, "Number_o00": 24, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.417, "Heated_are": 913.0, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 34.1, "Total_Year": 45607.0, "January_He": 7709.0, "February_H": 5410.0, "March_Heat": 3385.0, "April_Heat": 676.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1578.0, "November_H": 4797.0, "December_H": 7504.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204410408908544, 48.794909377551697, 0.0 ], [ 9.204457205334041, 48.794936901007837, 0.0 ], [ 9.204460190890673, 48.794934737541922, 0.0 ], [ 9.204469961269957, 48.794927526310481, 0.0 ], [ 9.204550592042724, 48.79497468290711, 0.0 ], [ 9.204540414444931, 48.794982164639258, 0.0 ], [ 9.204593897020253, 48.795013812647063, 0.0 ], [ 9.204562019865284, 48.79507384828397, 0.0 ], [ 9.204535279461137, 48.795058249083262, 0.0 ], [ 9.204506918451559, 48.795079251639024, 0.0 ], [ 9.204481678517624, 48.795064459073195, 0.0 ], [ 9.204472722557584, 48.795071129318103, 0.0 ], [ 9.204419104987235, 48.79503975126466, 0.0 ], [ 9.204393458024761, 48.79505877065673, 0.0 ], [ 9.204362488166954, 48.795040661063169, 0.0 ], [ 9.204388270872645, 48.795021551513464, 0.0 ], [ 9.204316098092246, 48.794979145745963, 0.0 ], [ 9.204410408908544, 48.794909377551697, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027a64", "Latitude": 48.78849, "Longitude": 9.20985, "X_coordina": 3515491.92, "Y_coordina": 5405690.16, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 55.1, "Total_wa00": 0.0, "Total_outw": 130.9, "Total_shar": 190.6, "Total_roof": 64.0, "Gross_volu": 338.0, "Is_Gross_v": "false", "Heated_vol": 291.9, "Ridge_mean": 9.2, "Eaves_mean": 5.49, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.525, "Heated_are": 93.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 5829.0, "January_He": 1111.0, "February_H": 747.0, "March_Heat": 413.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 208.0, "November_H": 705.0, "December_H": 1092.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209749641507749, 48.78848669498948, 0.0 ], [ 9.209797537082338, 48.788484809270962, 0.0 ], [ 9.20985278029452, 48.788482640372479, 0.0 ], [ 9.209856683028903, 48.7885373967653, 0.0 ], [ 9.20980239162602, 48.788539384084288, 0.0 ], [ 9.209754495624946, 48.788541179881932, 0.0 ], [ 9.209754087359684, 48.78854118062555, 0.0 ], [ 9.209753089767535, 48.788530391604269, 0.0 ], [ 9.209749641507749, 48.78848669498948, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000279ac", "Latitude": 48.79109, "Longitude": 9.20904, "X_coordina": 3515431.87, "Y_coordina": 5405979.42, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 68.9, "Total_wa00": 0.0, "Total_outw": 134.4, "Total_shar": 229.7, "Total_roof": 68.3, "Gross_volu": 402.5, "Is_Gross_v": "false", "Heated_vol": 390.2, "Ridge_mean": 10.3, "Eaves_mean": 6.14, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.47, "Heated_are": 124.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 7195.0, "January_He": 1296.0, "February_H": 886.0, "March_Heat": 554.0, "April_Heat": 139.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 248.0, "November_H": 788.0, "December_H": 1284.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208946599345882, 48.791146747020235, 0.0 ], [ 9.208958152332281, 48.791110306995144, 0.0 ], [ 9.208970106866433, 48.791072247614984, 0.0 ], [ 9.209047043275763, 48.791082359272494, 0.0 ], [ 9.209035634673111, 48.791120777364085, 0.0 ], [ 9.209025032541323, 48.79115676605295, 0.0 ], [ 9.208946599345882, 48.791146747020235, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000278d8", "Latitude": 48.7946, "Longitude": 9.20244, "X_coordina": 3514945.7, "Y_coordina": 5406367.67, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 726.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 138.3, "Total_wall": 560.2, "Total_wa00": 0.0, "Total_outw": 777.9, "Total_shar": 213.2, "Total_roof": 219.6, "Gross_volu": 2400.7, "Is_Gross_v": "false", "Heated_vol": 2269.6, "Ridge_mean": 20.9, "Eaves_mean": 14.63, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 12, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.398, "Heated_are": 726.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.1, "Total_Year": 39200.0, "January_He": 6938.0, "February_H": 4788.0, "March_Heat": 2883.0, "April_Heat": 566.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1350.0, "November_H": 4259.0, "December_H": 6831.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202318583699572, 48.794638085380278, 0.0 ], [ 9.202336767160334, 48.794624474975834, 0.0 ], [ 9.202281926089251, 48.794593008151992, 0.0 ], [ 9.202355072501893, 48.794539644897228, 0.0 ], [ 9.202506643474008, 48.794628492703247, 0.0 ], [ 9.202416403202701, 48.794695644404875, 0.0 ], [ 9.202368516380997, 48.794667402646752, 0.0 ], [ 9.202318583699572, 48.794638085380278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027795", "Latitude": 48.78972, "Longitude": 9.20681, "X_coordina": 3515268.44, "Y_coordina": 5405825.88, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 799.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 180.1, "Total_wall": 683.8, "Total_wa00": 0.0, "Total_outw": 1018.7, "Total_shar": 0.0, "Total_roof": 219.2, "Gross_volu": 2677.6, "Is_Gross_v": "false", "Heated_vol": 2497.5, "Ridge_mean": 16.7, "Eaves_mean": 13.46, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.425, "Heated_are": 799.2, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 40970.0, "January_He": 7114.0, "February_H": 4922.0, "March_Heat": 2939.0, "April_Heat": 537.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 1342.0, "November_H": 4423.0, "December_H": 6971.0, "PV_potenti": 10.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206678620833115, 48.789805042788011, 0.0 ], [ 9.206708499663876, 48.78965751440137, 0.0 ], [ 9.206855259114354, 48.789670109957797, 0.0 ], [ 9.20682470283373, 48.78981826906432, 0.0 ], [ 9.206678620833115, 48.789805042788011, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000276eb", "Latitude": 48.795, "Longitude": 9.20772, "X_coordina": 3515333.91, "Y_coordina": 5406413.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1454.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 255.9, "Total_wall": 1103.9, "Total_wa00": 0.0, "Total_outw": 1461.9, "Total_shar": 231.6, "Total_roof": 255.9, "Gross_volu": 4800.9, "Is_Gross_v": "false", "Heated_vol": 4545.0, "Ridge_mean": 19.5, "Eaves_mean": 19.48, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 39, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.349, "Heated_are": 1454.4, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 32.9, "Total_Year": 70945.0, "January_He": 11677.0, "February_H": 8418.0, "March_Heat": 5349.0, "April_Heat": 1066.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 2481.0, "November_H": 7460.0, "December_H": 11337.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207615315509621, 48.794943120642166, 0.0 ], [ 9.20763519993521, 48.794946232116473, 0.0 ], [ 9.207648654275163, 48.794908350041879, 0.0 ], [ 9.207785938258573, 48.794929773996458, 0.0 ], [ 9.207759297138697, 48.795004368686755, 0.0 ], [ 9.207775095449326, 48.795006768120089, 0.0 ], [ 9.207760025728939, 48.795048969453539, 0.0 ], [ 9.207744090928484, 48.795046480340815, 0.0 ], [ 9.207716373086154, 48.795124044439127, 0.0 ], [ 9.207579088602177, 48.795102620403256, 0.0 ], [ 9.207593083368964, 48.795063748202999, 0.0 ], [ 9.207573879800785, 48.795060725417805, 0.0 ], [ 9.207573198899526, 48.795060636721558, 0.0 ], [ 9.207615315509621, 48.794943120642166, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000274a7", "Latitude": 48.78795, "Longitude": 9.21355, "X_coordina": 3515763.83, "Y_coordina": 5405631.16, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 488.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 126.3, "Total_wall": 363.0, "Total_wa00": 0.0, "Total_outw": 575.2, "Total_shar": 168.8, "Total_roof": 215.2, "Gross_volu": 1625.8, "Is_Gross_v": "false", "Heated_vol": 1527.7, "Ridge_mean": 16.1, "Eaves_mean": 9.64, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.45, "Heated_are": 488.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 30492.0, "January_He": 5519.0, "February_H": 3940.0, "March_Heat": 2462.0, "April_Heat": 503.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1249.0, "November_H": 3603.0, "December_H": 5389.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21352587454073, 48.787915664097703, 0.0 ], [ 9.213583066442288, 48.787923920942518, 0.0 ], [ 9.213543154221357, 48.788043143810306, 0.0 ], [ 9.213486643388807, 48.788035065530586, 0.0 ], [ 9.213419511306096, 48.788025478204865, 0.0 ], [ 9.213459423043203, 48.787906075533137, 0.0 ], [ 9.21352587454073, 48.787915664097703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000273b9", "Latitude": 48.79488, "Longitude": 9.20827, "X_coordina": 3515374.16, "Y_coordina": 5406400.54, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1136.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 240.8, "Total_wall": 966.6, "Total_wa00": 0.0, "Total_outw": 1262.6, "Total_shar": 197.5, "Total_roof": 240.8, "Gross_volu": 3551.5, "Is_Gross_v": "false", "Heated_vol": 3551.5, "Ridge_mean": 15.4, "Eaves_mean": 15.42, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.408, "Heated_are": 1136.5, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 37.2, "Total_Year": 60262.0, "January_He": 10246.0, "February_H": 7311.0, "March_Heat": 4713.0, "April_Heat": 1108.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 2244.0, "November_H": 6474.0, "December_H": 10006.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208263054476054, 48.795010562726681, 0.0 ], [ 9.208128902737629, 48.794989673221181, 0.0 ], [ 9.208139800838573, 48.794959079517064, 0.0 ], [ 9.208122232034828, 48.794956413562744, 0.0 ], [ 9.208154123047938, 48.794867871148, 0.0 ], [ 9.208172645305286, 48.794870715221087, 0.0 ], [ 9.20818529188964, 48.794835082632304, 0.0 ], [ 9.208166497061802, 48.794832149130393, 0.0 ], [ 9.208179682109458, 48.794795076791772, 0.0 ], [ 9.208197115126644, 48.794797832906454, 0.0 ], [ 9.208331810803356, 48.794818721349174, 0.0 ], [ 9.20831808665181, 48.794857053610002, 0.0 ], [ 9.208263054476054, 48.795010562726681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027367", "Latitude": 48.79043, "Longitude": 9.19793, "X_coordina": 3514615.93, "Y_coordina": 5405903.14, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2283.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 396.4, "Total_wall": 1296.4, "Total_wa00": 0.0, "Total_outw": 1727.7, "Total_shar": 154.0, "Total_roof": 521.9, "Gross_volu": 7411.6, "Is_Gross_v": "false", "Heated_vol": 7134.8, "Ridge_mean": 19.0, "Eaves_mean": 16.56, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 37, "Number_o00": 63, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.307, "Heated_are": 2283.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 31.5, "Total_Year": 108064.0, "January_He": 17708.0, "February_H": 12602.0, "March_Heat": 7947.0, "April_Heat": 1575.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 136.0, "October_He": 3569.0, "November_H": 11080.0, "December_H": 17246.0, "PV_potenti": 19.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198108606348063, 48.790502805056185, 0.0 ], [ 9.19799828793685, 48.79058581444319, 0.0 ], [ 9.19767049697113, 48.790393671261562, 0.0 ], [ 9.197779055479693, 48.790313003222408, 0.0 ], [ 9.197782312176559, 48.790310569691194, 0.0 ], [ 9.197813822900367, 48.790329129756422, 0.0 ], [ 9.197898806740548, 48.79037925104506, 0.0 ], [ 9.197944503820075, 48.79040605966695, 0.0 ], [ 9.198108606348063, 48.790502805056185, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027368", "Latitude": 48.7903, "Longitude": 9.19794, "X_coordina": 3514616.64, "Y_coordina": 5405889.17, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 379.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 78.7, "Total_wall": 280.4, "Total_wa00": 0.0, "Total_outw": 343.2, "Total_shar": 312.5, "Total_roof": 78.7, "Gross_volu": 1186.7, "Is_Gross_v": "false", "Heated_vol": 1186.7, "Ridge_mean": 15.1, "Eaves_mean": 15.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.369, "Heated_are": 379.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 20009.0, "January_He": 3281.0, "February_H": 2447.0, "March_Heat": 1651.0, "April_Heat": 421.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 805.0, "November_H": 2141.0, "December_H": 3187.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197813822900367, 48.790329129756422, 0.0 ], [ 9.197897136321888, 48.790265950151216, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.197898806740548, 48.79037925104506, 0.0 ], [ 9.197813822900367, 48.790329129756422, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027369", "Latitude": 48.79028, "Longitude": 9.19808, "X_coordina": 3514626.77, "Y_coordina": 5405887.3, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 115.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 71.1, "Total_wall": 264.4, "Total_wa00": 0.0, "Total_outw": 540.2, "Total_shar": 197.8, "Total_roof": 71.1, "Gross_volu": 384.4, "Is_Gross_v": "false", "Heated_vol": 362.3, "Ridge_mean": 5.4, "Eaves_mean": 5.41, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.099, "Heated_are": 115.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 84.6, "Total_Year": 11642.0, "January_He": 2424.0, "February_H": 1666.0, "March_Heat": 1001.0, "April_Heat": 228.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 520.0, "November_H": 1527.0, "December_H": 2385.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197899623301469, 48.790379249641774, 0.0 ], [ 9.197984032166367, 48.790317776640542, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.198134788919173, 48.790205022896963, 0.0 ], [ 9.19815006674497, 48.790213988971665, 0.0 ], [ 9.198123334658165, 48.79023390808775, 0.0 ], [ 9.198173533068864, 48.790263316660038, 0.0 ], [ 9.198164713216835, 48.790269986186061, 0.0 ], [ 9.198114378357481, 48.79024048792111, 0.0 ], [ 9.197999442201031, 48.790325753347894, 0.0 ], [ 9.198029858605143, 48.790342876457629, 0.0 ], [ 9.197945456474983, 48.79040605802939, 0.0 ], [ 9.197899623301469, 48.790379249641774, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002736a", "Latitude": 48.79018, "Longitude": 9.19811, "X_coordina": 3514629.22, "Y_coordina": 5405875.17, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1453.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 346.3, "Total_wall": 660.7, "Total_wa00": 0.0, "Total_outw": 957.7, "Total_shar": 695.4, "Total_roof": 348.1, "Gross_volu": 4888.9, "Is_Gross_v": "false", "Heated_vol": 4542.6, "Ridge_mean": 15.0, "Eaves_mean": 12.07, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 18, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.287, "Heated_are": 1453.6, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 30.0, "Total_Year": 66571.0, "January_He": 10413.0, "February_H": 7693.0, "March_Heat": 5094.0, "April_Heat": 1196.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 95.0, "October_He": 2277.0, "November_H": 6644.0, "December_H": 10105.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198271995873377, 48.790176640645178, 0.0 ], [ 9.198208491389611, 48.790224229641623, 0.0 ], [ 9.198208900731368, 48.790224498707936, 0.0 ], [ 9.19819099027834, 48.790238197925284, 0.0 ], [ 9.19815006674497, 48.790213988971665, 0.0 ], [ 9.198134788919173, 48.790205022896963, 0.0 ], [ 9.197983622825044, 48.790317507573448, 0.0 ], [ 9.197897136321888, 48.790265950151216, 0.0 ], [ 9.197866852213108, 48.790247837619042, 0.0 ], [ 9.19809984692947, 48.790075413144187, 0.0 ], [ 9.198136814077255, 48.790097200985727, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000272a8", "Latitude": 48.79484, "Longitude": 9.2104, "X_coordina": 3515530.29, "Y_coordina": 5406396.15, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 3245.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 752.7, "Total_wall": 1566.4, "Total_wa00": 0.0, "Total_outw": 2193.5, "Total_shar": 0.0, "Total_roof": 752.7, "Gross_volu": 8795.5, "Is_Gross_v": "false", "Heated_vol": 8795.5, "Ridge_mean": 14.7, "Eaves_mean": 14.67, "Storey_num": 6, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.349, "Heated_are": 3245.0, "Mean_Uvalu": 0.39, "Specific_d": "155,5", "Specific_s": 108.6, "Total_Year": 857017.99999999988, "January_He": 70792.0, "February_H": 56002.0, "March_Heat": 45184.0, "April_Heat": 23305.0, "May_Heatin": 6441.0, "June_Heati": 662, "July_Heati": 122, "August_Hea": 201, "September_": 8098.0, "October_He": 25377.0, "November_H": 48343.0, "December_H": 67791.0, "PV_potenti": 34.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210286991380816, 48.794984403871609, 0.0 ], [ 9.210232649838234, 48.794976050273377, 0.0 ], [ 9.210155019201562, 48.794964142209338, 0.0 ], [ 9.210177347572484, 48.794900615432546, 0.0 ], [ 9.210142482005107, 48.794895283645928, 0.0 ], [ 9.210167232089084, 48.79482500818466, 0.0 ], [ 9.210143806938454, 48.794821453990444, 0.0 ], [ 9.210169769160901, 48.79474811891496, 0.0 ], [ 9.210288803265213, 48.794766605715978, 0.0 ], [ 9.210301315227055, 48.794731692528458, 0.0 ], [ 9.210331141799802, 48.794736314082016, 0.0 ], [ 9.210343651845255, 48.794700951275424, 0.0 ], [ 9.210526151139494, 48.794728943714851, 0.0 ], [ 9.210501536956365, 48.794799039158924, 0.0 ], [ 9.210561325952595, 48.794808191982625, 0.0 ], [ 9.210535636104821, 48.794881436724133, 0.0 ], [ 9.210508942112023, 48.794877349038792, 0.0 ], [ 9.210471953179313, 48.794982627203346, 0.0 ], [ 9.210445395243781, 48.7949785392547, 0.0 ], [ 9.210433155908989, 48.795013541881751, 0.0 ], [ 9.210364105476799, 48.795002967133122, 0.0 ], [ 9.210358995860309, 48.795017903776213, 0.0 ], [ 9.210279594249767, 48.795005639336885, 0.0 ], [ 9.210286991380816, 48.794984403871609, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002711e", "Latitude": 48.78819, "Longitude": 9.20934, "X_coordina": 3515454.96, "Y_coordina": 5405656.68, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.0, "Total_wall": 143.3, "Total_wa00": 0.0, "Total_outw": 258.7, "Total_shar": 99.3, "Total_roof": 84.9, "Gross_volu": 417.5, "Is_Gross_v": "false", "Heated_vol": 417.3, "Ridge_mean": 10.0, "Eaves_mean": 5.43, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.676, "Heated_are": 133.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 55.2, "Total_Year": 9481.0, "January_He": 1865.0, "February_H": 1251.0, "March_Heat": 725.0, "April_Heat": 161.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 337.0, "November_H": 1136.0, "December_H": 1863.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209249852056576, 48.788208121485482, 0.0 ], [ 9.209264532297636, 48.788171226110343, 0.0 ], [ 9.209359316476769, 48.788187240091787, 0.0 ], [ 9.209345450207636, 48.788223504533647, 0.0 ], [ 9.209334275001787, 48.788252390342031, 0.0 ], [ 9.209238673808422, 48.788236287900958, 0.0 ], [ 9.209249852056576, 48.788208121485482, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002711f", "Latitude": 48.78818, "Longitude": 9.20925, "X_coordina": 3515448.47, "Y_coordina": 5405655.95, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 10.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 19.8, "Total_wall": 43.7, "Total_wa00": 0.0, "Total_outw": 157.1, "Total_shar": 0.0, "Total_roof": 21.2, "Gross_volu": 58.7, "Is_Gross_v": "false", "Heated_vol": 39.0, "Ridge_mean": 4.3, "Eaves_mean": 1.68, "Storey_num": 1, "Average_St": 3.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.734, "Heated_are": 10.4, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209235144510094, 48.788205720269886, 0.0 ], [ 9.209224648187529, 48.788234245139634, 0.0 ], [ 9.209178344768018, 48.788226236125865, 0.0 ], [ 9.209198142939986, 48.788176472379824, 0.0 ], [ 9.209242949354781, 48.788184484105706, 0.0 ], [ 9.209235144510094, 48.788205720269886, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027114", "Latitude": 48.79127, "Longitude": 9.21362, "X_coordina": 3515767.94, "Y_coordina": 5405999.58, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.0, "Total_wall": 252.0, "Total_wa00": 0.0, "Total_outw": 429.4, "Total_shar": 374.7, "Total_roof": 210.9, "Gross_volu": 1869.8, "Is_Gross_v": "false", "Heated_vol": 1720.8, "Ridge_mean": 15.2, "Eaves_mean": 9.88, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 550.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.9, "Total_Year": 28509.0, "January_He": 4829.0, "February_H": 3480.0, "March_Heat": 2169.0, "April_Heat": 407.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1036.0, "November_H": 3114.0, "December_H": 4703.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213609889324692, 48.791229643940909, 0.0 ], [ 9.213674882167004, 48.79124723832151, 0.0 ], [ 9.213601340770325, 48.791363915747077, 0.0 ], [ 9.213536483135684, 48.791346141227415, 0.0 ], [ 9.213467810283669, 48.791327294659929, 0.0 ], [ 9.213541217367501, 48.791210977262359, 0.0 ], [ 9.213609889324692, 48.791229643940909, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00027112", "Latitude": 48.7909, "Longitude": 9.20838, "X_coordina": 3515383.62, "Y_coordina": 5405957.95, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 401.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 159.8, "Total_wall": 236.7, "Total_wa00": 0.0, "Total_outw": 493.4, "Total_shar": 133.3, "Total_roof": 237.7, "Gross_volu": 1375.6, "Is_Gross_v": "false", "Heated_vol": 1254.7, "Ridge_mean": 11.4, "Eaves_mean": 6.24, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.485, "Heated_are": 401.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 24825.0, "January_He": 4408.0, "February_H": 3148.0, "March_Heat": 2087.0, "April_Heat": 587.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 996.0, "November_H": 2802.0, "December_H": 4336.0, "PV_potenti": 10.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208463368955281, 48.790895566888672, 0.0 ], [ 9.208451569543625, 48.790938301964573, 0.0 ], [ 9.20844017318262, 48.790979777378844, 0.0 ], [ 9.208215353056156, 48.790949430207867, 0.0 ], [ 9.208240455633353, 48.790865486085387, 0.0 ], [ 9.208463368955281, 48.790895566888672, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270e8", "Latitude": 48.78825, "Longitude": 9.20972, "X_coordina": 3515482.95, "Y_coordina": 5405663.8, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 146.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.2, "Total_wall": 88.7, "Total_wa00": 0.0, "Total_outw": 161.7, "Total_shar": 204.1, "Total_roof": 85.1, "Gross_volu": 510.7, "Is_Gross_v": "false", "Heated_vol": 456.5, "Ridge_mean": 11.7, "Eaves_mean": 7.1, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 146.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 8722.0, "January_He": 1562.0, "February_H": 1085.0, "March_Heat": 703.0, "April_Heat": 190.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 327.0, "November_H": 966.0, "December_H": 1543.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209740215812682, 48.788249583477949, 0.0 ], [ 9.209726890029843, 48.788284857820742, 0.0 ], [ 9.209715178921686, 48.788315722962174, 0.0 ], [ 9.209620125209193, 48.788300429153594, 0.0 ], [ 9.209631700284422, 48.788269564269363, 0.0 ], [ 9.209644754703918, 48.788234470278823, 0.0 ], [ 9.209734908020303, 48.788249503221195, 0.0 ], [ 9.209740215812682, 48.788249583477949, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cc", "Latitude": 48.78978, "Longitude": 9.19762, "X_coordina": 3514593.29, "Y_coordina": 5405831.24, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1981.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 343.6, "Total_wall": 1406.3, "Total_wa00": 0.0, "Total_outw": 1937.6, "Total_shar": 0.0, "Total_roof": 479.8, "Gross_volu": 6536.1, "Is_Gross_v": "false", "Heated_vol": 6192.5, "Ridge_mean": 22.7, "Eaves_mean": 17.02, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 1981.6, "Mean_Uvalu": 0.45, "Specific_d": "73,0", "Specific_s": 44.4, "Total_Year": 232712.0, "January_He": 20960.0, "February_H": 15119.0, "March_Heat": 10028.0, "April_Heat": 2874.0, "May_Heatin": 229.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 503.0, "October_He": 4822.0, "November_H": 13144.0, "December_H": 20349.0, "PV_potenti": 18.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19765879418731, 48.789770340771589, 0.0 ], [ 9.19778128244903, 48.789840810435152, 0.0 ], [ 9.197662820601101, 48.789929228914538, 0.0 ], [ 9.1975414167901, 48.789857678182308, 0.0 ], [ 9.19755038603634, 48.789850927515943, 0.0 ], [ 9.197376318256437, 48.789749063762656, 0.0 ], [ 9.197474831892803, 48.789675247413513, 0.0 ], [ 9.197648884205504, 48.78977665243535, 0.0 ], [ 9.19765879418731, 48.789770340771589, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cd", "Latitude": 48.7896, "Longitude": 9.19737, "X_coordina": 3514574.55, "Y_coordina": 5405811.57, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 98.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 122.9, "Total_wall": 119.5, "Total_wa00": 0.0, "Total_outw": 392.0, "Total_shar": 41.9, "Total_roof": 122.9, "Gross_volu": 335.1, "Is_Gross_v": "false", "Heated_vol": 306.2, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.124, "Heated_are": 98.0, "Mean_Uvalu": 0.25, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197398093394142, 48.789610364196577, 0.0 ], [ 9.197261857690037, 48.789712660973059, 0.0 ], [ 9.197200476181491, 48.789676976497994, 0.0 ], [ 9.197384339941607, 48.789538898482562, 0.0 ], [ 9.197418849687669, 48.789558892295808, 0.0 ], [ 9.19742553332966, 48.789562747553667, 0.0 ], [ 9.197445721411544, 48.789574582860631, 0.0 ], [ 9.197398093394142, 48.789610364196577, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000270cf", "Latitude": 48.78962, "Longitude": 9.1976, "X_coordina": 3514591.83, "Y_coordina": 5405813.39, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.2, "Total_wall": 35.8, "Total_wa00": 0.0, "Total_outw": 114.9, "Total_shar": 95.4, "Total_roof": 39.2, "Gross_volu": 117.8, "Is_Gross_v": "false", "Heated_vol": 98.1, "Ridge_mean": 3.0, "Eaves_mean": 3.0, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.031, "Heated_are": 31.4, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197579775453272, 48.789679383737159, 0.0 ], [ 9.197547173666385, 48.789660106088519, 0.0 ], [ 9.197497568584563, 48.789642925836937, 0.0 ], [ 9.197520709286017, 48.78960952447909, 0.0 ], [ 9.197532565828379, 48.789613730552304, 0.0 ], [ 9.197540148825464, 48.789604005792079, 0.0 ], [ 9.197619054505859, 48.789631566887707, 0.0 ], [ 9.197579775453272, 48.789679383737159, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002707d", "Latitude": 48.79507, "Longitude": 9.2082, "X_coordina": 3515368.73, "Y_coordina": 5406421.77, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 235.5, "Total_wall": 944.5, "Total_wa00": 0.0, "Total_outw": 1234.4, "Total_shar": 198.3, "Total_roof": 235.5, "Gross_volu": 3565.3, "Is_Gross_v": "false", "Heated_vol": 3565.3, "Ridge_mean": 15.7, "Eaves_mean": 15.72, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.397, "Heated_are": 1140.9, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.4, "Total_Year": 61936.0, "January_He": 10383.0, "February_H": 7607.0, "March_Heat": 5083.0, "April_Heat": 1261.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 149.0, "October_He": 2501.0, "November_H": 6760.0, "December_H": 10079.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208057920493925, 48.795137186183794, 0.0 ], [ 9.208101243137326, 48.795015351418897, 0.0 ], [ 9.208118811960547, 48.795018017376371, 0.0 ], [ 9.208128902737629, 48.794989673221181, 0.0 ], [ 9.208263054476054, 48.795010562726681, 0.0 ], [ 9.208213541298809, 48.795149314372601, 0.0 ], [ 9.208196184512929, 48.795197904469028, 0.0 ], [ 9.208044735267821, 48.79517425850657, 0.0 ], [ 9.208046888801393, 48.795168409585408, 0.0 ], [ 9.208065683747904, 48.79517134310646, 0.0 ], [ 9.208073621799938, 48.795149027724072, 0.0 ], [ 9.208076715429405, 48.795140119703078, 0.0 ], [ 9.208057920493925, 48.795137186183794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026e38", "Latitude": 48.78885, "Longitude": 9.21344, "X_coordina": 3515755.46, "Y_coordina": 5405731.3, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 66.3, "SecondaryU": "retail", "Secondar00": 37.0, "BuildingTy": "RH", "Footprint_": 46.3, "Total_wall": 67.1, "Total_wa00": 0.0, "Total_outw": 134.9, "Total_shar": 215.0, "Total_roof": 60.0, "Gross_volu": 369.2, "Is_Gross_v": "false", "Heated_vol": 322.9, "Ridge_mean": 9.8, "Eaves_mean": 6.06, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.5, "Heated_are": 103.3, "Mean_Uvalu": 0.5, "Specific_d": "36,3", "Specific_s": 49.8, "Total_Year": 8894.0, "January_He": 1234.0, "February_H": 884.0, "March_Heat": 579.0, "April_Heat": 144.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 278.0, "November_H": 777.0, "December_H": 1215.0, "PV_potenti": 1.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213345537831733, 48.788841852285536, 0.0 ], [ 9.21340945628639, 48.788831482558443, 0.0 ], [ 9.213436993698632, 48.788906787542018, 0.0 ], [ 9.213358385504199, 48.788919072897194, 0.0 ], [ 9.213345537831733, 48.788841852285536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002695c", "Latitude": 48.79145, "Longitude": 9.20283, "X_coordina": 3514975.13, "Y_coordina": 5406018.02, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 699.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 112.9, "Total_wall": 679.0, "Total_wa00": 0.0, "Total_outw": 903.3, "Total_shar": 122.3, "Total_roof": 187.6, "Gross_volu": 2240.7, "Is_Gross_v": "false", "Heated_vol": 2184.4, "Ridge_mean": 22.5, "Eaves_mean": 17.24, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.446, "Heated_are": 699.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 40269.0, "January_He": 7237.0, "February_H": 5053.0, "March_Heat": 3077.0, "April_Heat": 608.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1473.0, "November_H": 4541.0, "December_H": 7114.0, "PV_potenti": 7.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202825455798775, 48.791535100006726, 0.0 ], [ 9.202817043181751, 48.791541409475705, 0.0 ], [ 9.202674211057566, 48.79145749244968, 0.0 ], [ 9.202748577376044, 48.791404126768626, 0.0 ], [ 9.202777497897371, 48.791420981485182, 0.0 ], [ 9.202798506370003, 48.791433264024263, 0.0 ], [ 9.202890044157066, 48.791486967025513, 0.0 ], [ 9.202877696360245, 48.791496160987407, 0.0 ], [ 9.202825455798775, 48.791535100006726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002695d", "Latitude": 48.79154, "Longitude": 9.20299, "X_coordina": 3514987.18, "Y_coordina": 5406028.24, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.7, "Total_wall": 54.1, "Total_wa00": 0.0, "Total_outw": 165.8, "Total_shar": 54.5, "Total_roof": 47.7, "Gross_volu": 127.1, "Is_Gross_v": "false", "Heated_vol": 122.1, "Ridge_mean": 2.7, "Eaves_mean": 2.65, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.194, "Heated_are": 39.1, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202915995914971, 48.791543842941607, 0.0 ], [ 9.202940383780433, 48.791516643037433, 0.0 ], [ 9.202991678315753, 48.791546856885624, 0.0 ], [ 9.202976154079744, 48.791612078862258, 0.0 ], [ 9.202901537150604, 48.791603307920148, 0.0 ], [ 9.202915995914971, 48.791543842941607, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026931", "Latitude": 48.79048, "Longitude": 9.21333, "X_coordina": 3515746.88, "Y_coordina": 5405911.55, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 534.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 144.0, "Total_wall": 382.5, "Total_wa00": 0.0, "Total_outw": 622.7, "Total_shar": 179.0, "Total_roof": 210.4, "Gross_volu": 1812.8, "Is_Gross_v": "false", "Heated_vol": 1668.8, "Ridge_mean": 15.3, "Eaves_mean": 9.88, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.427, "Heated_are": 534.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.3, "Total_Year": 31053.0, "January_He": 5591.0, "February_H": 3914.0, "March_Heat": 2371.0, "April_Heat": 428.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1193.0, "November_H": 3582.0, "December_H": 5450.0, "PV_potenti": 10.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213381449006233, 48.790539094368377, 0.0 ], [ 9.213323131859173, 48.790555028965592, 0.0 ], [ 9.213256114955829, 48.790573407581483, 0.0 ], [ 9.213181300686871, 48.790453857756063, 0.0 ], [ 9.21324777384678, 48.79043566003741, 0.0 ], [ 9.213307722095534, 48.790419272838676, 0.0 ], [ 9.213381449006233, 48.790539094368377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266cd", "Latitude": 48.78955, "Longitude": 9.20682, "X_coordina": 3515268.96, "Y_coordina": 5405807.46, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 949.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 177.5, "Total_wall": 766.2, "Total_wa00": 0.0, "Total_outw": 1017.2, "Total_shar": 0.0, "Total_roof": 266.4, "Gross_volu": 3011.4, "Is_Gross_v": "false", "Heated_vol": 2967.8, "Ridge_mean": 17.7, "Eaves_mean": 14.54, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 15, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.406, "Heated_are": 949.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 53041.0, "January_He": 9334.0, "February_H": 6538.0, "March_Heat": 4107.0, "April_Heat": 938.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1933.0, "November_H": 5855.0, "December_H": 9156.0, "PV_potenti": 10.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206662059439697, 48.78961641272641, 0.0 ], [ 9.20668380580446, 48.789510083961183, 0.0 ], [ 9.20688461590386, 48.789528157725165, 0.0 ], [ 9.206862597403047, 48.789634397093216, 0.0 ], [ 9.206662059439697, 48.78961641272641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266c9", "Latitude": 48.78961, "Longitude": 9.20655, "X_coordina": 3515249.11, "Y_coordina": 5405813.63, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 412.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 120.7, "Total_wall": 417.2, "Total_wa00": 0.0, "Total_outw": 550.7, "Total_shar": 0.0, "Total_roof": 187.4, "Gross_volu": 1323.5, "Is_Gross_v": "false", "Heated_vol": 1287.7, "Ridge_mean": 13.8, "Eaves_mean": 5.94, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.557, "Heated_are": 412.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 45.4, "Total_Year": 25227.0, "January_He": 4666.0, "February_H": 3223.0, "March_Heat": 1920.0, "April_Heat": 377.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 926.0, "November_H": 2930.0, "December_H": 4600.0, "PV_potenti": 8.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206515551637738, 48.789565598927453, 0.0 ], [ 9.20652943773916, 48.789566743031891, 0.0 ], [ 9.20658933928531, 48.789571851158357, 0.0 ], [ 9.20656572137085, 48.789686456236019, 0.0 ], [ 9.206556892767667, 48.789690698482687, 0.0 ], [ 9.206504884761664, 48.789685666108575, 0.0 ], [ 9.206472209510382, 48.789682487446711, 0.0 ], [ 9.206435313950502, 48.789678956646469, 0.0 ], [ 9.206441442470645, 48.789646842922814, 0.0 ], [ 9.206417293797454, 48.789632138734554, 0.0 ], [ 9.206515551637738, 48.789565598927453, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000266ca", "Latitude": 48.78974, "Longitude": 9.20636, "X_coordina": 3515235.45, "Y_coordina": 5405827.84, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 332.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 108.2, "Total_wall": 286.5, "Total_wa00": 0.0, "Total_outw": 461.3, "Total_shar": 100.9, "Total_roof": 109.1, "Gross_volu": 995.1, "Is_Gross_v": "false", "Heated_vol": 1039.9, "Ridge_mean": 9.8, "Eaves_mean": 8.63, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.54, "Heated_are": 332.8, "Mean_Uvalu": 0.49, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206314149672286, 48.789701924462044, 0.0 ], [ 9.206333014049241, 48.789689121507934, 0.0 ], [ 9.206415288964116, 48.789740590230707, 0.0 ], [ 9.206419518502866, 48.78974319043482, 0.0 ], [ 9.206300766716703, 48.789823525189099, 0.0 ], [ 9.206216566231644, 48.789767114033658, 0.0 ], [ 9.206270719045939, 48.789730957672198, 0.0 ], [ 9.206314149672286, 48.789701924462044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026684", "Latitude": 48.79169, "Longitude": 9.21451, "X_coordina": 3515833.64, "Y_coordina": 5406047.38, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 5955.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1053.0, "Total_wall": 3066.5, "Total_wa00": 0.0, "Total_outw": 4033.0, "Total_shar": 203.0, "Total_roof": 1124.4, "Gross_volu": 19113.9, "Is_Gross_v": "false", "Heated_vol": 18609.7, "Ridge_mean": 21.3, "Eaves_mean": 14.09, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.279, "Heated_are": 5955.1, "Mean_Uvalu": 0.39, "Specific_d": "24,8", "Specific_s": 34.6, "Total_Year": 353870.0, "January_He": 47300.0, "February_H": 34852.0, "March_Heat": 24136.0, "April_Heat": 7396.0, "May_Heatin": 576.0, "June_Heati": 19, "July_Heati": 3, "August_Hea": 6, "September_": 1501.0, "October_He": 12928.0, "November_H": 31165.0, "December_H": 46064.0, "PV_potenti": 59.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214775222414554, 48.791597512171847, 0.0 ], [ 9.214763881249482, 48.791618845216746, 0.0 ], [ 9.214727461821484, 48.791631682280467, 0.0 ], [ 9.214649284335444, 48.791777774029583, 0.0 ], [ 9.214478361394546, 48.79200514957482, 0.0 ], [ 9.214356108588158, 48.791964731725514, 0.0 ], [ 9.214287690699324, 48.791942108382692, 0.0 ], [ 9.214291209324019, 48.791937425808179, 0.0 ], [ 9.21445400462037, 48.791718878186529, 0.0 ], [ 9.214512320513219, 48.791606634841912, 0.0 ], [ 9.214157920561268, 48.791510356785672, 0.0 ], [ 9.214210913604528, 48.791426449424563, 0.0 ], [ 9.214607820021067, 48.791533169177548, 0.0 ], [ 9.214586362820846, 48.791575922874458, 0.0 ], [ 9.214708965606432, 48.791602851288808, 0.0 ], [ 9.214743344336586, 48.791590197883394, 0.0 ], [ 9.214775222414554, 48.791597512171847, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026686", "Latitude": 48.79193, "Longitude": 9.21416, "X_coordina": 3515807.94, "Y_coordina": 5406073.79, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 1211.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 415.8, "Total_wall": 569.4, "Total_wa00": 0.0, "Total_outw": 964.0, "Total_shar": 277.7, "Total_roof": 444.8, "Gross_volu": 4202.4, "Is_Gross_v": "false", "Heated_vol": 3786.6, "Ridge_mean": 11.4, "Eaves_mean": 8.83, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.357, "Heated_are": 1211.7, "Mean_Uvalu": 0.46, "Specific_d": "124,1", "Specific_s": 121.8, "Total_Year": 297944.99999999994, "January_He": 32474.0, "February_H": 25044.0, "March_Heat": 18799.0, "April_Heat": 8085.0, "May_Heatin": 1286.0, "June_Heati": 18, "July_Heati": 0, "August_Hea": 0, "September_": 1753.0, "October_He": 8737.0, "November_H": 20519.0, "December_H": 30833.0, "PV_potenti": 22.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213947985409769, 48.791845352724401, 0.0 ], [ 9.214291209324019, 48.791937425808179, 0.0 ], [ 9.214287690699324, 48.791942108382692, 0.0 ], [ 9.214356108588158, 48.791964731725514, 0.0 ], [ 9.214285616037531, 48.792062160248278, 0.0 ], [ 9.21423901619546, 48.792049477797065, 0.0 ], [ 9.213959690977186, 48.791973651955622, 0.0 ], [ 9.213881071284465, 48.791952306255254, 0.0 ], [ 9.213947985409769, 48.791845352724401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026687", "Latitude": 48.79201, "Longitude": 9.21413, "X_coordina": 3515805.58, "Y_coordina": 5406082.5, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 174.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 109.1, "Total_wall": 160.2, "Total_wa00": 0.0, "Total_outw": 279.4, "Total_shar": 193.5, "Total_roof": 109.1, "Gross_volu": 616.8, "Is_Gross_v": "false", "Heated_vol": 545.2, "Ridge_mean": 5.7, "Eaves_mean": 5.66, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.648, "Heated_are": 174.5, "Mean_Uvalu": 0.44, "Specific_d": "124,1", "Specific_s": 138.0, "Total_Year": 45736.0, "January_He": 5337.0, "February_H": 4117.0, "March_Heat": 3048.0, "April_Heat": 1244.0, "May_Heatin": 173.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 258.0, "October_He": 1420.0, "November_H": 3414.0, "December_H": 5068.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214213876927859, 48.792090619645698, 0.0 ], [ 9.21393441350963, 48.792014344382594, 0.0 ], [ 9.213959690977186, 48.791973651955622, 0.0 ], [ 9.21423901619546, 48.792049477797065, 0.0 ], [ 9.214213876927859, 48.792090619645698, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21433574630994, 48.791621863905604, 0.0 ], [ 9.214333858218328, 48.791621350979376, 0.0 ], [ 9.214334634528095, 48.79162010346316, 0.0 ], [ 9.214336522619661, 48.791620616389395, 0.0 ], [ 9.21433574630994, 48.791621863905604, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214403717660822, 48.791640329292555, 0.0 ], [ 9.21440449396915, 48.79163908177587, 0.0 ], [ 9.214406382062137, 48.791639594700946, 0.0 ], [ 9.21440560575385, 48.791640842217653, 0.0 ], [ 9.214403717660822, 48.791640329292555, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c142f4", "Latitude": 48.79159, "Longitude": 9.21443, "X_coordina": 3515827.93, "Y_coordina": 5406035.25, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 7.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 4.8, "Total_wall": 164.1, "Total_wa00": 0.0, "Total_outw": 172.7, "Total_shar": 60.6, "Total_roof": 114.8, "Gross_volu": 27.9, "Is_Gross_v": "true", "Heated_vol": 24.4, "Ridge_mean": 5.9, "Eaves_mean": 5.85, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 10.46, "Heated_are": 7.8, "Mean_Uvalu": 1.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21447361838923, 48.791661749451855, 0.0 ], [ 9.214503498281585, 48.791604238165675, 0.0 ], [ 9.214512320513219, 48.791606634841912, 0.0 ], [ 9.214482440629496, 48.791664146121327, 0.0 ], [ 9.21447361838923, 48.791661749451855, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522A00c14303", "Latitude": 48.79154, "Longitude": 9.21426, "X_coordina": 3515815.11, "Y_coordina": 5406029.86, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 114.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 73.9, "Total_wall": 119.6, "Total_wa00": 0.0, "Total_outw": 135.9, "Total_shar": 65.9, "Total_roof": 73.9, "Gross_volu": 373.8, "Is_Gross_v": "false", "Heated_vol": 356.6, "Ridge_mean": 5.2, "Eaves_mean": 5.23, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.73, "Heated_are": 114.1, "Mean_Uvalu": 0.35, "Specific_d": "24,8", "Specific_s": 63.7, "Total_Year": 10102.0, "January_He": 1539.0, "February_H": 1184.0, "March_Heat": 892.0, "April_Heat": 362.0, "May_Heatin": 58.0, "June_Heati": 3, "July_Heati": 1, "August_Hea": 1, "September_": 116.0, "October_He": 535.0, "November_H": 1081.0, "December_H": 1496.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214162955456469, 48.791511724602643, 0.0 ], [ 9.214300785872863, 48.791549168459383, 0.0 ], [ 9.21426585178434, 48.791605306701626, 0.0 ], [ 9.214128021253579, 48.791567862794672, 0.0 ], [ 9.214162955456469, 48.791511724602643, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000263f2", "Latitude": 48.79073, "Longitude": 9.21137, "X_coordina": 3515603.06, "Y_coordina": 5405939.37, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 466.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.5, "Total_wall": 358.2, "Total_wa00": 0.0, "Total_outw": 554.7, "Total_shar": 120.6, "Total_roof": 193.0, "Gross_volu": 1584.5, "Is_Gross_v": "false", "Heated_vol": 1456.9, "Ridge_mean": 15.0, "Eaves_mean": 10.08, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.453, "Heated_are": 466.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 26275.0, "January_He": 4782.0, "February_H": 3258.0, "March_Heat": 1889.0, "April_Heat": 340.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 899.0, "November_H": 2958.0, "December_H": 4717.0, "PV_potenti": 9.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211348421547282, 48.790820617447025, 0.0 ], [ 9.211321173936204, 48.790813833254681, 0.0 ], [ 9.211321714915924, 48.790813022949415, 0.0 ], [ 9.211291740513804, 48.790805074746721, 0.0 ], [ 9.21125958634412, 48.790796590993232, 0.0 ], [ 9.211230974416118, 48.79078899996977, 0.0 ], [ 9.21123205751025, 48.790787649128866, 0.0 ], [ 9.211297197818558, 48.790678632126287, 0.0 ], [ 9.211419272694073, 48.790710420888111, 0.0 ], [ 9.211352372443942, 48.79082159935593, 0.0 ], [ 9.211348421547282, 48.790820617447025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026328", "Latitude": 48.7885, "Longitude": 9.20253, "X_coordina": 3514953.95, "Y_coordina": 5405689.81, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 84.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 96.6, "Total_wa00": 0.0, "Total_outw": 179.2, "Total_shar": 50.7, "Total_roof": 46.2, "Gross_volu": 209.4, "Is_Gross_v": "false", "Heated_vol": 209.4, "Ridge_mean": 4.5, "Eaves_mean": 4.53, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.903, "Heated_are": 84.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 59.9, "Total_Year": 11179.0, "January_He": 1229.0, "February_H": 858.0, "March_Heat": 528.0, "April_Heat": 128.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 277.0, "November_H": 780.0, "December_H": 1200.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202541618251672, 48.788541052844444, 0.0 ], [ 9.202467136547304, 48.788564743817041, 0.0 ], [ 9.20242238964409, 48.78850367439842, 0.0 ], [ 9.202496459034407, 48.788478995019339, 0.0 ], [ 9.202541618251672, 48.788541052844444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00026193", "Latitude": 48.7888, "Longitude": 9.21364, "X_coordina": 3515770.47, "Y_coordina": 5405725.83, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.0, "Total_wall": 61.9, "Total_wa00": 0.0, "Total_outw": 132.4, "Total_shar": 218.2, "Total_roof": 56.5, "Gross_volu": 362.7, "Is_Gross_v": "false", "Heated_vol": 316.7, "Ridge_mean": 9.4, "Eaves_mean": 6.35, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 101.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.7, "Total_Year": 6239.0, "January_He": 1121.0, "February_H": 813.0, "March_Heat": 505.0, "April_Heat": 105.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 247.0, "November_H": 719.0, "December_H": 1107.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213625904305719, 48.788814625222201, 0.0 ], [ 9.213657883537389, 48.788846219020584, 0.0 ], [ 9.213586126512135, 48.788869462505282, 0.0 ], [ 9.213560129129609, 48.788836418815976, 0.0 ], [ 9.213532627552178, 48.788801669360353, 0.0 ], [ 9.213592695733229, 48.788781954611096, 0.0 ], [ 9.213625904305719, 48.788814625222201, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025e5d", "Latitude": 48.78856, "Longitude": 9.21105, "X_coordina": 3515579.99, "Y_coordina": 5405697.67, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 62.4, "Total_wa00": 0.0, "Total_outw": 141.1, "Total_shar": 198.8, "Total_roof": 63.7, "Gross_volu": 361.6, "Is_Gross_v": "false", "Heated_vol": 315.3, "Ridge_mean": 9.6, "Eaves_mean": 6.04, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 100.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 6197.0, "January_He": 1175.0, "February_H": 791.0, "March_Heat": 437.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 220.0, "November_H": 746.0, "December_H": 1155.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211001341813388, 48.7886048161552, 0.0 ], [ 9.210950444307272, 48.788604819476234, 0.0 ], [ 9.210950390807545, 48.788559587977211, 0.0 ], [ 9.210950757989151, 48.788549785626479, 0.0 ], [ 9.21100138326279, 48.788549782804097, 0.0 ], [ 9.211053505509081, 48.788549777216012, 0.0 ], [ 9.211053055850897, 48.788604811315246, 0.0 ], [ 9.211001341813388, 48.7886048161552, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258b6", "Latitude": 48.79284, "Longitude": 9.20049, "X_coordina": 3514802.71, "Y_coordina": 5406171.42, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 683.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 153.9, "Total_wall": 562.1, "Total_wa00": 0.0, "Total_outw": 806.7, "Total_shar": 108.1, "Total_roof": 183.0, "Gross_volu": 2236.5, "Is_Gross_v": "false", "Heated_vol": 2135.7, "Ridge_mean": 16.4, "Eaves_mean": 13.26, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.415, "Heated_are": 683.4, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 58.7, "Total_Year": 50110.0, "January_He": 9184.0, "February_H": 6778.0, "March_Heat": 4716.0, "April_Heat": 1568.0, "May_Heatin": 165.0, "June_Heati": 6, "July_Heati": 0, "August_Hea": 1, "September_": 350.0, "October_He": 2482.0, "November_H": 5971.0, "December_H": 8904.0, "PV_potenti": 7.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20042538096984, 48.792937344318432, 0.0 ], [ 9.200366175188901, 48.792902736845122, 0.0 ], [ 9.200321021102422, 48.792876467791721, 0.0 ], [ 9.200338119248253, 48.792863758822229, 0.0 ], [ 9.200377064336147, 48.792834645745657, 0.0 ], [ 9.20045685511907, 48.792775247237557, 0.0 ], [ 9.20056121529859, 48.792836213565359, 0.0 ], [ 9.20042538096984, 48.792937344318432, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258bb", "Latitude": 48.79249, "Longitude": 9.20023, "X_coordina": 3514784.21, "Y_coordina": 5406132.4, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 45.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.0, "Total_wall": 44.0, "Total_wa00": 0.0, "Total_outw": 83.4, "Total_shar": 88.3, "Total_roof": 25.0, "Gross_volu": 112.8, "Is_Gross_v": "false", "Heated_vol": 112.8, "Ridge_mean": 4.5, "Eaves_mean": 4.53, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.834, "Heated_are": 45.3, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 54.1, "Total_Year": 3115.0, "January_He": 598.0, "February_H": 411.0, "March_Heat": 263.0, "April_Heat": 75.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 132.0, "November_H": 365.0, "December_H": 587.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20019119302915, 48.792537501794925, 0.0 ], [ 9.200187646219103, 48.792535439718179, 0.0 ], [ 9.200139628033808, 48.792507556946362, 0.0 ], [ 9.200184816708324, 48.792474206672878, 0.0 ], [ 9.200236109140008, 48.792504062051755, 0.0 ], [ 9.200202727480832, 48.792528939001734, 0.0 ], [ 9.20019119302915, 48.792537501794925, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000258bc", "Latitude": 48.79255, "Longitude": 9.20033, "X_coordina": 3514791.03, "Y_coordina": 5406140.07, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 232.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 115.1, "Total_wall": 217.8, "Total_wa00": 0.0, "Total_outw": 428.9, "Total_shar": 45.8, "Total_roof": 118.2, "Gross_volu": 701.0, "Is_Gross_v": "false", "Heated_vol": 726.3, "Ridge_mean": 6.5, "Eaves_mean": 5.65, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.682, "Heated_are": 232.4, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 68.3, "Total_Year": 15881.0, "January_He": 3276.0, "February_H": 2485.0, "March_Heat": 1916.0, "April_Heat": 812.0, "May_Heatin": 114.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 325.0, "October_He": 1342.0, "November_H": 2380.0, "December_H": 3226.0, "PV_potenti": 5.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200236109140008, 48.792504062051755, 0.0 ], [ 9.20039585232675, 48.792596945015582, 0.0 ], [ 9.200360293808897, 48.792622005646102, 0.0 ], [ 9.200327313987952, 48.792645263307953, 0.0 ], [ 9.200166069746203, 48.792551393699576, 0.0 ], [ 9.200187646219103, 48.792535439718179, 0.0 ], [ 9.20019119302915, 48.792537501794925, 0.0 ], [ 9.200202727480832, 48.792528939001734, 0.0 ], [ 9.200236109140008, 48.792504062051755, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025607", "Latitude": 48.7901, "Longitude": 9.2135, "X_coordina": 3515760.04, "Y_coordina": 5405870.14, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 572.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.0, "Total_wall": 278.0, "Total_wa00": 0.0, "Total_outw": 457.5, "Total_shar": 380.9, "Total_roof": 197.9, "Gross_volu": 1938.0, "Is_Gross_v": "false", "Heated_vol": 1789.0, "Ridge_mean": 15.3, "Eaves_mean": 10.7, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.337, "Heated_are": 572.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.4, "Total_Year": 28780.0, "January_He": 4944.0, "February_H": 3431.0, "March_Heat": 2053.0, "April_Heat": 349.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 976.0, "November_H": 3106.0, "December_H": 4813.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213560461054621, 48.790165399650917, 0.0 ], [ 9.213492896951736, 48.790182970107914, 0.0 ], [ 9.213426828297752, 48.790200178059273, 0.0 ], [ 9.213357190654106, 48.790081787753671, 0.0 ], [ 9.213423531743203, 48.790064669260616, 0.0 ], [ 9.213491096093327, 48.790047188767069, 0.0 ], [ 9.213560461054621, 48.790165399650917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002558e", "Latitude": 48.79481, "Longitude": 9.20779, "X_coordina": 3515339.05, "Y_coordina": 5406391.88, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1374.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 249.7, "Total_wall": 1060.7, "Total_wa00": 0.0, "Total_outw": 1358.7, "Total_shar": 231.7, "Total_roof": 249.8, "Gross_volu": 4294.7, "Is_Gross_v": "false", "Heated_vol": 4294.7, "Ridge_mean": 18.2, "Eaves_mean": 18.21, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 22, "Number_o00": 34, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.363, "Heated_are": 1374.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 30.8, "Total_Year": 64157.0, "January_He": 10683.0, "February_H": 7425.0, "March_Heat": 4451.0, "April_Heat": 798.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1955.0, "November_H": 6546.0, "December_H": 10451.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20770139892416, 48.794760780296443, 0.0 ], [ 9.207715393131119, 48.794721818156475, 0.0 ], [ 9.207721658051076, 48.794722796015364, 0.0 ], [ 9.207791117349981, 48.79473373130412, 0.0 ], [ 9.207793943250202, 48.794725902855816, 0.0 ], [ 9.207855502896527, 48.794735503506168, 0.0 ], [ 9.207820383909143, 48.794833493638706, 0.0 ], [ 9.207836318645912, 48.794835982741091, 0.0 ], [ 9.207821249027504, 48.794878184083615, 0.0 ], [ 9.207805314278119, 48.794875694979197, 0.0 ], [ 9.207785938258573, 48.794929773996458, 0.0 ], [ 9.207648654275163, 48.794908350041879, 0.0 ], [ 9.207661841950776, 48.794871817299637, 0.0 ], [ 9.207641957924048, 48.794868795752706, 0.0 ], [ 9.207681651044179, 48.794757758510769, 0.0 ], [ 9.20770139892416, 48.794760780296443, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00025113", "Latitude": 48.79253, "Longitude": 9.20208, "X_coordina": 3514920.08, "Y_coordina": 5406138.19, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 415.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.7, "Total_wall": 454.6, "Total_wa00": 0.0, "Total_outw": 691.6, "Total_shar": 87.3, "Total_roof": 127.7, "Gross_volu": 1425.7, "Is_Gross_v": "false", "Heated_vol": 1298.0, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 7, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.53, "Heated_are": 415.4, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 40.0, "Total_Year": 23195.0, "January_He": 4109.0, "February_H": 2868.0, "March_Heat": 1772.0, "April_Heat": 367.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 854.0, "November_H": 2563.0, "December_H": 4027.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20208460523417, 48.79253392492658, 0.0 ], [ 9.202111337330527, 48.792514094823147, 0.0 ], [ 9.202155673621114, 48.792539914994457, 0.0 ], [ 9.20212853286932, 48.79255965590179, 0.0 ], [ 9.202068687113261, 48.792603104098703, 0.0 ], [ 9.202054500632757, 48.792595125791692, 0.0 ], [ 9.202022607882146, 48.792617752566372, 0.0 ], [ 9.201924524281528, 48.792561092886167, 0.0 ], [ 9.201918793314363, 48.792557416067915, 0.0 ], [ 9.20192137018066, 48.79255516345988, 0.0 ], [ 9.201920140956538, 48.792554086532164, 0.0 ], [ 9.201951347442312, 48.792530022211665, 0.0 ], [ 9.20194602513539, 48.79252643460169, 0.0 ], [ 9.201948058323673, 48.792524362793621, 0.0 ], [ 9.201945465581048, 48.792522658792215, 0.0 ], [ 9.20197016129152, 48.792504091222803, 0.0 ], [ 9.201984350620666, 48.79251278892405, 0.0 ], [ 9.202012574782072, 48.792491697296128, 0.0 ], [ 9.20208460523417, 48.79253392492658, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000250ba", "Latitude": 48.78864, "Longitude": 9.21154, "X_coordina": 3515616.16, "Y_coordina": 5405707.47, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 131.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 46.9, "Total_wall": 85.2, "Total_wa00": 0.0, "Total_outw": 164.7, "Total_shar": 234.6, "Total_roof": 64.7, "Gross_volu": 441.4, "Is_Gross_v": "false", "Heated_vol": 412.3, "Ridge_mean": 11.2, "Eaves_mean": 7.58, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.463, "Heated_are": 131.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 8065.0, "January_He": 1466.0, "February_H": 1033.0, "March_Heat": 631.0, "April_Heat": 123.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 324.0, "November_H": 948.0, "December_H": 1430.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211498476739322, 48.788637086045, 0.0 ], [ 9.211550613438691, 48.788640497304293, 0.0 ], [ 9.211542542215312, 48.788695275634218, 0.0 ], [ 9.211490268993069, 48.788691774698357, 0.0 ], [ 9.211438540511006, 48.788688362662299, 0.0 ], [ 9.211446748312895, 48.788633674012495, 0.0 ], [ 9.211498476739322, 48.788637086045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002505c", "Latitude": 48.78829, "Longitude": 9.21078, "X_coordina": 3515560.79, "Y_coordina": 5405668.31, "LOD": "LOD2", "Year_of_co": 1946, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.2, "Total_wall": 109.7, "Total_wa00": 0.0, "Total_outw": 190.2, "Total_shar": 115.0, "Total_roof": 88.7, "Gross_volu": 464.6, "Is_Gross_v": "false", "Heated_vol": 406.4, "Ridge_mean": 10.3, "Eaves_mean": 5.67, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.594, "Heated_are": 115.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 59.8, "Total_Year": 8727.0, "January_He": 1671.0, "February_H": 1166.0, "March_Heat": 750.0, "April_Heat": 201.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 359.0, "November_H": 1051.0, "December_H": 1661.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210689636458863, 48.788332018941794, 0.0 ], [ 9.210690919510551, 48.788277342112089, 0.0 ], [ 9.210790129620264, 48.788278330467605, 0.0 ], [ 9.210788529034625, 48.788350096071945, 0.0 ], [ 9.210689297005748, 48.788349106855925, 0.0 ], [ 9.210689636458863, 48.788332018941794, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002505d", "Latitude": 48.78828, "Longitude": 9.21072, "X_coordina": 3515555.8, "Y_coordina": 5405667.27, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 24.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 16.7, "Total_wall": 19.1, "Total_wa00": 0.0, "Total_outw": 24.9, "Total_shar": 46.4, "Total_roof": 17.3, "Gross_volu": 67.0, "Is_Gross_v": "false", "Heated_vol": 77.5, "Ridge_mean": 4.4, "Eaves_mean": 3.67, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.878, "Heated_are": 24.8, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 0.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210652469689901, 48.788324977569118, 0.0 ], [ 9.210653758908895, 48.788276966769168, 0.0 ], [ 9.210690919510551, 48.788277342112089, 0.0 ], [ 9.210689636458863, 48.788332018941794, 0.0 ], [ 9.210652347252308, 48.788331815587881, 0.0 ], [ 9.210652469689901, 48.788324977569118, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f14", "Latitude": 48.7919, "Longitude": 9.20241, "X_coordina": 3514944.1, "Y_coordina": 5406068.06, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 681.5, "SecondaryU": "retail", "Secondar00": 99.5, "BuildingTy": "GMH", "Footprint_": 124.3, "Total_wall": 730.6, "Total_wa00": 0.0, "Total_outw": 934.3, "Total_shar": 120.2, "Total_roof": 195.6, "Gross_volu": 2464.9, "Is_Gross_v": "false", "Heated_vol": 2440.5, "Ridge_mean": 22.2, "Eaves_mean": 17.36, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.429, "Heated_are": 781.0, "Mean_Uvalu": 0.5, "Specific_d": "23,1", "Specific_s": 41.6, "Total_Year": 50513.0, "January_He": 8055.0, "February_H": 5625.0, "March_Heat": 3407.0, "April_Heat": 672.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 84.0, "October_He": 1635.0, "November_H": 5042.0, "December_H": 7912.0, "PV_potenti": 7.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202352307030388, 48.791990586108312, 0.0 ], [ 9.202344029652703, 48.791996715457422, 0.0 ], [ 9.202253036993286, 48.791943280840584, 0.0 ], [ 9.202277462641778, 48.791925343142921, 0.0 ], [ 9.202297274330997, 48.791910740718578, 0.0 ], [ 9.202379506798408, 48.791850257496932, 0.0 ], [ 9.202424797855276, 48.791876705354916, 0.0 ], [ 9.202470361878472, 48.791903332562264, 0.0 ], [ 9.202439152772666, 48.791926587718208, 0.0 ], [ 9.202409571022997, 48.791948401227693, 0.0 ], [ 9.202352307030388, 48.791990586108312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f16", "Latitude": 48.79197, "Longitude": 9.20246, "X_coordina": 3514948.42, "Y_coordina": 5406075.75, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.0, "Total_wall": 43.7, "Total_wa00": 0.0, "Total_outw": 135.4, "Total_shar": 48.2, "Total_roof": 35.0, "Gross_volu": 95.9, "Is_Gross_v": "false", "Heated_vol": 87.6, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.23, "Heated_are": 28.0, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202364038925323, 48.79199739968616, 0.0 ], [ 9.202420212325515, 48.791954767098758, 0.0 ], [ 9.202477370418203, 48.791987758498202, 0.0 ], [ 9.202421060570133, 48.792030301429456, 0.0 ], [ 9.202364038925323, 48.79199739968616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f06", "Latitude": 48.78867, "Longitude": 9.21105, "X_coordina": 3515579.88, "Y_coordina": 5405709.93, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 99.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.2, "Total_wall": 117.1, "Total_wa00": 0.0, "Total_outw": 241.1, "Total_shar": 99.9, "Total_roof": 63.7, "Gross_volu": 355.6, "Is_Gross_v": "false", "Heated_vol": 309.4, "Ridge_mean": 9.5, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.691, "Heated_are": 99.0, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 62.5, "Total_Year": 7755.0, "January_He": 1551.0, "February_H": 1058.0, "March_Heat": 609.0, "April_Heat": 111.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 312.0, "November_H": 1001.0, "December_H": 1525.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211001164275361, 48.788659849755092, 0.0 ], [ 9.211052470103191, 48.788659845663368, 0.0 ], [ 9.211051749773921, 48.788715239952175, 0.0 ], [ 9.211001123957047, 48.788715152874026, 0.0 ], [ 9.210949545518126, 48.788715067518616, 0.0 ], [ 9.210949807142244, 48.788712549177177, 0.0 ], [ 9.210950037881451, 48.788670194715174, 0.0 ], [ 9.210950130624905, 48.788659853325441, 0.0 ], [ 9.211001164275361, 48.788659849755092, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024f08", "Latitude": 48.78866, "Longitude": 9.21087, "X_coordina": 3515566.71, "Y_coordina": 5405709.55, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 40.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 43.3, "Total_wall": 52.7, "Total_wa00": 0.0, "Total_outw": 193.6, "Total_shar": 0.0, "Total_roof": 43.3, "Gross_volu": 86.8, "Is_Gross_v": "false", "Heated_vol": 86.8, "Ridge_mean": 2.0, "Eaves_mean": 2.0, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.604, "Heated_are": 40.0, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210776161129598, 48.788713676440885, 0.0 ], [ 9.210771846855653, 48.78865838129208, 0.0 ], [ 9.210867504420259, 48.788655148772122, 0.0 ], [ 9.210871546621178, 48.788710444415585, 0.0 ], [ 9.210776161129598, 48.788713676440885, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024d1e", "Latitude": 48.79061, "Longitude": 9.213, "X_coordina": 3515723.22, "Y_coordina": 5405926.79, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 454.0, "SecondaryU": "retail", "Secondar00": 130.9, "BuildingTy": "MFH", "Footprint_": 163.6, "Total_wall": 432.5, "Total_wa00": 0.0, "Total_outw": 685.4, "Total_shar": 93.8, "Total_roof": 235.8, "Gross_volu": 1890.6, "Is_Gross_v": "false", "Heated_vol": 1827.7, "Ridge_mean": 14.4, "Eaves_mean": 8.76, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.449, "Heated_are": 584.9, "Mean_Uvalu": 0.49, "Specific_d": "28,6", "Specific_s": 44.0, "Total_Year": 42505.0, "January_He": 6208.0, "February_H": 4409.0, "March_Heat": 2886.0, "April_Heat": 753.0, "May_Heatin": 37.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1352.0, "November_H": 3908.0, "December_H": 6106.0, "PV_potenti": 10.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213065774439748, 48.790586708896392, 0.0 ], [ 9.213065825278804, 48.790630861300194, 0.0 ], [ 9.213061742457704, 48.790630868853903, 0.0 ], [ 9.213062637650472, 48.790681584119469, 0.0 ], [ 9.213059915766991, 48.790681589155213, 0.0 ], [ 9.212854414703482, 48.790682238937713, 0.0 ], [ 9.212853872404777, 48.790586201513399, 0.0 ], [ 9.213065774439748, 48.790586708896392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024d1a", "Latitude": 48.7905, "Longitude": 9.21308, "X_coordina": 3515728.7, "Y_coordina": 5405914.17, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 19.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 23.8, "Total_wall": 35.4, "Total_wa00": 0.0, "Total_outw": 109.5, "Total_shar": 52.8, "Total_roof": 23.8, "Gross_volu": 69.7, "Is_Gross_v": "true", "Heated_vol": 61.7, "Ridge_mean": 2.9, "Eaves_mean": 2.88, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.258, "Heated_are": 19.8, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213085784001708, 48.790523275720879, 0.0 ], [ 9.212999734474462, 48.790546545278069, 0.0 ], [ 9.212982190401421, 48.790517262624846, 0.0 ], [ 9.213067424466988, 48.790494264360213, 0.0 ], [ 9.213085784001708, 48.790523275720879, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024b86", "Latitude": 48.79047, "Longitude": 9.21367, "X_coordina": 3515772.03, "Y_coordina": 5405910.92, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 538.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.1, "Total_wall": 254.8, "Total_wa00": 0.0, "Total_outw": 428.3, "Total_shar": 369.7, "Total_roof": 195.1, "Gross_volu": 1831.2, "Is_Gross_v": "false", "Heated_vol": 1682.2, "Ridge_mean": 14.5, "Eaves_mean": 10.03, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 538.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 28241.0, "January_He": 4848.0, "February_H": 3436.0, "March_Heat": 2127.0, "April_Heat": 404.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1033.0, "November_H": 3106.0, "December_H": 4707.0, "PV_potenti": 8.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213539958971863, 48.79043332015015, 0.0 ], [ 9.213612878750011, 48.79042698018533, 0.0 ], [ 9.213682941692387, 48.790420915246088, 0.0 ], [ 9.213707153888745, 48.790546133924785, 0.0 ], [ 9.213637772389504, 48.790552467385325, 0.0 ], [ 9.213564445677832, 48.79055916781487, 0.0 ], [ 9.213539958971863, 48.79043332015015, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024adb", "Latitude": 48.79519, "Longitude": 9.21097, "X_coordina": 3515572.65, "Y_coordina": 5406435.63, "LOD": "LOD2", "Year_of_co": 1995, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 4366.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 899.3, "Total_wall": 2021.9, "Total_wa00": 0.0, "Total_outw": 4131.5, "Total_shar": 39.2, "Total_roof": 1314.9, "Gross_volu": 14545.5, "Is_Gross_v": "false", "Heated_vol": 13646.3, "Ridge_mean": 20.5, "Eaves_mean": 12.12, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.303, "Heated_are": 4366.8, "Mean_Uvalu": 0.44, "Specific_d": "155,5", "Specific_s": 110.8, "Total_Year": 1163119.0, "January_He": 98899.0, "February_H": 77625.0, "March_Heat": 61517.0, "April_Heat": 30172.0, "May_Heatin": 7472.0, "June_Heati": 693, "July_Heati": 119, "August_Hea": 208, "September_": 10255.0, "October_He": 34668.0, "November_H": 67466.0, "December_H": 94856.0, "PV_potenti": 64.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210907992494802, 48.794971398332279, 0.0 ], [ 9.210903257437911, 48.794978241193959, 0.0 ], [ 9.211163661554648, 48.795018229603855, 0.0 ], [ 9.211139182716046, 48.795087965238288, 0.0 ], [ 9.211137293456087, 48.795091835414745, 0.0 ], [ 9.211032829542555, 48.79507521118682, 0.0 ], [ 9.210886222314706, 48.795492635085942, 0.0 ], [ 9.210792930493028, 48.795478867736037, 0.0 ], [ 9.210696505998996, 48.795464566500783, 0.0 ], [ 9.21073133781711, 48.795364238015274, 0.0 ], [ 9.210860439504788, 48.794991538363305, 0.0 ], [ 9.210853766173473, 48.79499056142285, 0.0 ], [ 9.210843409318221, 48.794987522984322, 0.0 ], [ 9.21083467857501, 48.794982773020351, 0.0 ], [ 9.21082798376878, 48.794976670475251, 0.0 ], [ 9.210824007312127, 48.794969663717843, 0.0 ], [ 9.210822887193745, 48.794962202113545, 0.0 ], [ 9.210824761778802, 48.794954824950473, 0.0 ], [ 9.210829496844179, 48.794947982091976, 0.0 ], [ 9.210836685955723, 48.794942123899574, 0.0 ], [ 9.210845786951104, 48.794937790906715, 0.0 ], [ 9.210856392267251, 48.794935163706306, 0.0 ], [ 9.21086768602459, 48.794934423638956, 0.0 ], [ 9.21087898807278, 48.794935661873495, 0.0 ], [ 9.210889208813789, 48.794938700558099, 0.0 ], [ 9.210898075660193, 48.794943450268732, 0.0 ], [ 9.210904634364741, 48.794949553059055, 0.0 ], [ 9.210908610831009, 48.794956559813691, 0.0 ], [ 9.210909730961959, 48.79496402141713, 0.0 ], [ 9.210907992494802, 48.794971398332279, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024414", "Latitude": 48.78928, "Longitude": 9.21004, "X_coordina": 3515505.47, "Y_coordina": 5405778.15, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3023, "PrimaryUsa": "education", "PrimaryU00": 4154.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 927.0, "Total_wall": 2495.9, "Total_wa00": 0.0, "Total_outw": 3760.9, "Total_shar": 0.0, "Total_roof": 1472.1, "Gross_volu": 13909.4, "Is_Gross_v": "false", "Heated_vol": 12982.4, "Ridge_mean": 19.4, "Eaves_mean": 11.51, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 4154.4, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 42.4, "Total_Year": 279451.0, "January_He": 40204.0, "February_H": 29733.0, "March_Heat": 20462.0, "April_Heat": 6273.0, "May_Heatin": 581.0, "June_Heati": 25, "July_Heati": 4, "August_Hea": 9, "September_": 1424.0, "October_He": 11355.0, "November_H": 26707.0, "December_H": 39482.0, "PV_potenti": 60.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209810052541085, 48.789267122201331, 0.0 ], [ 9.209968676425333, 48.7892204324977, 0.0 ], [ 9.209972754255608, 48.789219256055304, 0.0 ], [ 9.2099779579512, 48.789226980000485, 0.0 ], [ 9.210191764670439, 48.789163553484777, 0.0 ], [ 9.210183277886951, 48.789151788977343, 0.0 ], [ 9.210242540277518, 48.789134235613773, 0.0 ], [ 9.21030057894426, 48.7891169542253, 0.0 ], [ 9.210333446862693, 48.789166262279082, 0.0 ], [ 9.210457817008878, 48.78912961598278, 0.0 ], [ 9.210505888135874, 48.789202096502002, 0.0 ], [ 9.2103835558173, 48.789237929814114, 0.0 ], [ 9.210387116720094, 48.789243318727294, 0.0 ], [ 9.210330165533131, 48.789260328401838, 0.0 ], [ 9.210270087985435, 48.789278242993021, 0.0 ], [ 9.210244209119988, 48.789240522312504, 0.0 ], [ 9.210030675822775, 48.789304308120521, 0.0 ], [ 9.210063131574831, 48.789352717765091, 0.0 ], [ 9.210023305060766, 48.789364300631121, 0.0 ], [ 9.210030428309183, 48.789375438171255, 0.0 ], [ 9.209988970932427, 48.789387563541574, 0.0 ], [ 9.20994846542056, 48.789399507314322, 0.0 ], [ 9.20994107075566, 48.789388550111262, 0.0 ], [ 9.209901109219494, 48.78940040295204, 0.0 ], [ 9.209868928398322, 48.789352622226694, 0.0 ], [ 9.209655665955738, 48.789416316921269, 0.0 ], [ 9.209681274537781, 48.789454577766719, 0.0 ], [ 9.209624321374426, 48.789471227400824, 0.0 ], [ 9.209563426402815, 48.789489053187211, 0.0 ], [ 9.209475794804932, 48.789361071436431, 0.0 ], [ 9.209536145665167, 48.789343336609591, 0.0 ], [ 9.209594321281195, 48.789326145251962, 0.0 ], [ 9.209602539146289, 48.789338719604629, 0.0 ], [ 9.20981512050122, 48.78927493632473, 0.0 ], [ 9.209810052541085, 48.789267122201331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024415", "Latitude": 48.78949, "Longitude": 9.21062, "X_coordina": 3515548.06, "Y_coordina": 5405801.15, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3023, "PrimaryUsa": "education", "PrimaryU00": 764.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 294.1, "Total_wall": 488.8, "Total_wa00": 0.0, "Total_outw": 847.1, "Total_shar": 0.0, "Total_roof": 297.1, "Gross_volu": 1973.0, "Is_Gross_v": "false", "Heated_vol": 1973.0, "Ridge_mean": 7.0, "Eaves_mean": 7.02, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.547, "Heated_are": 764.2, "Mean_Uvalu": 0.42, "Specific_d": "24,8", "Specific_s": 42.8, "Total_Year": 51686.0, "January_He": 7461.0, "February_H": 5473.0, "March_Heat": 3788.0, "April_Heat": 1185.0, "May_Heatin": 114.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 281.0, "October_He": 2135.0, "November_H": 4960.0, "December_H": 7299.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210428190539277, 48.789432443021283, 0.0 ], [ 9.210579471490636, 48.789387204673659, 0.0 ], [ 9.210714620943996, 48.789584699544434, 0.0 ], [ 9.210563339521977, 48.789629938068721, 0.0 ], [ 9.210428190539277, 48.789432443021283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c1", "Latitude": 48.79221, "Longitude": 9.20016, "X_coordina": 3514779.14, "Y_coordina": 5406102.18, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4064.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 748.4, "Total_wall": 2305.9, "Total_wa00": 0.0, "Total_outw": 3132.2, "Total_shar": 0.0, "Total_roof": 915.3, "Gross_volu": 13449.3, "Is_Gross_v": "false", "Heated_vol": 12700.8, "Ridge_mean": 20.1, "Eaves_mean": 16.08, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.307, "Heated_are": 4064.3, "Mean_Uvalu": 0.44, "Specific_d": "14,6", "Specific_s": 52.7, "Total_Year": 273412.0, "January_He": 48321.0, "February_H": 35956.0, "March_Heat": 25837.0, "April_Heat": 9394.0, "May_Heatin": 1114.0, "June_Heati": 37, "July_Heati": 4, "August_Hea": 8, "September_": 2046.0, "October_He": 13307.0, "November_H": 31304.0, "December_H": 46706.0, "PV_potenti": 48.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200500366689507, 48.792389309372695, 0.0 ], [ 9.200396695116375, 48.792466824116374, 0.0 ], [ 9.19973520711523, 48.792079143727229, 0.0 ], [ 9.199839695499271, 48.792001628155944, 0.0 ], [ 9.200500366689507, 48.792389309372695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c2", "Latitude": 48.79277, "Longitude": 9.1998, "X_coordina": 3514752.09, "Y_coordina": 5406164.3, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 310.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 287.3, "Total_wall": 159.0, "Total_wa00": 0.0, "Total_outw": 480.3, "Total_shar": 342.7, "Total_roof": 355.5, "Gross_volu": 1420.1, "Is_Gross_v": "false", "Heated_vol": 1132.8, "Ridge_mean": 7.4, "Eaves_mean": 3.7, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.605, "Heated_are": 310.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 16.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19955530550466, 48.792667915598088, 0.0 ], [ 9.199587874188719, 48.792643849557606, 0.0 ], [ 9.199892762650464, 48.792821009731128, 0.0 ], [ 9.199896021192982, 48.792819025755961, 0.0 ], [ 9.199974734619166, 48.792865109815793, 0.0 ], [ 9.199868613594271, 48.792943167872899, 0.0 ], [ 9.199791536916521, 48.792897980137376, 0.0 ], [ 9.199832378107914, 48.792866436018663, 0.0 ], [ 9.199528843804808, 48.792687564792338, 0.0 ], [ 9.19955530550466, 48.792667915598088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c3", "Latitude": 48.79244, "Longitude": 9.19973, "X_coordina": 3514747.0, "Y_coordina": 5406127.03, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 706.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 383.7, "Total_wall": 389.6, "Total_wa00": 0.0, "Total_outw": 801.7, "Total_shar": 0.0, "Total_roof": 391.5, "Gross_volu": 1775.7, "Is_Gross_v": "false", "Heated_vol": 1555.1, "Ridge_mean": 5.2, "Eaves_mean": 4.05, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.656, "Heated_are": 706.2, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 24923.0, "January_He": 707.0, "February_H": 238.0, "March_Heat": 31.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 99.0, "December_H": 642.0, "PV_potenti": 22.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199554738058122, 48.792318923132591, 0.0 ], [ 9.19990777283579, 48.79252252729227, 0.0 ], [ 9.199857159246765, 48.792560742745742, 0.0 ], [ 9.199807902647835, 48.792597966662768, 0.0 ], [ 9.199454867386766, 48.792394272277065, 0.0 ], [ 9.199502631596163, 48.792358220101789, 0.0 ], [ 9.199554738058122, 48.792318923132591, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000243c5", "Latitude": 48.79278, "Longitude": 9.1997, "X_coordina": 3514744.85, "Y_coordina": 5406164.7, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 143.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 179.1, "Total_wall": 93.3, "Total_wa00": 0.0, "Total_outw": 309.7, "Total_shar": 286.4, "Total_roof": 179.1, "Gross_volu": 505.7, "Is_Gross_v": "false", "Heated_vol": 447.6, "Ridge_mean": 2.8, "Eaves_mean": 2.82, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.917, "Heated_are": 143.2, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199528843804808, 48.792687564792338, 0.0 ], [ 9.199832378107914, 48.792866436018663, 0.0 ], [ 9.199791536916521, 48.792897980137376, 0.0 ], [ 9.199779459337368, 48.79290690352542, 0.0 ], [ 9.199474427879409, 48.792728034754354, 0.0 ], [ 9.199528843804808, 48.792687564792338, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024388", "Latitude": 48.79012, "Longitude": 9.21311, "X_coordina": 3515730.81, "Y_coordina": 5405872.27, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.1, "Total_wall": 238.5, "Total_wa00": 0.0, "Total_outw": 412.4, "Total_shar": 348.3, "Total_roof": 206.9, "Gross_volu": 1721.8, "Is_Gross_v": "false", "Heated_vol": 1579.7, "Ridge_mean": 14.8, "Eaves_mean": 9.41, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 505.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.8, "Total_Year": 26608.0, "January_He": 4629.0, "February_H": 3224.0, "March_Heat": 1960.0, "April_Heat": 354.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 951.0, "November_H": 2928.0, "December_H": 4510.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213099526844646, 48.790201233791258, 0.0 ], [ 9.213034278015032, 48.79021924931309, 0.0 ], [ 9.212960972474374, 48.790102214408073, 0.0 ], [ 9.213025815185027, 48.790084739220347, 0.0 ], [ 9.21308848265488, 48.790067807562821, 0.0 ], [ 9.213161377496554, 48.790184213682267, 0.0 ], [ 9.213099526844646, 48.790201233791258, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002415b", "Latitude": 48.78949, "Longitude": 9.20544, "X_coordina": 3515167.53, "Y_coordina": 5405800.3, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 583.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.1, "Total_wall": 523.1, "Total_wa00": 0.0, "Total_outw": 750.1, "Total_shar": 155.0, "Total_roof": 179.6, "Gross_volu": 1949.3, "Is_Gross_v": "false", "Heated_vol": 1822.2, "Ridge_mean": 17.2, "Eaves_mean": 13.03, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.445, "Heated_are": 583.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 34.6, "Total_Year": 29427.0, "January_He": 5149.0, "February_H": 3518.0, "March_Heat": 2026.0, "April_Heat": 335.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 919.0, "November_H": 3133.0, "December_H": 5070.0, "PV_potenti": 6.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205322094323474, 48.789549748251325, 0.0 ], [ 9.205278170258312, 48.789524647939125, 0.0 ], [ 9.205384274596023, 48.789446315111775, 0.0 ], [ 9.205427653914541, 48.789471326431979, 0.0 ], [ 9.205471443017824, 48.789496696699153, 0.0 ], [ 9.205507183327844, 48.789517315360634, 0.0 ], [ 9.205470140235013, 48.789544268627289, 0.0 ], [ 9.205432961011306, 48.789571222124771, 0.0 ], [ 9.205397221427303, 48.789550783286437, 0.0 ], [ 9.205368049526232, 48.789572327062679, 0.0 ], [ 9.205365336141362, 48.789574400145163, 0.0 ], [ 9.205322094323474, 48.789549748251325, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024130", "Latitude": 48.78798, "Longitude": 9.21135, "X_coordina": 3515602.76, "Y_coordina": 5405633.41, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.3, "Total_wall": 131.9, "Total_wa00": 0.0, "Total_outw": 231.1, "Total_shar": 102.4, "Total_roof": 70.7, "Gross_volu": 447.6, "Is_Gross_v": "false", "Heated_vol": 389.2, "Ridge_mean": 9.2, "Eaves_mean": 6.1, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.63, "Heated_are": 124.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 7750.0, "January_He": 1564.0, "February_H": 956.0, "March_Heat": 482.0, "April_Heat": 82.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 221.0, "November_H": 884.0, "December_H": 1576.0, "PV_potenti": 3.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211362446906408, 48.788035656606894, 0.0 ], [ 9.211305123681832, 48.788028477985144, 0.0 ], [ 9.21124112881358, 48.788020502259968, 0.0 ], [ 9.211258575153588, 48.787962109800354, 0.0 ], [ 9.211320942193954, 48.787971347434265, 0.0 ], [ 9.211377726295552, 48.78797978596905, 0.0 ], [ 9.211362446906408, 48.788035656606894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000240ec", "Latitude": 48.79211, "Longitude": 9.20494, "X_coordina": 3515130.43, "Y_coordina": 5406092.01, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 102.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 56.8, "Total_wall": 162.1, "Total_wa00": 0.0, "Total_outw": 355.3, "Total_shar": 0.0, "Total_roof": 56.8, "Gross_volu": 313.7, "Is_Gross_v": "false", "Heated_vol": 272.6, "Ridge_mean": 5.5, "Eaves_mean": 5.52, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.957, "Heated_are": 102.7, "Mean_Uvalu": 0.5, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204853191039462, 48.792174734270269, 0.0 ], [ 9.204858933073563, 48.792147657053661, 0.0 ], [ 9.204846135083281, 48.792146510812827, 0.0 ], [ 9.204853896625378, 48.792114034588259, 0.0 ], [ 9.204868872177482, 48.792115176954333, 0.0 ], [ 9.204873526144318, 48.792088281519597, 0.0 ], [ 9.204940643722381, 48.792093377663164, 0.0 ], [ 9.204935989424712, 48.792120183177587, 0.0 ], [ 9.204950692784209, 48.792121326017437, 0.0 ], [ 9.204942388375493, 48.792154162908972, 0.0 ], [ 9.204928092202628, 48.792152749572715, 0.0 ], [ 9.204921672277072, 48.792180457464191, 0.0 ], [ 9.204853191039462, 48.792174734270269, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002408f", "Latitude": 48.79188, "Longitude": 9.20038, "X_coordina": 3514795.53, "Y_coordina": 5406065.13, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 721.9, "SecondaryU": "retail", "Secondar00": 195.8, "BuildingTy": "MFH", "Footprint_": 244.8, "Total_wall": 502.4, "Total_wa00": 0.0, "Total_outw": 819.0, "Total_shar": 317.7, "Total_roof": 329.0, "Gross_volu": 3112.8, "Is_Gross_v": "false", "Heated_vol": 2868.0, "Ridge_mean": 15.0, "Eaves_mean": 10.49, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.362, "Heated_are": 917.8, "Mean_Uvalu": 0.42, "Specific_d": "28,0", "Specific_s": 38.0, "Total_Year": 60649.0, "January_He": 8251.0, "February_H": 6041.0, "March_Heat": 4089.0, "April_Heat": 1074.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 140.0, "October_He": 1982.0, "November_H": 5316.0, "December_H": 7980.0, "PV_potenti": 14.58 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200167120067194, 48.791857451502146, 0.0 ], [ 9.200210542811247, 48.791825093443919, 0.0 ], [ 9.200254236978372, 48.791792555049945, 0.0 ], [ 9.200353411354749, 48.791850563115176, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200512063182524, 48.791943267979867, 0.0 ], [ 9.200425084949122, 48.792008793849092, 0.0 ], [ 9.200167120067194, 48.791857451502146, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024090", "Latitude": 48.79188, "Longitude": 9.20053, "X_coordina": 3514806.45, "Y_coordina": 5406064.63, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 128.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 123.1, "Total_wa00": 0.0, "Total_outw": 221.3, "Total_shar": 187.2, "Total_roof": 53.3, "Gross_volu": 428.4, "Is_Gross_v": "false", "Heated_vol": 400.2, "Ridge_mean": 8.0, "Eaves_mean": 8.03, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.557, "Heated_are": 128.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7401.0, "January_He": 1446.0, "February_H": 895.0, "March_Heat": 467.0, "April_Heat": 77.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 224.0, "November_H": 813.0, "December_H": 1438.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200512063182524, 48.791943267979867, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200464459702262, 48.791848571384648, 0.0 ], [ 9.200561998033939, 48.791905772805471, 0.0 ], [ 9.200512063182524, 48.791943267979867, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00024091", "Latitude": 48.79183, "Longitude": 9.20045, "X_coordina": 3514800.64, "Y_coordina": 5406060.14, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 45.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.7, "Total_wall": 57.9, "Total_wa00": 0.0, "Total_outw": 120.5, "Total_shar": 120.5, "Total_roof": 28.7, "Gross_volu": 143.4, "Is_Gross_v": "false", "Heated_vol": 143.4, "Ridge_mean": 5.0, "Eaves_mean": 5.02, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.804, "Heated_are": 45.9, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 52.4, "Total_Year": 3131.0, "January_He": 611.0, "February_H": 406.0, "March_Heat": 238.0, "April_Heat": 56.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 113.0, "November_H": 359.0, "December_H": 611.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200414252997753, 48.791886156913868, 0.0 ], [ 9.200353411354749, 48.791850563115176, 0.0 ], [ 9.200387198992384, 48.791825235794121, 0.0 ], [ 9.200413254116993, 48.79184038754039, 0.0 ], [ 9.200429673192527, 48.791828129354819, 0.0 ], [ 9.200464459702262, 48.791848571384648, 0.0 ], [ 9.200414252997753, 48.791886156913868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023ef2", "Latitude": 48.79473, "Longitude": 9.20967, "X_coordina": 3515476.95, "Y_coordina": 5406384.27, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3036, "PrimaryUsa": "event location", "PrimaryU00": 325.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 180.4, "Total_wall": 224.0, "Total_wa00": 0.0, "Total_outw": 481.6, "Total_shar": 106.3, "Total_roof": 180.4, "Gross_volu": 886.2, "Is_Gross_v": "false", "Heated_vol": 886.2, "Ridge_mean": 4.9, "Eaves_mean": 4.91, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.66, "Heated_are": 325.5, "Mean_Uvalu": 0.41, "Specific_d": "non calculated", "Specific_s": 52.8, "Total_Year": 17196.0, "January_He": 3929.0, "February_H": 2799.0, "March_Heat": 1951.0, "April_Heat": 655.0, "May_Heatin": 66.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 152.0, "October_He": 1154.0, "November_H": 2603.0, "December_H": 3884.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209493048696139, 48.794780735262712, 0.0 ], [ 9.209524931570673, 48.794690843627151, 0.0 ], [ 9.209757824506934, 48.794727198400132, 0.0 ], [ 9.209725669439976, 48.794817000671763, 0.0 ], [ 9.209493048696139, 48.794780735262712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e8a", "Latitude": 48.7906, "Longitude": 9.21369, "X_coordina": 3515773.88, "Y_coordina": 5405925.43, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 581.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.6, "Total_wall": 356.3, "Total_wa00": 0.0, "Total_outw": 594.8, "Total_shar": 221.6, "Total_roof": 217.3, "Gross_volu": 1980.1, "Is_Gross_v": "false", "Heated_vol": 1818.5, "Ridge_mean": 14.7, "Eaves_mean": 10.12, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 581.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 33392.0, "January_He": 5808.0, "February_H": 4193.0, "March_Heat": 2709.0, "April_Heat": 585.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1354.0, "November_H": 3798.0, "December_H": 5638.0, "PV_potenti": 9.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213564445677832, 48.79055916781487, 0.0 ], [ 9.213638180670968, 48.790552466627922, 0.0 ], [ 9.213707153888745, 48.790546133924785, 0.0 ], [ 9.213727456276304, 48.790647979710641, 0.0 ], [ 9.213734268103508, 48.790681688426062, 0.0 ], [ 9.213731411653614, 48.790682053421911, 0.0 ], [ 9.213702844097508, 48.790684983993124, 0.0 ], [ 9.213590743332162, 48.790694813787468, 0.0 ], [ 9.213564445677832, 48.79055916781487, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e8b", "Latitude": 48.79065, "Longitude": 9.21382, "X_coordina": 3515783.36, "Y_coordina": 5405931.12, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 59.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.1, "Total_wall": 70.5, "Total_wa00": 0.0, "Total_outw": 193.5, "Total_shar": 37.0, "Total_roof": 50.3, "Gross_volu": 181.2, "Is_Gross_v": "false", "Heated_vol": 156.6, "Ridge_mean": 5.4, "Eaves_mean": 3.08, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.969, "Heated_are": 59.0, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 28.1, "Total_Year": 3595.0, "January_He": 502.0, "February_H": 295.0, "March_Heat": 122.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 23.0, "November_H": 219.0, "December_H": 486.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213731411653614, 48.790682053421911, 0.0 ], [ 9.213734268103508, 48.790681688426062, 0.0 ], [ 9.213727456276304, 48.790647979710641, 0.0 ], [ 9.213820513295044, 48.790640433233577, 0.0 ], [ 9.213829591715317, 48.790695089938481, 0.0 ], [ 9.21373530860323, 48.790702368927491, 0.0 ], [ 9.213731411653614, 48.790682053421911, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023e40", "Latitude": 48.78969, "Longitude": 9.21172, "X_coordina": 3515629.23, "Y_coordina": 5405823.78, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 967.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 643.2, "Total_wall": 606.1, "Total_wa00": 0.0, "Total_outw": 1502.1, "Total_shar": 0.0, "Total_roof": 658.0, "Gross_volu": 3422.7, "Is_Gross_v": "false", "Heated_vol": 3023.4, "Ridge_mean": 8.1, "Eaves_mean": 3.49, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.578, "Heated_are": 967.5, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 55.5, "Total_Year": 77737.0, "January_He": 12774.0, "February_H": 8983.0, "March_Heat": 5660.0, "April_Heat": 1447.0, "May_Heatin": 126.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 364.0, "October_He": 3287.0, "November_H": 8415.0, "December_H": 12638.0, "PV_potenti": 31.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211703754510109, 48.789814708573694, 0.0 ], [ 9.21171060147061, 48.789824767433473, 0.0 ], [ 9.211708019129631, 48.789825581493453, 0.0 ], [ 9.211695862778898, 48.789847455283287, 0.0 ], [ 9.21168700318643, 48.789844234318352, 0.0 ], [ 9.211605858773595, 48.789868752751872, 0.0 ], [ 9.211542596834978, 48.789776697252861, 0.0 ], [ 9.211532402805299, 48.789779773381603, 0.0 ], [ 9.211495568137675, 48.789726066701817, 0.0 ], [ 9.211505762158755, 48.78972299057633, 0.0 ], [ 9.211449620408537, 48.789641173241293, 0.0 ], [ 9.211530901000771, 48.789616744590269, 0.0 ], [ 9.211537611052453, 48.789626623864855, 0.0 ], [ 9.211565338150555, 48.789618120108379, 0.0 ], [ 9.211569416353543, 48.789617033532529, 0.0 ], [ 9.211576674558634, 48.789627811034151, 0.0 ], [ 9.211649528375618, 48.789606005566391, 0.0 ], [ 9.211641997597456, 48.789595138646597, 0.0 ], [ 9.211645803236257, 48.789593962645313, 0.0 ], [ 9.211673531054483, 48.789585638708701, 0.0 ], [ 9.211666820981653, 48.789575759441973, 0.0 ], [ 9.211748101740929, 48.789551420560798, 0.0 ], [ 9.211804380723281, 48.789633417346643, 0.0 ], [ 9.21181484651089, 48.789630250770259, 0.0 ], [ 9.211851544599659, 48.789683777752906, 0.0 ], [ 9.211840943090282, 48.789687034505874, 0.0 ], [ 9.211904205839142, 48.789779179764722, 0.0 ], [ 9.211822925166951, 48.789803608678476, 0.0 ], [ 9.211820094111262, 48.789809998463724, 0.0 ], [ 9.211787669440554, 48.78980178512461, 0.0 ], [ 9.211784814918381, 48.789802599686887, 0.0 ], [ 9.211777559292345, 48.789792451659359, 0.0 ], [ 9.211703754510109, 48.789814708573694, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023d08", "Latitude": 48.79462, "Longitude": 9.21234, "X_coordina": 3515672.96, "Y_coordina": 5406372.53, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1622.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 328.9, "Total_wall": 1107.3, "Total_wa00": 0.0, "Total_outw": 1435.9, "Total_shar": 212.5, "Total_roof": 328.9, "Gross_volu": 5070.0, "Is_Gross_v": "false", "Heated_vol": 5070.0, "Ridge_mean": 15.9, "Eaves_mean": 15.94, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 20, "Number_o00": 41, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.348, "Heated_are": 1622.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 32.6, "Total_Year": 78545.0, "January_He": 12745.0, "February_H": 9154.0, "March_Heat": 6053.0, "April_Heat": 1543.0, "May_Heatin": 56.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 147.0, "October_He": 2770.0, "November_H": 7964.0, "December_H": 12413.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212155090942089, 48.794540262205977, 0.0 ], [ 9.212464224063623, 48.79467799473111, 0.0 ], [ 9.212457980727077, 48.794746617923089, 0.0 ], [ 9.212289044623704, 48.794739915424195, 0.0 ], [ 9.212121589445001, 48.794664778123163, 0.0 ], [ 9.212130827920847, 48.79456395679744, 0.0 ], [ 9.212155090942089, 48.794540262205977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023cdb", "Latitude": 48.78769, "Longitude": 9.20636, "X_coordina": 3515235.99, "Y_coordina": 5405600.23, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 447.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 136.1, "Total_wall": 221.4, "Total_wa00": 0.0, "Total_outw": 402.0, "Total_shar": 310.0, "Total_roof": 206.0, "Gross_volu": 1535.8, "Is_Gross_v": "false", "Heated_vol": 1399.7, "Ridge_mean": 14.0, "Eaves_mean": 8.55, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.386, "Heated_are": 447.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 24358.0, "January_He": 4175.0, "February_H": 2947.0, "March_Heat": 1944.0, "April_Heat": 530.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 889.0, "November_H": 2598.0, "December_H": 4100.0, "PV_potenti": 9.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206236485183956, 48.787653782682909, 0.0 ], [ 9.206426581548568, 48.787682757200145, 0.0 ], [ 9.20641111788734, 48.787728196369066, 0.0 ], [ 9.206398477715883, 48.787765267574322, 0.0 ], [ 9.206207433609917, 48.787737553639474, 0.0 ], [ 9.206220614206824, 48.787699492326922, 0.0 ], [ 9.206236485183956, 48.787653782682909, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023bf1", "Latitude": 48.7907, "Longitude": 9.20461, "X_coordina": 3515106.75, "Y_coordina": 5405934.7, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 680.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 208.2, "Total_wall": 436.6, "Total_wa00": 0.0, "Total_outw": 782.3, "Total_shar": 114.4, "Total_roof": 327.2, "Gross_volu": 2334.4, "Is_Gross_v": "false", "Heated_vol": 2126.2, "Ridge_mean": 14.5, "Eaves_mean": 7.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.438, "Heated_are": 680.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 38867.0, "January_He": 7003.0, "February_H": 4825.0, "March_Heat": 2944.0, "April_Heat": 572.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1412.0, "November_H": 4369.0, "December_H": 6882.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204671223804217, 48.790802194137328, 0.0 ], [ 9.204582675955248, 48.790814581090892, 0.0 ], [ 9.204509295895544, 48.790775055114473, 0.0 ], [ 9.204469577831095, 48.790646444945764, 0.0 ], [ 9.204615252767089, 48.79062604331034, 0.0 ], [ 9.204671223804217, 48.790802194137328, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023bf2", "Latitude": 48.79081, "Longitude": 9.20452, "X_coordina": 3515099.87, "Y_coordina": 5405947.45, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 228.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 116.1, "Total_wall": 212.7, "Total_wa00": 0.0, "Total_outw": 454.1, "Total_shar": 114.4, "Total_roof": 142.5, "Gross_volu": 831.2, "Is_Gross_v": "false", "Heated_vol": 715.1, "Ridge_mean": 14.1, "Eaves_mean": 4.08, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.615, "Heated_are": 228.8, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 76.2, "Total_Year": 20789.0, "January_He": 3968.0, "February_H": 2961.0, "March_Heat": 2041.0, "April_Heat": 656.0, "May_Heatin": 69.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 151.0, "October_He": 1091.0, "November_H": 2641.0, "December_H": 3866.0, "PV_potenti": 5.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204509295895544, 48.790775055114473, 0.0 ], [ 9.204582675955248, 48.790814581090892, 0.0 ], [ 9.204586953746936, 48.790829051193377, 0.0 ], [ 9.204551355798293, 48.790843592132092, 0.0 ], [ 9.204566938584314, 48.790860290244481, 0.0 ], [ 9.204535416872071, 48.79087320531206, 0.0 ], [ 9.204519971283593, 48.790856776722613, 0.0 ], [ 9.204426221907029, 48.79089534056552, 0.0 ], [ 9.204367583052521, 48.790832857808368, 0.0 ], [ 9.204509295895544, 48.790775055114473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023b45", "Latitude": 48.78867, "Longitude": 9.21385, "X_coordina": 3515785.84, "Y_coordina": 5405711.09, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 105.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 64.1, "Total_wa00": 0.0, "Total_outw": 133.3, "Total_shar": 223.7, "Total_roof": 57.1, "Gross_volu": 377.7, "Is_Gross_v": "false", "Heated_vol": 330.8, "Ridge_mean": 9.6, "Eaves_mean": 6.5, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 105.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.2, "Total_Year": 6563.0, "January_He": 1203.0, "February_H": 853.0, "March_Heat": 511.0, "April_Heat": 92.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 257.0, "November_H": 777.0, "December_H": 1178.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213824125731556, 48.788671908212109, 0.0 ], [ 9.213824398291077, 48.788671997629699, 0.0 ], [ 9.213876188056778, 48.788689796265245, 0.0 ], [ 9.213827106155659, 48.788732780989868, 0.0 ], [ 9.213781425846488, 48.788711553892519, 0.0 ], [ 9.213731790981429, 48.78868844571975, 0.0 ], [ 9.213768792349404, 48.788652857199878, 0.0 ], [ 9.213824125731556, 48.788671908212109, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002393f", "Latitude": 48.79087, "Longitude": 9.21296, "X_coordina": 3515720.08, "Y_coordina": 5405955.2, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1152.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 169.2, "Total_wall": 964.3, "Total_wa00": 0.0, "Total_outw": 1194.6, "Total_shar": 267.6, "Total_roof": 169.2, "Gross_volu": 3702.3, "Is_Gross_v": "false", "Heated_vol": 3600.0, "Ridge_mean": 23.1, "Eaves_mean": 23.1, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 21, "Number_o00": 29, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.359, "Heated_are": 1152.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 59762.0, "January_He": 10268.0, "February_H": 7130.0, "March_Heat": 4517.0, "April_Heat": 1082.0, "May_Heatin": 45.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 1978.0, "November_H": 6252.0, "December_H": 10142.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21303443755434, 48.790932073564903, 0.0 ], [ 9.213031853655485, 48.790932527962802, 0.0 ], [ 9.212989667295938, 48.790933325382163, 0.0 ], [ 9.2128199699404, 48.790936696511459, 0.0 ], [ 9.212806633023858, 48.790936811080982, 0.0 ], [ 9.212804252829406, 48.790888886191915, 0.0 ], [ 9.2128020300283, 48.790845996734113, 0.0 ], [ 9.212985202348776, 48.790843050328903, 0.0 ], [ 9.213032288419347, 48.790842333771167, 0.0 ], [ 9.213034034231633, 48.790868947932317, 0.0 ], [ 9.213031312718691, 48.790869042890336, 0.0 ], [ 9.213033548658744, 48.790914989722197, 0.0 ], [ 9.21303443755434, 48.790932073564903, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023672", "Latitude": 48.78913, "Longitude": 9.2069, "X_coordina": 3515274.8, "Y_coordina": 5405760.8, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1163.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 214.1, "Total_wall": 837.5, "Total_wa00": 0.0, "Total_outw": 1161.1, "Total_shar": 301.8, "Total_roof": 297.4, "Gross_volu": 3849.8, "Is_Gross_v": "false", "Heated_vol": 3635.7, "Ridge_mean": 20.2, "Eaves_mean": 15.42, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 1163.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 57600.0, "January_He": 9802.0, "February_H": 6790.0, "March_Heat": 4198.0, "April_Heat": 816.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1862.0, "November_H": 6008.0, "December_H": 9600.0, "PV_potenti": 12.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206815123215712, 48.78917614157676, 0.0 ], [ 9.20680964191722, 48.789166979209021, 0.0 ], [ 9.20679957124716, 48.78916699729406, 0.0 ], [ 9.206793057395654, 48.78917150517335, 0.0 ], [ 9.206742303897267, 48.78917357462096, 0.0 ], [ 9.20674499821814, 48.789200007334593, 0.0 ], [ 9.206739683680633, 48.789198308326455, 0.0 ], [ 9.20673725415493, 48.789170076664462, 0.0 ], [ 9.206733968196982, 48.789132134786364, 0.0 ], [ 9.206730260306919, 48.78909086649054, 0.0 ], [ 9.206729974459749, 48.789087539828884, 0.0 ], [ 9.206943468854163, 48.789079692711098, 0.0 ], [ 9.20697158066525, 48.789098436231725, 0.0 ], [ 9.206946652116851, 48.789225003596854, 0.0 ], [ 9.206830794190834, 48.789214241056243, 0.0 ], [ 9.206834397669589, 48.789196969245005, 0.0 ], [ 9.20683840091602, 48.789177628471833, 0.0 ], [ 9.206828202653643, 48.789179715032297, 0.0 ], [ 9.206815123215712, 48.78917614157676, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023630", "Latitude": 48.7916, "Longitude": 9.20262, "X_coordina": 3514960.15, "Y_coordina": 5406033.91, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 771.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.0, "Total_wall": 665.7, "Total_wa00": 0.0, "Total_outw": 906.5, "Total_shar": 237.1, "Total_roof": 229.4, "Gross_volu": 2538.4, "Is_Gross_v": "false", "Heated_vol": 2411.4, "Ridge_mean": 22.9, "Eaves_mean": 17.35, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 771.7, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 41118.0, "January_He": 7230.0, "February_H": 5032.0, "March_Heat": 3000.0, "April_Heat": 539.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 56.0, "October_He": 1410.0, "November_H": 4517.0, "December_H": 7097.0, "PV_potenti": 8.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202650955999063, 48.791664627435601, 0.0 ], [ 9.20262245964979, 48.791685539854683, 0.0 ], [ 9.202528739531539, 48.791630671473989, 0.0 ], [ 9.202508792284494, 48.791645364100823, 0.0 ], [ 9.202489010474476, 48.791633528970486, 0.0 ], [ 9.202460088841796, 48.791616404413297, 0.0 ], [ 9.202554394865547, 48.791546367934416, 0.0 ], [ 9.202583723331802, 48.791563132058023, 0.0 ], [ 9.202604185257659, 48.791574876052088, 0.0 ], [ 9.202697771430389, 48.791630284149321, 0.0 ], [ 9.202683252171015, 48.791641010613539, 0.0 ], [ 9.202650955999063, 48.791664627435601, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023631", "Latitude": 48.79167, "Longitude": 9.20279, "X_coordina": 3514972.3, "Y_coordina": 5406042.0, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 21.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.0, "Total_wall": 52.0, "Total_wa00": 0.0, "Total_outw": 160.6, "Total_shar": 0.0, "Total_roof": 27.0, "Gross_volu": 73.3, "Is_Gross_v": "false", "Heated_vol": 67.8, "Ridge_mean": 2.7, "Eaves_mean": 2.71, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.504, "Heated_are": 21.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202794631746702, 48.791687574799944, 0.0 ], [ 9.202747678057481, 48.791721378827042, 0.0 ], [ 9.202694335153151, 48.791689459928151, 0.0 ], [ 9.202740471904885, 48.791655567437267, 0.0 ], [ 9.202794631746702, 48.791687574799944, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023632", "Latitude": 48.79171, "Longitude": 9.20285, "X_coordina": 3514977.09, "Y_coordina": 5406046.27, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 22.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.6, "Total_wall": 52.6, "Total_wa00": 0.0, "Total_outw": 159.5, "Total_shar": 0.0, "Total_roof": 27.6, "Gross_volu": 70.9, "Is_Gross_v": "false", "Heated_vol": 68.9, "Ridge_mean": 2.6, "Eaves_mean": 2.57, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.543, "Heated_are": 22.0, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202804181367286, 48.791693223169489, 0.0 ], [ 9.202860247736755, 48.791725496914339, 0.0 ], [ 9.202814522555261, 48.791760198040343, 0.0 ], [ 9.202759542416725, 48.7917272928957, 0.0 ], [ 9.202804181367286, 48.791693223169489, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023594", "Latitude": 48.79555, "Longitude": 9.21235, "X_coordina": 3515673.81, "Y_coordina": 5406475.2, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 997.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 230.8, "Total_wall": 857.3, "Total_wa00": 0.0, "Total_outw": 1158.3, "Total_shar": 0.0, "Total_roof": 230.8, "Gross_volu": 3307.5, "Is_Gross_v": "false", "Heated_vol": 3116.0, "Ridge_mean": 14.3, "Eaves_mean": 14.33, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.415, "Heated_are": 997.1, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 54168.0, "January_He": 9191.0, "February_H": 6618.0, "March_Heat": 4363.0, "April_Heat": 1099.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 127.0, "October_He": 2110.0, "November_H": 5881.0, "December_H": 8945.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212377319802705, 48.795661379119366, 0.0 ], [ 9.212224174434416, 48.795655906334105, 0.0 ], [ 9.212239323336282, 48.795471984770224, 0.0 ], [ 9.212392468146723, 48.795477457536478, 0.0 ], [ 9.212377319802705, 48.795661379119366, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00023111", "Latitude": 48.7948, "Longitude": 9.2092, "X_coordina": 3515442.37, "Y_coordina": 5406391.36, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 336.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 108.5, "Total_wall": 355.4, "Total_wa00": 0.0, "Total_outw": 560.3, "Total_shar": 0.0, "Total_roof": 175.4, "Gross_volu": 1062.8, "Is_Gross_v": "false", "Heated_vol": 1050.0, "Ridge_mean": 13.1, "Eaves_mean": 6.44, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.606, "Heated_are": 336.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 51.7, "Total_Year": 22696.0, "January_He": 4351.0, "February_H": 2957.0, "March_Heat": 1758.0, "April_Heat": 378.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 861.0, "November_H": 2701.0, "December_H": 4302.0, "PV_potenti": 8.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209141153577839, 48.794864464231381, 0.0 ], [ 9.209069925557603, 48.794853802738189, 0.0 ], [ 9.209102348049171, 48.79476256138777, 0.0 ], [ 9.209172078789164, 48.79477322558067, 0.0 ], [ 9.209240311278498, 48.794783622682907, 0.0 ], [ 9.209208704535168, 48.794874592819241, 0.0 ], [ 9.209141153577839, 48.794864464231381, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000230d5", "Latitude": 48.79134, "Longitude": 9.21318, "X_coordina": 3515735.79, "Y_coordina": 5406007.2, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 464.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 130.4, "Total_wall": 232.8, "Total_wa00": 0.0, "Total_outw": 393.6, "Total_shar": 325.1, "Total_roof": 193.4, "Gross_volu": 1582.2, "Is_Gross_v": "false", "Heated_vol": 1451.8, "Ridge_mean": 14.8, "Eaves_mean": 9.48, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.369, "Heated_are": 464.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.9, "Total_Year": 24947.0, "January_He": 4311.0, "February_H": 3084.0, "March_Heat": 1898.0, "April_Heat": 347.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 918.0, "November_H": 2780.0, "December_H": 4204.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213100576961819, 48.791413402216136, 0.0 ], [ 9.213037900783657, 48.791396522615464, 0.0 ], [ 9.213109012469472, 48.791284256303399, 0.0 ], [ 9.213170870813665, 48.791300867608733, 0.0 ], [ 9.213230140328481, 48.791316764285348, 0.0 ], [ 9.213159574394737, 48.791429299432195, 0.0 ], [ 9.213100576961819, 48.791413402216136, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022dcd", "Latitude": 48.79587, "Longitude": 9.19837, "X_coordina": 3514646.36, "Y_coordina": 5406508.81, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 47081.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 7557.8, "Total_wall": 10779.8, "Total_wa00": 0.0, "Total_outw": 11299.8, "Total_shar": 0.0, "Total_roof": 7604.0, "Gross_volu": 154688.7, "Is_Gross_v": "false", "Heated_vol": 147130.9, "Ridge_mean": 24.3, "Eaves_mean": 18.99, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.171, "Heated_are": 47081.9, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 1.2, "Total_Year": 1602787.0, "January_He": 24013.0, "February_H": 8665.0, "March_Heat": 995.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 18.0, "November_H": 2459.0, "December_H": 19516.0, "PV_potenti": 369.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198639155576206, 48.795859717733642, 0.0 ], [ 9.199602764628823, 48.796466114453835, 0.0 ], [ 9.199477613193258, 48.796552567973151, 0.0 ], [ 9.199374179480445, 48.796623966528379, 0.0 ], [ 9.199268574116498, 48.796696987371107, 0.0 ], [ 9.197047478510074, 48.795299620858785, 0.0 ], [ 9.197151996381079, 48.795226873666067, 0.0 ], [ 9.197257735029638, 48.795153135127478, 0.0 ], [ 9.197347185419511, 48.795090844696432, 0.0 ], [ 9.198605899916318, 48.795882795518267, 0.0 ], [ 9.198639155576206, 48.795859717733642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022dc5", "Latitude": 48.79235, "Longitude": 9.20159, "X_coordina": 3514884.04, "Y_coordina": 5406118.06, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 832.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.7, "Total_wall": 758.6, "Total_wa00": 0.0, "Total_outw": 1039.0, "Total_shar": 0.0, "Total_roof": 203.3, "Gross_volu": 2772.8, "Is_Gross_v": "false", "Heated_vol": 2601.1, "Ridge_mean": 18.0, "Eaves_mean": 14.23, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.427, "Heated_are": 832.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 46047.0, "January_He": 8232.0, "February_H": 5715.0, "March_Heat": 3387.0, "April_Heat": 614.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1609.0, "November_H": 5136.0, "December_H": 8085.0, "PV_potenti": 11.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201594988883828, 48.792416083950705, 0.0 ], [ 9.201596216656576, 48.792416801190086, 0.0 ], [ 9.20153881427046, 48.792458716134462, 0.0 ], [ 9.201479608289878, 48.792424109230595, 0.0 ], [ 9.201419993374078, 48.792389323164208, 0.0 ], [ 9.20155365529379, 48.792290353197373, 0.0 ], [ 9.201611088641723, 48.792324153855084, 0.0 ], [ 9.201672205023563, 48.792360016276668, 0.0 ], [ 9.201616027655682, 48.792401929114583, 0.0 ], [ 9.20161493634223, 48.792401301560083, 0.0 ], [ 9.201594988883828, 48.792416083950705, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022b15", "Latitude": 48.79477, "Longitude": 9.20412, "X_coordina": 3515069.26, "Y_coordina": 5406386.72, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 997.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 234.9, "Total_wall": 814.7, "Total_wa00": 0.0, "Total_outw": 1172.9, "Total_shar": 201.2, "Total_roof": 234.9, "Gross_volu": 3193.7, "Is_Gross_v": "false", "Heated_vol": 3117.7, "Ridge_mean": 13.8, "Eaves_mean": 13.82, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 27, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.408, "Heated_are": 997.7, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 48218.0, "January_He": 8037.0, "February_H": 5657.0, "March_Heat": 3531.0, "April_Heat": 736.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1571.0, "November_H": 4936.0, "December_H": 7861.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204018134684727, 48.794838583956022, 0.0 ], [ 9.204023831060542, 48.794833628068638, 0.0 ], [ 9.203917551975243, 48.794771409364863, 0.0 ], [ 9.203940212674741, 48.794754373684484, 0.0 ], [ 9.20395378164733, 48.794744098368596, 0.0 ], [ 9.203983387206511, 48.794761491101063, 0.0 ], [ 9.204060462694548, 48.794704073245605, 0.0 ], [ 9.204072674954668, 48.794694879402329, 0.0 ], [ 9.204096140839274, 48.794708596120138, 0.0 ], [ 9.20410658956394, 48.794700844175679, 0.0 ], [ 9.204132648025215, 48.794716174914939, 0.0 ], [ 9.204122335041765, 48.794723836697607, 0.0 ], [ 9.204201874130904, 48.794770455933509, 0.0 ], [ 9.204189390395332, 48.794779830118799, 0.0 ], [ 9.204235777168471, 48.794807084621148, 0.0 ], [ 9.204141466300909, 48.794876852673816, 0.0 ], [ 9.204069703346196, 48.794834715795155, 0.0 ], [ 9.204043920614824, 48.794853825274259, 0.0 ], [ 9.204018134684727, 48.794838583956022, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002294e", "Latitude": 48.78912, "Longitude": 9.20622, "X_coordina": 3515225.23, "Y_coordina": 5405759.04, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 65.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 82.0, "Total_wall": 79.2, "Total_wa00": 0.0, "Total_outw": 258.4, "Total_shar": 53.2, "Total_roof": 82.0, "Gross_volu": 268.7, "Is_Gross_v": "false", "Heated_vol": 205.0, "Ridge_mean": 3.3, "Eaves_mean": 3.28, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.996, "Heated_are": 65.6, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 77.9, "Total_Year": 9900.0, "January_He": 1201.0, "February_H": 847.0, "March_Heat": 581.0, "April_Heat": 192.0, "May_Heatin": 23.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 293.0, "November_H": 752.0, "December_H": 1180.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206088405095842, 48.789111800142095, 0.0 ], [ 9.206259581612848, 48.789105468793778, 0.0 ], [ 9.206264448601928, 48.789164000367805, 0.0 ], [ 9.206093952337415, 48.789170330505868, 0.0 ], [ 9.206088405095842, 48.789111800142095, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002239a", "Latitude": 48.79325, "Longitude": 9.202, "X_coordina": 3514914.06, "Y_coordina": 5406217.28, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 544.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 98.4, "Total_wall": 427.2, "Total_wa00": 0.0, "Total_outw": 589.8, "Total_shar": 297.9, "Total_roof": 138.8, "Gross_volu": 1789.7, "Is_Gross_v": "false", "Heated_vol": 1701.3, "Ridge_mean": 21.2, "Eaves_mean": 15.16, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.385, "Heated_are": 544.4, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 34246.0, "January_He": 6081.0, "February_H": 4373.0, "March_Heat": 2917.0, "April_Heat": 757.0, "May_Heatin": 36.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 1502.0, "November_H": 3920.0, "December_H": 5922.0, "PV_potenti": 5.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201948980440003, 48.793330616018103, 0.0 ], [ 9.201862757626389, 48.793279240982748, 0.0 ], [ 9.201913780158046, 48.793241383630452, 0.0 ], [ 9.201967652434254, 48.793201453015037, 0.0 ], [ 9.202053734425796, 48.79325165921319, 0.0 ], [ 9.20202768025618, 48.793270948569919, 0.0 ], [ 9.202005696831975, 48.793287173378381, 0.0 ], [ 9.201948980440003, 48.793330616018103, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00022263", "Latitude": 48.79518, "Longitude": 9.20411, "X_coordina": 3515068.23, "Y_coordina": 5406432.72, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1038.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 239.4, "Total_wall": 899.2, "Total_wa00": 0.0, "Total_outw": 1173.8, "Total_shar": 175.7, "Total_roof": 239.4, "Gross_volu": 3244.8, "Is_Gross_v": "false", "Heated_vol": 3244.8, "Ridge_mean": 15.2, "Eaves_mean": 15.18, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 13, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.425, "Heated_are": 1038.3, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 35.6, "Total_Year": 53374.0, "January_He": 9093.0, "February_H": 6419.0, "March_Heat": 4019.0, "April_Heat": 813.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 86.0, "October_He": 1917.0, "November_H": 5706.0, "December_H": 8853.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20399139629713, 48.795259833230539, 0.0 ], [ 9.203962234849344, 48.795251342146138, 0.0 ], [ 9.203974813292094, 48.79523171653414, 0.0 ], [ 9.203983334049502, 48.795218392756524, 0.0 ], [ 9.203989443895118, 48.795214695068452, 0.0 ], [ 9.203918444378678, 48.795159517831252, 0.0 ], [ 9.204020697278487, 48.795101336032261, 0.0 ], [ 9.204057561924051, 48.795129866403911, 0.0 ], [ 9.204071956729043, 48.795121837700137, 0.0 ], [ 9.204175450762007, 48.79520186605815, 0.0 ], [ 9.204163772242349, 48.795208451182347, 0.0 ], [ 9.204210331270634, 48.795244517895149, 0.0 ], [ 9.204169030766506, 48.795296836705852, 0.0 ], [ 9.20414732047472, 48.795279789720858, 0.0 ], [ 9.204114864302962, 48.795297921885421, 0.0 ], [ 9.204070763236595, 48.795263829096747, 0.0 ], [ 9.204060032694354, 48.795269243524366, 0.0 ], [ 9.204014293671488, 48.795233984610228, 0.0 ], [ 9.204003158091179, 48.795240209062072, 0.0 ], [ 9.20399139629713, 48.795259833230539, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000221db", "Latitude": 48.79022, "Longitude": 9.21357, "X_coordina": 3515765.09, "Y_coordina": 5405883.23, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 147.8, "Total_wall": 258.5, "Total_wa00": 0.0, "Total_outw": 433.4, "Total_shar": 376.4, "Total_roof": 201.6, "Gross_volu": 1866.6, "Is_Gross_v": "false", "Heated_vol": 1718.9, "Ridge_mean": 15.1, "Eaves_mean": 10.13, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.341, "Heated_are": 550.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 27938.0, "January_He": 4811.0, "February_H": 3344.0, "March_Heat": 2009.0, "April_Heat": 347.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 960.0, "November_H": 3028.0, "December_H": 4684.0, "PV_potenti": 10.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213560461054621, 48.790165399650917, 0.0 ], [ 9.213629550720629, 48.790282801688669, 0.0 ], [ 9.213562936846987, 48.790299830881885, 0.0 ], [ 9.213495099233976, 48.790317132076083, 0.0 ], [ 9.213426828297752, 48.790200178059273, 0.0 ], [ 9.213492896951736, 48.790182970107914, 0.0 ], [ 9.213560461054621, 48.790165399650917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000220f9", "Latitude": 48.79019, "Longitude": 9.19513, "X_coordina": 3514409.98, "Y_coordina": 5405876.59, "LOD": "LOD2", "Year_of_co": 1991, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 885.9, "SecondaryU": "office and administration", "Secondar00": 251.8, "BuildingTy": "RH", "Footprint_": 314.7, "Total_wall": 946.1, "Total_wa00": 0.0, "Total_outw": 1442.0, "Total_shar": 0.0, "Total_roof": 314.7, "Gross_volu": 3026.7, "Is_Gross_v": "false", "Heated_vol": 3026.7, "Ridge_mean": 9.6, "Eaves_mean": 9.62, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 14, "Number_o00": 29, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 1137.7, "Mean_Uvalu": 0.48, "Specific_d": "15,6", "Specific_s": 39.0, "Total_Year": 62082.0, "January_He": 11353.0, "February_H": 7592.0, "March_Heat": 4415.0, "April_Heat": 846.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 2042.0, "November_H": 6801.0, "December_H": 11186.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194909784251456, 48.790067907782671, 0.0 ], [ 9.195064603579885, 48.790159008035481, 0.0 ], [ 9.195113028832887, 48.79018788140295, 0.0 ], [ 9.195331141364486, 48.790316282264044, 0.0 ], [ 9.195291651621822, 48.790345574419042, 0.0 ], [ 9.195278966319478, 48.790338222194457, 0.0 ], [ 9.195269874581431, 48.790345071807131, 0.0 ], [ 9.195249248742774, 48.790360663567498, 0.0 ], [ 9.195042866374777, 48.790238986956801, 0.0 ], [ 9.194995124365551, 48.790210831792137, 0.0 ], [ 9.194840303958415, 48.79011946167774, 0.0 ], [ 9.194867173378087, 48.790099543090491, 0.0 ], [ 9.194909784251456, 48.790067907782671, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002206b", "Latitude": 48.78761, "Longitude": 9.21455, "X_coordina": 3515837.47, "Y_coordina": 5405592.64, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 347.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 88.3, "Total_wall": 299.3, "Total_wa00": 0.0, "Total_outw": 458.5, "Total_shar": 141.7, "Total_roof": 142.0, "Gross_volu": 1155.0, "Is_Gross_v": "false", "Heated_vol": 1086.9, "Ridge_mean": 16.1, "Eaves_mean": 10.66, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.478, "Heated_are": 347.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.2, "Total_Year": 22607.0, "January_He": 4108.0, "February_H": 2955.0, "March_Heat": 1878.0, "April_Heat": 408.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 963.0, "November_H": 2700.0, "December_H": 4012.0, "PV_potenti": 5.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21446532106094, 48.787572028627636, 0.0 ], [ 9.214523893896299, 48.787585048388721, 0.0 ], [ 9.214582058504364, 48.787598068880676, 0.0 ], [ 9.214539135088405, 48.787680698778864, 0.0 ], [ 9.214422128751309, 48.78765546829635, 0.0 ], [ 9.21446532106094, 48.787572028627636, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002204c", "Latitude": 48.79184, "Longitude": 9.20083, "X_coordina": 3514828.28, "Y_coordina": 5406060.95, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1149.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 281.3, "Total_wall": 937.9, "Total_wa00": 0.0, "Total_outw": 1270.3, "Total_shar": 0.0, "Total_roof": 281.3, "Gross_volu": 3591.1, "Is_Gross_v": "false", "Heated_vol": 3591.1, "Ridge_mean": 12.8, "Eaves_mean": 12.76, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.418, "Heated_are": 1149.1, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 48.4, "Total_Year": 139505.0, "January_He": 12960.0, "February_H": 9513.0, "March_Heat": 6501.0, "April_Heat": 2028.0, "May_Heatin": 185.0, "June_Heati": 5, "July_Heati": 0, "August_Hea": 1, "September_": 386.0, "October_He": 3213.0, "November_H": 8266.0, "December_H": 12549.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200636543299893, 48.79189656066707, 0.0 ], [ 9.200674242867825, 48.791862503857182, 0.0 ], [ 9.200671925266137, 48.791861518736262, 0.0 ], [ 9.200676129225906, 48.791857734619242, 0.0 ], [ 9.200678446827501, 48.791858719740091, 0.0 ], [ 9.200714248149268, 48.791826464696847, 0.0 ], [ 9.200711930189783, 48.791825389653724, 0.0 ], [ 9.200716947499522, 48.791820794805183, 0.0 ], [ 9.200719265100217, 48.791821779925208, 0.0 ], [ 9.200755066728361, 48.791789614792151, 0.0 ], [ 9.200752748769707, 48.791788539749852, 0.0 ], [ 9.200757359574069, 48.791784395226166, 0.0 ], [ 9.200759677173876, 48.791785380345381, 0.0 ], [ 9.200798461405647, 48.791750332443641, 0.0 ], [ 9.200796279545042, 48.791749257164888, 0.0 ], [ 9.200801297198351, 48.791744752235594, 0.0 ], [ 9.200939080649656, 48.791825982680066, 0.0 ], [ 9.200933246057248, 48.791830399117131, 0.0 ], [ 9.20093092665665, 48.791828964386532, 0.0 ], [ 9.200895135883233, 48.791863827263057, 0.0 ], [ 9.200897726761358, 48.791865081673564, 0.0 ], [ 9.200893117756205, 48.791869675817651, 0.0 ], [ 9.200890526877957, 48.791868421407067, 0.0 ], [ 9.200857176831592, 48.791901031923743, 0.0 ], [ 9.200859767710693, 48.791902286335073, 0.0 ], [ 9.200855700576495, 48.791906250067321, 0.0 ], [ 9.200853110056215, 48.791905085578861, 0.0 ], [ 9.200817048056166, 48.791940218674519, 0.0 ], [ 9.2008197746751, 48.791941382926453, 0.0 ], [ 9.2008153013947, 48.791945886907087, 0.0 ], [ 9.200812847329864, 48.79194481210336, 0.0 ], [ 9.200772143238272, 48.7919762664121, 0.0 ], [ 9.200773371347374, 48.791977073583304, 0.0 ], [ 9.20076984392734, 48.791979867364716, 0.0 ], [ 9.200762750338944, 48.791975743246283, 0.0 ], [ 9.200764243467992, 48.791974751483622, 0.0 ], [ 9.200692078106762, 48.791932343411922, 0.0 ], [ 9.200690721075205, 48.791933334936481, 0.0 ], [ 9.200684582335183, 48.791929748690706, 0.0 ], [ 9.200685802910479, 48.791928667480427, 0.0 ], [ 9.200637647139313, 48.791900335534997, 0.0 ], [ 9.200636426205115, 48.791901326821794, 0.0 ], [ 9.200631242665567, 48.79189836837412, 0.0 ], [ 9.200634361436389, 48.791895485385282, 0.0 ], [ 9.200636543299893, 48.79189656066707, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021a2c", "Latitude": 48.78978, "Longitude": 9.20576, "X_coordina": 3515191.46, "Y_coordina": 5405832.83, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 258.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 202.0, "Total_wall": 166.6, "Total_wa00": 0.0, "Total_outw": 535.2, "Total_shar": 0.0, "Total_roof": 246.5, "Gross_volu": 1008.7, "Is_Gross_v": "false", "Heated_vol": 806.7, "Ridge_mean": 6.7, "Eaves_mean": 3.65, "Storey_num": 2, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.672, "Heated_are": 258.1, "Mean_Uvalu": 0.46, "Specific_d": "73,0", "Specific_s": 64.9, "Total_Year": 35592.0, "January_He": 4046.0, "February_H": 2854.0, "March_Heat": 1779.0, "April_Heat": 456.0, "May_Heatin": 37.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 918.0, "November_H": 2583.0, "December_H": 3978.0, "PV_potenti": 11.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205664181402609, 48.789904156324397, 0.0 ], [ 9.205571961250051, 48.789850007111795, 0.0 ], [ 9.205775216683946, 48.789700370868346, 0.0 ], [ 9.205867025194124, 48.789753711342883, 0.0 ], [ 9.205664181402609, 48.789904156324397, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002190e", "Latitude": 48.79158, "Longitude": 9.2038, "X_coordina": 3515046.84, "Y_coordina": 5406032.61, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 109.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.0, "Total_wall": 71.0, "Total_wa00": 0.0, "Total_outw": 146.7, "Total_shar": 211.2, "Total_roof": 60.6, "Gross_volu": 390.4, "Is_Gross_v": "false", "Heated_vol": 343.4, "Ridge_mean": 9.9, "Eaves_mean": 6.51, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 109.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 6503.0, "January_He": 1225.0, "February_H": 823.0, "March_Heat": 448.0, "April_Heat": 63.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 220.0, "November_H": 770.0, "December_H": 1204.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203805354301165, 48.791634983638588, 0.0 ], [ 9.203750480699018, 48.791628516316777, 0.0 ], [ 9.203697649654847, 48.791622315126688, 0.0 ], [ 9.203698051029114, 48.791620605868246, 0.0 ], [ 9.203701863559376, 48.791621048742414, 0.0 ], [ 9.20371540037821, 48.791569408648044, 0.0 ], [ 9.203765643711654, 48.791575164790835, 0.0 ], [ 9.203819835681474, 48.791581363541106, 0.0 ], [ 9.203805354301165, 48.791634983638588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000217ec", "Latitude": 48.7915, "Longitude": 9.19978, "X_coordina": 3514751.28, "Y_coordina": 5406022.65, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 862.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 130.3, "Total_wall": 633.4, "Total_wa00": 0.0, "Total_outw": 854.4, "Total_shar": 332.5, "Total_roof": 224.9, "Gross_volu": 2826.0, "Is_Gross_v": "false", "Heated_vol": 2695.7, "Ridge_mean": 22.5, "Eaves_mean": 18.32, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 862.6, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 30.6, "Total_Year": 40063.0, "January_He": 6654.0, "February_H": 4654.0, "March_Heat": 2771.0, "April_Heat": 482.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 1186.0, "November_H": 4078.0, "December_H": 6529.0, "PV_potenti": 7.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199836945844989, 48.791514876478033, 0.0 ], [ 9.19982839783099, 48.79152145573461, 0.0 ], [ 9.199747936370619, 48.791583013150465, 0.0 ], [ 9.199727583608524, 48.7915986052354, 0.0 ], [ 9.199634685519232, 48.791544272616584, 0.0 ], [ 9.199773230692019, 48.791440889977935, 0.0 ], [ 9.199836938383008, 48.791478727201948, 0.0 ], [ 9.199810208794268, 48.79149927616583, 0.0 ], [ 9.199836945844989, 48.791514876478033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000217d7", "Latitude": 48.79029, "Longitude": 9.21165, "X_coordina": 3515623.68, "Y_coordina": 5405890.43, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.3, "Total_wall": 293.5, "Total_wa00": 0.0, "Total_outw": 424.2, "Total_shar": 350.9, "Total_roof": 185.0, "Gross_volu": 1850.2, "Is_Gross_v": "false", "Heated_vol": 1722.9, "Ridge_mean": 17.1, "Eaves_mean": 11.97, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 9, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 551.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 28602.0, "January_He": 4831.0, "February_H": 3508.0, "March_Heat": 2194.0, "April_Heat": 427.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1023.0, "November_H": 3102.0, "December_H": 4730.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211714792241072, 48.790303333283383, 0.0 ], [ 9.211579024964783, 48.790381096964694, 0.0 ], [ 9.211535061154427, 48.790347456369119, 0.0 ], [ 9.211493008754051, 48.790315251024332, 0.0 ], [ 9.211628505691081, 48.790237937558388, 0.0 ], [ 9.21167069307163, 48.790269872835204, 0.0 ], [ 9.211714792241072, 48.790303333283383, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002162d", "Latitude": 48.79295, "Longitude": 9.20223, "X_coordina": 3514931.09, "Y_coordina": 5406184.18, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 915.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.3, "Total_wall": 605.4, "Total_wa00": 0.0, "Total_outw": 843.5, "Total_shar": 385.1, "Total_roof": 211.7, "Gross_volu": 3032.0, "Is_Gross_v": "false", "Heated_vol": 2860.7, "Ridge_mean": 19.7, "Eaves_mean": 14.62, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 15, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 915.4, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 30.6, "Total_Year": 42532.0, "January_He": 6996.0, "February_H": 4898.0, "March_Heat": 3036.0, "April_Heat": 572.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 49.0, "October_He": 1350.0, "November_H": 4308.0, "December_H": 6811.0, "PV_potenti": 9.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202283938114983, 48.792960622062608, 0.0 ], [ 9.202319135183931, 48.792981242654719, 0.0 ], [ 9.20231601499643, 48.792983765996787, 0.0 ], [ 9.202262145036585, 48.793024146390408, 0.0 ], [ 9.202218044246575, 48.793057045947073, 0.0 ], [ 9.202058426928755, 48.792962816441396, 0.0 ], [ 9.202102937125469, 48.792930185997498, 0.0 ], [ 9.202113928745911, 48.792922073584165, 0.0 ], [ 9.202172687123312, 48.792878897045959, 0.0 ], [ 9.202174873397867, 48.792881051373691, 0.0 ], [ 9.202159541039734, 48.792892768356459, 0.0 ], [ 9.202280682549539, 48.792963325488678, 0.0 ], [ 9.202283938114983, 48.792960622062608, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021574", "Latitude": 48.79018, "Longitude": 9.20966, "X_coordina": 3515477.96, "Y_coordina": 5405877.72, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1159.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 406.1, "Total_wall": 979.9, "Total_wa00": 0.0, "Total_outw": 1577.5, "Total_shar": 111.4, "Total_roof": 406.4, "Gross_volu": 4360.8, "Is_Gross_v": "false", "Heated_vol": 3954.7, "Ridge_mean": 13.0, "Eaves_mean": 9.81, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.433, "Heated_are": 1159.4, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 66.2, "Total_Year": 93713.0, "January_He": 17483.0, "February_H": 12909.0, "March_Heat": 9014.0, "April_Heat": 3053.0, "May_Heatin": 338.0, "June_Heati": 11, "July_Heati": 1, "August_Hea": 2, "September_": 705.0, "October_He": 4811.0, "November_H": 11452.0, "December_H": 16996.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209797814118879, 48.79031412535695, 0.0 ], [ 9.209800279166915, 48.790317807734759, 0.0 ], [ 9.209715054767257, 48.790343411351103, 0.0 ], [ 9.209637306425286, 48.790366843128247, 0.0 ], [ 9.209574594446432, 48.790275415021448, 0.0 ], [ 9.209538035558289, 48.790222156837068, 0.0 ], [ 9.209503531242254, 48.790172042229827, 0.0 ], [ 9.209440272011248, 48.790079805729839, 0.0 ], [ 9.20960446922426, 48.790030858307432, 0.0 ], [ 9.209652255441128, 48.790100372210198, 0.0 ], [ 9.209611342121947, 48.790112586376232, 0.0 ], [ 9.209627770631167, 48.790135936615684, 0.0 ], [ 9.209651318687159, 48.790169525185206, 0.0 ], [ 9.209654446574287, 48.790168979949044, 0.0 ], [ 9.209665537902824, 48.790185235932803, 0.0 ], [ 9.209676355928734, 48.790201222642182, 0.0 ], [ 9.209673092696246, 48.790201947972605, 0.0 ], [ 9.209698693074778, 48.790238140580534, 0.0 ], [ 9.209713614898893, 48.790259155536546, 0.0 ], [ 9.209752485417487, 48.790246585360762, 0.0 ], [ 9.209797814118879, 48.79031412535695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021575", "Latitude": 48.79037, "Longitude": 9.2098, "X_coordina": 3515488.15, "Y_coordina": 5405898.79, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 280.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 171.3, "Total_wall": 98.1, "Total_wa00": 0.0, "Total_outw": 246.4, "Total_shar": 196.8, "Total_roof": 172.6, "Gross_volu": 612.0, "Is_Gross_v": "false", "Heated_vol": 612.0, "Ridge_mean": 4.0, "Eaves_mean": 4.01, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.722, "Heated_are": 280.8, "Mean_Uvalu": 0.35, "Specific_d": "14,6", "Specific_s": 44.8, "Total_Year": 16691.0, "January_He": 2875.0, "February_H": 2147.0, "March_Heat": 1517.0, "April_Heat": 503.0, "May_Heatin": 45.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 760.0, "November_H": 1870.0, "December_H": 2772.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209800279166915, 48.790317807734759, 0.0 ], [ 9.209797814118879, 48.79031412535695, 0.0 ], [ 9.20980950426355, 48.790310776885342, 0.0 ], [ 9.2098820690704, 48.790415045985448, 0.0 ], [ 9.20983136769207, 48.790429885852404, 0.0 ], [ 9.20982945188449, 48.79042737148167, 0.0 ], [ 9.209781607318305, 48.790441936350547, 0.0 ], [ 9.209710112416902, 48.790463738159488, 0.0 ], [ 9.209704947604445, 48.7904653661898, 0.0 ], [ 9.209637306425286, 48.790366843128247, 0.0 ], [ 9.209715054767257, 48.790343411351103, 0.0 ], [ 9.209800279166915, 48.790317807734759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002126b", "Latitude": 48.79357, "Longitude": 9.19846, "X_coordina": 3514653.4, "Y_coordina": 5406252.86, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 30.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.8, "Total_wall": 45.6, "Total_wa00": 0.0, "Total_outw": 146.9, "Total_shar": 86.3, "Total_roof": 38.8, "Gross_volu": 118.3, "Is_Gross_v": "false", "Heated_vol": 96.5, "Ridge_mean": 3.1, "Eaves_mean": 3.06, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.128, "Heated_are": 30.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198464427442515, 48.793591517502271, 0.0 ], [ 9.198396014907393, 48.793638035949215, 0.0 ], [ 9.198360947639006, 48.793615525542826, 0.0 ], [ 9.19839542612767, 48.793592265865811, 0.0 ], [ 9.198359267238661, 48.793569037950832, 0.0 ], [ 9.198392114599201, 48.793546320625687, 0.0 ], [ 9.198464427442515, 48.793591517502271, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002126c", "Latitude": 48.79356, "Longitude": 9.19837, "X_coordina": 3514647.05, "Y_coordina": 5406251.73, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2055, "PrimaryUsa": "non-heated", "PrimaryU00": 82.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.5, "Total_wall": 101.6, "Total_wa00": 0.0, "Total_outw": 256.1, "Total_shar": 86.8, "Total_roof": 77.3, "Gross_volu": 322.9, "Is_Gross_v": "false", "Heated_vol": 257.3, "Ridge_mean": 6.5, "Eaves_mean": 3.88, "Storey_num": 2, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.837, "Heated_are": 82.3, "Mean_Uvalu": 0.5, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198292312445744, 48.793571041657444, 0.0 ], [ 9.198290538511449, 48.793569875705607, 0.0 ], [ 9.198324336136858, 48.793546527298467, 0.0 ], [ 9.198356641217567, 48.793524350458725, 0.0 ], [ 9.198392114599201, 48.793546320625687, 0.0 ], [ 9.198359267238661, 48.793569037950832, 0.0 ], [ 9.19839542612767, 48.793592265865811, 0.0 ], [ 9.198360947639006, 48.793615525542826, 0.0 ], [ 9.198360133152638, 48.793616066487232, 0.0 ], [ 9.198324704041951, 48.793639867332203, 0.0 ], [ 9.198255385856328, 48.793594755136283, 0.0 ], [ 9.198291361857242, 48.793571582835725, 0.0 ], [ 9.198292312445744, 48.793571041657444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00021154", "Latitude": 48.78849, "Longitude": 9.2127, "X_coordina": 3515701.53, "Y_coordina": 5405690.2, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 111.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 130.1, "Total_wa00": 0.0, "Total_outw": 238.6, "Total_shar": 118.0, "Total_roof": 56.5, "Gross_volu": 387.2, "Is_Gross_v": "false", "Heated_vol": 347.2, "Ridge_mean": 11.0, "Eaves_mean": 7.9, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.636, "Heated_are": 111.1, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 6919.0, "January_He": 1406.0, "February_H": 847.0, "March_Heat": 426.0, "April_Heat": 76.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 192.0, "November_H": 780.0, "December_H": 1422.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212654239124321, 48.788529207426492, 0.0 ], [ 9.212595301847932, 48.788526708457425, 0.0 ], [ 9.212599878049753, 48.788482457571781, 0.0 ], [ 9.2127161202063, 48.788487638337649, 0.0 ], [ 9.212710862524146, 48.788531620715666, 0.0 ], [ 9.212654239124321, 48.788529207426492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002112a", "Latitude": 48.79232, "Longitude": 9.20255, "X_coordina": 3514954.4, "Y_coordina": 5406114.14, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1372.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 290.0, "Total_wall": 602.8, "Total_wa00": 0.0, "Total_outw": 957.5, "Total_shar": 484.3, "Total_roof": 393.7, "Gross_volu": 4577.5, "Is_Gross_v": "false", "Heated_vol": 4287.5, "Ridge_mean": 18.7, "Eaves_mean": 12.87, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.292, "Heated_are": 1372.0, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 45.8, "Total_Year": 162952.0, "January_He": 14446.0, "February_H": 10674.0, "March_Heat": 7526.0, "April_Heat": 2553.0, "May_Heatin": 253.0, "June_Heati": 7, "July_Heati": 1, "August_Hea": 1, "September_": 486.0, "October_He": 3685.0, "November_H": 9205.0, "December_H": 13947.0, "PV_potenti": 19.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202587495945751, 48.792432596682787, 0.0 ], [ 9.202565106942195, 48.792449361855425, 0.0 ], [ 9.202491846252878, 48.792405877757616, 0.0 ], [ 9.202493747295435, 48.792404795331741, 0.0 ], [ 9.202454456738913, 48.792381484279836, 0.0 ], [ 9.202452827532325, 48.79238247630358, 0.0 ], [ 9.202328959784687, 48.792310575281377, 0.0 ], [ 9.20238432131182, 48.792269023223369, 0.0 ], [ 9.202442125645938, 48.792225758295885, 0.0 ], [ 9.202678139514886, 48.792365264263417, 0.0 ], [ 9.202631732047321, 48.792399696743011, 0.0 ], [ 9.202620198401032, 48.792408349701716, 0.0 ], [ 9.202587495945751, 48.792432596682787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f71", "Latitude": 48.78846, "Longitude": 9.2094, "X_coordina": 3515459.11, "Y_coordina": 5405686.93, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.5, "Total_wall": 63.7, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 203.4, "Total_roof": 59.9, "Gross_volu": 354.7, "Is_Gross_v": "false", "Heated_vol": 307.2, "Ridge_mean": 9.2, "Eaves_mean": 5.63, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.519, "Heated_are": 98.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 6148.0, "January_He": 1163.0, "February_H": 789.0, "March_Heat": 452.0, "April_Heat": 78.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 224.0, "November_H": 732.0, "December_H": 1142.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209313019876479, 48.788508081927901, 0.0 ], [ 9.209294922371816, 48.788508654362055, 0.0 ], [ 9.209291058767347, 48.788463160015233, 0.0 ], [ 9.20930888370531, 48.788462498153415, 0.0 ], [ 9.209362358890401, 48.788460602474437, 0.0 ], [ 9.20941814757078, 48.788458702563581, 0.0 ], [ 9.209422147752175, 48.788504286581478, 0.0 ], [ 9.20936622330723, 48.78850627666472, 0.0 ], [ 9.209313019876479, 48.788508081927901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f49", "Latitude": 48.78788, "Longitude": 9.19646, "X_coordina": 3514508.03, "Y_coordina": 5405620.02, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 456.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.3, "Total_wall": 426.2, "Total_wa00": 0.0, "Total_outw": 679.4, "Total_shar": 113.0, "Total_roof": 145.4, "Gross_volu": 1460.7, "Is_Gross_v": "false", "Heated_vol": 1425.7, "Ridge_mean": 13.3, "Eaves_mean": 9.73, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.484, "Heated_are": 456.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 28460.0, "January_He": 5210.0, "February_H": 3669.0, "March_Heat": 2261.0, "April_Heat": 461.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1131.0, "November_H": 3322.0, "December_H": 5101.0, "PV_potenti": 7.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196514844058537, 48.787900088326175, 0.0 ], [ 9.196519889804408, 48.787902777425167, 0.0 ], [ 9.196486376070842, 48.787928372933344, 0.0 ], [ 9.196460189233969, 48.787948380664901, 0.0 ], [ 9.196424233595163, 48.787975958641276, 0.0 ], [ 9.196302449391908, 48.787909892572252, 0.0 ], [ 9.196307468118615, 48.787905657604774, 0.0 ], [ 9.196340570159704, 48.78787916361388, 0.0 ], [ 9.196370958502698, 48.787854742485194, 0.0 ], [ 9.196397141466358, 48.787833745619906, 0.0 ], [ 9.196401643203725, 48.787836525575578, 0.0 ], [ 9.196399472485288, 48.787838237827373, 0.0 ], [ 9.196454163275677, 48.787868898429828, 0.0 ], [ 9.196512127940622, 48.787901531739841, 0.0 ], [ 9.196514844058537, 48.787900088326175, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f4a", "Latitude": 48.78787, "Longitude": 9.19624, "X_coordina": 3514492.41, "Y_coordina": 5405618.55, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 59.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 74.8, "Total_wall": 101.1, "Total_wa00": 0.0, "Total_outw": 134.6, "Total_shar": 0.0, "Total_roof": 74.8, "Gross_volu": 192.4, "Is_Gross_v": "false", "Heated_vol": 186.9, "Ridge_mean": 2.6, "Eaves_mean": 2.57, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.318, "Heated_are": 59.8, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196240655735293, 48.787938782457928, 0.0 ], [ 9.196226972327398, 48.787919643043772, 0.0 ], [ 9.196191345643987, 48.787930395670372, 0.0 ], [ 9.196167408048446, 48.787895546070793, 0.0 ], [ 9.196132189699837, 48.787906315968272, 0.0 ], [ 9.196110976051102, 48.787875508282085, 0.0 ], [ 9.19622761568726, 48.787840329278893, 0.0 ], [ 9.196286041807708, 48.787925027715715, 0.0 ], [ 9.19627902834984, 48.787937718906271, 0.0 ], [ 9.196259712809312, 48.787943497949477, 0.0 ], [ 9.196240655735293, 48.787938782457928, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020f19", "Latitude": 48.79066, "Longitude": 9.20551, "X_coordina": 3515172.56, "Y_coordina": 5405930.65, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 223.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 86.7, "Total_wall": 165.6, "Total_wa00": 0.0, "Total_outw": 312.5, "Total_shar": 163.1, "Total_roof": 144.9, "Gross_volu": 784.9, "Is_Gross_v": "false", "Heated_vol": 698.2, "Ridge_mean": 11.9, "Eaves_mean": 5.96, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.537, "Heated_are": 223.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 13914.0, "January_He": 2597.0, "February_H": 1767.0, "March_Heat": 1061.0, "April_Heat": 228.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 506.0, "November_H": 1605.0, "December_H": 2575.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205466261226654, 48.790727490629784, 0.0 ], [ 9.205403925236213, 48.790726432825501, 0.0 ], [ 9.205404801919034, 48.790707817072928, 0.0 ], [ 9.205407523805258, 48.790707812217967, 0.0 ], [ 9.205410498262513, 48.790636317635787, 0.0 ], [ 9.20547106491798, 48.790637378593466, 0.0 ], [ 9.205527820573195, 48.790638356397345, 0.0 ], [ 9.205525943325407, 48.790678555605261, 0.0 ], [ 9.205523696353408, 48.790728197452545, 0.0 ], [ 9.20552369745517, 48.790728467221442, 0.0 ], [ 9.205466261226654, 48.790727490629784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020eac", "Latitude": 48.79242, "Longitude": 9.19844, "X_coordina": 3514652.91, "Y_coordina": 5406124.8, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 131.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.8, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 147.3, "Total_shar": 320.7, "Total_roof": 81.0, "Gross_volu": 460.5, "Is_Gross_v": "false", "Heated_vol": 411.7, "Ridge_mean": 12.8, "Eaves_mean": 5.98, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.46, "Heated_are": 131.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.4, "Total_Year": 7667.0, "January_He": 1365.0, "February_H": 959.0, "March_Heat": 606.0, "April_Heat": 137.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 292.0, "November_H": 860.0, "December_H": 1341.0, "PV_potenti": 2.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19841057252866, 48.792394097976889, 0.0 ], [ 9.198413436988574, 48.79239571166611, 0.0 ], [ 9.198412215998552, 48.792396702929345, 0.0 ], [ 9.198439499972814, 48.792412932086137, 0.0 ], [ 9.198460941899542, 48.792397248430298, 0.0 ], [ 9.198479084912227, 48.792407828144739, 0.0 ], [ 9.198461985032175, 48.792420177148031, 0.0 ], [ 9.198439185651905, 48.792436762379076, 0.0 ], [ 9.198412043141493, 48.792456412490843, 0.0 ], [ 9.198369565009923, 48.79248714961593, 0.0 ], [ 9.198364517642, 48.792484190832049, 0.0 ], [ 9.198365874734245, 48.792483199334882, 0.0 ], [ 9.198326041626455, 48.792459887810573, 0.0 ], [ 9.198324820633156, 48.792460879072877, 0.0 ], [ 9.19832209262588, 48.792459355070072, 0.0 ], [ 9.198364296792581, 48.792428168816301, 0.0 ], [ 9.19841057252866, 48.792394097976889, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbb", "Latitude": 48.79074, "Longitude": 9.19701, "X_coordina": 3514547.87, "Y_coordina": 5405937.43, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 10247.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1733.5, "Total_wall": 4025.9, "Total_wa00": 0.0, "Total_outw": 5353.2, "Total_shar": 1067.1, "Total_roof": 1920.7, "Gross_volu": 33757.4, "Is_Gross_v": "false", "Heated_vol": 32023.9, "Ridge_mean": 22.7, "Eaves_mean": 17.75, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.235, "Heated_are": 10247.6, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 49.1, "Total_Year": 652895.0, "January_He": 111749.0, "February_H": 84491.0, "March_Heat": 62184.0, "April_Heat": 24076.0, "May_Heatin": 2991.0, "June_Heati": 105, "July_Heati": 11, "August_Hea": 21, "September_": 5287.0, "October_He": 31827.0, "November_H": 72786.0, "December_H": 107651.0, "PV_potenti": 91.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197472253383173, 48.790890929296943, 0.0 ], [ 9.19761124693019, 48.79097036318403, 0.0 ], [ 9.19734676075624, 48.79116541144225, 0.0 ], [ 9.197210894813491, 48.791085342417425, 0.0 ], [ 9.19725635317587, 48.791051183509673, 0.0 ], [ 9.197319181240999, 48.791004135745602, 0.0 ], [ 9.197162718578468, 48.790912142111893, 0.0 ], [ 9.197122068236144, 48.790888202099161, 0.0 ], [ 9.197077871367494, 48.790862199898463, 0.0 ], [ 9.196924956138565, 48.790772268111759, 0.0 ], [ 9.196884169927619, 48.790748328246892, 0.0 ], [ 9.196839973304487, 48.790722325953951, 0.0 ], [ 9.196687468261825, 48.790632662919712, 0.0 ], [ 9.196647636692614, 48.790609170958113, 0.0 ], [ 9.196603576759042, 48.790583258264093, 0.0 ], [ 9.196449708460632, 48.790492787928024, 0.0 ], [ 9.196401127965547, 48.790529020089089, 0.0 ], [ 9.196317511208393, 48.790480154297512, 0.0 ], [ 9.196491208426277, 48.790351087420511, 0.0 ], [ 9.196736468651514, 48.79049499607904, 0.0 ], [ 9.196809446596443, 48.790537764943501, 0.0 ], [ 9.197444839489028, 48.790910669575212, 0.0 ], [ 9.197472253383173, 48.790890929296943, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbd", "Latitude": 48.79096, "Longitude": 9.19725, "X_coordina": 3514565.66, "Y_coordina": 5405962.33, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 86.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 108.1, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 152.5, "Total_shar": 221.7, "Total_roof": 108.1, "Gross_volu": 350.1, "Is_Gross_v": "false", "Heated_vol": 270.0, "Ridge_mean": 3.2, "Eaves_mean": 3.24, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.789, "Heated_are": 86.4, "Mean_Uvalu": 0.3, "Specific_d": "32,9", "Specific_s": 21.1, "Total_Year": 4661.0, "January_He": 531.0, "February_H": 353.0, "March_Heat": 163.0, "April_Heat": 15.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 241.0, "December_H": 493.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197114405804573, 48.79094720510566, 0.0 ], [ 9.197162718578468, 48.790912142111893, 0.0 ], [ 9.197319181240999, 48.791004135745602, 0.0 ], [ 9.19725635317587, 48.791051183509673, 0.0 ], [ 9.197095796711103, 48.790956409166284, 0.0 ], [ 9.197110313795614, 48.790944874096034, 0.0 ], [ 9.197114405804573, 48.79094720510566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dbf", "Latitude": 48.79082, "Longitude": 9.19701, "X_coordina": 3514548.03, "Y_coordina": 5405946.78, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 86.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 107.5, "Total_wall": 50.9, "Total_wa00": 0.0, "Total_outw": 156.9, "Total_shar": 197.5, "Total_roof": 107.5, "Gross_volu": 292.9, "Is_Gross_v": "false", "Heated_vol": 269.2, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.923, "Heated_are": 86.2, "Mean_Uvalu": 0.3, "Specific_d": "14,6", "Specific_s": 84.5, "Total_Year": 8542.0, "January_He": 1523.0, "February_H": 1193.0, "March_Heat": 927.0, "April_Heat": 409.0, "May_Heatin": 71.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 120.0, "October_He": 518.0, "November_H": 1054.0, "December_H": 1465.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197029698550116, 48.790898251777243, 0.0 ], [ 9.197034063093454, 48.790900672247048, 0.0 ], [ 9.197019001624426, 48.79091220823917, 0.0 ], [ 9.196855992123572, 48.790816358672963, 0.0 ], [ 9.196872413844245, 48.790804640529217, 0.0 ], [ 9.196878004279236, 48.790807328679968, 0.0 ], [ 9.196924956138565, 48.790772268111759, 0.0 ], [ 9.197077871367494, 48.790862199898463, 0.0 ], [ 9.197029698550116, 48.790898251777243, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dc1", "Latitude": 48.79068, "Longitude": 9.19678, "X_coordina": 3514530.75, "Y_coordina": 5405931.21, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 84.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 105.0, "Total_wall": 47.9, "Total_wa00": 0.0, "Total_outw": 148.3, "Total_shar": 205.2, "Total_roof": 105.0, "Gross_volu": 288.7, "Is_Gross_v": "false", "Heated_vol": 262.5, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.91, "Heated_are": 84.0, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196622454477623, 48.790677645831266, 0.0 ], [ 9.196636973347511, 48.790666560435113, 0.0 ], [ 9.196640519880654, 48.790668622622256, 0.0 ], [ 9.196687468261825, 48.790632662919712, 0.0 ], [ 9.196839973304487, 48.790722325953951, 0.0 ], [ 9.196790711342167, 48.790758289671814, 0.0 ], [ 9.196796985405353, 48.790761785970794, 0.0 ], [ 9.196783145961215, 48.790772600455028, 0.0 ], [ 9.196622454477623, 48.790677645831266, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020dc3", "Latitude": 48.79054, "Longitude": 9.19655, "X_coordina": 3514513.97, "Y_coordina": 5405915.53, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 82.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 102.3, "Total_wall": 46.2, "Total_wa00": 0.0, "Total_outw": 85.2, "Total_shar": 120.9, "Total_roof": 102.3, "Gross_volu": 276.5, "Is_Gross_v": "false", "Heated_vol": 256.6, "Ridge_mean": 2.7, "Eaves_mean": 2.69, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.92, "Heated_are": 82.1, "Mean_Uvalu": 0.3, "Specific_d": "14,6", "Specific_s": 83.7, "Total_Year": 8071.0, "January_He": 1437.0, "February_H": 1126.0, "March_Heat": 875.0, "April_Heat": 386.0, "May_Heatin": 67.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 113.0, "October_He": 489.0, "November_H": 995.0, "December_H": 1382.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19640112793045, 48.79052901109678, 0.0 ], [ 9.196449708460632, 48.790492787928024, 0.0 ], [ 9.196603590368449, 48.790583258240865, 0.0 ], [ 9.196554722694527, 48.79061913126192, 0.0 ], [ 9.196558119201287, 48.790621112776435, 0.0 ], [ 9.196543882226324, 48.79063119952945, 0.0 ], [ 9.196406536629606, 48.79055140184542, 0.0 ], [ 9.196420635023594, 48.790540676887908, 0.0 ], [ 9.19640112793045, 48.79052901109678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020bfe", "Latitude": 48.79062, "Longitude": 9.19828, "X_coordina": 3514641.51, "Y_coordina": 5405924.73, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1425.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 217.1, "Total_wall": 1029.3, "Total_wa00": 0.0, "Total_outw": 1350.0, "Total_shar": 0.0, "Total_roof": 337.6, "Gross_volu": 4561.4, "Is_Gross_v": "false", "Heated_vol": 4455.5, "Ridge_mean": 26.0, "Eaves_mean": 18.09, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 44, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.354, "Heated_are": 1425.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 73453.0, "January_He": 12413.0, "February_H": 8848.0, "March_Heat": 5650.0, "April_Heat": 1229.0, "May_Heatin": 38.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 126.0, "October_He": 2640.0, "November_H": 7806.0, "December_H": 12120.0, "PV_potenti": 15.39 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198281110706029, 48.790728396287477, 0.0 ], [ 9.198244643067667, 48.790729897851335, 0.0 ], [ 9.19809432044778, 48.790642121317518, 0.0 ], [ 9.198124853130969, 48.790619587885836, 0.0 ], [ 9.198214143795107, 48.790553610138495, 0.0 ], [ 9.19838274658421, 48.790652415631961, 0.0 ], [ 9.198281110706029, 48.790728396287477, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020acd", "Latitude": 48.79057, "Longitude": 9.21415, "X_coordina": 3515807.7, "Y_coordina": 5405921.72, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 504.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 160.3, "Total_wall": 333.9, "Total_wa00": 0.0, "Total_outw": 568.8, "Total_shar": 189.7, "Total_roof": 188.1, "Gross_volu": 1738.0, "Is_Gross_v": "false", "Heated_vol": 1577.7, "Ridge_mean": 12.6, "Eaves_mean": 9.32, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.415, "Heated_are": 504.9, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 38.4, "Total_Year": 27404.0, "January_He": 4705.0, "February_H": 3380.0, "March_Heat": 2157.0, "April_Heat": 434.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 1061.0, "November_H": 3047.0, "December_H": 4562.0, "PV_potenti": 8.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214169186834756, 48.790512003862162, 0.0 ], [ 9.214192628499577, 48.790647744933615, 0.0 ], [ 9.214081891532999, 48.790658202134573, 0.0 ], [ 9.21405318523961, 48.790660503585208, 0.0 ], [ 9.214052096869228, 48.790660595531783, 0.0 ], [ 9.214046109428223, 48.790628773698792, 0.0 ], [ 9.214026338541476, 48.790524049424981, 0.0 ], [ 9.21410048361477, 48.790517796798156, 0.0 ], [ 9.214169186834756, 48.790512003862162, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020ace", "Latitude": 48.79064, "Longitude": 9.21405, "X_coordina": 3515799.93, "Y_coordina": 5405929.55, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 34.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.4, "Total_wall": 49.7, "Total_wa00": 0.0, "Total_outw": 154.0, "Total_shar": 62.0, "Total_roof": 38.4, "Gross_volu": 144.6, "Is_Gross_v": "false", "Heated_vol": 106.2, "Ridge_mean": 3.8, "Eaves_mean": 3.78, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.998, "Heated_are": 34.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 30.7, "Total_Year": 2160.0, "January_He": 312.0, "February_H": 186.0, "March_Heat": 81.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 137.0, "December_H": 303.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213952097513316, 48.79063578259035, 0.0 ], [ 9.213975906706104, 48.790634029805695, 0.0 ], [ 9.214046109428223, 48.790628773698792, 0.0 ], [ 9.214052096869228, 48.790660595531783, 0.0 ], [ 9.21405318523961, 48.790660503585208, 0.0 ], [ 9.214055979794431, 48.790677583878754, 0.0 ], [ 9.213960744471537, 48.790684954745757, 0.0 ], [ 9.213955723889326, 48.790656458285831, 0.0 ], [ 9.213952097513316, 48.79063578259035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020a1d", "Latitude": 48.78794, "Longitude": 9.21475, "X_coordina": 3515852.68, "Y_coordina": 5405630.15, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 562.4, "SecondaryU": "retail", "Secondar00": 139.6, "BuildingTy": "MFH", "Footprint_": 174.5, "Total_wall": 534.5, "Total_wa00": 0.0, "Total_outw": 777.2, "Total_shar": 179.0, "Total_roof": 195.3, "Gross_volu": 2368.5, "Is_Gross_v": "false", "Heated_vol": 2194.0, "Ridge_mean": 14.9, "Eaves_mean": 11.93, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 9, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.401, "Heated_are": 702.1, "Mean_Uvalu": 0.49, "Specific_d": "27,2", "Specific_s": 41.3, "Total_Year": 48087.0, "January_He": 6983.0, "February_H": 5007.0, "March_Heat": 3298.0, "April_Heat": 806.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 1521.0, "November_H": 4399.0, "December_H": 6838.0, "PV_potenti": 10.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214820651042324, 48.787956329565084, 0.0 ], [ 9.214829667873198, 48.787996418698413, 0.0 ], [ 9.214830917604598, 48.788002261405111, 0.0 ], [ 9.214773511181358, 48.788007584052686, 0.0 ], [ 9.214771581021898, 48.788001742614313, 0.0 ], [ 9.21466601669448, 48.788011111651322, 0.0 ], [ 9.214666854310973, 48.788016055891376, 0.0 ], [ 9.214608905040283, 48.788021739163455, 0.0 ], [ 9.214599582849033, 48.78797382722346, 0.0 ], [ 9.21458984244704, 48.787923578046367, 0.0 ], [ 9.214603310046554, 48.787922383942842, 0.0 ], [ 9.214642761384887, 48.78791907316716, 0.0 ], [ 9.214759890204766, 48.787909053120245, 0.0 ], [ 9.214808999836938, 48.787904825039384, 0.0 ], [ 9.214809830941128, 48.787908240588358, 0.0 ], [ 9.214820651042324, 48.787956329565084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020a0d", "Latitude": 48.78859, "Longitude": 9.21391, "X_coordina": 3515790.35, "Y_coordina": 5405701.54, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.5, "Total_wall": 55.6, "Total_wa00": 0.0, "Total_outw": 124.1, "Total_shar": 223.6, "Total_roof": 61.0, "Gross_volu": 363.7, "Is_Gross_v": "false", "Heated_vol": 316.2, "Ridge_mean": 9.5, "Eaves_mean": 5.85, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 101.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.5, "Total_Year": 6313.0, "January_He": 1169.0, "February_H": 817.0, "March_Heat": 481.0, "April_Heat": 84.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 246.0, "November_H": 754.0, "December_H": 1146.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213935922650899, 48.78859166853168, 0.0 ], [ 9.213906329088941, 48.788641091588715, 0.0 ], [ 9.213850064486687, 48.788627078069581, 0.0 ], [ 9.213793936004237, 48.788613064270237, 0.0 ], [ 9.213818531827231, 48.788572463039117, 0.0 ], [ 9.213875865578711, 48.7885818884819, 0.0 ], [ 9.213935922650899, 48.78859166853168, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000209ed", "Latitude": 48.79042, "Longitude": 9.1986, "X_coordina": 3514665.21, "Y_coordina": 5405902.35, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1187.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 192.8, "Total_wall": 559.3, "Total_wa00": 0.0, "Total_outw": 733.9, "Total_shar": 505.5, "Total_roof": 295.1, "Gross_volu": 3905.0, "Is_Gross_v": "false", "Heated_vol": 3712.2, "Ridge_mean": 23.8, "Eaves_mean": 17.25, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 22, "Number_o00": 31, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.277, "Heated_are": 1187.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 33.1, "Total_Year": 58148.0, "January_He": 9660.0, "February_H": 6959.0, "March_Heat": 4315.0, "April_Heat": 791.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1986.0, "November_H": 6125.0, "December_H": 9406.0, "PV_potenti": 14.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198571134992184, 48.790350307266955, 0.0 ], [ 9.198671395822812, 48.790408944385639, 0.0 ], [ 9.19869390345351, 48.790422124324799, 0.0 ], [ 9.19854938704743, 48.790529652466375, 0.0 ], [ 9.198488003276555, 48.790493878762227, 0.0 ], [ 9.198439851177161, 48.79046581565612, 0.0 ], [ 9.19842648314458, 48.790458015336526, 0.0 ], [ 9.198571134992184, 48.790350307266955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002092c", "Latitude": 48.78946, "Longitude": 9.20586, "X_coordina": 3515198.53, "Y_coordina": 5405797.34, "LOD": "LOD2", "Year_of_co": 1971, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 154.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 85.6, "Total_wall": 201.2, "Total_wa00": 0.0, "Total_outw": 331.5, "Total_shar": 0.0, "Total_roof": 85.6, "Gross_volu": 418.3, "Is_Gross_v": "false", "Heated_vol": 418.3, "Ridge_mean": 4.9, "Eaves_mean": 4.88, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.891, "Heated_are": 154.7, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205916022580631, 48.789455347043145, 0.0 ], [ 9.205899597152694, 48.789465537783329, 0.0 ], [ 9.205768328478019, 48.789546793608174, 0.0 ], [ 9.2057127849891, 48.789509124913728, 0.0 ], [ 9.205861437235903, 48.789419025561031, 0.0 ], [ 9.205916022580631, 48.789455347043145, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0002092d", "Latitude": 48.78931, "Longitude": 9.2057, "X_coordina": 3515186.56, "Y_coordina": 5405780.57, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 803.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 158.9, "Total_wall": 727.9, "Total_wa00": 0.0, "Total_outw": 1013.6, "Total_shar": 0.0, "Total_roof": 215.1, "Gross_volu": 2577.0, "Is_Gross_v": "false", "Heated_vol": 2509.9, "Ridge_mean": 16.9, "Eaves_mean": 13.84, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.436, "Heated_are": 803.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 45171.0, "January_He": 8113.0, "February_H": 5623.0, "March_Heat": 3358.0, "April_Heat": 618.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1614.0, "November_H": 5075.0, "December_H": 7960.0, "PV_potenti": 8.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205773594772481, 48.789336992351387, 0.0 ], [ 9.205678214147174, 48.789408382266167, 0.0 ], [ 9.205644655338615, 48.789388748921787, 0.0 ], [ 9.20562878085406, 48.789400557265118, 0.0 ], [ 9.20556056320024, 48.789358504868453, 0.0 ], [ 9.205528364642348, 48.789338689214688, 0.0 ], [ 9.205638126840228, 48.789256482906083, 0.0 ], [ 9.205773594772481, 48.789336992351387, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020511", "Latitude": 48.78798, "Longitude": 9.20144, "X_coordina": 3514874.03, "Y_coordina": 5405631.33, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.2, "Total_wall": 133.1, "Total_wa00": 0.0, "Total_outw": 240.6, "Total_shar": 129.4, "Total_roof": 49.2, "Gross_volu": 328.1, "Is_Gross_v": "false", "Heated_vol": 328.1, "Ridge_mean": 6.7, "Eaves_mean": 6.69, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.705, "Heated_are": 133.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 7543.0, "January_He": 1367.0, "February_H": 937.0, "March_Heat": 556.0, "April_Heat": 116.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 247.0, "November_H": 815.0, "December_H": 1366.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201313154402818, 48.788000607611572, 0.0 ], [ 9.201443492695676, 48.78795811556504, 0.0 ], [ 9.201471402379756, 48.787995025363564, 0.0 ], [ 9.201341065094386, 48.788037787210612, 0.0 ], [ 9.201313154402818, 48.788000607611572, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000204f2", "Latitude": 48.78975, "Longitude": 9.20972, "X_coordina": 3515481.93, "Y_coordina": 5405830.4, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 942.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 530.5, "Total_wall": 612.2, "Total_wa00": 0.0, "Total_outw": 1222.3, "Total_shar": 0.0, "Total_roof": 534.0, "Gross_volu": 3227.7, "Is_Gross_v": "false", "Heated_vol": 2946.5, "Ridge_mean": 8.2, "Eaves_mean": 5.57, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.537, "Heated_are": 942.9, "Mean_Uvalu": 0.62, "Specific_d": "334,5", "Specific_s": 199.5, "Total_Year": 503484.99999999994, "January_He": 41807.0, "February_H": 32174.0, "March_Heat": 23960.0, "April_Heat": 9789.0, "May_Heatin": 986.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1603.0, "October_He": 11188.0, "November_H": 26743.0, "December_H": 39858.0, "PV_potenti": 24.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209503799361187, 48.789680699023172, 0.0 ], [ 9.209700072682274, 48.789622071273641, 0.0 ], [ 9.209867263570914, 48.789867168305008, 0.0 ], [ 9.209670983496773, 48.789924357570897, 0.0 ], [ 9.209613332880158, 48.789839035069967, 0.0 ], [ 9.209527830271316, 48.789863020431085, 0.0 ], [ 9.209478261409604, 48.789790182542156, 0.0 ], [ 9.209563354145624, 48.789765838268821, 0.0 ], [ 9.209503799361187, 48.789680699023172, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00020324", "Latitude": 48.79231, "Longitude": 9.21536, "X_coordina": 3515895.51, "Y_coordina": 5406115.92, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 343.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 265.7, "Total_wall": 288.0, "Total_wa00": 0.0, "Total_outw": 787.0, "Total_shar": 0.0, "Total_roof": 304.3, "Gross_volu": 1262.6, "Is_Gross_v": "false", "Heated_vol": 1072.4, "Ridge_mean": 5.8, "Eaves_mean": 3.53, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.729, "Heated_are": 343.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 25669.0, "January_He": 5088.0, "February_H": 3430.0, "March_Heat": 2017.0, "April_Heat": 428.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1003.0, "November_H": 3146.0, "December_H": 5039.0, "PV_potenti": 15.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215190298514859, 48.792324399093694, 0.0 ], [ 9.215166440120102, 48.79231482184764, 0.0 ], [ 9.215168878743919, 48.792312209507145, 0.0 ], [ 9.215134249352914, 48.792298156198477, 0.0 ], [ 9.215131810727975, 48.792300768538261, 0.0 ], [ 9.215106861645545, 48.792290743699326, 0.0 ], [ 9.215109299886899, 48.792288041437196, 0.0 ], [ 9.215083260105766, 48.79227756901242, 0.0 ], [ 9.215109948498799, 48.792248743614465, 0.0 ], [ 9.21513663686132, 48.792219918210257, 0.0 ], [ 9.215540734783113, 48.792383183242585, 0.0 ], [ 9.215513910467168, 48.792412008994006, 0.0 ], [ 9.215487222219457, 48.792440834484431, 0.0 ], [ 9.215461045411988, 48.792430182554497, 0.0 ], [ 9.215458606797654, 48.79243279490111, 0.0 ], [ 9.215435156982185, 48.792423306870027, 0.0 ], [ 9.215437595597278, 48.792420694523905, 0.0 ], [ 9.215401466660413, 48.792406104559461, 0.0 ], [ 9.215399028044148, 48.792408716904824, 0.0 ], [ 9.215375169184973, 48.79239904977937, 0.0 ], [ 9.215377608186882, 48.792396527357376, 0.0 ], [ 9.215327300388878, 48.792376208775956, 0.0 ], [ 9.215324861770203, 48.792378821119769, 0.0 ], [ 9.215300184808182, 48.792368795814021, 0.0 ], [ 9.215302623427654, 48.792366183470726, 0.0 ], [ 9.215267448798274, 48.792351951374371, 0.0 ], [ 9.215265010177662, 48.792354563716941, 0.0 ], [ 9.215241696918289, 48.792345165314721, 0.0 ], [ 9.215244135539661, 48.792342552972634, 0.0 ], [ 9.215192737137901, 48.792321786752701, 0.0 ], [ 9.215190298514859, 48.792324399093694, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fe92", "Latitude": 48.78817, "Longitude": 9.19638, "X_coordina": 3514502.11, "Y_coordina": 5405652.1, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 376.3, "SecondaryU": "office and administration", "Secondar00": 119.0, "BuildingTy": "MFH", "Footprint_": 148.7, "Total_wall": 460.4, "Total_wa00": 0.0, "Total_outw": 911.2, "Total_shar": 0.0, "Total_roof": 218.0, "Gross_volu": 1627.2, "Is_Gross_v": "false", "Heated_vol": 1547.7, "Ridge_mean": 14.0, "Eaves_mean": 6.94, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.524, "Heated_are": 495.3, "Mean_Uvalu": 0.57, "Specific_d": "15,5", "Specific_s": 59.4, "Total_Year": 37107.0, "January_He": 7002.0, "February_H": 5014.0, "March_Heat": 3267.0, "April_Heat": 866.0, "May_Heatin": 57.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 148.0, "October_He": 1689.0, "November_H": 4497.0, "December_H": 6866.0, "PV_potenti": 10.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196227483814155, 48.788159018949862, 0.0 ], [ 9.196260784221915, 48.788148441132229, 0.0 ], [ 9.196294770314044, 48.788139210990991, 0.0 ], [ 9.196330251601291, 48.788129528672236, 0.0 ], [ 9.196362056760906, 48.788119402992862, 0.0 ], [ 9.196435819584044, 48.788224757637202, 0.0 ], [ 9.196364320270821, 48.78824610156412, 0.0 ], [ 9.196292820896886, 48.788267445446699, 0.0 ], [ 9.196261754325635, 48.788222716418524, 0.0 ], [ 9.196255770676125, 48.788223805700341, 0.0 ], [ 9.19625004938308, 48.788222376672394, 0.0 ], [ 9.196234717099156, 48.788199202498028, 0.0 ], [ 9.196249531011413, 48.788194141528031, 0.0 ], [ 9.196227483814155, 48.788159018949862, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fe93", "Latitude": 48.78807, "Longitude": 9.1963, "X_coordina": 3514496.51, "Y_coordina": 5405640.74, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 38.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 55.6, "Total_wa00": 0.0, "Total_outw": 237.8, "Total_shar": 57.4, "Total_roof": 46.4, "Gross_volu": 155.1, "Is_Gross_v": "false", "Heated_vol": 120.0, "Ridge_mean": 3.3, "Eaves_mean": 3.31, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.063, "Heated_are": 38.4, "Mean_Uvalu": 0.56, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196322773788348, 48.788096449515372, 0.0 ], [ 9.196286001444282, 48.788124028840272, 0.0 ], [ 9.196259632048758, 48.788132166914082, 0.0 ], [ 9.19618734515846, 48.788091105056061, 0.0 ], [ 9.196241078646125, 48.788050727699961, 0.0 ], [ 9.196322773788348, 48.788096449515372, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001fb55", "Latitude": 48.78853, "Longitude": 9.21156, "X_coordina": 3515617.42, "Y_coordina": 5405695.27, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 87.6, "Total_wa00": 0.0, "Total_outw": 172.6, "Total_shar": 240.2, "Total_roof": 64.8, "Gross_volu": 464.7, "Is_Gross_v": "false", "Heated_vol": 417.6, "Ridge_mean": 11.7, "Eaves_mean": 8.04, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.456, "Heated_are": 133.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 8167.0, "January_He": 1485.0, "February_H": 1045.0, "March_Heat": 639.0, "April_Heat": 125.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 328.0, "November_H": 960.0, "December_H": 1448.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211559092910282, 48.78858571822331, 0.0 ], [ 9.211506683712122, 48.788582217544658, 0.0 ], [ 9.211455091052208, 48.788578715342851, 0.0 ], [ 9.211463434151344, 48.788523846595083, 0.0 ], [ 9.211514754578879, 48.788527349293169, 0.0 ], [ 9.211567572363622, 48.788530939141232, 0.0 ], [ 9.211559092910282, 48.78858571822331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f97f", "Latitude": 48.789, "Longitude": 9.19947, "X_coordina": 3514729.34, "Y_coordina": 5405744.73, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 265.8, "SecondaryU": "retail", "Secondar00": 76.4, "BuildingTy": "MFH", "Footprint_": 95.5, "Total_wall": 393.5, "Total_wa00": 0.0, "Total_outw": 613.5, "Total_shar": 105.0, "Total_roof": 95.5, "Gross_volu": 1148.6, "Is_Gross_v": "false", "Heated_vol": 1069.3, "Ridge_mean": 12.0, "Eaves_mean": 12.03, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.534, "Heated_are": 342.2, "Mean_Uvalu": 0.45, "Specific_d": "28,6", "Specific_s": 45.2, "Total_Year": 25262.0, "January_He": 3829.0, "February_H": 2632.0, "March_Heat": 1644.0, "April_Heat": 407.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 771.0, "November_H": 2342.0, "December_H": 3773.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199347989901947, 48.789051996513805, 0.0 ], [ 9.19934174406138, 48.788986902608194, 0.0 ], [ 9.199506527312552, 48.78898122182278, 0.0 ], [ 9.19951295223535, 48.789057106246403, 0.0 ], [ 9.199486963698188, 48.789058320277029, 0.0 ], [ 9.199431312905167, 48.789060934530333, 0.0 ], [ 9.199430315731554, 48.789049695801928, 0.0 ], [ 9.199347989901947, 48.789051996513805, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f964", "Latitude": 48.78787, "Longitude": 9.2013, "X_coordina": 3514863.76, "Y_coordina": 5405619.61, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 744.5, "SecondaryU": "retail", "Secondar00": 157.4, "BuildingTy": "GMH", "Footprint_": 196.7, "Total_wall": 648.2, "Total_wa00": 0.0, "Total_outw": 974.5, "Total_shar": 244.4, "Total_roof": 286.2, "Gross_volu": 3014.5, "Is_Gross_v": "false", "Heated_vol": 2818.4, "Ridge_mean": 18.5, "Eaves_mean": 12.4, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 901.9, "Mean_Uvalu": 0.48, "Specific_d": "25,8", "Specific_s": 41.2, "Total_Year": 60408.0, "January_He": 9022.0, "February_H": 6443.0, "March_Heat": 4093.0, "April_Heat": 937.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 120.0, "October_He": 1961.0, "November_H": 5663.0, "December_H": 8847.0, "PV_potenti": 13.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201113694952525, 48.787875782391602, 0.0 ], [ 9.201316201182197, 48.787809694353129, 0.0 ], [ 9.201390770272143, 48.787910008698034, 0.0 ], [ 9.201304603111844, 48.787938125616684, 0.0 ], [ 9.201282705495395, 48.787907230154339, 0.0 ], [ 9.201253484595235, 48.787916723210238, 0.0 ], [ 9.201276197640341, 48.787947347481847, 0.0 ], [ 9.201189759975486, 48.787975914405521, 0.0 ], [ 9.201152684886052, 48.787927060702074, 0.0 ], [ 9.201113694952525, 48.787875782391602, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f624", "Latitude": 48.78866, "Longitude": 9.21268, "X_coordina": 3515700.26, "Y_coordina": 5405709.78, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 51.4, "Total_wa00": 0.0, "Total_outw": 113.5, "Total_shar": 223.9, "Total_roof": 51.4, "Gross_volu": 324.8, "Is_Gross_v": "false", "Heated_vol": 283.1, "Ridge_mean": 9.3, "Eaves_mean": 6.25, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 90.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.5, "Total_Year": 5557.0, "January_He": 1036.0, "February_H": 713.0, "March_Heat": 409.0, "April_Heat": 68.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 207.0, "November_H": 663.0, "December_H": 1016.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212642140651235, 48.788661237688061, 0.0 ], [ 9.212699172465129, 48.788663650228813, 0.0 ], [ 9.212695003081031, 48.788707540671069, 0.0 ], [ 9.2126382433953, 48.788705127625782, 0.0 ], [ 9.212579442382449, 48.788702718320714, 0.0 ], [ 9.212583203220911, 48.788658738713139, 0.0 ], [ 9.212642140651235, 48.788661237688061, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f48b", "Latitude": 48.79066, "Longitude": 9.20897, "X_coordina": 3515426.52, "Y_coordina": 5405930.75, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 1242.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 268.1, "Total_wall": 643.5, "Total_wa00": 0.0, "Total_outw": 1006.5, "Total_shar": 206.1, "Total_roof": 388.7, "Gross_volu": 4149.8, "Is_Gross_v": "false", "Heated_vol": 3881.6, "Ridge_mean": 19.9, "Eaves_mean": 12.14, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.327, "Heated_are": 1242.1, "Mean_Uvalu": 0.49, "Specific_d": "14,6", "Specific_s": 56.2, "Total_Year": 87961.0, "January_He": 15648.0, "February_H": 11682.0, "March_Heat": 8457.0, "April_Heat": 3229.0, "May_Heatin": 396.0, "June_Heati": 13, "July_Heati": 1, "August_Hea": 3, "September_": 698.0, "October_He": 4318.0, "November_H": 10190.0, "December_H": 15179.0, "PV_potenti": 17.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208781944835415, 48.790725663591196, 0.0 ], [ 9.2088208730024, 48.790595653379377, 0.0 ], [ 9.209062440444921, 48.790628127135847, 0.0 ], [ 9.209051720644787, 48.790668522301225, 0.0 ], [ 9.209048766542551, 48.79067814949105, 0.0 ], [ 9.209037218949247, 48.790715848448848, 0.0 ], [ 9.209024058375142, 48.790758406208269, 0.0 ], [ 9.208781944835415, 48.790725663591196, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f2f9", "Latitude": 48.79117, "Longitude": 9.20402, "X_coordina": 3515062.79, "Y_coordina": 5405986.9, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.3, "Total_wall": 136.8, "Total_wa00": 0.0, "Total_outw": 255.2, "Total_shar": 138.8, "Total_roof": 75.1, "Gross_volu": 501.6, "Is_Gross_v": "false", "Heated_vol": 440.3, "Ridge_mean": 9.8, "Eaves_mean": 6.56, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.584, "Heated_are": 140.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 42.7, "Total_Year": 8245.0, "January_He": 1636.0, "February_H": 1006.0, "March_Heat": 491.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 230.0, "November_H": 928.0, "December_H": 1642.0, "PV_potenti": 3.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204004064630203, 48.79116684919088, 0.0 ], [ 9.204050448698478, 48.791194283636571, 0.0 ], [ 9.203989257294035, 48.791240702704926, 0.0 ], [ 9.203943009676308, 48.791213357916767, 0.0 ], [ 9.203900445799485, 48.79118825467777, 0.0 ], [ 9.203897583054772, 48.791187090739605, 0.0 ], [ 9.203899618294932, 48.791185558434641, 0.0 ], [ 9.203925942132221, 48.791166088322818, 0.0 ], [ 9.203960136527224, 48.791140939077955, 0.0 ], [ 9.204004064630203, 48.79116684919088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f2fa", "Latitude": 48.79108, "Longitude": 9.20391, "X_coordina": 3515054.91, "Y_coordina": 5405977.18, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.4, "Total_wall": 61.4, "Total_wa00": 0.0, "Total_outw": 185.8, "Total_shar": 0.0, "Total_roof": 35.4, "Gross_volu": 95.5, "Is_Gross_v": "false", "Heated_vol": 88.7, "Ridge_mean": 2.7, "Eaves_mean": 2.69, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.435, "Heated_are": 28.4, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203866248850865, 48.791145601507125, 0.0 ], [ 9.203816044785999, 48.791115835734161, 0.0 ], [ 9.203837192490752, 48.791061664289209, 0.0 ], [ 9.203917000627808, 48.791109002663447, 0.0 ], [ 9.203866248850865, 48.791145601507125, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f0ce", "Latitude": 48.78858, "Longitude": 9.20078, "X_coordina": 3514825.69, "Y_coordina": 5405698.44, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 730.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 711.3, "Total_wa00": 0.0, "Total_outw": 976.2, "Total_shar": 164.4, "Total_roof": 180.6, "Gross_volu": 2429.7, "Is_Gross_v": "false", "Heated_vol": 2283.9, "Ridge_mean": 19.4, "Eaves_mean": 12.63, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.446, "Heated_are": 730.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 41361.0, "January_He": 7521.0, "February_H": 5143.0, "March_Heat": 3045.0, "April_Heat": 571.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1402.0, "November_H": 4574.0, "December_H": 7448.0, "PV_potenti": 8.97 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200726938094762, 48.788559247507401, 0.0 ], [ 9.200723099999012, 48.788552330076307, 0.0 ], [ 9.200737511394273, 48.788548797933352, 0.0 ], [ 9.200741349491729, 48.788555715363948, 0.0 ], [ 9.200809327738455, 48.788539050892375, 0.0 ], [ 9.200833724456787, 48.788582351546609, 0.0 ], [ 9.200851942744695, 48.788577913513564, 0.0 ], [ 9.200855781218982, 48.788584920863293, 0.0 ], [ 9.200837562928875, 48.788589358896971, 0.0 ], [ 9.200854284892776, 48.788619184383805, 0.0 ], [ 9.200787937824098, 48.788635396419281, 0.0 ], [ 9.20072240652806, 48.788651427147308, 0.0 ], [ 9.20066285736231, 48.788666008635801, 0.0 ], [ 9.200646135854567, 48.788636273044268, 0.0 ], [ 9.200627781797056, 48.788640801204927, 0.0 ], [ 9.200623806902959, 48.788633704161676, 0.0 ], [ 9.200642297405496, 48.788629265687561, 0.0 ], [ 9.200617900470297, 48.788585875069899, 0.0 ], [ 9.200726938094762, 48.788559247507401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001f0a8", "Latitude": 48.78899, "Longitude": 9.20345, "X_coordina": 3515021.53, "Y_coordina": 5405743.95, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1173.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 239.2, "Total_wall": 749.3, "Total_wa00": 0.0, "Total_outw": 1077.6, "Total_shar": 215.9, "Total_roof": 325.5, "Gross_volu": 3905.1, "Is_Gross_v": "false", "Heated_vol": 3665.9, "Ridge_mean": 19.2, "Eaves_mean": 13.0, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.35, "Heated_are": 1173.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 60268.0, "January_He": 10335.0, "February_H": 7168.0, "March_Heat": 4575.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2019.0, "November_H": 6313.0, "December_H": 10159.0, "PV_potenti": 14.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203239962330267, 48.788962553534546, 0.0 ], [ 9.203509380853445, 48.788952455897871, 0.0 ], [ 9.203557200193394, 48.789032493347769, 0.0 ], [ 9.203567478221421, 48.789050100213657, 0.0 ], [ 9.203250025635217, 48.789061811476508, 0.0 ], [ 9.203239962330267, 48.788962553534546, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ef70", "Latitude": 48.78982, "Longitude": 9.20795, "X_coordina": 3515351.86, "Y_coordina": 5405837.82, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 731.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 202.2, "Total_wall": 475.9, "Total_wa00": 0.0, "Total_outw": 728.3, "Total_shar": 154.1, "Total_roof": 202.2, "Gross_volu": 1934.0, "Is_Gross_v": "false", "Heated_vol": 1934.0, "Ridge_mean": 9.6, "Eaves_mean": 9.57, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.455, "Heated_are": 731.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.9, "Total_Year": 34912.0, "January_He": 6200.0, "February_H": 4031.0, "March_Heat": 2099.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 908.0, "November_H": 3661.0, "December_H": 6120.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207987774350576, 48.789757634051377, 0.0 ], [ 9.207959782114742, 48.789932675991615, 0.0 ], [ 9.207817385488573, 48.789922232136291, 0.0 ], [ 9.207842414278343, 48.789754479393181, 0.0 ], [ 9.207928313414106, 48.789760439136074, 0.0 ], [ 9.207929373911139, 48.789753603025162, 0.0 ], [ 9.207987774350576, 48.789757634051377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eeb5", "Latitude": 48.78784, "Longitude": 9.20038, "X_coordina": 3514796.78, "Y_coordina": 5405616.26, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 486.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 106.9, "Total_wall": 284.5, "Total_wa00": 0.0, "Total_outw": 388.6, "Total_shar": 320.5, "Total_roof": 151.3, "Gross_volu": 1596.3, "Is_Gross_v": "false", "Heated_vol": 1519.9, "Ridge_mean": 18.1, "Eaves_mean": 12.71, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.351, "Heated_are": 486.4, "Mean_Uvalu": 0.58, "Specific_d": "15,8", "Specific_s": 39.6, "Total_Year": 26985.0, "January_He": 4696.0, "February_H": 3326.0, "March_Heat": 2127.0, "April_Heat": 491.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1025.0, "November_H": 2933.0, "December_H": 4606.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200254011049243, 48.787836994765676, 0.0 ], [ 9.200298454104564, 48.787822529685883, 0.0 ], [ 9.200365322053347, 48.787800651832796, 0.0 ], [ 9.200433176220088, 48.787889738023075, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200280184664434, 48.78788245062016, 0.0 ], [ 9.200247895023885, 48.787838983721677, 0.0 ], [ 9.200254011049243, 48.787836994765676, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eeb7", "Latitude": 48.7879, "Longitude": 9.20043, "X_coordina": 3514800.05, "Y_coordina": 5405622.98, "LOD": "LOD2", "Year_of_co": 1936, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.9, "Total_wall": 37.9, "Total_wa00": 0.0, "Total_outw": 102.1, "Total_shar": 88.9, "Total_roof": 37.9, "Gross_volu": 112.5, "Is_Gross_v": "false", "Heated_vol": 98.1, "Ridge_mean": 3.0, "Eaves_mean": 2.98, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.061, "Heated_are": 31.4, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200456707066516, 48.78792081065118, 0.0 ], [ 9.200337375683942, 48.787959415716351, 0.0 ], [ 9.200313842745437, 48.787927803525768, 0.0 ], [ 9.200433176220088, 48.787889738023075, 0.0 ], [ 9.200456707066516, 48.78792081065118, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001eb8b", "Latitude": 48.7882, "Longitude": 9.21129, "X_coordina": 3515598.07, "Y_coordina": 5405657.66, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.3, "Total_wall": 160.3, "Total_wa00": 0.0, "Total_outw": 278.1, "Total_shar": 129.5, "Total_roof": 89.4, "Gross_volu": 548.0, "Is_Gross_v": "false", "Heated_vol": 490.7, "Ridge_mean": 12.3, "Eaves_mean": 6.85, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.597, "Heated_are": 157.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.3, "Total_Year": 11489.0, "January_He": 2153.0, "February_H": 1545.0, "March_Heat": 990.0, "April_Heat": 229.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 516.0, "November_H": 1423.0, "December_H": 2101.0, "PV_potenti": 3.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211315084012391, 48.788196706875766, 0.0 ], [ 9.211298579322552, 48.788252489827755, 0.0 ], [ 9.211243435903846, 48.788245936641594, 0.0 ], [ 9.211178081024919, 48.788238233147368, 0.0 ], [ 9.211194582447536, 48.788181640905584, 0.0 ], [ 9.211259394415519, 48.78818970508113, 0.0 ], [ 9.211315084012391, 48.788196706875766, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e976", "Latitude": 48.7953, "Longitude": 9.21237, "X_coordina": 3515674.85, "Y_coordina": 5406447.46, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1253.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 316.5, "Total_wall": 1094.9, "Total_wa00": 0.0, "Total_outw": 1462.2, "Total_shar": 0.0, "Total_roof": 316.5, "Gross_volu": 3917.0, "Is_Gross_v": "false", "Heated_vol": 3917.0, "Ridge_mean": 13.3, "Eaves_mean": 13.35, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 16, "Number_o00": 30, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.441, "Heated_are": 1253.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 69052.0, "January_He": 11776.0, "February_H": 8479.0, "March_Heat": 5586.0, "April_Heat": 1405.0, "May_Heatin": 51.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 166.0, "October_He": 2723.0, "November_H": 7551.0, "December_H": 11461.0, "PV_potenti": 11.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212416374886315, 48.795208092420395, 0.0 ], [ 9.212396498053026, 48.795432578255117, 0.0 ], [ 9.212226473454901, 48.795426507137385, 0.0 ], [ 9.212239060598101, 48.795280627947925, 0.0 ], [ 9.212233887788322, 48.795280457633943, 0.0 ], [ 9.21224104213583, 48.795201851267635, 0.0 ], [ 9.212416374886315, 48.795208092420395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e4b7", "Latitude": 48.78859, "Longitude": 9.21155, "X_coordina": 3515616.79, "Y_coordina": 5405701.37, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 135.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 89.4, "Total_wa00": 0.0, "Total_outw": 170.5, "Total_shar": 235.9, "Total_roof": 64.8, "Gross_volu": 456.3, "Is_Gross_v": "false", "Heated_vol": 423.1, "Ridge_mean": 11.5, "Eaves_mean": 7.86, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.46, "Heated_are": 135.4, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 41.6, "Total_Year": 7776.0, "January_He": 1396.0, "February_H": 977.0, "March_Heat": 585.0, "April_Heat": 105.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 12.0, "October_He": 294.0, "November_H": 897.0, "December_H": 1362.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211446748312895, 48.788633674012495, 0.0 ], [ 9.211455091052208, 48.788578715342851, 0.0 ], [ 9.211506683712122, 48.788582217544658, 0.0 ], [ 9.211559092910282, 48.78858571822331, 0.0 ], [ 9.211550613438691, 48.788640497304293, 0.0 ], [ 9.211498476739322, 48.788637086045, 0.0 ], [ 9.211446748312895, 48.788633674012495, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e20b", "Latitude": 48.79121, "Longitude": 9.19995, "X_coordina": 3514763.56, "Y_coordina": 5405990.79, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 654.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.4, "Total_wall": 602.0, "Total_wa00": 0.0, "Total_outw": 878.5, "Total_shar": 0.0, "Total_roof": 189.4, "Gross_volu": 2126.1, "Is_Gross_v": "false", "Heated_vol": 2046.1, "Ridge_mean": 11.2, "Eaves_mean": 11.22, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 22, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.472, "Heated_are": 654.8, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 36.6, "Total_Year": 34354.0, "January_He": 5893.0, "February_H": 4183.0, "March_Heat": 2616.0, "April_Heat": 538.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 57.0, "October_He": 1232.0, "November_H": 3694.0, "December_H": 5755.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200034313909761, 48.791213469571673, 0.0 ], [ 9.200032278550664, 48.791215001808531, 0.0 ], [ 9.199888986529949, 48.79132225971756, 0.0 ], [ 9.199888304621059, 48.791321901206786, 0.0 ], [ 9.199769350799894, 48.791252057134137, 0.0 ], [ 9.199914815403771, 48.791143536670383, 0.0 ], [ 9.200034313909761, 48.791213469571673, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001e13c", "Latitude": 48.78998, "Longitude": 9.21343, "X_coordina": 3515754.96, "Y_coordina": 5405856.94, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 571.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.9, "Total_wall": 272.1, "Total_wa00": 0.0, "Total_outw": 451.1, "Total_shar": 386.0, "Total_roof": 198.8, "Gross_volu": 1934.6, "Is_Gross_v": "false", "Heated_vol": 1784.7, "Ridge_mean": 15.2, "Eaves_mean": 10.59, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.336, "Heated_are": 571.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 28658.0, "January_He": 4921.0, "February_H": 3414.0, "March_Heat": 2041.0, "April_Heat": 345.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 33.0, "October_He": 969.0, "November_H": 3091.0, "December_H": 4791.0, "PV_potenti": 8.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21342200135463, 48.789928437796512, 0.0 ], [ 9.213491096093327, 48.790047188767069, 0.0 ], [ 9.213423803546858, 48.790064578833267, 0.0 ], [ 9.213357190654106, 48.790081787753671, 0.0 ], [ 9.213287415340879, 48.789962948040426, 0.0 ], [ 9.213354572469294, 48.789945738151701, 0.0 ], [ 9.21342200135463, 48.789928437796512, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001df35", "Latitude": 48.78823, "Longitude": 9.19594, "X_coordina": 3514470.17, "Y_coordina": 5405658.72, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 766.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 183.9, "Total_wall": 306.4, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 564.8, "Total_roof": 216.2, "Gross_volu": 2580.5, "Is_Gross_v": "false", "Heated_vol": 2396.7, "Ridge_mean": 15.7, "Eaves_mean": 12.33, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.284, "Heated_are": 766.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 31.3, "Total_Year": 36145.0, "January_He": 5846.0, "February_H": 4204.0, "March_Heat": 2703.0, "April_Heat": 556.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1245.0, "November_H": 3713.0, "December_H": 5670.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195840549745276, 48.788289977025364, 0.0 ], [ 9.195786076821269, 48.788210397295259, 0.0 ], [ 9.195781971103202, 48.788204469314493, 0.0 ], [ 9.19584898671444, 48.788184931847596, 0.0 ], [ 9.195917905048383, 48.788164761638889, 0.0 ], [ 9.195933782226666, 48.788188114775707, 0.0 ], [ 9.195949795157214, 48.788211377755601, 0.0 ], [ 9.195978945710486, 48.788253412419145, 0.0 ], [ 9.19599468440582, 48.788276136317329, 0.0 ], [ 9.196012476692081, 48.788302004045626, 0.0 ], [ 9.195943560309273, 48.788322713848984, 0.0 ], [ 9.195876818477736, 48.788342700522975, 0.0 ], [ 9.195840549745276, 48.788289977025364, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001df38", "Latitude": 48.78831, "Longitude": 9.19587, "X_coordina": 3514464.73, "Y_coordina": 5405666.86, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 36.8, "Total_wall": 45.5, "Total_wa00": 0.0, "Total_outw": 138.1, "Total_shar": 49.8, "Total_roof": 36.8, "Gross_volu": 101.2, "Is_Gross_v": "false", "Heated_vol": 94.7, "Ridge_mean": 2.7, "Eaves_mean": 2.73, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.207, "Heated_are": 30.3, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195876818477736, 48.788342700522975, 0.0 ], [ 9.195804910845002, 48.78836413472056, 0.0 ], [ 9.195770142287611, 48.788312217963025, 0.0 ], [ 9.195840549745276, 48.788289977025364, 0.0 ], [ 9.195876818477736, 48.788342700522975, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001dc6c", "Latitude": 48.79561, "Longitude": 9.21196, "X_coordina": 3515644.61, "Y_coordina": 5406481.89, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 536.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 175.0, "Total_wall": 676.0, "Total_wa00": 0.0, "Total_outw": 1017.4, "Total_shar": 107.6, "Total_roof": 176.7, "Gross_volu": 1850.7, "Is_Gross_v": "false", "Heated_vol": 1675.7, "Ridge_mean": 11.8, "Eaves_mean": 11.85, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 12, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.588, "Heated_are": 536.2, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 35153.0, "January_He": 6305.0, "February_H": 4521.0, "March_Heat": 3046.0, "April_Heat": 871.0, "May_Heatin": 51.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 124.0, "October_He": 1510.0, "November_H": 4042.0, "December_H": 6189.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211816991345195, 48.795636423183851, 0.0 ], [ 9.211822298783513, 48.795636233574754, 0.0 ], [ 9.211821429896148, 48.795623825724093, 0.0 ], [ 9.211816258566678, 48.795624015082822, 0.0 ], [ 9.211812497184145, 48.795571146957869, 0.0 ], [ 9.211945772538193, 48.795567430705319, 0.0 ], [ 9.212002210058104, 48.795565852077409, 0.0 ], [ 9.212005562559018, 48.795618541101852, 0.0 ], [ 9.211949587291221, 48.795620010972407, 0.0 ], [ 9.211920626562955, 48.795620765672872, 0.0 ], [ 9.211921509085464, 48.795633173497691, 0.0 ], [ 9.211950238437995, 48.795632419222848, 0.0 ], [ 9.212006295384098, 48.795630949201637, 0.0 ], [ 9.212009791200677, 48.795685346508819, 0.0 ], [ 9.21195412761856, 48.795686510067696, 0.0 ], [ 9.211820616629828, 48.795689291558404, 0.0 ], [ 9.211816991345195, 48.795636423183851, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001db43", "Latitude": 48.79258, "Longitude": 9.20263, "X_coordina": 3514960.17, "Y_coordina": 5406143.16, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 668.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 185.1, "Total_wall": 556.8, "Total_wa00": 0.0, "Total_outw": 849.1, "Total_shar": 74.3, "Total_roof": 185.1, "Gross_volu": 1834.2, "Is_Gross_v": "false", "Heated_vol": 1775.8, "Ridge_mean": 9.9, "Eaves_mean": 9.92, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.515, "Heated_are": 668.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 41653.0, "January_He": 7126.0, "February_H": 5247.0, "March_Heat": 3721.0, "April_Heat": 1204.0, "May_Heatin": 82.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 195.0, "October_He": 1920.0, "November_H": 4639.0, "December_H": 6923.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202426704098375, 48.792553556894653, 0.0 ], [ 9.20248776605639, 48.792508038130364, 0.0 ], [ 9.202496586449639, 48.792501548122274, 0.0 ], [ 9.20273941145193, 48.79264221098736, 0.0 ], [ 9.202668172144131, 48.792695211453299, 0.0 ], [ 9.202631336867464, 48.792673334919137, 0.0 ], [ 9.202543208369766, 48.79262178389309, 0.0 ], [ 9.202426704098375, 48.792553556894653, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da97", "Latitude": 48.78806, "Longitude": 9.20181, "X_coordina": 3514901.68, "Y_coordina": 5405640.67, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 547.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 182.3, "Total_wall": 466.4, "Total_wa00": 0.0, "Total_outw": 735.4, "Total_shar": 0.0, "Total_roof": 217.8, "Gross_volu": 1893.1, "Is_Gross_v": "false", "Heated_vol": 1710.8, "Ridge_mean": 12.5, "Eaves_mean": 8.15, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 547.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.2, "Total_Year": 32885.0, "January_He": 5972.0, "February_H": 4200.0, "March_Heat": 2552.0, "April_Heat": 507.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1247.0, "November_H": 3775.0, "December_H": 5880.0, "PV_potenti": 10.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201890338893964, 48.788111192413361, 0.0 ], [ 9.201810561287115, 48.788137679881295, 0.0 ], [ 9.201731598679238, 48.788163806171561, 0.0 ], [ 9.201647723081473, 48.788050649265031, 0.0 ], [ 9.201723153418804, 48.788026057921506, 0.0 ], [ 9.201806873813073, 48.787998664367493, 0.0 ], [ 9.201890338893964, 48.788111192413361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da5b", "Latitude": 48.78886, "Longitude": 9.19526, "X_coordina": 3514420.26, "Y_coordina": 5405727.92, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1266.8, "SecondaryU": "retail", "Secondar00": 179.0, "BuildingTy": "HH", "Footprint_": 223.7, "Total_wall": 1104.7, "Total_wa00": 0.0, "Total_outw": 1415.9, "Total_shar": 0.0, "Total_roof": 281.0, "Gross_volu": 4546.0, "Is_Gross_v": "false", "Heated_vol": 4518.0, "Ridge_mean": 23.5, "Eaves_mean": 18.46, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 27, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.356, "Heated_are": 1445.8, "Mean_Uvalu": 0.48, "Specific_d": "22,9", "Specific_s": 36.6, "Total_Year": 85994.0, "January_He": 13137.0, "February_H": 9198.0, "March_Heat": 5633.0, "April_Heat": 1105.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 120.0, "October_He": 2627.0, "November_H": 8180.0, "December_H": 12827.0, "PV_potenti": 13.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195365862639534, 48.788883470109745, 0.0 ], [ 9.195246856175965, 48.788972336662439, 0.0 ], [ 9.195075267357096, 48.78887254245172, 0.0 ], [ 9.195194811618503, 48.78878196661379, 0.0 ], [ 9.195365862639534, 48.788883470109745, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001da5c", "Latitude": 48.78872, "Longitude": 9.19543, "X_coordina": 3514432.29, "Y_coordina": 5405712.62, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 437.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 232.0, "Total_wall": 289.7, "Total_wa00": 0.0, "Total_outw": 553.8, "Total_shar": 83.0, "Total_roof": 233.4, "Gross_volu": 1210.6, "Is_Gross_v": "false", "Heated_vol": 1019.1, "Ridge_mean": 5.9, "Eaves_mean": 4.26, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.624, "Heated_are": 437.4, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 44.7, "Total_Year": 51484.0, "January_He": 5002.0, "February_H": 3342.0, "March_Heat": 1893.0, "April_Heat": 375.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 898.0, "November_H": 3032.0, "December_H": 4922.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195517881767611, 48.788779979755375, 0.0 ], [ 9.195428590353192, 48.788845865511604, 0.0 ], [ 9.195418497043018, 48.78884003760357, 0.0 ], [ 9.19525468146306, 48.788744366953914, 0.0 ], [ 9.195247043378792, 48.788739973646024, 0.0 ], [ 9.195282457945032, 48.788712936500133, 0.0 ], [ 9.195377438513972, 48.788640207005919, 0.0 ], [ 9.195387479409682, 48.788632546459411, 0.0 ], [ 9.195425609511187, 48.788674026481594, 0.0 ], [ 9.195520459775986, 48.788777997057991, 0.0 ], [ 9.195517881767611, 48.788779979755375, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d7fe", "Latitude": 48.78763, "Longitude": 9.20576, "X_coordina": 3515191.73, "Y_coordina": 5405594.12, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 213.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 71.5, "Total_wall": 174.5, "Total_wa00": 0.0, "Total_outw": 331.4, "Total_shar": 152.5, "Total_roof": 112.7, "Gross_volu": 737.9, "Is_Gross_v": "false", "Heated_vol": 666.4, "Ridge_mean": 13.8, "Eaves_mean": 8.04, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.519, "Heated_are": 213.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.3, "Total_Year": 13475.0, "January_He": 2510.0, "February_H": 1711.0, "March_Heat": 1052.0, "April_Heat": 234.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 519.0, "November_H": 1558.0, "December_H": 2470.0, "PV_potenti": 4.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205663550393892, 48.787651749915028, 0.0 ], [ 9.205679015441568, 48.787606490690742, 0.0 ], [ 9.205778556759102, 48.787621599885362, 0.0 ], [ 9.205749910861968, 48.787704920383739, 0.0 ], [ 9.205650371592855, 48.787690350702924, 0.0 ], [ 9.205663550393892, 48.787651749915028, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d64d", "Latitude": 48.79005, "Longitude": 9.20646, "X_coordina": 3515242.9, "Y_coordina": 5405862.9, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 460.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.5, "Total_wall": 451.4, "Total_wa00": 0.0, "Total_outw": 702.2, "Total_shar": 112.0, "Total_roof": 133.5, "Gross_volu": 1474.8, "Is_Gross_v": "false", "Heated_vol": 1440.3, "Ridge_mean": 11.1, "Eaves_mean": 11.06, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.494, "Heated_are": 460.9, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 55.7, "Total_Year": 32969.0, "January_He": 6005.0, "February_H": 4377.0, "March_Heat": 2944.0, "April_Heat": 798.0, "May_Heatin": 41.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 133.0, "October_He": 1556.0, "November_H": 3972.0, "December_H": 5841.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206395236238846, 48.789994570506522, 0.0 ], [ 9.206442477999563, 48.789998802161612, 0.0 ], [ 9.206491898353434, 48.790003299661805, 0.0 ], [ 9.206463645896909, 48.790149386289478, 0.0 ], [ 9.206404522982131, 48.790135194416237, 0.0 ], [ 9.206349486938045, 48.790121984349497, 0.0 ], [ 9.206369060386372, 48.790016558782909, 0.0 ], [ 9.206373144634473, 48.790016911158261, 0.0 ], [ 9.206375458943416, 48.7900170868581, 0.0 ], [ 9.206381349653659, 48.789993336463226, 0.0 ], [ 9.206395236238846, 48.789994570506522, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d1e5", "Latitude": 48.78774, "Longitude": 9.21177, "X_coordina": 3515633.77, "Y_coordina": 5405606.69, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 665.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 160.7, "Total_wall": 551.1, "Total_wa00": 0.0, "Total_outw": 800.0, "Total_shar": 0.0, "Total_roof": 291.5, "Gross_volu": 2239.5, "Is_Gross_v": "false", "Heated_vol": 2078.8, "Ridge_mean": 17.9, "Eaves_mean": 10.54, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.471, "Heated_are": 665.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 39234.0, "January_He": 7146.0, "February_H": 4943.0, "March_Heat": 2970.0, "April_Heat": 593.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1434.0, "November_H": 4488.0, "December_H": 7034.0, "PV_potenti": 12.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211768394541858, 48.787840855566692, 0.0 ], [ 9.211640935890351, 48.787821666366916, 0.0 ], [ 9.211692439733971, 48.787674816280841, 0.0 ], [ 9.211757125257503, 48.787685308348522, 0.0 ], [ 9.211820040552984, 48.787695533864934, 0.0 ], [ 9.211768394541858, 48.787840855566692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d1c9", "Latitude": 48.78878, "Longitude": 9.21228, "X_coordina": 3515670.93, "Y_coordina": 5405722.9, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.0, "Total_wall": 99.4, "Total_wa00": 0.0, "Total_outw": 213.8, "Total_shar": 109.5, "Total_roof": 60.3, "Gross_volu": 332.4, "Is_Gross_v": "false", "Heated_vol": 289.4, "Ridge_mean": 9.6, "Eaves_mean": 6.29, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.666, "Heated_are": 92.6, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 59.3, "Total_Year": 6961.0, "January_He": 1367.0, "February_H": 943.0, "March_Heat": 552.0, "April_Heat": 103.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 282.0, "November_H": 886.0, "December_H": 1341.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212296627756503, 48.78882706489312, 0.0 ], [ 9.212180658173899, 48.78882215297309, 0.0 ], [ 9.212185365547374, 48.788776642933456, 0.0 ], [ 9.212243350852557, 48.788779233790237, 0.0 ], [ 9.212300383160951, 48.788781736451028, 0.0 ], [ 9.212296627756503, 48.78882706489312, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d174", "Latitude": 48.78864, "Longitude": 9.21026, "X_coordina": 3515522.0, "Y_coordina": 5405706.99, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 56.3, "Total_wa00": 0.0, "Total_outw": 145.5, "Total_shar": 199.8, "Total_roof": 62.7, "Gross_volu": 334.0, "Is_Gross_v": "false", "Heated_vol": 287.9, "Ridge_mean": 9.0, "Eaves_mean": 5.5, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.531, "Heated_are": 92.1, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 59.0, "Total_Year": 6897.0, "January_He": 1362.0, "February_H": 928.0, "March_Heat": 538.0, "April_Heat": 104.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 282.0, "November_H": 869.0, "December_H": 1335.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210164483070344, 48.788692133597095, 0.0 ], [ 9.210163621475992, 48.788681344331451, 0.0 ], [ 9.21015989691692, 48.788636748997789, 0.0 ], [ 9.210211058746321, 48.788634857146754, 0.0 ], [ 9.210260995773837, 48.788632967509244, 0.0 ], [ 9.210266534659743, 48.788688350365049, 0.0 ], [ 9.21021591713345, 48.788690241247103, 0.0 ], [ 9.210164483070344, 48.788692133597095, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d047", "Latitude": 48.78804, "Longitude": 9.19421, "X_coordina": 3514343.23, "Y_coordina": 5405637.26, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 507.4, "SecondaryU": "retail", "Secondar00": 152.8, "BuildingTy": "MFH", "Footprint_": 191.0, "Total_wall": 443.8, "Total_wa00": 0.0, "Total_outw": 760.3, "Total_shar": 341.9, "Total_roof": 191.0, "Gross_volu": 2253.9, "Is_Gross_v": "false", "Heated_vol": 2063.1, "Ridge_mean": 11.8, "Eaves_mean": 11.8, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.385, "Heated_are": 660.2, "Mean_Uvalu": 0.35, "Specific_d": "29,1", "Specific_s": 33.3, "Total_Year": 41180.0, "January_He": 5277.0, "February_H": 3793.0, "March_Heat": 2558.0, "April_Heat": 754.0, "May_Heatin": 43.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1102.0, "November_H": 3230.0, "December_H": 5154.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194009879401973, 48.788041739245188, 0.0 ], [ 9.194067812826313, 48.787996050330264, 0.0 ], [ 9.194327780810905, 48.788006402753432, 0.0 ], [ 9.19429589234246, 48.788030286331811, 0.0 ], [ 9.19426481828447, 48.788053628985402, 0.0 ], [ 9.194268227754913, 48.788055511630368, 0.0 ], [ 9.194245835836048, 48.788071735662434, 0.0 ], [ 9.194163460529142, 48.78813140404764, 0.0 ], [ 9.194009879401973, 48.788041739245188, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d044", "Latitude": 48.78809, "Longitude": 9.19443, "X_coordina": 3514359.24, "Y_coordina": 5405642.3, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1812.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 421.3, "Total_wall": 886.1, "Total_wa00": 0.0, "Total_outw": 1368.3, "Total_shar": 342.5, "Total_roof": 454.5, "Gross_volu": 5803.5, "Is_Gross_v": "false", "Heated_vol": 5664.7, "Ridge_mean": 15.3, "Eaves_mean": 10.23, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.308, "Heated_are": 1812.7, "Mean_Uvalu": 0.47, "Specific_d": "73,0", "Specific_s": 47.1, "Total_Year": 217725.0, "January_He": 19717.0, "February_H": 14556.0, "March_Heat": 10157.0, "April_Heat": 3315.0, "May_Heatin": 291.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 647.0, "October_He": 5016.0, "November_H": 12643.0, "December_H": 19030.0, "PV_potenti": 19.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194327780810905, 48.788006402753432, 0.0 ], [ 9.194342891341094, 48.788007636183877, 0.0 ], [ 9.194610347709858, 48.788018874567982, 0.0 ], [ 9.194606292441028, 48.78806114554046, 0.0 ], [ 9.194405868554821, 48.788210847268957, 0.0 ], [ 9.194325123755959, 48.788164133331748, 0.0 ], [ 9.194271657683075, 48.788133199883454, 0.0 ], [ 9.194224702263478, 48.78816718030896, 0.0 ], [ 9.194163460529142, 48.78813140404764, 0.0 ], [ 9.194245835836048, 48.788071735662434, 0.0 ], [ 9.194268227754913, 48.788055511630368, 0.0 ], [ 9.19426481828447, 48.788053628985402, 0.0 ], [ 9.19429589234246, 48.788030286331811, 0.0 ], [ 9.194327780810905, 48.788006402753432, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001d045", "Latitude": 48.78801, "Longitude": 9.19472, "X_coordina": 3514380.53, "Y_coordina": 5405633.28, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 20.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 22.4, "Total_wall": 48.6, "Total_wa00": 0.0, "Total_outw": 163.7, "Total_shar": 0.0, "Total_roof": 22.4, "Gross_volu": 68.8, "Is_Gross_v": "false", "Heated_vol": 53.7, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 1.555, "Heated_are": 20.2, "Mean_Uvalu": 0.47, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194672273886304, 48.788055638595665, 0.0 ], [ 9.194628640877564, 48.787998520904246, 0.0 ], [ 9.194682132840319, 48.788000948344255, 0.0 ], [ 9.194724136735246, 48.788023897780263, 0.0 ], [ 9.194672273886304, 48.788055638595665, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cf24", "Latitude": 48.79533, "Longitude": 9.20928, "X_coordina": 3515448.18, "Y_coordina": 5406450.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 202.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 85.2, "Total_wall": 105.0, "Total_wa00": 0.0, "Total_outw": 224.6, "Total_shar": 244.3, "Total_roof": 119.2, "Gross_volu": 688.1, "Is_Gross_v": "false", "Heated_vol": 633.4, "Ridge_mean": 10.6, "Eaves_mean": 5.2, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.468, "Heated_are": 202.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 48.1, "Total_Year": 12952.0, "January_He": 2413.0, "February_H": 1684.0, "March_Heat": 1002.0, "April_Heat": 186.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 25.0, "October_He": 509.0, "November_H": 1552.0, "December_H": 2367.0, "PV_potenti": 6.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20918087874959, 48.795383970350379, 0.0 ], [ 9.209155273454467, 48.79537988037432, 0.0 ], [ 9.209181379116924, 48.795307894121464, 0.0 ], [ 9.20922087623711, 48.795314117019572, 0.0 ], [ 9.209264050867057, 48.795320962686489, 0.0 ], [ 9.209301641390777, 48.795326919250812, 0.0 ], [ 9.209315669739308, 48.795329141842586, 0.0 ], [ 9.209307591240082, 48.795350288559035, 0.0 ], [ 9.209317671749131, 48.795352338478672, 0.0 ], [ 9.209309189789368, 48.795374654934591, 0.0 ], [ 9.209298156527993, 48.795372606745786, 0.0 ], [ 9.20928806745547, 48.795401220769044, 0.0 ], [ 9.209238354758796, 48.795393217984433, 0.0 ], [ 9.20918087874959, 48.795383970350379, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cec9", "Latitude": 48.78971, "Longitude": 9.2093, "X_coordina": 3515451.2, "Y_coordina": 5405825.44, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 42.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 36.0, "Total_wall": 75.3, "Total_wa00": 0.0, "Total_outw": 216.3, "Total_shar": 0.0, "Total_roof": 64.5, "Gross_volu": 168.5, "Is_Gross_v": "false", "Heated_vol": 132.5, "Ridge_mean": 6.8, "Eaves_mean": 2.54, "Storey_num": 2, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.174, "Heated_are": 42.4, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 80.2, "Total_Year": 4069.0, "January_He": 828.0, "February_H": 581.0, "March_Heat": 357.0, "April_Heat": 86.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 181.0, "November_H": 525.0, "December_H": 821.0, "PV_potenti": 1.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209214577968279, 48.7897402147252, 0.0 ], [ 9.209198149780107, 48.789716864424683, 0.0 ], [ 9.209274950293292, 48.789694783518044, 0.0 ], [ 9.209292192815598, 48.789717592785934, 0.0 ], [ 9.209309983460219, 48.789741300291254, 0.0 ], [ 9.209231416690063, 48.789764103819188, 0.0 ], [ 9.209214577968279, 48.7897402147252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ce28", "Latitude": 48.79094, "Longitude": 9.2112, "X_coordina": 3515590.84, "Y_coordina": 5405963.01, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 510.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 127.8, "Total_wall": 264.3, "Total_wa00": 0.0, "Total_outw": 390.7, "Total_shar": 335.5, "Total_roof": 183.6, "Gross_volu": 1668.8, "Is_Gross_v": "false", "Heated_vol": 1596.1, "Ridge_mean": 15.6, "Eaves_mean": 10.49, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.354, "Heated_are": 510.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 27487.0, "January_He": 4746.0, "February_H": 3401.0, "March_Heat": 2098.0, "April_Heat": 393.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1022.0, "November_H": 3058.0, "December_H": 4627.0, "PV_potenti": 8.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211187907003474, 48.791033851038854, 0.0 ], [ 9.211128641481224, 48.791018672692864, 0.0 ], [ 9.211064743482416, 48.791002243876136, 0.0 ], [ 9.211132057418196, 48.790892143903861, 0.0 ], [ 9.211193775895273, 48.790908127062522, 0.0 ], [ 9.21125454099254, 48.790923932089754, 0.0 ], [ 9.211187907003474, 48.791033851038854, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ce26", "Latitude": 48.79089, "Longitude": 9.21336, "X_coordina": 3515749.21, "Y_coordina": 5405957.38, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 137.8, "Total_wall": 365.1, "Total_wa00": 0.0, "Total_outw": 582.2, "Total_shar": 173.6, "Total_roof": 204.8, "Gross_volu": 1782.2, "Is_Gross_v": "false", "Heated_vol": 1644.4, "Ridge_mean": 15.4, "Eaves_mean": 10.61, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 526.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 28685.0, "January_He": 5038.0, "February_H": 3482.0, "March_Heat": 2201.0, "April_Heat": 493.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 999.0, "November_H": 3101.0, "December_H": 4966.0, "PV_potenti": 9.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213218971660561, 48.790865008730556, 0.0 ], [ 9.213406087718061, 48.790861334965669, 0.0 ], [ 9.213410551514626, 48.790951160386477, 0.0 ], [ 9.213223846075538, 48.790955462863558, 0.0 ], [ 9.213221479961197, 48.790910955054564, 0.0 ], [ 9.213218971660561, 48.790865008730556, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cdeb", "Latitude": 48.79451, "Longitude": 9.20787, "X_coordina": 3515344.91, "Y_coordina": 5406359.19, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2013.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 288.3, "Total_wall": 1674.6, "Total_wa00": 0.0, "Total_outw": 2079.1, "Total_shar": 0.0, "Total_roof": 288.3, "Gross_volu": 6397.2, "Is_Gross_v": "false", "Heated_vol": 6293.0, "Ridge_mean": 23.8, "Eaves_mean": 23.76, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 37, "Number_o00": 58, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.356, "Heated_are": 2013.8, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 99384.0, "January_He": 16808.0, "February_H": 11747.0, "March_Heat": 7226.0, "April_Heat": 1454.0, "May_Heatin": 40.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 130.0, "October_He": 3238.0, "November_H": 10388.0, "December_H": 16454.0, "PV_potenti": 10.87 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207975637483194, 48.794460660065639, 0.0 ], [ 9.207972542762164, 48.794469298316265, 0.0 ], [ 9.207927470233574, 48.794595812228842, 0.0 ], [ 9.207889336369414, 48.794589946120048, 0.0 ], [ 9.20787682462689, 48.794625308663775, 0.0 ], [ 9.207876016913771, 48.794627468287139, 0.0 ], [ 9.207761751027233, 48.794609779703492, 0.0 ], [ 9.207733423029968, 48.794605424552365, 0.0 ], [ 9.207731942583068, 48.794609473782963, 0.0 ], [ 9.207679099018241, 48.794601116278066, 0.0 ], [ 9.207681386819022, 48.794594817503238, 0.0 ], [ 9.207693359840222, 48.794560804805513, 0.0 ], [ 9.20772768050008, 48.794566138316199, 0.0 ], [ 9.207766967480605, 48.794455731236503, 0.0 ], [ 9.20780646450158, 48.794462134467487, 0.0 ], [ 9.207812787874763, 48.794444318191992, 0.0 ], [ 9.207815747260121, 48.794435860036963, 0.0 ], [ 9.207975637483194, 48.794460660065639, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cd29", "Latitude": 48.79236, "Longitude": 9.20207, "X_coordina": 3514919.5, "Y_coordina": 5406118.63, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 521.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 145.0, "Total_wall": 576.2, "Total_wa00": 0.0, "Total_outw": 760.4, "Total_shar": 0.0, "Total_roof": 189.3, "Gross_volu": 1730.6, "Is_Gross_v": "false", "Heated_vol": 1629.1, "Ridge_mean": 14.2, "Eaves_mean": 9.57, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.547, "Heated_are": 521.3, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 41.0, "Total_Year": 29644.0, "January_He": 5386.0, "February_H": 3712.0, "March_Heat": 2172.0, "April_Heat": 385.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1035.0, "November_H": 3342.0, "December_H": 5297.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201898269394277, 48.792394600432104, 0.0 ], [ 9.201987626568574, 48.792328121604875, 0.0 ], [ 9.202028259202486, 48.792351964167146, 0.0 ], [ 9.202077613263906, 48.79231524614454, 0.0 ], [ 9.202159045982427, 48.792363029372694, 0.0 ], [ 9.202059384273042, 48.792437174702648, 0.0 ], [ 9.202018747408358, 48.79241332972218, 0.0 ], [ 9.201979697869767, 48.792442381311844, 0.0 ], [ 9.201898269394277, 48.792394600432104, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001cb2f", "Latitude": 48.79115, "Longitude": 9.20943, "X_coordina": 3515460.5, "Y_coordina": 5405985.28, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.9, "Total_wall": 122.9, "Total_wa00": 0.0, "Total_outw": 247.4, "Total_shar": 116.3, "Total_roof": 72.1, "Gross_volu": 415.3, "Is_Gross_v": "false", "Heated_vol": 386.6, "Ridge_mean": 10.6, "Eaves_mean": 6.44, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.622, "Heated_are": 123.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 50.9, "Total_Year": 8251.0, "January_He": 1645.0, "February_H": 1052.0, "March_Heat": 581.0, "April_Heat": 109.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 279.0, "November_H": 976.0, "December_H": 1633.0, "PV_potenti": 2.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209415847757324, 48.791209200885788, 0.0 ], [ 9.209334280463743, 48.791198288580098, 0.0 ], [ 9.209345019226767, 48.79116247946186, 0.0 ], [ 9.209356562949855, 48.791123881247053, 0.0 ], [ 9.209439082795667, 48.791134791804723, 0.0 ], [ 9.209415847757324, 48.791209200885788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ca87", "Latitude": 48.78913, "Longitude": 9.1959, "X_coordina": 3514466.75, "Y_coordina": 5405758.86, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 631.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 97.1, "Total_wall": 441.8, "Total_wa00": 0.0, "Total_outw": 569.2, "Total_shar": 507.0, "Total_roof": 151.7, "Gross_volu": 2059.7, "Is_Gross_v": "false", "Heated_vol": 1972.1, "Ridge_mean": 22.9, "Eaves_mean": 17.64, "Storey_num": 8, "Average_St": 2.8, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.345, "Heated_are": 631.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 36.1, "Total_Year": 32807.0, "January_He": 5583.0, "February_H": 4007.0, "March_Heat": 2489.0, "April_Heat": 476.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1173.0, "November_H": 3565.0, "December_H": 5459.0, "PV_potenti": 5.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195849127220637, 48.789200169591957, 0.0 ], [ 9.195818847288015, 48.789182775900393, 0.0 ], [ 9.195797296393417, 48.789170313159396, 0.0 ], [ 9.195783929463486, 48.789162602453324, 0.0 ], [ 9.195789444089376, 48.78914586728019, 0.0 ], [ 9.195761748872965, 48.789128199407905, 0.0 ], [ 9.195760225996242, 48.789121547647319, 0.0 ], [ 9.195794416093774, 48.789094602351099, 0.0 ], [ 9.195802579746346, 48.78909413885215, 0.0 ], [ 9.195823171330765, 48.789104894674473, 0.0 ], [ 9.19583606174332, 48.789095071076389, 0.0 ], [ 9.195871662792229, 48.789115962734897, 0.0 ], [ 9.195892805061474, 48.789128336233595, 0.0 ], [ 9.195921859125001, 48.789145462220652, 0.0 ], [ 9.195948048310994, 48.789160794602431, 0.0 ], [ 9.195873951659388, 48.789214515151507, 0.0 ], [ 9.195849127220637, 48.789200169591957, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c96e", "Latitude": 48.78779, "Longitude": 9.20681, "X_coordina": 3515269.14, "Y_coordina": 5405611.87, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 522.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.6, "Total_wall": 326.3, "Total_wa00": 0.0, "Total_outw": 575.8, "Total_shar": 152.5, "Total_roof": 255.6, "Gross_volu": 1793.0, "Is_Gross_v": "false", "Heated_vol": 1631.4, "Ridge_mean": 14.3, "Eaves_mean": 8.28, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.439, "Heated_are": 522.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.5, "Total_Year": 29922.0, "January_He": 5269.0, "February_H": 3705.0, "March_Heat": 2384.0, "April_Heat": 611.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1103.0, "November_H": 3291.0, "December_H": 5195.0, "PV_potenti": 11.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206880367490166, 48.787832565016863, 0.0 ], [ 9.206866513207828, 48.78787215631646, 0.0 ], [ 9.206641420955377, 48.787838209602533, 0.0 ], [ 9.20667047260333, 48.787754618385165, 0.0 ], [ 9.206895702066513, 48.787788924490961, 0.0 ], [ 9.206880367490166, 48.787832565016863, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c894", "Latitude": 48.79368, "Longitude": 9.19979, "X_coordina": 3514751.54, "Y_coordina": 5406265.3, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 244.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 152.7, "Total_wall": 168.0, "Total_wa00": 0.0, "Total_outw": 362.3, "Total_shar": 221.0, "Total_roof": 152.7, "Gross_volu": 902.9, "Is_Gross_v": "false", "Heated_vol": 763.8, "Ridge_mean": 5.9, "Eaves_mean": 5.91, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.558, "Heated_are": 244.4, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 12.5, "Total_Year": 11081.0, "January_He": 1012.0, "February_H": 542.0, "March_Heat": 165.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 344.0, "December_H": 959.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199808918639702, 48.793710679262759, 0.0 ], [ 9.199707412720482, 48.793786121368534, 0.0 ], [ 9.199702798791618, 48.793789546465604, 0.0 ], [ 9.19962108313141, 48.793741758883847, 0.0 ], [ 9.199625832807261, 48.793738243631118, 0.0 ], [ 9.199723538595041, 48.793665505894559, 0.0 ], [ 9.199793154149274, 48.793613769005354, 0.0 ], [ 9.199874869764335, 48.79366155646624, 0.0 ], [ 9.199808918639702, 48.793710679262759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f6", "Latitude": 48.78798, "Longitude": 9.1938, "X_coordina": 3514312.51, "Y_coordina": 5405630.13, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1022.2, "SecondaryU": "retail", "Secondar00": 158.8, "BuildingTy": "GMH", "Footprint_": 198.5, "Total_wall": 873.7, "Total_wa00": 0.0, "Total_outw": 1148.8, "Total_shar": 106.0, "Total_roof": 251.1, "Gross_volu": 3889.1, "Is_Gross_v": "false", "Heated_vol": 3690.6, "Ridge_mean": 22.2, "Eaves_mean": 17.83, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 19, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 1181.0, "Mean_Uvalu": 0.45, "Specific_d": "23,5", "Specific_s": 36.5, "Total_Year": 70846.0, "January_He": 10500.0, "February_H": 7549.0, "March_Heat": 4764.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 108.0, "October_He": 2235.0, "November_H": 6667.0, "December_H": 10219.0, "PV_potenti": 12.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193757742804532, 48.787909346523151, 0.0 ], [ 9.193804253692935, 48.787936605046838, 0.0 ], [ 9.193843944695502, 48.787959828467471, 0.0 ], [ 9.193885545457018, 48.787984217666427, 0.0 ], [ 9.19374510594359, 48.788091103498687, 0.0 ], [ 9.193616075329839, 48.788015424952818, 0.0 ], [ 9.193757742804532, 48.787909346523151, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f7", "Latitude": 48.78783, "Longitude": 9.19386, "X_coordina": 3514317.11, "Y_coordina": 5405613.9, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 130.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 71.7, "Total_wall": 120.3, "Total_wa00": 0.0, "Total_outw": 257.5, "Total_shar": 91.5, "Total_roof": 71.7, "Gross_volu": 313.9, "Is_Gross_v": "false", "Heated_vol": 313.9, "Ridge_mean": 4.4, "Eaves_mean": 4.38, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.84, "Heated_are": 130.7, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193904562339696, 48.787833743363137, 0.0 ], [ 9.193899714224942, 48.787882310303367, 0.0 ], [ 9.193721003907044, 48.787875237343528, 0.0 ], [ 9.193725985857029, 48.787826040720006, 0.0 ], [ 9.193904562339696, 48.787833743363137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5f8", "Latitude": 48.78792, "Longitude": 9.19391, "X_coordina": 3514321.16, "Y_coordina": 5405623.7, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 108.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.4, "Total_wall": 141.8, "Total_wa00": 0.0, "Total_outw": 229.2, "Total_shar": 105.6, "Total_roof": 49.7, "Gross_volu": 357.8, "Is_Gross_v": "false", "Heated_vol": 340.3, "Ridge_mean": 10.4, "Eaves_mean": 7.72, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.671, "Heated_are": 108.9, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 7136.0, "January_He": 1476.0, "February_H": 897.0, "March_Heat": 438.0, "April_Heat": 70.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 209.0, "November_H": 826.0, "December_H": 1484.0, "PV_potenti": 0.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19392486481963, 48.787946293596804, 0.0 ], [ 9.193926629791754, 48.787945211540574, 0.0 ], [ 9.193932087130397, 48.787948799296274, 0.0 ], [ 9.193885545457018, 48.787984217666427, 0.0 ], [ 9.193843944695502, 48.787959828467471, 0.0 ], [ 9.193804253692935, 48.787936605046838, 0.0 ], [ 9.193847675081164, 48.787903709824413, 0.0 ], [ 9.193846036843647, 48.787902363727284, 0.0 ], [ 9.193848614180382, 48.787900201220801, 0.0 ], [ 9.193855295250916, 48.787903517149147, 0.0 ], [ 9.193853124442894, 48.787905229353115, 0.0 ], [ 9.19392486481963, 48.787946293596804, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5a9", "Latitude": 48.79221, "Longitude": 9.20204, "X_coordina": 3514917.36, "Y_coordina": 5406101.99, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 266.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 97.8, "Total_wall": 293.7, "Total_wa00": 0.0, "Total_outw": 515.9, "Total_shar": 36.7, "Total_roof": 97.8, "Gross_volu": 668.4, "Is_Gross_v": "false", "Heated_vol": 668.4, "Ridge_mean": 6.8, "Eaves_mean": 6.83, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.732, "Heated_are": 266.8, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 68.4, "Total_Year": 18256.0, "January_He": 3733.0, "February_H": 2863.0, "March_Heat": 2217.0, "April_Heat": 966.0, "May_Heatin": 161.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 379.0, "October_He": 1542.0, "November_H": 2711.0, "December_H": 3677.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201948535849031, 48.792304229006398, 0.0 ], [ 9.201891239478833, 48.792270698047346, 0.0 ], [ 9.202048919507666, 48.792154240216249, 0.0 ], [ 9.20210662161668, 48.792187140920326, 0.0 ], [ 9.20206984910474, 48.792214632147861, 0.0 ], [ 9.202014213014229, 48.792255644995244, 0.0 ], [ 9.201948535849031, 48.792304229006398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c5aa", "Latitude": 48.79206, "Longitude": 9.20213, "X_coordina": 3514923.86, "Y_coordina": 5406085.32, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 479.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 250.6, "Total_wall": 343.3, "Total_wa00": 0.0, "Total_outw": 727.1, "Total_shar": 0.0, "Total_roof": 302.3, "Gross_volu": 1566.0, "Is_Gross_v": "false", "Heated_vol": 1497.3, "Ridge_mean": 7.9, "Eaves_mean": 4.72, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.585, "Heated_are": 479.1, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 15.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202007631576969, 48.791972307291658, 0.0 ], [ 9.202266690990283, 48.792123553670322, 0.0 ], [ 9.202223542593673, 48.792156181790716, 0.0 ], [ 9.20218392149742, 48.792186016070481, 0.0 ], [ 9.201907001430182, 48.792026887547507, 0.0 ], [ 9.201979052852607, 48.791972807038363, 0.0 ], [ 9.202007631576969, 48.791972307291658, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c3ed", "Latitude": 48.79065, "Longitude": 9.19878, "X_coordina": 3514677.73, "Y_coordina": 5405928.58, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1315.9, "SecondaryU": "retail", "Secondar00": 206.5, "BuildingTy": "GMH", "Footprint_": 258.1, "Total_wall": 1056.8, "Total_wa00": 0.0, "Total_outw": 1409.2, "Total_shar": 83.1, "Total_roof": 335.0, "Gross_volu": 5015.6, "Is_Gross_v": "false", "Heated_vol": 4757.5, "Ridge_mean": 22.0, "Eaves_mean": 17.47, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 24, "Number_o00": 40, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 1522.4, "Mean_Uvalu": 0.48, "Specific_d": "23,6", "Specific_s": 36.2, "Total_Year": 91054.0, "January_He": 13546.0, "February_H": 9652.0, "March_Heat": 6014.0, "April_Heat": 1236.0, "May_Heatin": 39.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 132.0, "October_He": 2788.0, "November_H": 8501.0, "December_H": 13226.0, "PV_potenti": 15.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19857135575956, 48.790716655711833, 0.0 ], [ 9.198774902379936, 48.790565682483155, 0.0 ], [ 9.198891534979774, 48.790634362592385, 0.0 ], [ 9.198818665580477, 48.790688442595908, 0.0 ], [ 9.198777006462183, 48.790719358313957, 0.0 ], [ 9.198765607565194, 48.790727740885949, 0.0 ], [ 9.198727612279852, 48.790755952553425, 0.0 ], [ 9.198687988432717, 48.790785336025145, 0.0 ], [ 9.19857135575956, 48.790716655711833, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c3af", "Latitude": 48.792, "Longitude": 9.20253, "X_coordina": 3514952.95, "Y_coordina": 5406079.45, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.5, "Total_wall": 33.8, "Total_wa00": 0.0, "Total_outw": 103.2, "Total_shar": 93.4, "Total_roof": 38.5, "Gross_volu": 101.3, "Is_Gross_v": "false", "Heated_vol": 96.2, "Ridge_mean": 2.6, "Eaves_mean": 2.63, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.112, "Heated_are": 30.8, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202428404431132, 48.792028939666466, 0.0 ], [ 9.202424198056816, 48.792032094386371, 0.0 ], [ 9.202421060570133, 48.792030301429456, 0.0 ], [ 9.202477370418203, 48.791987758498202, 0.0 ], [ 9.20247940573393, 48.79198622621842, 0.0 ], [ 9.202543932731908, 48.792024060502101, 0.0 ], [ 9.202489794678133, 48.792065160869292, 0.0 ], [ 9.202428404431132, 48.792028939666466, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c2b9", "Latitude": 48.79405, "Longitude": 9.2019, "X_coordina": 3514906.62, "Y_coordina": 5406306.21, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1164.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 198.9, "Total_wall": 761.1, "Total_wa00": 0.0, "Total_outw": 982.3, "Total_shar": 443.1, "Total_roof": 198.9, "Gross_volu": 3640.3, "Is_Gross_v": "false", "Heated_vol": 3640.3, "Ridge_mean": 18.3, "Eaves_mean": 18.3, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 33, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.318, "Heated_are": 1164.9, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 29.7, "Total_Year": 53005.0, "January_He": 8453.0, "February_H": 6146.0, "March_Heat": 3888.0, "April_Heat": 745.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1729.0, "November_H": 5324.0, "December_H": 8195.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201899159434502, 48.793973207293668, 0.0 ], [ 9.201995204573278, 48.794029960481019, 0.0 ], [ 9.201959110092085, 48.794057180704279, 0.0 ], [ 9.201974119365953, 48.794066596355009, 0.0 ], [ 9.20187424273006, 48.794140418883075, 0.0 ], [ 9.20185828036688, 48.794130914966573, 0.0 ], [ 9.201821098352768, 48.794158496746654, 0.0 ], [ 9.201725189988696, 48.794101923023021, 0.0 ], [ 9.201897801650249, 48.79397401898629, 0.0 ], [ 9.201899159434502, 48.793973207293668, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c28f", "Latitude": 48.79208, "Longitude": 9.2014, "X_coordina": 3514870.45, "Y_coordina": 5406087.49, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 918.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.6, "Total_wall": 452.7, "Total_wa00": 0.0, "Total_outw": 589.6, "Total_shar": 544.7, "Total_roof": 189.6, "Gross_volu": 2869.1, "Is_Gross_v": "false", "Heated_vol": 2869.1, "Ridge_mean": 15.1, "Eaves_mean": 15.14, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.29, "Heated_are": 918.1, "Mean_Uvalu": 0.35, "Specific_d": "15,8", "Specific_s": 28.1, "Total_Year": 40349.0, "January_He": 6185.0, "February_H": 4577.0, "March_Heat": 3046.0, "April_Heat": 701.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1342.0, "November_H": 3917.0, "December_H": 5969.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201398546986548, 48.79216563077518, 0.0 ], [ 9.201369507959049, 48.792187173296796, 0.0 ], [ 9.2012439961112, 48.792112036731695, 0.0 ], [ 9.20122871715901, 48.792103071071985, 0.0 ], [ 9.201256670650872, 48.792082339795051, 0.0 ], [ 9.201290187591143, 48.792057462301322, 0.0 ], [ 9.20131691902904, 48.792037452534487, 0.0 ], [ 9.201350164433583, 48.792012755344992, 0.0 ], [ 9.201491227019131, 48.792096767023622, 0.0 ], [ 9.201450789665827, 48.792126782327003, 0.0 ], [ 9.201444650848183, 48.792123196121963, 0.0 ], [ 9.201425653617378, 48.792137347356594, 0.0 ], [ 9.201431792075439, 48.792140843639672, 0.0 ], [ 9.201433791402685, 48.79216431020064, 0.0 ], [ 9.201398546986548, 48.79216563077518, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001c08f", "Latitude": 48.79216, "Longitude": 9.21351, "X_coordina": 3515759.55, "Y_coordina": 5406098.35, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3074, "PrimaryUsa": "non-heated", "PrimaryU00": 932.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 233.2, "Total_wall": 763.8, "Total_wa00": 0.0, "Total_outw": 1183.0, "Total_shar": 0.0, "Total_roof": 233.2, "Gross_volu": 3037.1, "Is_Gross_v": "false", "Heated_vol": 2914.9, "Ridge_mean": 13.0, "Eaves_mean": 13.02, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.416, "Heated_are": 932.8, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213323074456468, 48.792210972329201, 0.0 ], [ 9.213401759326615, 48.792087181603357, 0.0 ], [ 9.21359865486628, 48.792141939743246, 0.0 ], [ 9.213520781644396, 48.79226447016719, 0.0 ], [ 9.213323074456468, 48.792210972329201, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ba96", "Latitude": 48.78826, "Longitude": 9.21162, "X_coordina": 3515622.32, "Y_coordina": 5405664.45, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 187.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 293.6, "Total_wa00": 0.0, "Total_outw": 430.8, "Total_shar": 0.0, "Total_roof": 92.8, "Gross_volu": 586.3, "Is_Gross_v": "false", "Heated_vol": 584.9, "Ridge_mean": 13.3, "Eaves_mean": 7.43, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.757, "Heated_are": 187.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 14083.0, "January_He": 2792.0, "February_H": 1874.0, "March_Heat": 1115.0, "April_Heat": 262.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 544.0, "November_H": 1715.0, "December_H": 2766.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211574928682982, 48.788306116489395, 0.0 ], [ 9.211509713542698, 48.78829931216314, 0.0 ], [ 9.21152335828452, 48.788243084816152, 0.0 ], [ 9.21158830155661, 48.788249979557911, 0.0 ], [ 9.211643986727569, 48.788255902117804, 0.0 ], [ 9.211629796631527, 48.788311860710202, 0.0 ], [ 9.211574928682982, 48.788306116489395, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b9a5", "Latitude": 48.79186, "Longitude": 9.20375, "X_coordina": 3515042.76, "Y_coordina": 5406063.31, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 203.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 76.6, "Total_wall": 217.1, "Total_wa00": 0.0, "Total_outw": 407.7, "Total_shar": 112.1, "Total_roof": 124.3, "Gross_volu": 704.8, "Is_Gross_v": "false", "Heated_vol": 636.9, "Ridge_mean": 11.5, "Eaves_mean": 5.19, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.628, "Heated_are": 203.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 58.1, "Total_Year": 15060.0, "January_He": 2852.0, "February_H": 2016.0, "March_Heat": 1288.0, "April_Heat": 318.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 655.0, "November_H": 1843.0, "December_H": 2797.0, "PV_potenti": 2.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203694336650953, 48.791846140831048, 0.0 ], [ 9.203748122067935, 48.791852700028279, 0.0 ], [ 9.203748386252588, 48.791850721241673, 0.0 ], [ 9.203748787262835, 48.791848922060176, 0.0 ], [ 9.203784189340654, 48.791852995903767, 0.0 ], [ 9.203775480656173, 48.791887002434883, 0.0 ], [ 9.203767708985442, 48.79191714059241, 0.0 ], [ 9.203664226408677, 48.79190536381499, 0.0 ], [ 9.203662079055176, 48.791912831271382, 0.0 ], [ 9.203624636209222, 48.791908940846042, 0.0 ], [ 9.203626781748699, 48.791901023775544, 0.0 ], [ 9.203624195895232, 48.791901028347908, 0.0 ], [ 9.203632375214042, 48.791870709631951, 0.0 ], [ 9.203640823806579, 48.791839671050305, 0.0 ], [ 9.203694336650953, 48.791846140831048, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b99d", "Latitude": 48.79541, "Longitude": 9.2072, "X_coordina": 3515295.32, "Y_coordina": 5406458.85, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 290.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 96.3, "Total_wall": 354.2, "Total_wa00": 0.0, "Total_outw": 611.3, "Total_shar": 0.0, "Total_roof": 114.3, "Gross_volu": 1003.7, "Is_Gross_v": "false", "Heated_vol": 907.4, "Ridge_mean": 11.9, "Eaves_mean": 8.86, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.601, "Heated_are": 290.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.9, "Total_Year": 19658.0, "January_He": 3747.0, "February_H": 2586.0, "March_Heat": 1537.0, "April_Heat": 310.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 771.0, "November_H": 2356.0, "December_H": 3697.0, "PV_potenti": 5.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207248786834114, 48.795440428605893, 0.0 ], [ 9.207202341528133, 48.795465600850711, 0.0 ], [ 9.207155625071936, 48.795491043335069, 0.0 ], [ 9.207131591720804, 48.795472022773524, 0.0 ], [ 9.207126430383433, 48.79547463983954, 0.0 ], [ 9.207083007662069, 48.79544054698431, 0.0 ], [ 9.207088032150921, 48.795437750319209, 0.0 ], [ 9.207063452202267, 48.79541819118495, 0.0 ], [ 9.207111661372414, 48.795391666970524, 0.0 ], [ 9.207156203750962, 48.79536712764984, 0.0 ], [ 9.207248786834114, 48.795440428605893, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b92d", "Latitude": 48.78842, "Longitude": 9.20941, "X_coordina": 3515459.49, "Y_coordina": 5405681.85, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 84.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.4, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 115.1, "Total_shar": 207.0, "Total_roof": 53.9, "Gross_volu": 304.5, "Is_Gross_v": "false", "Heated_vol": 264.1, "Ridge_mean": 9.3, "Eaves_mean": 5.74, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 84.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.8, "Total_Year": 5209.0, "January_He": 984.0, "February_H": 668.0, "March_Heat": 374.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 189.0, "November_H": 623.0, "December_H": 964.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209362358890401, 48.788460602474437, 0.0 ], [ 9.20930888370531, 48.788462498153415, 0.0 ], [ 9.209307885462163, 48.788451529282, 0.0 ], [ 9.209304885499725, 48.78841736374595, 0.0 ], [ 9.209358768901305, 48.788415467326672, 0.0 ], [ 9.209414013179527, 48.788413568407499, 0.0 ], [ 9.20941814757078, 48.788458702563581, 0.0 ], [ 9.209362358890401, 48.788460602474437, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b622", "Latitude": 48.78832, "Longitude": 9.20097, "X_coordina": 3514839.85, "Y_coordina": 5405669.4, "LOD": "LOD2", "Year_of_co": 1913, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 484.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 94.5, "Total_wall": 434.7, "Total_wa00": 0.0, "Total_outw": 626.7, "Total_shar": 179.2, "Total_roof": 137.9, "Gross_volu": 1515.4, "Is_Gross_v": "false", "Heated_vol": 1515.4, "Ridge_mean": 16.8, "Eaves_mean": 16.8, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.44, "Heated_are": 484.9, "Mean_Uvalu": 0.55, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 29225.0, "January_He": 5417.0, "February_H": 3741.0, "March_Heat": 2157.0, "April_Heat": 354.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1087.0, "November_H": 3432.0, "December_H": 5302.0, "PV_potenti": 4.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200854319971599, 48.788321087416172, 0.0 ], [ 9.200945105689549, 48.788290624761991, 0.0 ], [ 9.200965219755236, 48.788283845387689, 0.0 ], [ 9.201020078308584, 48.788355688562042, 0.0 ], [ 9.200890147611503, 48.788398359262899, 0.0 ], [ 9.200864698479869, 48.788364142743966, 0.0 ], [ 9.200855530697082, 48.788351659346837, 0.0 ], [ 9.200837059774955, 48.788326872633668, 0.0 ], [ 9.200854319971599, 48.788321087416172, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b620", "Latitude": 48.78821, "Longitude": 9.20125, "X_coordina": 3514860.5, "Y_coordina": 5405657.62, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 887.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 208.0, "Total_wall": 693.6, "Total_wa00": 0.0, "Total_outw": 1041.8, "Total_shar": 0.0, "Total_roof": 255.6, "Gross_volu": 2980.0, "Is_Gross_v": "false", "Heated_vol": 2772.0, "Ridge_mean": 16.4, "Eaves_mean": 12.75, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.408, "Heated_are": 887.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 49637.0, "January_He": 8802.0, "February_H": 6223.0, "March_Heat": 3764.0, "April_Heat": 716.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 1786.0, "November_H": 5530.0, "December_H": 8664.0, "PV_potenti": 10.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201135192097857, 48.788317270006551, 0.0 ], [ 9.201065005737101, 48.788223961896321, 0.0 ], [ 9.201284092721634, 48.788151999929326, 0.0 ], [ 9.201353193204055, 48.788245939271597, 0.0 ], [ 9.201135192097857, 48.788317270006551, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002e62", "Latitude": 48.78826, "Longitude": 9.19291, "X_coordina": 3514247.23, "Y_coordina": 5405661.39, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 776.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 285.2, "Total_wall": 490.2, "Total_wa00": 0.0, "Total_outw": 761.7, "Total_shar": 89.8, "Total_roof": 285.2, "Gross_volu": 1967.3, "Is_Gross_v": "false", "Heated_vol": 1967.3, "Ridge_mean": 6.9, "Eaves_mean": 6.9, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.539, "Heated_are": 776.8, "Mean_Uvalu": 0.43, "Specific_d": "73,0", "Specific_s": 46.1, "Total_Year": 92537.0, "January_He": 8315.0, "February_H": 6126.0, "March_Heat": 4231.0, "April_Heat": 1347.0, "May_Heatin": 122.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 254.0, "October_He": 2075.0, "November_H": 5298.0, "December_H": 8051.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193055657455449, 48.788297287363086, 0.0 ], [ 9.1930116905137, 48.788330093275562, 0.0 ], [ 9.192938523875648, 48.788378414966921, 0.0 ], [ 9.192813723139695, 48.788305516072569, 0.0 ], [ 9.192746823630213, 48.788355715545187, 0.0 ], [ 9.192744641399512, 48.788354460266717, 0.0 ], [ 9.192732019993167, 48.788363563680797, 0.0 ], [ 9.192671452976178, 48.788326076949218, 0.0 ], [ 9.192796717681128, 48.788235943637311, 0.0 ], [ 9.192866208160474, 48.788187178573644, 0.0 ], [ 9.193055657455449, 48.788297287363086, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b4e3", "Latitude": 48.7881, "Longitude": 9.19314, "X_coordina": 3514264.32, "Y_coordina": 5405643.48, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 3224.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 549.5, "Total_wall": 1860.8, "Total_wa00": 0.0, "Total_outw": 2400.5, "Total_shar": 173.1, "Total_roof": 549.5, "Gross_volu": 10217.9, "Is_Gross_v": "false", "Heated_vol": 10077.2, "Ridge_mean": 18.6, "Eaves_mean": 18.6, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.292, "Heated_are": 3224.7, "Mean_Uvalu": 0.38, "Specific_d": "73,0", "Specific_s": 40.0, "Total_Year": 364556.0, "January_He": 29865.0, "February_H": 22172.0, "March_Heat": 15582.0, "April_Heat": 5240.0, "May_Heatin": 493.0, "June_Heati": 13, "July_Heati": 1, "August_Hea": 2, "September_": 896.0, "October_He": 7302.0, "November_H": 18789.0, "December_H": 28765.0, "PV_potenti": 26.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192914376894889, 48.788149959417588, 0.0 ], [ 9.192829812446103, 48.788100463197935, 0.0 ], [ 9.193001880143434, 48.787972123644764, 0.0 ], [ 9.193133227694409, 48.788048968000425, 0.0 ], [ 9.193129021413595, 48.788052212306717, 0.0 ], [ 9.193136795641413, 48.788056695450813, 0.0 ], [ 9.193141002612325, 48.788053630990383, 0.0 ], [ 9.193361006095275, 48.788182032455012, 0.0 ], [ 9.193226890611859, 48.788270562607359, 0.0 ], [ 9.193085312306859, 48.788187620707859, 0.0 ], [ 9.193007294655363, 48.788141980358297, 0.0 ], [ 9.192960751462891, 48.788177218508928, 0.0 ], [ 9.192914376894889, 48.788149959417588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b4e4", "Latitude": 48.78815, "Longitude": 9.19303, "X_coordina": 3514256.49, "Y_coordina": 5405649.04, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 74.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 92.0, "Total_wa00": 0.0, "Total_outw": 187.5, "Total_shar": 171.1, "Total_roof": 41.6, "Gross_volu": 198.8, "Is_Gross_v": "false", "Heated_vol": 198.8, "Ridge_mean": 4.8, "Eaves_mean": 4.82, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.88, "Heated_are": 74.6, "Mean_Uvalu": 0.45, "Specific_d": "73,0", "Specific_s": 73.1, "Total_Year": 10905.0, "January_He": 1219.0, "February_H": 922.0, "March_Heat": 661.0, "April_Heat": 223.0, "May_Heatin": 24.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 351.0, "November_H": 823.0, "December_H": 1179.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192892801022545, 48.788166181819349, 0.0 ], [ 9.192914376894889, 48.788149959417588, 0.0 ], [ 9.192960751462891, 48.788177218508928, 0.0 ], [ 9.193007294655363, 48.788141980358297, 0.0 ], [ 9.193085312306859, 48.788187620707859, 0.0 ], [ 9.192984485185173, 48.788191386673716, 0.0 ], [ 9.192971458013798, 48.788201120259892, 0.0 ], [ 9.192960136880172, 48.788194394956946, 0.0 ], [ 9.192951859324747, 48.78820061355939, 0.0 ], [ 9.192892801022545, 48.788166181819349, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b313", "Latitude": 48.7877, "Longitude": 9.21154, "X_coordina": 3515616.6, "Y_coordina": 5405602.53, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 654.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 147.4, "Total_wall": 454.5, "Total_wa00": 0.0, "Total_outw": 647.9, "Total_shar": 204.2, "Total_roof": 208.4, "Gross_volu": 2190.3, "Is_Gross_v": "false", "Heated_vol": 2045.4, "Ridge_mean": 17.5, "Eaves_mean": 12.58, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 10, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.387, "Heated_are": 654.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 34615.0, "January_He": 6028.0, "February_H": 4158.0, "March_Heat": 2595.0, "April_Heat": 579.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1189.0, "November_H": 3696.0, "December_H": 5922.0, "PV_potenti": 9.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211610185551013, 48.787693491728753, 0.0 ], [ 9.211579520822715, 48.787779874790417, 0.0 ], [ 9.211383018302136, 48.787749301906153, 0.0 ], [ 9.211397272725177, 48.787708630243841, 0.0 ], [ 9.211413678816408, 48.787661839820117, 0.0 ], [ 9.211610185551013, 48.787693491728753, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b308", "Latitude": 48.78842, "Longitude": 9.21157, "X_coordina": 3515618.7, "Y_coordina": 5405683.01, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.5, "Total_wall": 60.6, "Total_wa00": 0.0, "Total_outw": 118.2, "Total_shar": 286.6, "Total_roof": 74.0, "Gross_volu": 481.1, "Is_Gross_v": "false", "Heated_vol": 432.6, "Ridge_mean": 12.4, "Eaves_mean": 7.42, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 138.4, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 7913.0, "January_He": 1390.0, "February_H": 987.0, "March_Heat": 625.0, "April_Heat": 132.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 319.0, "November_H": 897.0, "December_H": 1349.0, "PV_potenti": 3.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211480522891961, 48.788412759502101, 0.0 ], [ 9.211532659357884, 48.78841617077007, 0.0 ], [ 9.211584659742728, 48.78841958226446, 0.0 ], [ 9.211575915710483, 48.788476160308036, 0.0 ], [ 9.211522961894392, 48.788472570713651, 0.0 ], [ 9.211471913698546, 48.788469067519287, 0.0 ], [ 9.21147681482441, 48.788437135621912, 0.0 ], [ 9.211480522891961, 48.788412759502101, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b05b", "Latitude": 48.79126, "Longitude": 9.20391, "X_coordina": 3515054.83, "Y_coordina": 5405996.42, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 145.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.3, "Total_wall": 79.5, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 265.8, "Total_roof": 66.6, "Gross_volu": 480.6, "Is_Gross_v": "false", "Heated_vol": 455.1, "Ridge_mean": 10.5, "Eaves_mean": 7.16, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.428, "Heated_are": 145.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.3, "Total_Year": 9055.0, "January_He": 1617.0, "February_H": 1168.0, "March_Heat": 748.0, "April_Heat": 165.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 387.0, "November_H": 1057.0, "December_H": 1577.0, "PV_potenti": 2.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203889009731565, 48.791254458702646, 0.0 ], [ 9.203938646999628, 48.791278650183159, 0.0 ], [ 9.203902213564898, 48.791322237725218, 0.0 ], [ 9.203901395895894, 48.791321969402169, 0.0 ], [ 9.203850008298192, 48.791302457031833, 0.0 ], [ 9.203848917709379, 48.791302009344314, 0.0 ], [ 9.203797802708262, 48.791282586391681, 0.0 ], [ 9.203793582279344, 48.791282234166133, 0.0 ], [ 9.203813370694876, 48.791262056256897, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001b05c", "Latitude": 48.79121, "Longitude": 9.20384, "X_coordina": 3515049.74, "Y_coordina": 5405991.05, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 22.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 24.6, "Total_wall": 41.7, "Total_wa00": 0.0, "Total_outw": 119.4, "Total_shar": 28.7, "Total_roof": 24.6, "Gross_volu": 61.3, "Is_Gross_v": "false", "Heated_vol": 61.3, "Ridge_mean": 2.5, "Eaves_mean": 2.5, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.483, "Heated_are": 22.1, "Mean_Uvalu": 0.43, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203752553989736, 48.791233028628049, 0.0 ], [ 9.203766008812122, 48.79119478728721, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203813370694876, 48.791262056256897, 0.0 ], [ 9.203752553989736, 48.791233028628049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001adba", "Latitude": 48.78852, "Longitude": 9.21309, "X_coordina": 3515729.84, "Y_coordina": 5405693.91, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 117.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.6, "Total_wall": 135.4, "Total_wa00": 0.0, "Total_outw": 242.3, "Total_shar": 121.7, "Total_roof": 59.1, "Gross_volu": 400.2, "Is_Gross_v": "false", "Heated_vol": 367.6, "Ridge_mean": 11.4, "Eaves_mean": 7.98, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.628, "Heated_are": 117.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.5, "Total_Year": 7572.0, "January_He": 1474.0, "February_H": 958.0, "March_Heat": 545.0, "April_Heat": 115.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 14.0, "October_He": 256.0, "November_H": 871.0, "December_H": 1470.0, "PV_potenti": 2.83 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212981390737999, 48.788559626513283, 0.0 ], [ 9.212984603436974, 48.788514838592327, 0.0 ], [ 9.213100981033389, 48.78851983887219, 0.0 ], [ 9.213096815818428, 48.788564628558916, 0.0 ], [ 9.21304114498275, 48.788562213697212, 0.0 ], [ 9.212981390737999, 48.788559626513283, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001acb8", "Latitude": 48.78864, "Longitude": 9.21187, "X_coordina": 3515640.55, "Y_coordina": 5405707.16, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 88.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.2, "Total_wall": 50.3, "Total_wa00": 0.0, "Total_outw": 111.3, "Total_shar": 230.4, "Total_roof": 58.8, "Gross_volu": 348.7, "Is_Gross_v": "false", "Heated_vol": 305.5, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.465, "Heated_are": 88.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5558.0, "January_He": 1050.0, "February_H": 717.0, "March_Heat": 405.0, "April_Heat": 65.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 206.0, "November_H": 669.0, "December_H": 1030.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211764164307672, 48.788679041755316, 0.0 ], [ 9.211771326559264, 48.788634696224797, 0.0 ], [ 9.211831768467576, 48.788638991320582, 0.0 ], [ 9.211889079589351, 48.788643112297841, 0.0 ], [ 9.21188218999646, 48.788687547257624, 0.0 ], [ 9.211825423179805, 48.788683425275778, 0.0 ], [ 9.211764164307672, 48.788679041755316, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001abe5", "Latitude": 48.78822, "Longitude": 9.213, "X_coordina": 3515723.41, "Y_coordina": 5405660.31, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 681.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 161.7, "Total_wall": 516.7, "Total_wa00": 0.0, "Total_outw": 758.4, "Total_shar": 156.6, "Total_roof": 238.4, "Gross_volu": 2202.4, "Is_Gross_v": "false", "Heated_vol": 2129.7, "Ridge_mean": 16.0, "Eaves_mean": 11.13, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.425, "Heated_are": 681.5, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 34.3, "Total_Year": 34181.0, "January_He": 5844.0, "February_H": 4017.0, "March_Heat": 2496.0, "April_Heat": 562.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1097.0, "November_H": 3558.0, "December_H": 5742.0, "PV_potenti": 11.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213067476779171, 48.788288617223742, 0.0 ], [ 9.212822968569643, 48.788266678352734, 0.0 ], [ 9.21283096803181, 48.788227456854393, 0.0 ], [ 9.212838964819644, 48.788187605894549, 0.0 ], [ 9.212838962157674, 48.788186976433849, 0.0 ], [ 9.213081699707489, 48.78820864877644, 0.0 ], [ 9.21307877659471, 48.78822537998542, 0.0 ], [ 9.213076254509334, 48.78824040190279, 0.0 ], [ 9.21307452800953, 48.788250476546878, 0.0 ], [ 9.213070943107866, 48.788271615239196, 0.0 ], [ 9.213067476779171, 48.788288617223742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001ab53", "Latitude": 48.78813, "Longitude": 9.21228, "X_coordina": 3515670.77, "Y_coordina": 5405650.63, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 632.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 157.3, "Total_wall": 374.8, "Total_wa00": 0.0, "Total_outw": 587.4, "Total_shar": 312.0, "Total_roof": 227.2, "Gross_volu": 2132.7, "Is_Gross_v": "false", "Heated_vol": 1975.4, "Ridge_mean": 15.9, "Eaves_mean": 11.22, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.373, "Heated_are": 632.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 32387.0, "January_He": 5483.0, "February_H": 3840.0, "March_Heat": 2481.0, "April_Heat": 633.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 1096.0, "November_H": 3366.0, "December_H": 5390.0, "PV_potenti": 10.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212366767321717, 48.788130117176692, 0.0 ], [ 9.212353867987661, 48.788169257755087, 0.0 ], [ 9.21234096825426, 48.788208308408862, 0.0 ], [ 9.212104569525948, 48.788172954435304, 0.0 ], [ 9.212117881485584, 48.788134802285093, 0.0 ], [ 9.212131597517544, 48.788095660228493, 0.0 ], [ 9.212366767321717, 48.788130117176692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa81", "Latitude": 48.79182, "Longitude": 9.21097, "X_coordina": 3515573.52, "Y_coordina": 5406060.78, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 97.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.1, "Total_wall": 119.8, "Total_wa00": 0.0, "Total_outw": 267.2, "Total_shar": 32.1, "Total_roof": 102.6, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 305.9, "Ridge_mean": 8.5, "Eaves_mean": 3.23, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.844, "Heated_are": 97.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 22.4, "Total_Year": 5410.0, "January_He": 685.0, "February_H": 385.0, "March_Heat": 142.0, "April_Heat": 11.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 283.0, "December_H": 663.0, "PV_potenti": 3.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210878480537124, 48.791826734969582, 0.0 ], [ 9.210890776076411, 48.791805400560293, 0.0 ], [ 9.210895234498219, 48.791797569042316, 0.0 ], [ 9.210945912040133, 48.791809256217185, 0.0 ], [ 9.210996589982541, 48.791821033292614, 0.0 ], [ 9.210979570286913, 48.79185172842255, 0.0 ], [ 9.210959578291542, 48.791887644563523, 0.0 ], [ 9.210858763688599, 48.791863369978174, 0.0 ], [ 9.21086726698362, 48.79184644877148, 0.0 ], [ 9.210878480537124, 48.791826734969582, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa82", "Latitude": 48.792, "Longitude": 9.21096, "X_coordina": 3515572.34, "Y_coordina": 5406080.48, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 39.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 43.3, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 197.7, "Total_shar": 19.0, "Total_roof": 43.3, "Gross_volu": 87.8, "Is_Gross_v": "false", "Heated_vol": 87.8, "Ridge_mean": 2.0, "Eaves_mean": 2.04, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.602, "Heated_are": 39.5, "Mean_Uvalu": 0.34, "Specific_d": "non calculated", "Specific_s": 88.2, "Total_Year": 3487.0, "January_He": 721.0, "February_H": 542.0, "March_Heat": 420.0, "April_Heat": 194.0, "May_Heatin": 40.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 277.0, "November_H": 510.0, "December_H": 712.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21084103104009, 48.792016272564453, 0.0 ], [ 9.210849092163292, 48.791991259045169, 0.0 ], [ 9.210987594419713, 48.792012676965463, 0.0 ], [ 9.210974950898406, 48.792048399797501, 0.0 ], [ 9.210837135443059, 48.792028509305929, 0.0 ], [ 9.21084103104009, 48.792016272564453, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa83", "Latitude": 48.79192, "Longitude": 9.21152, "X_coordina": 3515613.86, "Y_coordina": 5406071.59, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 58.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 72.2, "Total_wall": 91.2, "Total_wa00": 0.0, "Total_outw": 281.7, "Total_shar": 0.0, "Total_roof": 72.2, "Gross_volu": 182.5, "Is_Gross_v": "false", "Heated_vol": 182.5, "Ridge_mean": 2.5, "Eaves_mean": 2.53, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.291, "Heated_are": 58.4, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211409087471782, 48.791979081862955, 0.0 ], [ 9.211468957407476, 48.791878707126671, 0.0 ], [ 9.211545119787193, 48.791898530285458, 0.0 ], [ 9.211485249979987, 48.791998905060744, 0.0 ], [ 9.211409087471782, 48.791979081862955, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa85", "Latitude": 48.79176, "Longitude": 9.21075, "X_coordina": 3515557.45, "Y_coordina": 5406053.88, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 142.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 114.9, "Total_wall": 160.0, "Total_wa00": 0.0, "Total_outw": 411.7, "Total_shar": 0.0, "Total_roof": 145.3, "Gross_volu": 477.7, "Is_Gross_v": "false", "Heated_vol": 443.7, "Ridge_mean": 5.3, "Eaves_mean": 2.96, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.91, "Heated_are": 142.0, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 21.5, "Total_Year": 7724.0, "January_He": 958.0, "February_H": 536.0, "March_Heat": 201.0, "April_Heat": 16.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 386.0, "December_H": 930.0, "PV_potenti": 7.1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21084404197895, 48.791792896828952, 0.0 ], [ 9.2108355330338, 48.791808469190414, 0.0 ], [ 9.210820675355501, 48.791835473471068, 0.0 ], [ 9.210569598910631, 48.791776403407297, 0.0 ], [ 9.210584324748606, 48.791750388559443, 0.0 ], [ 9.210597834353813, 48.791726444176625, 0.0 ], [ 9.210847688721945, 48.791786235805681, 0.0 ], [ 9.21084404197895, 48.791792896828952, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa87", "Latitude": 48.79196, "Longitude": 9.21078, "X_coordina": 3515559.5, "Y_coordina": 5406076.09, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 18.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.8, "Total_wall": 40.6, "Total_wa00": 0.0, "Total_outw": 125.8, "Total_shar": 27.8, "Total_roof": 22.8, "Gross_volu": 62.5, "Is_Gross_v": "false", "Heated_vol": 56.8, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.444, "Heated_are": 18.2, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210773606508683, 48.79200299737137, 0.0 ], [ 9.210689850285153, 48.791989752019141, 0.0 ], [ 9.210701150714076, 48.791958258084556, 0.0 ], [ 9.21078490726482, 48.791971593351661, 0.0 ], [ 9.210773606508683, 48.79200299737137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa88", "Latitude": 48.79186, "Longitude": 9.2108, "X_coordina": 3515561.16, "Y_coordina": 5406065.28, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 87.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 54.5, "Total_wall": 150.6, "Total_wa00": 0.0, "Total_outw": 308.4, "Total_shar": 0.0, "Total_roof": 54.5, "Gross_volu": 286.3, "Is_Gross_v": "false", "Heated_vol": 273.3, "Ridge_mean": 5.2, "Eaves_mean": 5.24, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.932, "Heated_are": 87.5, "Mean_Uvalu": 0.44, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 5087.0, "January_He": 677.0, "February_H": 392.0, "March_Heat": 159.0, "April_Heat": 15.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 286.0, "December_H": 656.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210803213509426, 48.791923091023342, 0.0 ], [ 9.21068836543339, 48.791895155108911, 0.0 ], [ 9.210716050410857, 48.79184375807975, 0.0 ], [ 9.210830898761598, 48.791871783889917, 0.0 ], [ 9.210803213509426, 48.791923091023342, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa89", "Latitude": 48.79204, "Longitude": 9.21145, "X_coordina": 3515608.68, "Y_coordina": 5406084.67, "LOD": "LOD2", "Year_of_co": 1927, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.9, "Total_wall": 65.0, "Total_wa00": 0.0, "Total_outw": 205.1, "Total_shar": 0.0, "Total_roof": 34.9, "Gross_volu": 106.7, "Is_Gross_v": "false", "Heated_vol": 95.2, "Ridge_mean": 3.1, "Eaves_mean": 3.08, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.336, "Heated_are": 30.5, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21135462495903, 48.792070813976956, 0.0 ], [ 9.21138354631972, 48.792022292074947, 0.0 ], [ 9.211459436687601, 48.792042115789208, 0.0 ], [ 9.211430380424234, 48.792090907728536, 0.0 ], [ 9.21135462495903, 48.792070813976956, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001aa6e", "Latitude": 48.78813, "Longitude": 9.20851, "X_coordina": 3515393.99, "Y_coordina": 5405649.34, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 384.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.1, "Total_wall": 401.6, "Total_wa00": 0.0, "Total_outw": 662.4, "Total_shar": 0.0, "Total_roof": 188.9, "Gross_volu": 1270.1, "Is_Gross_v": "false", "Heated_vol": 1201.8, "Ridge_mean": 13.0, "Eaves_mean": 7.26, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.582, "Heated_are": 384.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 51.2, "Total_Year": 25800.0, "January_He": 4891.0, "February_H": 3377.0, "March_Heat": 2040.0, "April_Heat": 429.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1014.0, "November_H": 3062.0, "December_H": 4817.0, "PV_potenti": 8.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208449916730746, 48.788075046424638, 0.0 ], [ 9.208572797353215, 48.788139029426524, 0.0 ], [ 9.208535501507436, 48.788170030707597, 0.0 ], [ 9.208554865793785, 48.788179617471876, 0.0 ], [ 9.208507399851452, 48.788219449679673, 0.0 ], [ 9.208365154498297, 48.788145789893164, 0.0 ], [ 9.208413164088347, 48.788105776912239, 0.0 ], [ 9.208449916730746, 48.788075046424638, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a5cc", "Latitude": 48.78762, "Longitude": 9.20887, "X_coordina": 3515420.33, "Y_coordina": 5405593.54, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 629.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 158.7, "Total_wall": 398.4, "Total_wa00": 0.0, "Total_outw": 563.6, "Total_shar": 361.5, "Total_roof": 184.5, "Gross_volu": 2330.2, "Is_Gross_v": "false", "Heated_vol": 2171.5, "Ridge_mean": 16.2, "Eaves_mean": 13.16, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 10, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.332, "Heated_are": 629.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.3, "Total_Year": 32781.0, "January_He": 5564.0, "February_H": 3919.0, "March_Heat": 2552.0, "April_Heat": 649.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1146.0, "November_H": 3432.0, "December_H": 5464.0, "PV_potenti": 9.25 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208927795386687, 48.78766646654239, 0.0 ], [ 9.208914345419229, 48.787704708501003, 0.0 ], [ 9.208705185806005, 48.787673434622064, 0.0 ], [ 9.208717961087915, 48.787636542765476, 0.0 ], [ 9.208735711111343, 48.787585074256206, 0.0 ], [ 9.208945416586573, 48.787616796708129, 0.0 ], [ 9.208927795386687, 48.78766646654239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3e1", "Latitude": 48.78825, "Longitude": 9.21194, "X_coordina": 3515645.88, "Y_coordina": 5405663.41, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 415.7, "SecondaryU": "retail", "Secondar00": 123.6, "BuildingTy": "MFH", "Footprint_": 154.5, "Total_wall": 312.2, "Total_wa00": 0.0, "Total_outw": 484.4, "Total_shar": 223.0, "Total_roof": 239.0, "Gross_volu": 1749.2, "Is_Gross_v": "false", "Heated_vol": 1685.3, "Ridge_mean": 13.9, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.412, "Heated_are": 539.3, "Mean_Uvalu": 0.44, "Specific_d": "28,9", "Specific_s": 43.2, "Total_Year": 38914.0, "January_He": 5466.0, "February_H": 4027.0, "March_Heat": 2717.0, "April_Heat": 732.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 100.0, "October_He": 1337.0, "November_H": 3585.0, "December_H": 5309.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21194321233156, 48.788344915772534, 0.0 ], [ 9.211942138397211, 48.788348424771584, 0.0 ], [ 9.211818791306886, 48.788336422095576, 0.0 ], [ 9.211853680371384, 48.788186724952268, 0.0 ], [ 9.211856266032804, 48.78818672019559, 0.0 ], [ 9.211976071839681, 48.788198099884603, 0.0 ], [ 9.211962189145996, 48.788262330929165, 0.0 ], [ 9.211956709152517, 48.788285990937148, 0.0 ], [ 9.21194321233156, 48.788344915772534, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3e3", "Latitude": 48.7883, "Longitude": 9.21202, "X_coordina": 3515651.55, "Y_coordina": 5405669.01, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": -0.1, "SecondaryU": "retail", "Secondar00": 19.6, "BuildingTy": "RH", "Footprint_": 24.5, "Total_wall": 25.7, "Total_wa00": 0.0, "Total_outw": 79.2, "Total_shar": 79.4, "Total_roof": 24.5, "Gross_volu": 83.3, "Is_Gross_v": "false", "Heated_vol": 60.8, "Ridge_mean": 3.4, "Eaves_mean": 3.42, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.009, "Heated_are": 19.5, "Mean_Uvalu": 0.4, "Specific_d": "73,3", "Specific_s": 92.7, "Total_Year": 3231.0, "January_He": 425.0, "February_H": 302.0, "March_Heat": 200.0, "April_Heat": 59.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 109.0, "November_H": 277.0, "December_H": 412.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21194321233156, 48.788344915772534, 0.0 ], [ 9.211956709152517, 48.788285990937148, 0.0 ], [ 9.212006267428002, 48.788291205209241, 0.0 ], [ 9.211993584539536, 48.788349499086472, 0.0 ], [ 9.21194321233156, 48.788344915772534, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a3cd", "Latitude": 48.79333, "Longitude": 9.20211, "X_coordina": 3514921.67, "Y_coordina": 5406226.26, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 731.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 134.8, "Total_wall": 682.6, "Total_wa00": 0.0, "Total_outw": 870.6, "Total_shar": 51.8, "Total_roof": 235.0, "Gross_volu": 2420.5, "Is_Gross_v": "false", "Heated_vol": 2285.7, "Ridge_mean": 20.8, "Eaves_mean": 15.29, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.453, "Heated_are": 731.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 41794.0, "January_He": 7521.0, "February_H": 5246.0, "March_Heat": 3143.0, "April_Heat": 581.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1522.0, "November_H": 4724.0, "December_H": 7384.0, "PV_potenti": 10.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20208347455249, 48.793269052201978, 0.0 ], [ 9.202175287124691, 48.793322755271866, 0.0 ], [ 9.202038231624172, 48.793424339679348, 0.0 ], [ 9.201948734181991, 48.793370992135564, 0.0 ], [ 9.201952805318008, 48.793368017518084, 0.0 ], [ 9.202035847433562, 48.793305105200766, 0.0 ], [ 9.202057557931017, 48.793288701018326, 0.0 ], [ 9.20208347455249, 48.793269052201978, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a219", "Latitude": 48.78857, "Longitude": 9.21269, "X_coordina": 3515700.85, "Y_coordina": 5405700.02, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.7, "Total_wall": 52.9, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 229.0, "Total_roof": 51.5, "Gross_volu": 325.3, "Is_Gross_v": "false", "Heated_vol": 283.6, "Ridge_mean": 9.3, "Eaves_mean": 6.26, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 90.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 5619.0, "January_He": 1048.0, "February_H": 723.0, "March_Heat": 417.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 212.0, "November_H": 671.0, "December_H": 1028.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212590997815147, 48.788570958840111, 0.0 ], [ 9.212650207320078, 48.788573457308679, 0.0 ], [ 9.212706558592503, 48.788575871102438, 0.0 ], [ 9.21270266139906, 48.788619761042895, 0.0 ], [ 9.212646174369054, 48.78861743742155, 0.0 ], [ 9.212587101281041, 48.788615028622758, 0.0 ], [ 9.212590997815147, 48.788570958840111, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a0cb", "Latitude": 48.79118, "Longitude": 9.19921, "X_coordina": 3514709.5, "Y_coordina": 5405987.45, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 994.5, "SecondaryU": "retail", "Secondar00": 134.7, "BuildingTy": "GMH", "Footprint_": 168.4, "Total_wall": 887.4, "Total_wa00": 0.0, "Total_outw": 1121.2, "Total_shar": 273.8, "Total_roof": 168.4, "Gross_volu": 3615.1, "Is_Gross_v": "false", "Heated_vol": 3528.7, "Ridge_mean": 21.5, "Eaves_mean": 21.47, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.345, "Heated_are": 1129.2, "Mean_Uvalu": 0.41, "Specific_d": "22,7", "Specific_s": 31.7, "Total_Year": 61371.0, "January_He": 8862.0, "February_H": 6248.0, "March_Heat": 3931.0, "April_Heat": 868.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 77.0, "October_He": 1709.0, "November_H": 5398.0, "December_H": 8660.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199191885379307, 48.791284710562117, 0.0 ], [ 9.199038147102064, 48.791194423314714, 0.0 ], [ 9.19913693651268, 48.791121414399186, 0.0 ], [ 9.199293810999343, 48.791213224789701, 0.0 ], [ 9.199292725438731, 48.791214035980893, 0.0 ], [ 9.199195704608258, 48.791286862122334, 0.0 ], [ 9.199191885379307, 48.791284710562117, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001a0c2", "Latitude": 48.79093, "Longitude": 9.19936, "X_coordina": 3514720.93, "Y_coordina": 5405959.28, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 118.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 147.7, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 359.9, "Total_shar": 154.8, "Total_roof": 147.7, "Gross_volu": 454.4, "Is_Gross_v": "false", "Heated_vol": 369.5, "Ridge_mean": 3.1, "Eaves_mean": 3.07, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.967, "Heated_are": 118.3, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199404076476908, 48.790910980497245, 0.0 ], [ 9.199258691481344, 48.791074083815118, 0.0 ], [ 9.199196255512838, 48.79104784421498, 0.0 ], [ 9.199199641520419, 48.791043701871722, 0.0 ], [ 9.199270512750743, 48.790966155025473, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199444687188084, 48.790855966840674, 0.0 ], [ 9.199400257980278, 48.790909008789768, 0.0 ], [ 9.199404076476908, 48.790910980497245, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019e17", "Latitude": 48.79184, "Longitude": 9.20229, "X_coordina": 3514935.61, "Y_coordina": 5406060.81, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 832.5, "SecondaryU": "retail", "Secondar00": 126.4, "BuildingTy": "GMH", "Footprint_": 158.0, "Total_wall": 725.9, "Total_wa00": 0.0, "Total_outw": 974.4, "Total_shar": 242.8, "Total_roof": 250.8, "Gross_volu": 3154.7, "Is_Gross_v": "false", "Heated_vol": 2996.7, "Ridge_mean": 22.3, "Eaves_mean": 17.57, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 15, "Number_o00": 24, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.373, "Heated_are": 958.9, "Mean_Uvalu": 0.46, "Specific_d": "23,4", "Specific_s": 37.1, "Total_Year": 58011.0, "January_He": 8743.0, "February_H": 6222.0, "March_Heat": 3871.0, "April_Heat": 797.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 86.0, "October_He": 1806.0, "November_H": 5505.0, "December_H": 8537.0, "PV_potenti": 10.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202280735494341, 48.791791531078204, 0.0 ], [ 9.202301606819121, 48.791803544177192, 0.0 ], [ 9.202357812703866, 48.791836717156741, 0.0 ], [ 9.202275446665151, 48.791897830062858, 0.0 ], [ 9.202297274330997, 48.791910740718578, 0.0 ], [ 9.202277462641778, 48.791925343142921, 0.0 ], [ 9.202253036993286, 48.791943280840584, 0.0 ], [ 9.202135582004168, 48.791875055209758, 0.0 ], [ 9.202133750968747, 48.79185968148829, 0.0 ], [ 9.202249905950371, 48.791773780354866, 0.0 ], [ 9.202280735494341, 48.791791531078204, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019e18", "Latitude": 48.79189, "Longitude": 9.2026, "X_coordina": 3514958.18, "Y_coordina": 5406067.02, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 32.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.6, "Total_wall": 45.9, "Total_wa00": 0.0, "Total_outw": 162.4, "Total_shar": 0.0, "Total_roof": 34.6, "Gross_volu": 67.9, "Is_Gross_v": "false", "Heated_vol": 67.9, "Ridge_mean": 2.0, "Eaves_mean": 1.95, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.697, "Heated_are": 32.1, "Mean_Uvalu": 0.34, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202496818000611, 48.791916504813145, 0.0 ], [ 9.202548646575373, 48.79187648758689, 0.0 ], [ 9.202609758010086, 48.791911090592393, 0.0 ], [ 9.202557793350753, 48.79195110808525, 0.0 ], [ 9.202496818000611, 48.791916504813145, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019a46", "Latitude": 48.79357, "Longitude": 9.19961, "X_coordina": 3514738.0, "Y_coordina": 5406253.22, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 245.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 153.4, "Total_wall": 175.7, "Total_wa00": 0.0, "Total_outw": 379.6, "Total_shar": 205.7, "Total_roof": 153.4, "Gross_volu": 899.2, "Is_Gross_v": "false", "Heated_vol": 767.3, "Ridge_mean": 5.9, "Eaves_mean": 5.86, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.57, "Heated_are": 245.5, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 12.9, "Total_Year": 11236.0, "January_He": 1050.0, "February_H": 562.0, "March_Heat": 171.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 360.0, "December_H": 996.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199518222186322, 48.793681508505266, 0.0 ], [ 9.199436370061379, 48.793633541180959, 0.0 ], [ 9.199440848604741, 48.793630296176062, 0.0 ], [ 9.199538688413675, 48.793557018821318, 0.0 ], [ 9.199608304008539, 48.793505282042723, 0.0 ], [ 9.19969029219007, 48.793553249010053, 0.0 ], [ 9.199609685512099, 48.793613367782044, 0.0 ], [ 9.199522971863693, 48.793677993256736, 0.0 ], [ 9.199518222186322, 48.793681508505266, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001976f", "Latitude": 48.78931, "Longitude": 9.20269, "X_coordina": 3514965.43, "Y_coordina": 5405779.97, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 915.4, "SecondaryU": "retail", "Secondar00": 162.0, "BuildingTy": "GMH", "Footprint_": 202.5, "Total_wall": 756.7, "Total_wa00": 0.0, "Total_outw": 885.1, "Total_shar": 206.3, "Total_roof": 259.1, "Gross_volu": 3430.1, "Is_Gross_v": "false", "Heated_vol": 3366.7, "Ridge_mean": 18.5, "Eaves_mean": 14.74, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 35, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.359, "Heated_are": 1077.4, "Mean_Uvalu": 0.4, "Specific_d": "24,4", "Specific_s": 33.7, "Total_Year": 62619.0, "January_He": 8888.0, "February_H": 6285.0, "March_Heat": 4068.0, "April_Heat": 945.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 97.0, "October_He": 1813.0, "November_H": 5485.0, "December_H": 8681.0, "PV_potenti": 10.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202523121320397, 48.789280910065202, 0.0 ], [ 9.202748433857341, 48.789274196083312, 0.0 ], [ 9.202755924986418, 48.789383956798616, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202523121320397, 48.789280910065202, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019770", "Latitude": 48.78941, "Longitude": 9.20262, "X_coordina": 3514960.33, "Y_coordina": 5405790.36, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 38.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.2, "Total_wall": 54.2, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 30.1, "Total_roof": 42.2, "Gross_volu": 141.5, "Is_Gross_v": "false", "Heated_vol": 101.4, "Ridge_mean": 3.4, "Eaves_mean": 3.35, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.131, "Heated_are": 38.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202583847378131, 48.789464134692423, 0.0 ], [ 9.202581650375334, 48.789459282680959, 0.0 ], [ 9.202540248684256, 48.789451891844195, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202608444298518, 48.789387656327435, 0.0 ], [ 9.202614291931656, 48.789454189530673, 0.0 ], [ 9.202595535635522, 48.789460247413622, 0.0 ], [ 9.202583847378131, 48.789464134692423, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019636", "Latitude": 48.78833, "Longitude": 9.2094, "X_coordina": 3515458.95, "Y_coordina": 5405671.78, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 41.6, "Total_wall": 117.3, "Total_wa00": 0.0, "Total_outw": 243.7, "Total_shar": 107.6, "Total_roof": 55.7, "Gross_volu": 328.8, "Is_Gross_v": "false", "Heated_vol": 287.2, "Ridge_mean": 9.7, "Eaves_mean": 6.1, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.707, "Heated_are": 91.9, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 6075.0, "January_He": 1266.0, "February_H": 749.0, "March_Heat": 374.0, "April_Heat": 68.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 166.0, "November_H": 691.0, "December_H": 1294.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209298126241778, 48.788330060161719, 0.0 ], [ 9.209297836489894, 48.788325834276513, 0.0 ], [ 9.209351175816558, 48.788324028773218, 0.0 ], [ 9.209406419994796, 48.788322129857846, 0.0 ], [ 9.20940987954414, 48.788368614096868, 0.0 ], [ 9.209355044327069, 48.788370692117745, 0.0 ], [ 9.20930116172117, 48.788372768381159, 0.0 ], [ 9.209300296577753, 48.788361079878364, 0.0 ], [ 9.209298126241778, 48.788330060161719, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019463", "Latitude": 48.7904, "Longitude": 9.20731, "X_coordina": 3515305.21, "Y_coordina": 5405902.14, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 2286.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 473.7, "Total_wall": 1165.3, "Total_wa00": 0.0, "Total_outw": 1659.9, "Total_shar": 114.1, "Total_roof": 641.2, "Gross_volu": 7323.0, "Is_Gross_v": "false", "Heated_vol": 7145.3, "Ridge_mean": 18.7, "Eaves_mean": 12.88, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.316, "Heated_are": 2286.5, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 55.1, "Total_Year": 159486.0, "January_He": 28190.0, "February_H": 21142.0, "March_Heat": 15353.0, "April_Heat": 5741.0, "May_Heatin": 662.0, "June_Heati": 22, "July_Heati": 2, "August_Hea": 5, "September_": 1289.0, "October_He": 7946.0, "November_H": 18486.0, "December_H": 27240.0, "PV_potenti": 31.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207267926247484, 48.790405482789723, 0.0 ], [ 9.207467144074101, 48.790432550764351, 0.0 ], [ 9.207432904655438, 48.790545286741491, 0.0 ], [ 9.207073413732115, 48.79049656564974, 0.0 ], [ 9.207113705761364, 48.790300099999264, 0.0 ], [ 9.207167618656365, 48.790304858900491, 0.0 ], [ 9.207246717694913, 48.79031173062009, 0.0 ], [ 9.207285518709428, 48.790315167806817, 0.0 ], [ 9.207267926247484, 48.790405482789723, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019464", "Latitude": 48.79011, "Longitude": 9.20733, "X_coordina": 3515306.36, "Y_coordina": 5405870.2, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 1086.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 474.9, "Total_wall": 500.5, "Total_wa00": 0.0, "Total_outw": 1171.7, "Total_shar": 113.8, "Total_roof": 484.3, "Gross_volu": 3210.7, "Is_Gross_v": "false", "Heated_vol": 3396.7, "Ridge_mean": 7.4, "Eaves_mean": 6.14, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.484, "Heated_are": 1086.9, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 47.3, "Total_Year": 67311.0, "January_He": 11837.0, "February_H": 8743.0, "March_Heat": 6102.0, "April_Heat": 2042.0, "May_Heatin": 196.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 406.0, "October_He": 3069.0, "November_H": 7609.0, "December_H": 11420.0, "PV_potenti": 27.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207167618656365, 48.790304858900491, 0.0 ], [ 9.207224160406685, 48.790029231178266, 0.0 ], [ 9.207240063421322, 48.78995168839193, 0.0 ], [ 9.207321068688369, 48.789958916324942, 0.0 ], [ 9.207401665701619, 48.789966144936265, 0.0 ], [ 9.207385790149871, 48.790043687695274, 0.0 ], [ 9.207329358142974, 48.790319315298625, 0.0 ], [ 9.207285518709428, 48.790315167806817, 0.0 ], [ 9.207246717694913, 48.79031173062009, 0.0 ], [ 9.207167618656365, 48.790304858900491, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019369", "Latitude": 48.79559, "Longitude": 9.20743, "X_coordina": 3515311.98, "Y_coordina": 5406478.97, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 261.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 90.9, "Total_wall": 330.0, "Total_wa00": 0.0, "Total_outw": 606.4, "Total_shar": 0.0, "Total_roof": 108.4, "Gross_volu": 907.2, "Is_Gross_v": "false", "Heated_vol": 816.4, "Ridge_mean": 11.4, "Eaves_mean": 8.47, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.625, "Heated_are": 261.2, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 53.8, "Total_Year": 18189.0, "January_He": 3530.0, "February_H": 2409.0, "March_Heat": 1398.0, "April_Heat": 273.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 698.0, "November_H": 2201.0, "December_H": 3492.0, "PV_potenti": 5.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207318793786532, 48.795617092281937, 0.0 ], [ 9.207293944038973, 48.795598163147929, 0.0 ], [ 9.207335906398205, 48.795575067179477, 0.0 ], [ 9.207382757465725, 48.795549264685839, 0.0 ], [ 9.207409249408007, 48.79557034900823, 0.0 ], [ 9.207411286200591, 48.795569176333807, 0.0 ], [ 9.207450340466941, 48.795600039686541, 0.0 ], [ 9.207448166824998, 48.795601032761084, 0.0 ], [ 9.20747329292578, 48.795620950522924, 0.0 ], [ 9.207426985527325, 48.795646572226715, 0.0 ], [ 9.207384888154714, 48.795669938241794, 0.0 ], [ 9.207361809238112, 48.795651365627762, 0.0 ], [ 9.207357326579729, 48.795653531864268, 0.0 ], [ 9.207314586308605, 48.795619977409743, 0.0 ], [ 9.207318793786532, 48.795617092281937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019353", "Latitude": 48.79538, "Longitude": 9.21194, "X_coordina": 3515643.59, "Y_coordina": 5406456.9, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1042.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 345.8, "Total_wall": 1214.4, "Total_wa00": 0.0, "Total_outw": 1779.9, "Total_shar": 311.1, "Total_roof": 351.0, "Gross_volu": 3602.9, "Is_Gross_v": "false", "Heated_vol": 3257.1, "Ridge_mean": 11.8, "Eaves_mean": 11.84, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 32, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.558, "Heated_are": 1042.3, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 48.7, "Total_Year": 67221.0, "January_He": 11911.0, "February_H": 8601.0, "March_Heat": 5862.0, "April_Heat": 1711.0, "May_Heatin": 99.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 249.0, "October_He": 2933.0, "November_H": 7684.0, "December_H": 11662.0, "PV_potenti": 10.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211891835017408, 48.795471006027562, 0.0 ], [ 9.211863215096106, 48.795471867994806, 0.0 ], [ 9.211805689425514, 48.795473592433694, 0.0 ], [ 9.211801617999214, 48.795411732522695, 0.0 ], [ 9.211858721705564, 48.795410017854429, 0.0 ], [ 9.211887627378548, 48.795409146370154, 0.0 ], [ 9.21188675847919, 48.795396738519536, 0.0 ], [ 9.211858124989309, 48.795397600510505, 0.0 ], [ 9.211800885227936, 48.795399324421048, 0.0 ], [ 9.211796542735856, 48.795337734778236, 0.0 ], [ 9.211853646358483, 48.795336020112615, 0.0 ], [ 9.211882551989085, 48.795335148629697, 0.0 ], [ 9.211881683092315, 48.795322740778865, 0.0 ], [ 9.211852750247473, 48.795323612311641, 0.0 ], [ 9.211795673860237, 48.795325326926722, 0.0 ], [ 9.211792786317014, 48.795286035647003, 0.0 ], [ 9.211849889994738, 48.795284347960191, 0.0 ], [ 9.211983721563213, 48.795280378854343, 0.0 ], [ 9.21198633666277, 48.795319580707293, 0.0 ], [ 9.211981029258466, 48.795319770323907, 0.0 ], [ 9.21198189817966, 48.79533217817395, 0.0 ], [ 9.21198720558527, 48.79533198855728, 0.0 ], [ 9.211991412203089, 48.795393578443139, 0.0 ], [ 9.211986104791004, 48.795393768059995, 0.0 ], [ 9.211986973714787, 48.795406175909847, 0.0 ], [ 9.211992281128174, 48.795405986292927, 0.0 ], [ 9.211996488895304, 48.795467845946305, 0.0 ], [ 9.211991181475415, 48.795468035563431, 0.0 ], [ 9.211992050780658, 48.795480533335926, 0.0 ], [ 9.211997358201861, 48.795480343718772, 0.0 ], [ 9.211999974080689, 48.795519725415708, 0.0 ], [ 9.211866522939987, 48.795523684847943, 0.0 ], [ 9.211809174036217, 48.79552538198628, 0.0 ], [ 9.211806558684824, 48.79548609020766, 0.0 ], [ 9.211863662475315, 48.795484375536844, 0.0 ], [ 9.211892704298041, 48.795483503800838, 0.0 ], [ 9.211891835017408, 48.795471006027562, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00019260", "Latitude": 48.79111, "Longitude": 9.21332, "X_coordina": 3515746.29, "Y_coordina": 5405982.14, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 477.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.0, "Total_wall": 325.8, "Total_wa00": 0.0, "Total_outw": 533.6, "Total_shar": 160.7, "Total_roof": 210.3, "Gross_volu": 1625.6, "Is_Gross_v": "false", "Heated_vol": 1492.6, "Ridge_mean": 15.0, "Eaves_mean": 9.69, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.435, "Heated_are": 477.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.2, "Total_Year": 26271.0, "January_He": 4737.0, "February_H": 3239.0, "March_Heat": 1876.0, "April_Heat": 328.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 883.0, "November_H": 2929.0, "December_H": 4669.0, "PV_potenti": 9.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213300436805566, 48.791204948981026, 0.0 ], [ 9.213240758351681, 48.791188873250256, 0.0 ], [ 9.213179445266089, 48.791172440820013, 0.0 ], [ 9.213250816699015, 48.791057386303152, 0.0 ], [ 9.213372489627856, 48.791090162898229, 0.0 ], [ 9.213300436805566, 48.791204948981026, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018da3", "Latitude": 48.78837, "Longitude": 9.2094, "X_coordina": 3515459.21, "Y_coordina": 5405676.84, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.0, "Total_wall": 52.5, "Total_wa00": 0.0, "Total_outw": 121.3, "Total_shar": 212.2, "Total_roof": 53.5, "Gross_volu": 312.1, "Is_Gross_v": "false", "Heated_vol": 272.2, "Ridge_mean": 9.6, "Eaves_mean": 6.0, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.5, "Heated_are": 87.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 5320.0, "January_He": 1003.0, "February_H": 680.0, "March_Heat": 380.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 191.0, "November_H": 634.0, "December_H": 983.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20940987954414, 48.788368614096868, 0.0 ], [ 9.209414013179527, 48.788413568407499, 0.0 ], [ 9.209358768901305, 48.788415467326672, 0.0 ], [ 9.209304885499725, 48.78841736374595, 0.0 ], [ 9.209304023720405, 48.788406484550052, 0.0 ], [ 9.20930116172117, 48.788372768381159, 0.0 ], [ 9.209355044327069, 48.788370692117745, 0.0 ], [ 9.20940987954414, 48.788368614096868, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018d70", "Latitude": 48.78844, "Longitude": 9.20984, "X_coordina": 3515491.62, "Y_coordina": 5405684.0, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 99.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.6, "Total_wall": 115.1, "Total_wa00": 0.0, "Total_outw": 230.1, "Total_shar": 95.4, "Total_roof": 66.1, "Gross_volu": 359.0, "Is_Gross_v": "false", "Heated_vol": 311.4, "Ridge_mean": 9.4, "Eaves_mean": 5.72, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.691, "Heated_are": 99.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 6586.0, "January_He": 1344.0, "February_H": 827.0, "March_Heat": 433.0, "April_Heat": 77.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 196.0, "November_H": 765.0, "December_H": 1355.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209745197539426, 48.788432658967565, 0.0 ], [ 9.209744915619392, 48.788430321466038, 0.0 ], [ 9.20979240325107, 48.788428526416283, 0.0 ], [ 9.209848191129137, 48.788426446451382, 0.0 ], [ 9.20985278029452, 48.788482640372479, 0.0 ], [ 9.209797537082338, 48.788484809270962, 0.0 ], [ 9.209749641507749, 48.78848669498948, 0.0 ], [ 9.209748643168126, 48.788475726122108, 0.0 ], [ 9.209745197539426, 48.788432658967565, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018b9e", "Latitude": 48.78863, "Longitude": 9.19622, "X_coordina": 3514490.4, "Y_coordina": 5405702.64, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 821.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 183.9, "Total_wall": 377.3, "Total_wa00": 0.0, "Total_outw": 581.5, "Total_shar": 504.3, "Total_roof": 215.8, "Gross_volu": 2747.5, "Is_Gross_v": "false", "Heated_vol": 2567.8, "Ridge_mean": 16.7, "Eaves_mean": 13.08, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 25, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.294, "Heated_are": 821.7, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 30.9, "Total_Year": 38420.0, "January_He": 6280.0, "February_H": 4447.0, "March_Heat": 2786.0, "April_Heat": 529.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1272.0, "November_H": 3934.0, "December_H": 6098.0, "PV_potenti": 10.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196289718217939, 48.788693149300045, 0.0 ], [ 9.1962119654468, 48.788716392186537, 0.0 ], [ 9.196211557530377, 48.788716482805221, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196109895312105, 48.788680776446668, 0.0 ], [ 9.196106610956635, 48.788676106010236, 0.0 ], [ 9.19610932888, 48.78867511222149, 0.0 ], [ 9.196098105467309, 48.788658675306884, 0.0 ], [ 9.19609565972231, 48.788659668631873, 0.0 ], [ 9.196058563139264, 48.788604158982345, 0.0 ], [ 9.196125576720917, 48.788583991893923, 0.0 ], [ 9.196201561929186, 48.788561201694996, 0.0 ], [ 9.196235920733477, 48.78861257947657, 0.0 ], [ 9.196260013326008, 48.788648687724525, 0.0 ], [ 9.196289718217939, 48.788693149300045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018b9f", "Latitude": 48.7887, "Longitude": 9.19614, "X_coordina": 3514484.5, "Y_coordina": 5405710.5, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 31.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.0, "Total_wall": 46.7, "Total_wa00": 0.0, "Total_outw": 143.0, "Total_shar": 52.3, "Total_roof": 39.0, "Gross_volu": 108.9, "Is_Gross_v": "false", "Heated_vol": 99.5, "Ridge_mean": 2.8, "Eaves_mean": 2.79, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.186, "Heated_are": 31.8, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196039075307954, 48.788702029089514, 0.0 ], [ 9.196109895312105, 48.788680776446668, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196075898362272, 48.788757179515535, 0.0 ], [ 9.196039075307954, 48.788702029089514, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018a70", "Latitude": 48.79035, "Longitude": 9.20624, "X_coordina": 3515226.21, "Y_coordina": 5405895.77, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 524.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.8, "Total_wall": 433.5, "Total_wa00": 0.0, "Total_outw": 673.7, "Total_shar": 174.1, "Total_roof": 226.0, "Gross_volu": 1986.0, "Is_Gross_v": "false", "Heated_vol": 1840.2, "Ridge_mean": 16.4, "Eaves_mean": 10.81, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 8, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.425, "Heated_are": 524.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 33035.0, "January_He": 6021.0, "February_H": 4263.0, "March_Heat": 2650.0, "April_Heat": 533.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1355.0, "November_H": 3931.0, "December_H": 5884.0, "PV_potenti": 10.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206199685031294, 48.790297154128446, 0.0 ], [ 9.206261203577984, 48.790298123042852, 0.0 ], [ 9.206255655068761, 48.790438593680236, 0.0 ], [ 9.206193182590212, 48.79043735670006, 0.0 ], [ 9.206128260430349, 48.790436124070801, 0.0 ], [ 9.206134219415935, 48.790296102322891, 0.0 ], [ 9.206134763788706, 48.790296101348467, 0.0 ], [ 9.206199685031294, 48.790297154128446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001871c", "Latitude": 48.78781, "Longitude": 9.20061, "X_coordina": 3514813.0, "Y_coordina": 5405612.11, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 529.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.5, "Total_wall": 379.2, "Total_wa00": 0.0, "Total_outw": 552.3, "Total_shar": 249.9, "Total_roof": 166.5, "Gross_volu": 1658.3, "Is_Gross_v": "false", "Heated_vol": 1655.0, "Ridge_mean": 18.4, "Eaves_mean": 11.49, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.398, "Heated_are": 529.6, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.6, "Total_Year": 28837.0, "January_He": 4876.0, "February_H": 3599.0, "March_Heat": 2338.0, "April_Heat": 521.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1110.0, "November_H": 3165.0, "December_H": 4769.0, "PV_potenti": 7.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200513472712974, 48.787856776100377, 0.0 ], [ 9.200506812348886, 48.787858766017933, 0.0 ], [ 9.200481501270596, 48.787824908865502, 0.0 ], [ 9.200487889099874, 48.787822829500207, 0.0 ], [ 9.200468460216733, 48.787796605614943, 0.0 ], [ 9.200477701918782, 48.787793532121775, 0.0 ], [ 9.200513174630968, 48.787781960132506, 0.0 ], [ 9.200581401504204, 48.787759630169383, 0.0 ], [ 9.200617111466613, 48.78780758719958, 0.0 ], [ 9.200653643394833, 48.787856891641027, 0.0 ], [ 9.200541380584877, 48.787893416356901, 0.0 ], [ 9.200513472712974, 48.787856776100377, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018382", "Latitude": 48.78793, "Longitude": 9.21321, "X_coordina": 3515739.47, "Y_coordina": 5405628.29, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 498.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 126.0, "Total_wall": 383.1, "Total_wa00": 0.0, "Total_outw": 582.3, "Total_shar": 170.9, "Total_roof": 188.6, "Gross_volu": 1610.3, "Is_Gross_v": "false", "Heated_vol": 1558.3, "Ridge_mean": 15.4, "Eaves_mean": 10.13, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.442, "Heated_are": 498.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 30656.0, "January_He": 5502.0, "February_H": 3945.0, "March_Heat": 2484.0, "April_Heat": 516.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1260.0, "November_H": 3598.0, "December_H": 5370.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21312658564845, 48.78788178313215, 0.0 ], [ 9.213192220150479, 48.787891283477471, 0.0 ], [ 9.213252271695012, 48.787899984810849, 0.0 ], [ 9.213213029620711, 48.788016958232227, 0.0 ], [ 9.21315270538862, 48.788008167459608, 0.0 ], [ 9.213087206447794, 48.787998576917474, 0.0 ], [ 9.21312658564845, 48.78788178313215, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00018377", "Latitude": 48.79519, "Longitude": 9.21162, "X_coordina": 3515620.33, "Y_coordina": 5406435.18, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 191.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 82.4, "Total_wall": 236.4, "Total_wa00": 0.0, "Total_outw": 495.2, "Total_shar": 0.0, "Total_roof": 120.5, "Gross_volu": 681.4, "Is_Gross_v": "false", "Heated_vol": 599.0, "Ridge_mean": 9.8, "Eaves_mean": 6.96, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.703, "Heated_are": 191.7, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 53.9, "Total_Year": 13375.0, "January_He": 2551.0, "February_H": 1751.0, "March_Heat": 1095.0, "April_Heat": 264.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 521.0, "November_H": 1581.0, "December_H": 2527.0, "PV_potenti": 4.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211481489039882, 48.795184364652712, 0.0 ], [ 9.211669701432173, 48.795178623456763, 0.0 ], [ 9.211676320870254, 48.795231486336689, 0.0 ], [ 9.211486068573491, 48.795237680907256, 0.0 ], [ 9.211481489039882, 48.795184364652712, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830b", "Latitude": 48.78957, "Longitude": 9.20599, "X_coordina": 3515208.38, "Y_coordina": 5405809.66, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 570.4, "SecondaryU": "industry", "Secondar00": 157.2, "BuildingTy": "MFH", "Footprint_": 196.5, "Total_wall": 570.7, "Total_wa00": 0.0, "Total_outw": 792.6, "Total_shar": 37.9, "Total_roof": 271.9, "Gross_volu": 2470.0, "Is_Gross_v": "false", "Heated_vol": 2273.6, "Ridge_mean": 15.1, "Eaves_mean": 10.0, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 9, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.442, "Heated_are": 727.5, "Mean_Uvalu": 0.5, "Specific_d": "19,5", "Specific_s": 31.8, "Total_Year": 37314.0, "January_He": 6241.0, "February_H": 4071.0, "March_Heat": 2096.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 766.0, "November_H": 3508.0, "December_H": 6128.0, "PV_potenti": 13.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205899612640357, 48.789502586294113, 0.0 ], [ 9.206092642897948, 48.789614915318168, 0.0 ], [ 9.206044068725005, 48.789650791844529, 0.0 ], [ 9.205998479294704, 48.78968441492021, 0.0 ], [ 9.20585960888797, 48.789604181597234, 0.0 ], [ 9.205805315462722, 48.789572715443953, 0.0 ], [ 9.20585226068329, 48.789537831089596, 0.0 ], [ 9.205899612640357, 48.789502586294113, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830c", "Latitude": 48.78958, "Longitude": 9.20586, "X_coordina": 3515198.23, "Y_coordina": 5405810.97, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 48.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 26.3, "Total_wall": 38.3, "Total_wa00": 0.0, "Total_outw": 74.2, "Total_shar": 75.9, "Total_roof": 26.3, "Gross_volu": 98.8, "Is_Gross_v": "false", "Heated_vol": 98.8, "Ridge_mean": 3.8, "Eaves_mean": 3.78, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.919, "Heated_are": 48.4, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 9.5, "Total_Year": 2050.0, "January_He": 160.0, "February_H": 80.0, "March_Heat": 19.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 49.0, "December_H": 151.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205762043172536, 48.789607233521828, 0.0 ], [ 9.205805315462722, 48.789572715443953, 0.0 ], [ 9.20585960888797, 48.789604181597234, 0.0 ], [ 9.205815382497113, 48.789638341705967, 0.0 ], [ 9.205762043172536, 48.789607233521828, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001830d", "Latitude": 48.78962, "Longitude": 9.2058, "X_coordina": 3515194.49, "Y_coordina": 5405815.17, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 59.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.6, "Total_wall": 84.1, "Total_wa00": 0.0, "Total_outw": 150.1, "Total_shar": 38.3, "Total_roof": 32.6, "Gross_volu": 149.5, "Is_Gross_v": "false", "Heated_vol": 149.5, "Ridge_mean": 4.6, "Eaves_mean": 4.56, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.998, "Heated_are": 59.6, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205704788692069, 48.78965040922894, 0.0 ], [ 9.205762043172536, 48.789607233521828, 0.0 ], [ 9.205815382497113, 48.789638341705967, 0.0 ], [ 9.20578024182001, 48.789664572282611, 0.0 ], [ 9.205777513739433, 48.789663048455658, 0.0 ], [ 9.205755125925016, 48.789679544483292, 0.0 ], [ 9.205704788692069, 48.78965040922894, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017f3a", "Latitude": 48.78787, "Longitude": 9.19409, "X_coordina": 3514334.24, "Y_coordina": 5405617.92, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1057.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 182.1, "Total_wall": 713.3, "Total_wa00": 0.0, "Total_outw": 963.6, "Total_shar": 284.4, "Total_roof": 217.1, "Gross_volu": 3486.5, "Is_Gross_v": "false", "Heated_vol": 3304.4, "Ridge_mean": 20.9, "Eaves_mean": 17.3, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.331, "Heated_are": 1057.4, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 31.1, "Total_Year": 49644.0, "January_He": 8099.0, "February_H": 5734.0, "March_Heat": 3679.0, "April_Heat": 835.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1554.0, "November_H": 4971.0, "December_H": 7935.0, "PV_potenti": 10.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193937364764722, 48.787835126901754, 0.0 ], [ 9.194163579969777, 48.787844907070173, 0.0 ], [ 9.194158732797614, 48.787893653866945, 0.0 ], [ 9.194153622462249, 48.787944739121954, 0.0 ], [ 9.193971779462995, 48.787937042367211, 0.0 ], [ 9.193928414074454, 48.787913825178578, 0.0 ], [ 9.193931835554544, 48.787883515143072, 0.0 ], [ 9.193937364764722, 48.787835126901754, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017d3f", "Latitude": 48.79175, "Longitude": 9.21331, "X_coordina": 3515745.53, "Y_coordina": 5406053.31, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 723.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 190.9, "Total_wall": 452.3, "Total_wa00": 0.0, "Total_outw": 752.4, "Total_shar": 194.4, "Total_roof": 259.3, "Gross_volu": 2452.1, "Is_Gross_v": "false", "Heated_vol": 2261.1, "Ridge_mean": 15.3, "Eaves_mean": 10.52, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.387, "Heated_are": 723.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.8, "Total_Year": 40290.0, "January_He": 6973.0, "February_H": 5044.0, "March_Heat": 3186.0, "April_Heat": 638.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1565.0, "November_H": 4543.0, "December_H": 6789.0, "PV_potenti": 11.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213382485707189, 48.791714394067824, 0.0 ], [ 9.213287850129479, 48.791863752634214, 0.0 ], [ 9.213154320066673, 48.791827490880522, 0.0 ], [ 9.213248141297074, 48.791678583548844, 0.0 ], [ 9.213317084834689, 48.791696980126702, 0.0 ], [ 9.213382485707189, 48.791714394067824, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c42", "Latitude": 48.78781, "Longitude": 9.21325, "X_coordina": 3515742.38, "Y_coordina": 5405615.35, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 493.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 124.6, "Total_wall": 256.5, "Total_wa00": 0.0, "Total_outw": 407.1, "Total_shar": 341.4, "Total_roof": 186.9, "Gross_volu": 1591.8, "Is_Gross_v": "false", "Heated_vol": 1541.1, "Ridge_mean": 15.4, "Eaves_mean": 10.13, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.364, "Heated_are": 493.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.8, "Total_Year": 26947.0, "January_He": 4682.0, "February_H": 3340.0, "March_Heat": 2065.0, "April_Heat": 389.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 1019.0, "November_H": 3022.0, "December_H": 4567.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21312658564845, 48.78788178313215, 0.0 ], [ 9.213165696303349, 48.787765889064751, 0.0 ], [ 9.21323119495624, 48.787775479563138, 0.0 ], [ 9.213291110664054, 48.787784271051635, 0.0 ], [ 9.213252271695012, 48.787899984810849, 0.0 ], [ 9.213192220150479, 48.787891283477471, 0.0 ], [ 9.21312658564845, 48.78788178313215, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1a", "Latitude": 48.79116, "Longitude": 9.20448, "X_coordina": 3515096.76, "Y_coordina": 5405985.46, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3041, "PrimaryUsa": "event location", "PrimaryU00": 783.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 310.3, "Total_wall": 404.0, "Total_wa00": 0.0, "Total_outw": 596.4, "Total_shar": 103.2, "Total_roof": 384.4, "Gross_volu": 2757.3, "Is_Gross_v": "false", "Heated_vol": 2447.0, "Ridge_mean": 11.5, "Eaves_mean": -0.36, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.418, "Heated_are": 783.0, "Mean_Uvalu": 1.2, "Specific_d": "non calculated", "Specific_s": 115.2, "Total_Year": 90172.0, "January_He": 18747.0, "February_H": 14455.0, "March_Heat": 11186.0, "April_Heat": 4944.0, "May_Heatin": 867.0, "June_Heati": 30, "July_Heati": 1, "August_Hea": 4, "September_": 1613.0, "October_He": 6845.0, "November_H": 13206.0, "December_H": 18275.0, "PV_potenti": 14.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204504427308398, 48.791271585980766, 0.0 ], [ 9.204469374096501, 48.791266198853918, 0.0 ], [ 9.204348791000944, 48.791265873349793, 0.0 ], [ 9.204327594738642, 48.791274453703402, 0.0 ], [ 9.204324728820307, 48.791265808137233, 0.0 ], [ 9.204309131902056, 48.791218823746654, 0.0 ], [ 9.204286246879496, 48.791146655686916, 0.0 ], [ 9.204285144973698, 48.791143420391641, 0.0 ], [ 9.204293569117404, 48.79114001181123, 0.0 ], [ 9.204287827457913, 48.791133703883062, 0.0 ], [ 9.20431160510023, 48.791124039873409, 0.0 ], [ 9.204317346936184, 48.79113039080157, 0.0 ], [ 9.204402863066218, 48.791095789111615, 0.0 ], [ 9.204397069245132, 48.791089447470149, 0.0 ], [ 9.204420982940878, 48.791079783196381, 0.0 ], [ 9.20442676939266, 48.791086116073188, 0.0 ], [ 9.204435148910072, 48.791082725528334, 0.0 ], [ 9.204439240903122, 48.791084966354248, 0.0 ], [ 9.204523810790215, 48.791131756312922, 0.0 ], [ 9.204580335708055, 48.791162884698338, 0.0 ], [ 9.204589556503018, 48.791167968667445, 0.0 ], [ 9.204569992373374, 48.791176276395333, 0.0 ], [ 9.204513983932967, 48.791248791359081, 0.0 ], [ 9.204504427308398, 48.791271585980766, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1b", "Latitude": 48.79092, "Longitude": 9.20424, "X_coordina": 3515079.47, "Y_coordina": 5405959.41, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 1213.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 283.1, "Total_wall": 879.4, "Total_wa00": 0.0, "Total_outw": 993.8, "Total_shar": 107.2, "Total_roof": 440.9, "Gross_volu": 3794.4, "Is_Gross_v": "false", "Heated_vol": 3790.6, "Ridge_mean": 32.5, "Eaves_mean": 7.51, "Storey_num": 13, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.423, "Heated_are": 1213.0, "Mean_Uvalu": 1.41, "Specific_d": "14,6", "Specific_s": 121.4, "Total_Year": 165029.0, "January_He": 31929.0, "February_H": 24341.0, "March_Heat": 18168.0, "April_Heat": 7480.0, "May_Heatin": 1156.0, "June_Heati": 23, "July_Heati": 0, "August_Hea": 1, "September_": 1911.0, "October_He": 9898.0, "November_H": 21439.0, "December_H": 30961.0, "PV_potenti": 13.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204360482497293, 48.790961101483816, 0.0 ], [ 9.204150600167127, 48.791045663230832, 0.0 ], [ 9.204039559264645, 48.790925341407288, 0.0 ], [ 9.204249441281103, 48.79084077986127, 0.0 ], [ 9.204360482497293, 48.790961101483816, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1c", "Latitude": 48.7911, "Longitude": 9.2042, "X_coordina": 3515076.45, "Y_coordina": 5405979.26, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 405.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 237.1, "Total_wall": 302.1, "Total_wa00": 0.0, "Total_outw": 433.4, "Total_shar": 101.9, "Total_roof": 237.1, "Gross_volu": 997.2, "Is_Gross_v": "false", "Heated_vol": 997.2, "Ridge_mean": 4.5, "Eaves_mean": 4.48, "Storey_num": 2, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.778, "Heated_are": 405.7, "Mean_Uvalu": 0.4, "Specific_d": "14,6", "Specific_s": 57.7, "Total_Year": 29339.0, "January_He": 5325.0, "February_H": 3965.0, "March_Heat": 2782.0, "April_Heat": 923.0, "May_Heatin": 97.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 199.0, "October_He": 1453.0, "November_H": 3506.0, "December_H": 5159.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204255327449063, 48.791159143101105, 0.0 ], [ 9.20428626705608, 48.791146677547516, 0.0 ], [ 9.204309131902056, 48.791218823746654, 0.0 ], [ 9.204221544024074, 48.791254112810471, 0.0 ], [ 9.20401029523023, 48.791025208464958, 0.0 ], [ 9.20409881104184, 48.790989545595963, 0.0 ], [ 9.204255327449063, 48.791159143101105, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c1d", "Latitude": 48.79099, "Longitude": 9.20448, "X_coordina": 3515096.86, "Y_coordina": 5405966.76, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3044, "PrimaryUsa": "office and administration", "PrimaryU00": 121.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 158.1, "Total_wall": 159.1, "Total_wa00": 0.0, "Total_outw": 337.5, "Total_shar": 106.9, "Total_roof": 158.1, "Gross_volu": 538.0, "Is_Gross_v": "false", "Heated_vol": 380.0, "Ridge_mean": 3.7, "Eaves_mean": 3.66, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.98, "Heated_are": 121.6, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 91.1, "Total_Year": 12855.0, "January_He": 2612.0, "February_H": 1839.0, "March_Heat": 1230.0, "April_Heat": 393.0, "May_Heatin": 45.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 660.0, "November_H": 1661.0, "December_H": 2549.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204308321012901, 48.79090458063019, 0.0 ], [ 9.204354597320108, 48.790885935785944, 0.0 ], [ 9.204565833803544, 48.791114825104081, 0.0 ], [ 9.204523810790215, 48.791131756312922, 0.0 ], [ 9.204439301968016, 48.791084982728862, 0.0 ], [ 9.204335761202305, 48.790971061750014, 0.0 ], [ 9.204360482497293, 48.790961101483816, 0.0 ], [ 9.204308321012901, 48.79090458063019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017c18", "Latitude": 48.791, "Longitude": 9.20489, "X_coordina": 3515127.11, "Y_coordina": 5405967.91, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 383.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 174.9, "Total_wall": 274.7, "Total_wa00": 0.0, "Total_outw": 596.1, "Total_shar": 0.0, "Total_roof": 203.6, "Gross_volu": 1080.4, "Is_Gross_v": "false", "Heated_vol": 1018.1, "Ridge_mean": 7.6, "Eaves_mean": 5.09, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.624, "Heated_are": 383.5, "Mean_Uvalu": 0.52, "Specific_d": "24,8", "Specific_s": 57.2, "Total_Year": 31446.0, "January_He": 4898.0, "February_H": 3647.0, "March_Heat": 2544.0, "April_Heat": 840.0, "May_Heatin": 96.0, "June_Heati": 5, "July_Heati": 1, "August_Hea": 2, "September_": 233.0, "October_He": 1497.0, "November_H": 3354.0, "December_H": 4804.0, "PV_potenti": 9.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20493102923011, 48.790935628356308, 0.0 ], [ 9.204997023899253, 48.790999536509524, 0.0 ], [ 9.204765122294992, 48.791101382924424, 0.0 ], [ 9.204700354471644, 48.791037922076832, 0.0 ], [ 9.20493102923011, 48.790935628356308, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017b68", "Latitude": 48.78875, "Longitude": 9.21376, "X_coordina": 3515779.06, "Y_coordina": 5405719.4, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.0, "Total_wall": 59.3, "Total_wa00": 0.0, "Total_outw": 132.0, "Total_shar": 220.0, "Total_roof": 59.6, "Gross_volu": 359.4, "Is_Gross_v": "false", "Heated_vol": 313.4, "Ridge_mean": 9.6, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.49, "Heated_are": 100.3, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 47.2, "Total_Year": 6327.0, "January_He": 1150.0, "February_H": 827.0, "March_Heat": 510.0, "April_Heat": 102.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 254.0, "November_H": 747.0, "December_H": 1131.0, "PV_potenti": 1.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213720334500959, 48.788810763145605, 0.0 ], [ 9.213682791256248, 48.788782866558144, 0.0 ], [ 9.213642790435603, 48.788753086120884, 0.0 ], [ 9.213691934367439, 48.788724668991229, 0.0 ], [ 9.213738455243922, 48.788751559753877, 0.0 ], [ 9.213781156128091, 48.788776209497684, 0.0 ], [ 9.213720334500959, 48.788810763145605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017911", "Latitude": 48.7881, "Longitude": 9.20716, "X_coordina": 3515294.54, "Y_coordina": 5405645.88, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 28.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.7, "Total_wall": 59.7, "Total_wa00": 0.0, "Total_outw": 188.2, "Total_shar": 0.0, "Total_roof": 35.7, "Gross_volu": 103.0, "Is_Gross_v": "false", "Heated_vol": 89.7, "Ridge_mean": 2.9, "Eaves_mean": 2.87, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.359, "Heated_are": 28.7, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 113.6, "Total_Year": 3261.0, "January_He": 710.0, "February_H": 524.0, "March_Heat": 383.0, "April_Heat": 152.0, "May_Heatin": 22.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 237.0, "November_H": 490.0, "December_H": 700.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207160974470442, 48.788095716746575, 0.0 ], [ 9.207150985931504, 48.788148699749499, 0.0 ], [ 9.20706998545057, 48.788141921304657, 0.0 ], [ 9.2070805169423, 48.78808857763773, 0.0 ], [ 9.207160974470442, 48.788095716746575, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017788", "Latitude": 48.79183, "Longitude": 9.2124, "X_coordina": 3515678.18, "Y_coordina": 5406062.02, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 36.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 38.9, "Total_wall": 37.2, "Total_wa00": 0.0, "Total_outw": 194.2, "Total_shar": 25.3, "Total_roof": 38.9, "Gross_volu": 60.4, "Is_Gross_v": "false", "Heated_vol": 60.4, "Ridge_mean": 1.6, "Eaves_mean": 1.57, "Storey_num": 1, "Average_St": 1.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.905, "Heated_are": 36.0, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 17.4, "Total_Year": 1810.0, "January_He": 197.0, "February_H": 113.0, "March_Heat": 44.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 76.0, "December_H": 187.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212288467391668, 48.791860923192218, 0.0 ], [ 9.2123010993118, 48.79182268237534, 0.0 ], [ 9.212410725551043, 48.791838576551967, 0.0 ], [ 9.21241579851988, 48.791879662280785, 0.0 ], [ 9.212288467391668, 48.791860923192218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000173c1", "Latitude": 48.78987, "Longitude": 9.20534, "X_coordina": 3515160.09, "Y_coordina": 5405842.1, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 517.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 128.7, "Total_wall": 472.7, "Total_wa00": 0.0, "Total_outw": 727.0, "Total_shar": 39.4, "Total_roof": 247.4, "Gross_volu": 1746.1, "Is_Gross_v": "false", "Heated_vol": 1617.4, "Ridge_mean": 17.5, "Eaves_mean": 9.52, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 8, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 517.6, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 42.9, "Total_Year": 30416.0, "January_He": 5557.0, "February_H": 3829.0, "March_Heat": 2289.0, "April_Heat": 450.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 54.0, "October_He": 1105.0, "November_H": 3446.0, "December_H": 5471.0, "PV_potenti": 11.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20540502196293, 48.789894817193947, 0.0 ], [ 9.205361332405325, 48.789927267620165, 0.0 ], [ 9.205318864320137, 48.789958906539169, 0.0 ], [ 9.205272342042655, 48.789930843379068, 0.0 ], [ 9.205181081138637, 48.789878220845814, 0.0 ], [ 9.205222598065589, 48.789846943366712, 0.0 ], [ 9.205266420800875, 48.789813773366213, 0.0 ], [ 9.20540502196293, 48.789894817193947, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000173c4", "Latitude": 48.78998, "Longitude": 9.20525, "X_coordina": 3515153.83, "Y_coordina": 5405854.48, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 239.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 99.9, "Total_wall": 248.5, "Total_wa00": 0.0, "Total_outw": 435.1, "Total_shar": 114.6, "Total_roof": 115.0, "Gross_volu": 846.8, "Is_Gross_v": "false", "Heated_vol": 746.9, "Ridge_mean": 9.8, "Eaves_mean": 6.01, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.587, "Heated_are": 239.0, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 16.2, "Total_Year": 11723.0, "January_He": 1279.0, "February_H": 661.0, "March_Heat": 190.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 469.0, "December_H": 1233.0, "PV_potenti": 4.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205219697091556, 48.789936512472508, 0.0 ], [ 9.205222274409667, 48.789934439636063, 0.0 ], [ 9.205239599196528, 48.789944480207147, 0.0 ], [ 9.20524792026163, 48.789949231329153, 0.0 ], [ 9.205294306083385, 48.789977204818648, 0.0 ], [ 9.205173685514225, 48.790067073644082, 0.0 ], [ 9.205123484687824, 48.790038027818362, 0.0 ], [ 9.205153740203599, 48.790015133320942, 0.0 ], [ 9.205131504719645, 48.790002313852085, 0.0 ], [ 9.205134624948155, 48.789999880356021, 0.0 ], [ 9.205121938666144, 48.789992619139703, 0.0 ], [ 9.205206328518866, 48.789928802863123, 0.0 ], [ 9.205219697091556, 48.789936512472508, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00017289", "Latitude": 48.79116, "Longitude": 9.20318, "X_coordina": 3515001.46, "Y_coordina": 5405985.38, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 427.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 110.2, "Total_wall": 353.8, "Total_wa00": 0.0, "Total_outw": 567.3, "Total_shar": 147.8, "Total_roof": 181.7, "Gross_volu": 1444.8, "Is_Gross_v": "false", "Heated_vol": 1334.6, "Ridge_mean": 16.3, "Eaves_mean": 9.74, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.469, "Heated_are": 427.1, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 25176.0, "January_He": 4651.0, "February_H": 3171.0, "March_Heat": 1850.0, "April_Heat": 345.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 895.0, "November_H": 2864.0, "December_H": 4582.0, "PV_potenti": 8.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203085062773738, 48.791214964051008, 0.0 ], [ 9.203038955030539, 48.7911884279658, 0.0 ], [ 9.203139219333496, 48.791111366455908, 0.0 ], [ 9.203188059135071, 48.791140415541975, 0.0 ], [ 9.203239627441805, 48.791171078416752, 0.0 ], [ 9.203138673257151, 48.791245803216306, 0.0 ], [ 9.20313403511064, 48.79124311368961, 0.0 ], [ 9.203085062773738, 48.791214964051008, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000170c2", "Latitude": 48.79162, "Longitude": 9.2134, "X_coordina": 3515751.7, "Y_coordina": 5406038.49, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 559.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.6, "Total_wall": 265.3, "Total_wa00": 0.0, "Total_outw": 451.8, "Total_shar": 387.1, "Total_roof": 198.8, "Gross_volu": 1870.4, "Is_Gross_v": "false", "Heated_vol": 1747.1, "Ridge_mean": 14.8, "Eaves_mean": 10.15, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.341, "Heated_are": 559.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28807.0, "January_He": 4880.0, "February_H": 3510.0, "March_Heat": 2178.0, "April_Heat": 402.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 1042.0, "November_H": 3142.0, "December_H": 4749.0, "PV_potenti": 9.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213317084834689, 48.791696980126702, 0.0 ], [ 9.213248141297074, 48.791678583548844, 0.0 ], [ 9.213322361403085, 48.791561185709128, 0.0 ], [ 9.213389535169732, 48.791579495598633, 0.0 ], [ 9.213455346111509, 48.791597358356945, 0.0 ], [ 9.213382485707189, 48.791714394067824, 0.0 ], [ 9.213317084834689, 48.791696980126702, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016f81", "Latitude": 48.79145, "Longitude": 9.21311, "X_coordina": 3515730.53, "Y_coordina": 5406019.77, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 471.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 132.3, "Total_wall": 236.0, "Total_wa00": 0.0, "Total_outw": 409.5, "Total_shar": 333.5, "Total_roof": 195.9, "Gross_volu": 1606.9, "Is_Gross_v": "false", "Heated_vol": 1474.6, "Ridge_mean": 14.8, "Eaves_mean": 9.49, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.368, "Heated_are": 471.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 25311.0, "January_He": 4372.0, "February_H": 3128.0, "March_Heat": 1925.0, "April_Heat": 352.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 931.0, "November_H": 2819.0, "December_H": 4263.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213159574394737, 48.791429299432195, 0.0 ], [ 9.213087653273663, 48.791543275818867, 0.0 ], [ 9.213029472308447, 48.791527377055957, 0.0 ], [ 9.21296638582001, 48.791510048557683, 0.0 ], [ 9.213037900783657, 48.791396522615464, 0.0 ], [ 9.213100576961819, 48.791413402216136, 0.0 ], [ 9.213159574394737, 48.791429299432195, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016d18", "Latitude": 48.7955, "Longitude": 9.20731, "X_coordina": 3515303.68, "Y_coordina": 5406468.9, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 279.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 91.2, "Total_wall": 350.9, "Total_wa00": 0.0, "Total_outw": 615.6, "Total_shar": 0.0, "Total_roof": 109.0, "Gross_volu": 965.1, "Is_Gross_v": "false", "Heated_vol": 873.9, "Ridge_mean": 12.0, "Eaves_mean": 9.04, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.61, "Heated_are": 279.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 52.1, "Total_Year": 18996.0, "January_He": 3631.0, "February_H": 2500.0, "March_Heat": 1481.0, "April_Heat": 297.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 741.0, "November_H": 2278.0, "December_H": 3584.0, "PV_potenti": 5.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207297673219689, 48.7954791875881, 0.0 ], [ 9.207334815915916, 48.795508615644707, 0.0 ], [ 9.207333457807609, 48.79550933747818, 0.0 ], [ 9.207359812489113, 48.79553015228857, 0.0 ], [ 9.207313369008729, 48.795555774192145, 0.0 ], [ 9.207270048914507, 48.795579681908052, 0.0 ], [ 9.207246833974251, 48.795561109515539, 0.0 ], [ 9.207241670411456, 48.795563187049424, 0.0 ], [ 9.207199611571395, 48.795529811172528, 0.0 ], [ 9.207203681830132, 48.795526656525141, 0.0 ], [ 9.207180738412815, 48.795507903783523, 0.0 ], [ 9.207223651277346, 48.795484266604298, 0.0 ], [ 9.207269687157128, 48.795458825317255, 0.0 ], [ 9.207296315482122, 48.795479999344003, 0.0 ], [ 9.207297673219689, 48.7954791875881, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd0", "Latitude": 48.78983, "Longitude": 9.19693, "X_coordina": 3514542.39, "Y_coordina": 5405836.38, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1638.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 286.1, "Total_wall": 1018.6, "Total_wa00": 0.0, "Total_outw": 1384.4, "Total_shar": 0.0, "Total_roof": 462.8, "Gross_volu": 5406.5, "Is_Gross_v": "false", "Heated_vol": 5120.4, "Ridge_mean": 22.9, "Eaves_mean": 14.39, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 26, "Number_o00": 39, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.34, "Heated_are": 1638.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 33.5, "Total_Year": 80895.0, "January_He": 13690.0, "February_H": 9595.0, "March_Heat": 5872.0, "April_Heat": 1107.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 102.0, "October_He": 2659.0, "November_H": 8487.0, "December_H": 13403.0, "PV_potenti": 21.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196797354587384, 48.789777391435813, 0.0 ], [ 9.196803491733402, 48.789780708121761, 0.0 ], [ 9.196857370707107, 48.789742398485167, 0.0 ], [ 9.197051746910585, 48.789855819428546, 0.0 ], [ 9.196998407756379, 48.789892959224609, 0.0 ], [ 9.197006865185637, 48.789897980479246, 0.0 ], [ 9.196927753224896, 48.789956835925814, 0.0 ], [ 9.196720961598738, 48.78983552270595, 0.0 ], [ 9.196797354587384, 48.789777391435813, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd1", "Latitude": 48.78965, "Longitude": 9.19696, "X_coordina": 3514544.53, "Y_coordina": 5405816.6, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 34.2, "Total_wall": 51.5, "Total_wa00": 0.0, "Total_outw": 145.8, "Total_shar": 20.0, "Total_roof": 34.2, "Gross_volu": 118.5, "Is_Gross_v": "false", "Heated_vol": 85.7, "Ridge_mean": 3.5, "Eaves_mean": 3.46, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.179, "Heated_are": 27.4, "Mean_Uvalu": 0.33, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19691657582332, 48.789708845667981, 0.0 ], [ 9.196858739628418, 48.789674863497325, 0.0 ], [ 9.196887371572601, 48.789653502646239, 0.0 ], [ 9.196887914179626, 48.789653052100327, 0.0 ], [ 9.196888322806045, 48.789653141325324, 0.0 ], [ 9.196899721069707, 48.789644579091267, 0.0 ], [ 9.196913699085975, 48.789634483742994, 0.0 ], [ 9.196970847422179, 48.789666578666591, 0.0 ], [ 9.19691657582332, 48.789708845667981, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016cd2", "Latitude": 48.78978, "Longitude": 9.19717, "X_coordina": 3514560.21, "Y_coordina": 5405830.94, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 50.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.6, "Total_wall": 82.8, "Total_wa00": 0.0, "Total_outw": 251.7, "Total_shar": 0.0, "Total_roof": 62.6, "Gross_volu": 190.2, "Is_Gross_v": "false", "Heated_vol": 156.4, "Ridge_mean": 3.0, "Eaves_mean": 3.04, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 1.188, "Heated_are": 50.0, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19715706667796, 48.789851682519306, 0.0 ], [ 9.197047397601549, 48.789787754682784, 0.0 ], [ 9.197099779387196, 48.789749447494778, 0.0 ], [ 9.197100593472525, 48.789748816635971, 0.0 ], [ 9.197209852493486, 48.789812295506394, 0.0 ], [ 9.19715706667796, 48.789851682519306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016be0", "Latitude": 48.78838, "Longitude": 9.21191, "X_coordina": 3515643.6, "Y_coordina": 5405677.82, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 120.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.5, "Total_wall": 117.2, "Total_wa00": 0.0, "Total_outw": 203.5, "Total_shar": 154.4, "Total_roof": 64.0, "Gross_volu": 420.2, "Is_Gross_v": "false", "Heated_vol": 377.6, "Ridge_mean": 12.2, "Eaves_mean": 8.21, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.571, "Heated_are": 120.8, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 42.5, "Total_Year": 7052.0, "January_He": 1294.0, "February_H": 873.0, "March_Heat": 527.0, "April_Heat": 124.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 241.0, "November_H": 775.0, "December_H": 1285.0, "PV_potenti": 2.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211811996908342, 48.788371145123641, 0.0 ], [ 9.211928930150405, 48.788378933198494, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.211862824142178, 48.788419160783263, 0.0 ], [ 9.211804969303589, 48.788415130716466, 0.0 ], [ 9.211811996908342, 48.788371145123641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016be1", "Latitude": 48.7884, "Longitude": 9.21209, "X_coordina": 3515657.05, "Y_coordina": 5405680.4, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 74.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 93.5, "Total_wall": 107.2, "Total_wa00": 0.0, "Total_outw": 295.0, "Total_shar": 34.2, "Total_roof": 93.5, "Gross_volu": 321.8, "Is_Gross_v": "false", "Heated_vol": 232.9, "Ridge_mean": 3.4, "Eaves_mean": 3.45, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.041, "Heated_are": 74.5, "Mean_Uvalu": 0.38, "Specific_d": "14,6", "Specific_s": 95.9, "Total_Year": 8236.0, "January_He": 1583.0, "February_H": 1171.0, "March_Heat": 860.0, "April_Heat": 355.0, "May_Heatin": 57.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 457.0, "November_H": 1033.0, "December_H": 1543.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212173829362984, 48.788461301941517, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.211928930150405, 48.788378933198494, 0.0 ], [ 9.212178948007011, 48.788416510530794, 0.0 ], [ 9.212173829362984, 48.788461301941517, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b01", "Latitude": 48.78964, "Longitude": 9.21575, "X_coordina": 3515925.27, "Y_coordina": 5405819.11, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 113.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 137.3, "Total_wall": 110.4, "Total_wa00": 0.0, "Total_outw": 387.9, "Total_shar": 183.7, "Total_roof": 137.3, "Gross_volu": 491.0, "Is_Gross_v": "false", "Heated_vol": 353.8, "Ridge_mean": 3.6, "Eaves_mean": 3.57, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.871, "Heated_are": 113.2, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 26.5, "Total_Year": 6715.0, "January_He": 891.0, "February_H": 549.0, "March_Heat": 234.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 42.0, "November_H": 397.0, "December_H": 859.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215627586377737, 48.789719752965965, 0.0 ], [ 9.215633443708544, 48.789721000929624, 0.0 ], [ 9.215633840424447, 48.789718302477738, 0.0 ], [ 9.215637108548087, 48.789718745976558, 0.0 ], [ 9.215651512746534, 48.789681940237507, 0.0 ], [ 9.215647565323868, 48.789681767782028, 0.0 ], [ 9.215648366459867, 48.789678169336405, 0.0 ], [ 9.215644285257923, 48.789678536673151, 0.0 ], [ 9.215647238811503, 48.789669089160761, 0.0 ], [ 9.215653095751572, 48.789670247200512, 0.0 ], [ 9.215654171767104, 48.789667277705576, 0.0 ], [ 9.215656896677956, 48.789667991991962, 0.0 ], [ 9.215671435397427, 48.789630826303643, 0.0 ], [ 9.215667622913964, 48.789630383825227, 0.0 ], [ 9.215670060226165, 48.789627501704437, 0.0 ], [ 9.215663931493435, 48.789626434098139, 0.0 ], [ 9.215666891205892, 48.789618425351811, 0.0 ], [ 9.215673155258271, 48.789619312857248, 0.0 ], [ 9.215673551971269, 48.789616614405197, 0.0 ], [ 9.215676139246915, 48.789616969254354, 0.0 ], [ 9.215690546471096, 48.789580882893191, 0.0 ], [ 9.215687954187178, 48.789579359046449, 0.0 ], [ 9.215689848672666, 48.789576837636417, 0.0 ], [ 9.215684945536902, 48.789575947583074, 0.0 ], [ 9.215686945282789, 48.78956623208493, 0.0 ], [ 9.215693075935649, 48.789567749304595, 0.0 ], [ 9.215693879378991, 48.789564690396105, 0.0 ], [ 9.215697556922789, 48.78956540289731, 0.0 ], [ 9.215698226972526, 48.789562973704108, 0.0 ], [ 9.215708443057242, 48.789565112736412, 0.0 ], [ 9.215706694299769, 48.789569881964738, 0.0 ], [ 9.215775604997901, 48.789581083248841, 0.0 ], [ 9.215777906981469, 48.789578381226569, 0.0 ], [ 9.215787032801023, 48.789580162600124, 0.0 ], [ 9.215785550063876, 48.789583492552993, 0.0 ], [ 9.215728514633085, 48.78973925722287, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215728868148771, 48.78975823044761, 0.0 ], [ 9.21571320720172, 48.789755831845248, 0.0 ], [ 9.215715242409447, 48.789754389254895, 0.0 ], [ 9.215709929439308, 48.789753140275785, 0.0 ], [ 9.215713299353858, 48.789745580378266, 0.0 ], [ 9.215643295858447, 48.789733481867131, 0.0 ], [ 9.215640595989019, 48.789738612569813, 0.0 ], [ 9.215630108459324, 48.78973665388709, 0.0 ], [ 9.215631315945753, 48.789732605062603, 0.0 ], [ 9.215627911729683, 48.789732161818435, 0.0 ], [ 9.215628309216532, 48.789729643212418, 0.0 ], [ 9.215624086910124, 48.789728841805363, 0.0 ], [ 9.215627586377737, 48.789719752965965, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b02", "Latitude": 48.78977, "Longitude": 9.21597, "X_coordina": 3515941.53, "Y_coordina": 5405833.41, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 479.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 199.6, "Total_wall": 286.7, "Total_wa00": 0.0, "Total_outw": 519.2, "Total_shar": 315.0, "Total_roof": 199.6, "Gross_volu": 1612.6, "Is_Gross_v": "false", "Heated_vol": 1496.7, "Ridge_mean": 8.1, "Eaves_mean": 8.08, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.439, "Heated_are": 479.0, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 10.0, "Total_Year": 20512.0, "January_He": 1594.0, "February_H": 897.0, "March_Heat": 276.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 522.0, "December_H": 1451.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.216053445353474, 48.78985240148711, 0.0 ], [ 9.215773033945435, 48.789806706468198, 0.0 ], [ 9.215771125576131, 48.789805990654678, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.21579306562313, 48.789749297655703, 0.0 ], [ 9.21580180824037, 48.789725181739193, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.216083722406221, 48.789772312647187, 0.0 ], [ 9.216053445353474, 48.78985240148711, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b03", "Latitude": 48.78977, "Longitude": 9.21574, "X_coordina": 3515924.42, "Y_coordina": 5405833.9, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 94.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 112.0, "Total_wall": 87.2, "Total_wa00": 0.0, "Total_outw": 296.2, "Total_shar": 114.5, "Total_roof": 112.0, "Gross_volu": 406.7, "Is_Gross_v": "false", "Heated_vol": 294.6, "Ridge_mean": 3.6, "Eaves_mean": 3.63, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.847, "Heated_are": 94.3, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 25.7, "Total_Year": 5522.0, "January_He": 724.0, "February_H": 443.0, "March_Heat": 190.0, "April_Heat": 19.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 320.0, "December_H": 695.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215771125576131, 48.789805990654678, 0.0 ], [ 9.215773033945435, 48.789806706468198, 0.0 ], [ 9.215758098540446, 48.789846570620405, 0.0 ], [ 9.215598891931716, 48.789819981617882, 0.0 ], [ 9.215626340275266, 48.789746552542383, 0.0 ], [ 9.215727254707337, 48.789762819575351, 0.0 ], [ 9.215728868148771, 48.78975823044761, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.215771125576131, 48.789805990654678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b04", "Latitude": 48.7897, "Longitude": 9.21622, "X_coordina": 3515959.47, "Y_coordina": 5405825.41, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 318.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 175.3, "Total_wall": 196.5, "Total_wa00": 0.0, "Total_outw": 421.5, "Total_shar": 116.8, "Total_roof": 175.3, "Gross_volu": 820.7, "Is_Gross_v": "false", "Heated_vol": 820.7, "Ridge_mean": 4.7, "Eaves_mean": 4.68, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.667, "Heated_are": 318.0, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 8.6, "Total_Year": 13168.0, "January_He": 950.0, "February_H": 473.0, "March_Heat": 126.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 271.0, "December_H": 886.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21609162805566, 48.789711779206904, 0.0 ], [ 9.216095167979796, 48.789712132259098, 0.0 ], [ 9.216109032495556, 48.78967649648272, 0.0 ], [ 9.216124515799601, 48.789637530491959, 0.0 ], [ 9.216272825906751, 48.789662070989309, 0.0 ], [ 9.216224813073511, 48.78979524812619, 0.0 ], [ 9.216083722406221, 48.789772312647187, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.21609162805566, 48.789711779206904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b05", "Latitude": 48.78966, "Longitude": 9.21596, "X_coordina": 3515940.92, "Y_coordina": 5405820.88, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 627.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 315.9, "Total_wall": 172.6, "Total_wa00": 0.0, "Total_outw": 345.7, "Total_shar": 553.9, "Total_roof": 315.9, "Gross_volu": 1544.7, "Is_Gross_v": "false", "Heated_vol": 1295.2, "Ridge_mean": 5.4, "Eaves_mean": 3.81, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.521, "Heated_are": 627.7, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.0, "Total_Year": 21892.0, "January_He": 525.0, "February_H": 151.0, "March_Heat": 17.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 67.0, "December_H": 506.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21609162805566, 48.789711779206904, 0.0 ], [ 9.216069553427655, 48.789768742286569, 0.0 ], [ 9.21580180824037, 48.789725181739193, 0.0 ], [ 9.21579306562313, 48.789749297655703, 0.0 ], [ 9.215790069679414, 48.789748853651304, 0.0 ], [ 9.215735052426679, 48.789740503906664, 0.0 ], [ 9.215728514633085, 48.78973925722287, 0.0 ], [ 9.215785550063876, 48.789583492552993, 0.0 ], [ 9.215890147169549, 48.789601730863332, 0.0 ], [ 9.215877242487309, 48.789639073363681, 0.0 ], [ 9.216101548239116, 48.789676690374314, 0.0 ], [ 9.216102902203112, 48.789675069208172, 0.0 ], [ 9.216109032495556, 48.78967649648272, 0.0 ], [ 9.216095167979796, 48.789712132259098, 0.0 ], [ 9.21609162805566, 48.789711779206904, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b06", "Latitude": 48.78982, "Longitude": 9.21536, "X_coordina": 3515896.78, "Y_coordina": 5405839.32, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 465.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 215.5, "Total_wall": 452.1, "Total_wa00": 0.0, "Total_outw": 804.9, "Total_shar": 0.0, "Total_roof": 220.5, "Gross_volu": 1668.8, "Is_Gross_v": "false", "Heated_vol": 1453.3, "Ridge_mean": 9.2, "Eaves_mean": 6.74, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.567, "Heated_are": 465.1, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 13.8, "Total_Year": 21706.0, "January_He": 2158.0, "February_H": 1072.0, "March_Heat": 308.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 40.0, "November_H": 731.0, "December_H": 2098.0, "PV_potenti": 6.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215200898266341, 48.789774595198487, 0.0 ], [ 9.215471236645993, 48.789819950762357, 0.0 ], [ 9.215435972842283, 48.789911648918022, 0.0 ], [ 9.215165906185543, 48.78986629276443, 0.0 ], [ 9.215200898266341, 48.789774595198487, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016b07", "Latitude": 48.79033, "Longitude": 9.21644, "X_coordina": 3515975.59, "Y_coordina": 5405895.58, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 26524.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 7923.0, "Total_wall": 419.6, "Total_wa00": 0.0, "Total_outw": 2300.3, "Total_shar": 0.0, "Total_roof": 9108.7, "Gross_volu": 90812.0, "Is_Gross_v": "false", "Heated_vol": 82888.9, "Ridge_mean": 24.9, "Eaves_mean": 1.06, "Storey_num": 9, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.196, "Heated_are": 26524.5, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 1.6, "Total_Year": 915284.0, "January_He": 18150.0, "February_H": 7340.0, "March_Heat": 971.0, "April_Heat": 12.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 2253.0, "December_H": 14944.0, "PV_potenti": 403.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215907216054475, 48.79002748727045, 0.0 ], [ 9.216010812923839, 48.789971000807945, 0.0 ], [ 9.216129169293332, 48.789928874334343, 0.0 ], [ 9.216257801531443, 48.789902824773179, 0.0 ], [ 9.216391406796481, 48.789893941137969, 0.0 ], [ 9.216525222387942, 48.789902322289933, 0.0 ], [ 9.216653940464349, 48.789927888290208, 0.0 ], [ 9.216772657182, 48.789969569302791, 0.0 ], [ 9.216876874219198, 48.790025665280567, 0.0 ], [ 9.216962364219281, 48.790094205906868, 0.0 ], [ 9.217026121107246, 48.790172409255398, 0.0 ], [ 9.21706554625259, 48.790257312780199, 0.0 ], [ 9.21707899246563, 48.790345682360289, 0.0 ], [ 9.217066308780336, 48.790434101191408, 0.0 ], [ 9.21702761641667, 48.790519151938796, 0.0 ], [ 9.21696453442104, 48.790597594275773, 0.0 ], [ 9.21687963531612, 48.790666365914817, 0.0 ], [ 9.216775902289182, 48.790722943331367, 0.0 ], [ 9.216657544211884, 48.790764980542797, 0.0 ], [ 9.216529046075957, 48.790791030293867, 0.0 ], [ 9.216395302748655, 48.790800004269983, 0.0 ], [ 9.216261620500701, 48.790791532794188, 0.0 ], [ 9.216132764318861, 48.79076596661848, 0.0 ], [ 9.216014046635101, 48.790724374877769, 0.0 ], [ 9.215909964816204, 48.790668187949336, 0.0 ], [ 9.21582433956052, 48.790599736726357, 0.0 ], [ 9.215760720086941, 48.790521532461462, 0.0 ], [ 9.215721296931452, 48.790436628490696, 0.0 ], [ 9.215707716982049, 48.790348259004375, 0.0 ], [ 9.215720539124863, 48.790259840062411, 0.0 ], [ 9.215759233499522, 48.790174789746509, 0.0 ], [ 9.215822180754683, 48.790096348316212, 0.0 ], [ 9.215907216054475, 48.79002748727045, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016abc", "Latitude": 48.78782, "Longitude": 9.20698, "X_coordina": 3515281.09, "Y_coordina": 5405614.64, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 234.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 71.8, "Total_wall": 195.9, "Total_wa00": 0.0, "Total_outw": 334.9, "Total_shar": 152.5, "Total_roof": 114.0, "Gross_volu": 803.1, "Is_Gross_v": "false", "Heated_vol": 731.3, "Ridge_mean": 14.7, "Eaves_mean": 8.87, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.506, "Heated_are": 234.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.0, "Total_Year": 14243.0, "January_He": 2641.0, "February_H": 1788.0, "March_Heat": 1083.0, "April_Heat": 229.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 527.0, "November_H": 1629.0, "December_H": 2601.0, "PV_potenti": 4.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206866513207828, 48.78787215631646, 0.0 ], [ 9.206880367490166, 48.787832565016863, 0.0 ], [ 9.206895702066513, 48.787788924490961, 0.0 ], [ 9.206996195971836, 48.787803851074678, 0.0 ], [ 9.206966599010698, 48.787887083658894, 0.0 ], [ 9.206866513207828, 48.78787215631646, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016a88", "Latitude": 48.7889, "Longitude": 9.20513, "X_coordina": 3515145.09, "Y_coordina": 5405735.09, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 633.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 124.1, "Total_wall": 527.1, "Total_wa00": 0.0, "Total_outw": 664.1, "Total_shar": 189.3, "Total_roof": 176.3, "Gross_volu": 2104.9, "Is_Gross_v": "false", "Heated_vol": 1980.9, "Ridge_mean": 19.2, "Eaves_mean": 13.95, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.411, "Heated_are": 633.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.7, "Total_Year": 35840.0, "January_He": 6288.0, "February_H": 4462.0, "March_Heat": 2849.0, "April_Heat": 623.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1341.0, "November_H": 3995.0, "December_H": 6150.0, "PV_potenti": 7.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205033083151726, 48.788993815694937, 0.0 ], [ 9.205021375761051, 48.788859310764821, 0.0 ], [ 9.20512220145347, 48.78885508465266, 0.0 ], [ 9.205123814988008, 48.788883677498191, 0.0 ], [ 9.205146737020387, 48.78889811437358, 0.0 ], [ 9.205147315468036, 48.78890647624219, 0.0 ], [ 9.205142280158524, 48.788906485212145, 0.0 ], [ 9.205148469607446, 48.788989293863487, 0.0 ], [ 9.205033083151726, 48.788993815694937, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016a20", "Latitude": 48.78808, "Longitude": 9.19894, "X_coordina": 3514690.24, "Y_coordina": 5405641.77, "LOD": "LOD2", "Year_of_co": 1914, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 858.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 198.6, "Total_wall": 575.7, "Total_wa00": 0.0, "Total_outw": 898.8, "Total_shar": 262.4, "Total_roof": 265.7, "Gross_volu": 2881.2, "Is_Gross_v": "false", "Heated_vol": 2682.6, "Ridge_mean": 18.1, "Eaves_mean": 12.02, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.378, "Heated_are": 858.4, "Mean_Uvalu": 0.59, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 46255.0, "January_He": 8604.0, "February_H": 5570.0, "March_Heat": 2981.0, "April_Heat": 438.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1369.0, "November_H": 5145.0, "December_H": 8493.0, "PV_potenti": 12.23 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198819109688531, 48.788182899542107, 0.0 ], [ 9.19881831092577, 48.788187397103989, 0.0 ], [ 9.198816403923741, 48.788186950778147, 0.0 ], [ 9.198819554238796, 48.78812318946656, 0.0 ], [ 9.198822447647711, 48.78806329531502, 0.0 ], [ 9.198849945083088, 48.788065226156483, 0.0 ], [ 9.198853640407384, 48.788001643748792, 0.0 ], [ 9.198966604038381, 48.788004326182403, 0.0 ], [ 9.198957269829103, 48.788190574204457, 0.0 ], [ 9.198871253604649, 48.788188474693015, 0.0 ], [ 9.198871100460554, 48.788184158621988, 0.0 ], [ 9.198819109688531, 48.788182899542107, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000169d1", "Latitude": 48.7941, "Longitude": 9.21272, "X_coordina": 3515701.44, "Y_coordina": 5406314.73, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1223.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 749.9, "Total_wall": 561.0, "Total_wa00": 0.0, "Total_outw": 1150.6, "Total_shar": 0.0, "Total_roof": 749.9, "Gross_volu": 4377.6, "Is_Gross_v": "false", "Heated_vol": 3824.8, "Ridge_mean": 5.8, "Eaves_mean": 5.84, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.489, "Heated_are": 1223.9, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 78.1, "Total_Year": 95579.0, "January_He": 17770.0, "February_H": 14111.0, "March_Heat": 11873.0, "April_Heat": 6701.0, "May_Heatin": 2331.0, "June_Heati": 239, "July_Heati": 32, "August_Hea": 79, "September_": 3496.0, "October_He": 8372.0, "November_H": 13220.0, "December_H": 17356.0, "PV_potenti": 35.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21294397394696, 48.794125607434701, 0.0 ], [ 9.212722300485256, 48.794296242419421, 0.0 ], [ 9.212412600125399, 48.794120473955587, 0.0 ], [ 9.212634138143693, 48.793949929735035, 0.0 ], [ 9.21294397394696, 48.794125607434701, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001661e", "Latitude": 48.78784, "Longitude": 9.21039, "X_coordina": 3515532.33, "Y_coordina": 5405617.75, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 172.8, "SecondaryU": "retail", "Secondar00": 51.6, "BuildingTy": "MFH", "Footprint_": 64.5, "Total_wall": 190.4, "Total_wa00": 0.0, "Total_outw": 287.2, "Total_shar": 187.7, "Total_roof": 111.2, "Gross_volu": 709.5, "Is_Gross_v": "false", "Heated_vol": 701.1, "Ridge_mean": 14.1, "Eaves_mean": 7.81, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.519, "Heated_are": 224.3, "Mean_Uvalu": 0.49, "Specific_d": "29,0", "Specific_s": 45.0, "Total_Year": 16607.0, "January_He": 2555.0, "February_H": 1709.0, "March_Heat": 1017.0, "April_Heat": 231.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 486.0, "November_H": 1535.0, "December_H": 2529.0, "PV_potenti": 4.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210362012932993, 48.787828236063746, 0.0 ], [ 9.210420430880051, 48.787836941856845, 0.0 ], [ 9.2103994664091, 48.787900376343558, 0.0 ], [ 9.210340230744618, 48.787891402262474, 0.0 ], [ 9.210280450003198, 48.787882249298924, 0.0 ], [ 9.210283542048566, 48.787873161362917, 0.0 ], [ 9.210301960841219, 48.787819263454253, 0.0 ], [ 9.210362012932993, 48.787828236063746, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016546", "Latitude": 48.78863, "Longitude": 9.19357, "X_coordina": 3514295.96, "Y_coordina": 5405702.64, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2461, "PrimaryUsa": "non-heated", "PrimaryU00": 19055.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 4096.3, "Total_wall": 5768.4, "Total_wa00": 0.0, "Total_outw": 6995.3, "Total_shar": 1815.7, "Total_roof": 4098.6, "Gross_volu": 63644.2, "Is_Gross_v": "false", "Heated_vol": 59547.8, "Ridge_mean": 25.8, "Eaves_mean": 3.94, "Storey_num": 9, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.223, "Heated_are": 19055.3, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 194.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193586689185684, 48.789114431277994, 0.0 ], [ 9.193552862750362, 48.789094704938222, 0.0 ], [ 9.193555169709796, 48.789092992511442, 0.0 ], [ 9.193075733654901, 48.788812426291514, 0.0 ], [ 9.193130557397046, 48.788771598944791, 0.0 ], [ 9.19312728366455, 48.788769626115112, 0.0 ], [ 9.193337623873338, 48.788613615321196, 0.0 ], [ 9.193003315061983, 48.788417243332724, 0.0 ], [ 9.193227298530074, 48.788270471999226, 0.0 ], [ 9.193348520585774, 48.788191045785055, 0.0 ], [ 9.193934622491424, 48.788536086414105, 0.0 ], [ 9.193776124668355, 48.78865415321745, 0.0 ], [ 9.19405232632278, 48.78881492120361, 0.0 ], [ 9.193905457112223, 48.788913634998991, 0.0 ], [ 9.19390204725064, 48.788911662420588, 0.0 ], [ 9.193847495123023, 48.788952219905184, 0.0 ], [ 9.193586689185684, 48.789114431277994, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016547", "Latitude": 48.78897, "Longitude": 9.19329, "X_coordina": 3514275.38, "Y_coordina": 5405740.01, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 4624.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 952.3, "Total_wall": 1869.4, "Total_wa00": 0.0, "Total_outw": 2334.5, "Total_shar": 1256.3, "Total_roof": 952.4, "Gross_volu": 14452.0, "Is_Gross_v": "false", "Heated_vol": 14452.0, "Ridge_mean": 23.2, "Eaves_mean": 23.23, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.261, "Heated_are": 4624.6, "Mean_Uvalu": 0.35, "Specific_d": "73,0", "Specific_s": 41.1, "Total_Year": 527796.0, "January_He": 41853.0, "February_H": 32470.0, "March_Heat": 24325.0, "April_Heat": 9573.0, "May_Heatin": 1078.0, "June_Heati": 28, "July_Heati": 3, "August_Hea": 6, "September_": 1844.0, "October_He": 11693.0, "November_H": 27334.0, "December_H": 39943.0, "PV_potenti": 42.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193491525688808, 48.789140489228238, 0.0 ], [ 9.193483751261905, 48.78913600610926, 0.0 ], [ 9.193358494538408, 48.789228478154975, 0.0 ], [ 9.19291204499573, 48.788926184268966, 0.0 ], [ 9.193027937839037, 48.788840562597436, 0.0 ], [ 9.19299656658696, 48.788822180832568, 0.0 ], [ 9.193093593729849, 48.78874989941044, 0.0 ], [ 9.19312728366455, 48.788769626115112, 0.0 ], [ 9.193130557397046, 48.788771598944791, 0.0 ], [ 9.193075733654901, 48.788812426291514, 0.0 ], [ 9.193555169709796, 48.789092992511442, 0.0 ], [ 9.193552862750362, 48.789094704938222, 0.0 ], [ 9.193586689185684, 48.789114431277994, 0.0 ], [ 9.19354500809005, 48.789140129578861, 0.0 ], [ 9.193515273348003, 48.789122734365598, 0.0 ], [ 9.193491525688808, 48.789140489228238, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001646f", "Latitude": 48.7878, "Longitude": 9.19758, "X_coordina": 3514590.88, "Y_coordina": 5405610.58, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1018.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 243.8, "Total_wall": 679.7, "Total_wa00": 0.0, "Total_outw": 1044.0, "Total_shar": 42.1, "Total_roof": 344.0, "Gross_volu": 3426.2, "Is_Gross_v": "false", "Heated_vol": 3182.4, "Ridge_mean": 17.9, "Eaves_mean": 10.19, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 1018.4, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 52002.0, "January_He": 8905.0, "February_H": 6291.0, "March_Heat": 3821.0, "April_Heat": 703.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1763.0, "November_H": 5584.0, "December_H": 8720.0, "PV_potenti": 14.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197476441454768, 48.787900511565525, 0.0 ], [ 9.197392322125911, 48.787861449072679, 0.0 ], [ 9.19743029622702, 48.787828202142407, 0.0 ], [ 9.197554118644836, 48.787719811620001, 0.0 ], [ 9.197556435994914, 48.787720796804727, 0.0 ], [ 9.197566336759403, 48.787712237070878, 0.0 ], [ 9.197627552145157, 48.787740817678824, 0.0 ], [ 9.197634064161999, 48.787735680854041, 0.0 ], [ 9.197684098275086, 48.787758615430285, 0.0 ], [ 9.197669729980161, 48.787773117804754, 0.0 ], [ 9.197678046441418, 48.787776970246313, 0.0 ], [ 9.197570808730186, 48.787880746341067, 0.0 ], [ 9.197526476719082, 48.787923715978579, 0.0 ], [ 9.197476441454768, 48.787900511565525, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016471", "Latitude": 48.7879, "Longitude": 9.19765, "X_coordina": 3514595.51, "Y_coordina": 5405622.03, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 44.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.5, "Total_wall": 53.2, "Total_wa00": 0.0, "Total_outw": 168.5, "Total_shar": 42.2, "Total_roof": 49.5, "Gross_volu": 113.4, "Is_Gross_v": "false", "Heated_vol": 113.4, "Ridge_mean": 2.3, "Eaves_mean": 2.3, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.342, "Heated_are": 44.7, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197526476719082, 48.787923715978579, 0.0 ], [ 9.197570808730186, 48.787880746341067, 0.0 ], [ 9.197676986660253, 48.787922918167688, 0.0 ], [ 9.197619299112212, 48.787961054888477, 0.0 ], [ 9.197526476719082, 48.787923715978579, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001631b", "Latitude": 48.78843, "Longitude": 9.21232, "X_coordina": 3515673.48, "Y_coordina": 5405683.68, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 112.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 42.5, "Total_wall": 127.9, "Total_wa00": 0.0, "Total_outw": 211.8, "Total_shar": 107.9, "Total_roof": 59.0, "Gross_volu": 393.0, "Is_Gross_v": "false", "Heated_vol": 350.5, "Ridge_mean": 11.1, "Eaves_mean": 7.81, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.631, "Heated_are": 112.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 49.0, "Total_Year": 7271.0, "January_He": 1424.0, "February_H": 921.0, "March_Heat": 519.0, "April_Heat": 108.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 243.0, "November_H": 839.0, "December_H": 1422.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212272264734723, 48.788471461761986, 0.0 ], [ 9.212213599341464, 48.788468872172899, 0.0 ], [ 9.212218854797303, 48.788424260355654, 0.0 ], [ 9.212334007318059, 48.788429263667645, 0.0 ], [ 9.212330113604624, 48.788474052826686, 0.0 ], [ 9.212272264734723, 48.788471461761986, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016158", "Latitude": 48.78992, "Longitude": 9.20487, "X_coordina": 3515125.59, "Y_coordina": 5405848.13, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 420.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 94.9, "Total_wall": 304.3, "Total_wa00": 0.0, "Total_outw": 457.4, "Total_shar": 217.3, "Total_roof": 163.4, "Gross_volu": 1340.4, "Is_Gross_v": "false", "Heated_vol": 1314.5, "Ridge_mean": 15.9, "Eaves_mean": 10.51, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.425, "Heated_are": 420.6, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 38.3, "Total_Year": 22766.0, "January_He": 4131.0, "February_H": 2774.0, "March_Heat": 1579.0, "April_Heat": 278.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 736.0, "November_H": 2482.0, "December_H": 4084.0, "PV_potenti": 7.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20491965839487, 48.78994801745106, 0.0 ], [ 9.204845032760385, 48.790003453251771, 0.0 ], [ 9.204818158507589, 48.789987764417688, 0.0 ], [ 9.204786236779755, 48.789969117073547, 0.0 ], [ 9.204756361581852, 48.789951725012514, 0.0 ], [ 9.204727850253427, 48.789935049908081, 0.0 ], [ 9.204802475184108, 48.789879434336598, 0.0 ], [ 9.20491965839487, 48.78994801745106, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00016072", "Latitude": 48.79484, "Longitude": 9.20717, "X_coordina": 3515293.44, "Y_coordina": 5406395.11, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1421.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 258.8, "Total_wall": 1330.5, "Total_wa00": 0.0, "Total_outw": 1741.9, "Total_shar": 0.0, "Total_roof": 258.8, "Gross_volu": 4595.1, "Is_Gross_v": "false", "Heated_vol": 4441.0, "Ridge_mean": 18.9, "Eaves_mean": 18.94, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 23, "Number_o00": 41, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.412, "Heated_are": 1421.1, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 71764.0, "January_He": 12280.0, "February_H": 8555.0, "March_Heat": 5240.0, "April_Heat": 1057.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 98.0, "October_He": 2369.0, "November_H": 7588.0, "December_H": 12035.0, "PV_potenti": 9.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207150265884314, 48.794949713217996, 0.0 ], [ 9.207144681846106, 48.794948824026903, 0.0 ], [ 9.206985198794879, 48.794924022115538, 0.0 ], [ 9.207003363301006, 48.794873002811464, 0.0 ], [ 9.207031963967436, 48.794877447575203, 0.0 ], [ 9.207073138574582, 48.794762271396252, 0.0 ], [ 9.207214235087545, 48.794784228718179, 0.0 ], [ 9.207271163780334, 48.794793028701164, 0.0 ], [ 9.207236987836282, 48.794888948715773, 0.0 ], [ 9.207165892954196, 48.794877476494328, 0.0 ], [ 9.207163873584957, 48.794882875540218, 0.0 ], [ 9.207174224643859, 48.794884565466567, 0.0 ], [ 9.207150265884314, 48.794949713217996, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015ded", "Latitude": 48.78995, "Longitude": 9.21049, "X_coordina": 3515539.03, "Y_coordina": 5405852.27, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3010, "PrimaryUsa": "office and administration", "PrimaryU00": 4710.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1101.1, "Total_wall": 2785.6, "Total_wa00": 0.0, "Total_outw": 4115.2, "Total_shar": 4.5, "Total_roof": 1656.5, "Gross_volu": 15659.9, "Is_Gross_v": "false", "Heated_vol": 14718.9, "Ridge_mean": 19.1, "Eaves_mean": 5.69, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.367, "Heated_are": 4710.0, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 54.1, "Total_Year": 323468.99999999994, "January_He": 57123.0, "February_H": 43139.0, "March_Heat": 30952.0, "April_Heat": 11051.0, "May_Heatin": 1239.0, "June_Heati": 41, "July_Heati": 4, "August_Hea": 9, "September_": 2398.0, "October_He": 15964.0, "November_H": 37391.0, "December_H": 55343.0, "PV_potenti": 72.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210822197161107, 48.789924683764404, 0.0 ], [ 9.210754236194443, 48.789945130899184, 0.0 ], [ 9.210722880180553, 48.789899596998012, 0.0 ], [ 9.210484611263926, 48.789971881719651, 0.0 ], [ 9.210526922211999, 48.790033581912077, 0.0 ], [ 9.210515095710925, 48.790036840782257, 0.0 ], [ 9.210539068765794, 48.790074295110159, 0.0 ], [ 9.210540177821169, 48.790079148958512, 0.0 ], [ 9.210533148407567, 48.790090492186842, 0.0 ], [ 9.210527308463572, 48.790093380419172, 0.0 ], [ 9.210438552045375, 48.790120339882932, 0.0 ], [ 9.210435286197068, 48.790120435774334, 0.0 ], [ 9.2104248014207, 48.790119106078421, 0.0 ], [ 9.210416075322156, 48.790115255306617, 0.0 ], [ 9.210410062806721, 48.790109421256375, 0.0 ], [ 9.210409514300451, 48.790108433098645, 0.0 ], [ 9.210385155979333, 48.790076464789202, 0.0 ], [ 9.210370879040894, 48.79007954827393, 0.0 ], [ 9.210329250586142, 48.79001829639639, 0.0 ], [ 9.210091250098335, 48.790089950347472, 0.0 ], [ 9.210120837581757, 48.790135757416671, 0.0 ], [ 9.210056407700659, 48.790154579071022, 0.0 ], [ 9.209990754436747, 48.790173762614579, 0.0 ], [ 9.209957070762099, 48.790124725729783, 0.0 ], [ 9.209939681202721, 48.790099398969396, 0.0 ], [ 9.2098932630158, 48.790031681164962, 0.0 ], [ 9.209958778538946, 48.790012138233067, 0.0 ], [ 9.210024566195822, 48.789992594767554, 0.0 ], [ 9.210038397091695, 48.790013072130215, 0.0 ], [ 9.210313234685501, 48.789930919878017, 0.0 ], [ 9.210302694712643, 48.789916371497995, 0.0 ], [ 9.210346325787526, 48.789903252885701, 0.0 ], [ 9.210385063916219, 48.789891671897514, 0.0 ], [ 9.210394651262941, 48.789906222010508, 0.0 ], [ 9.210669483926086, 48.78982316967975, 0.0 ], [ 9.210656062983766, 48.7898031412604, 0.0 ], [ 9.210656878405471, 48.789802869997906, 0.0 ], [ 9.210723206871947, 48.789782605754468, 0.0 ], [ 9.210785729236717, 48.789763427522956, 0.0 ], [ 9.210830369761437, 48.789828900134815, 0.0 ], [ 9.210958143473752, 48.789792247071809, 0.0 ], [ 9.211007438898358, 48.789864275512755, 0.0 ], [ 9.210880483476071, 48.789901376749654, 0.0 ], [ 9.210884313271993, 48.789905955841775, 0.0 ], [ 9.210822197161107, 48.789924683764404, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000158f7", "Latitude": 48.79054, "Longitude": 9.19952, "X_coordina": 3514732.72, "Y_coordina": 5405915.67, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 612.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 133.5, "Total_wall": 520.6, "Total_wa00": 0.0, "Total_outw": 703.8, "Total_shar": 282.0, "Total_roof": 183.1, "Gross_volu": 2375.4, "Is_Gross_v": "false", "Heated_vol": 2241.9, "Ridge_mean": 20.1, "Eaves_mean": 15.02, "Storey_num": 6, "Average_St": 3.2, "Number_of_": 10, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 612.8, "Mean_Uvalu": 0.6, "Specific_d": "15,8", "Specific_s": 48.6, "Total_Year": 39517.0, "January_He": 7204.0, "February_H": 5105.0, "March_Heat": 3273.0, "April_Heat": 826.0, "May_Heatin": 46.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 109.0, "October_He": 1615.0, "November_H": 4547.0, "December_H": 7086.0, "PV_potenti": 6.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199419186988935, 48.790602876022341, 0.0 ], [ 9.199393812917963, 48.790587632945268, 0.0 ], [ 9.199370074840425, 48.790573106419153, 0.0 ], [ 9.199365709501008, 48.79057050619182, 0.0 ], [ 9.199397189596446, 48.790546801775442, 0.0 ], [ 9.19946123524098, 48.790498581723902, 0.0 ], [ 9.199476839331917, 48.790486774700923, 0.0 ], [ 9.199528402217897, 48.790516809783604, 0.0 ], [ 9.19952690946414, 48.79051789145349, 0.0 ], [ 9.199593341603059, 48.790556713257338, 0.0 ], [ 9.199544219649058, 48.790593127528844, 0.0 ], [ 9.199495097624034, 48.790629541779296, 0.0 ], [ 9.199431532705136, 48.790593052967864, 0.0 ], [ 9.199419186988935, 48.790602876022341, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000158e6", "Latitude": 48.79067, "Longitude": 9.19931, "X_coordina": 3514716.97, "Y_coordina": 5405930.8, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 400.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 115.9, "Total_wall": 277.2, "Total_wa00": 0.0, "Total_outw": 446.0, "Total_shar": 308.4, "Total_roof": 115.9, "Gross_volu": 1364.7, "Is_Gross_v": "false", "Heated_vol": 1250.3, "Ridge_mean": 11.8, "Eaves_mean": 11.79, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 11, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.391, "Heated_are": 400.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 37.0, "Total_Year": 21123.0, "January_He": 3459.0, "February_H": 2527.0, "March_Heat": 1761.0, "April_Heat": 530.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 852.0, "November_H": 2205.0, "December_H": 3358.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199285222760425, 48.790762902201358, 0.0 ], [ 9.199160679128765, 48.790690009764248, 0.0 ], [ 9.199246302561425, 48.7906261957271, 0.0 ], [ 9.199319146016659, 48.790668783387027, 0.0 ], [ 9.199370709351754, 48.790698908462147, 0.0 ], [ 9.199285222760425, 48.790762902201358, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015868", "Latitude": 48.78976, "Longitude": 9.19484, "X_coordina": 3514388.49, "Y_coordina": 5405828.42, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3210, "PrimaryUsa": "sport location", "PrimaryU00": 3537.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1645.8, "Total_wall": 582.1, "Total_wa00": 0.0, "Total_outw": 1361.9, "Total_shar": 520.7, "Total_roof": 2035.4, "Gross_volu": 12700.0, "Is_Gross_v": "false", "Heated_vol": 11054.2, "Ridge_mean": 11.9, "Eaves_mean": 11.93, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.346, "Heated_are": 3537.4, "Mean_Uvalu": 0.24, "Specific_d": "124,1", "Specific_s": 113.0, "Total_Year": 838886.00000000012, "January_He": 84760.0, "February_H": 67235.0, "March_Heat": 52748.0, "April_Heat": 25121.0, "May_Heatin": 4961.0, "June_Heati": 133, "July_Heati": 1, "August_Hea": 5, "September_": 5994.0, "October_He": 24637.0, "November_H": 54364.0, "December_H": 79870.0, "PV_potenti": 97.88 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194772944364782, 48.789558632027934, 0.0 ], [ 9.194799952053607, 48.789574502826902, 0.0 ], [ 9.194813657593262, 48.789564228346919, 0.0 ], [ 9.195184262071232, 48.78978130588991, 0.0 ], [ 9.195108813580308, 48.789837815864956, 0.0 ], [ 9.195050734182665, 48.78988125744501, 0.0 ], [ 9.195057453626772, 48.78996460526686, 0.0 ], [ 9.194949842407047, 48.79004481952505, 0.0 ], [ 9.194956935596446, 48.790049033926906, 0.0 ], [ 9.194951642964234, 48.790052909603176, 0.0 ], [ 9.194878530856444, 48.790010049862282, 0.0 ], [ 9.194413946401301, 48.789738186710501, 0.0 ], [ 9.194398803738588, 48.789728770293486, 0.0 ], [ 9.194404096379426, 48.789724894642376, 0.0 ], [ 9.194419510183261, 48.789734040830005, 0.0 ], [ 9.19464464192423, 48.789567032019256, 0.0 ], [ 9.194721313612874, 48.789510070658906, 0.0 ], [ 9.194786649905645, 48.789548357551141, 0.0 ], [ 9.194772944364782, 48.789558632027934, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001585f", "Latitude": 48.78979, "Longitude": 9.19568, "X_coordina": 3514450.67, "Y_coordina": 5405831.67, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 9467.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1650.9, "Total_wall": 4361.4, "Total_wa00": 0.0, "Total_outw": 5870.1, "Total_shar": 0.0, "Total_roof": 1937.0, "Gross_volu": 31235.6, "Is_Gross_v": "false", "Heated_vol": 29584.6, "Ridge_mean": 22.0, "Eaves_mean": 15.94, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.263, "Heated_are": 9467.1, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 35.4, "Total_Year": 570277.0, "January_He": 76812.0, "February_H": 56543.0, "March_Heat": 39347.0, "April_Heat": 12231.0, "May_Heatin": 1008.0, "June_Heati": 34, "July_Heati": 5, "August_Hea": 10, "September_": 2538.0, "October_He": 21195.0, "November_H": 50571.0, "December_H": 74821.0, "PV_potenti": 99.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196006266491393, 48.789852208277033, 0.0 ], [ 9.196004096023074, 48.789854010443975, 0.0 ], [ 9.19604256262018, 48.789876695642128, 0.0 ], [ 9.196043645401934, 48.789875165097051, 0.0 ], [ 9.196067378688937, 48.789888793081872, 0.0 ], [ 9.1960648006454, 48.789890775791157, 0.0 ], [ 9.196085396816612, 48.789902610640915, 0.0 ], [ 9.196102992310045, 48.789912742048053, 0.0 ], [ 9.196105028437241, 48.789911389726186, 0.0 ], [ 9.196129442920228, 48.789925196385326, 0.0 ], [ 9.196126863825885, 48.789926909326908, 0.0 ], [ 9.196164372980085, 48.789948337183979, 0.0 ], [ 9.196166815981918, 48.789946624473394, 0.0 ], [ 9.196193007061995, 48.789962316488733, 0.0 ], [ 9.196172106326241, 48.789977099571047, 0.0 ], [ 9.196169651755172, 48.789975844821726, 0.0 ], [ 9.195953075747571, 48.790137356700328, 0.0 ], [ 9.195955668514976, 48.790139150760822, 0.0 ], [ 9.195933953879837, 48.79015465457347, 0.0 ], [ 9.195829739548678, 48.790093324085511, 0.0 ], [ 9.195713522396225, 48.790025089783676, 0.0 ], [ 9.195291077456144, 48.789776808456324, 0.0 ], [ 9.195186864689299, 48.789715477380462, 0.0 ], [ 9.195082788964953, 48.789654325824849, 0.0 ], [ 9.195319050742665, 48.789480372718252, 0.0 ], [ 9.1953161875948, 48.789479028720024, 0.0 ], [ 9.195337087677901, 48.789464065945495, 0.0 ], [ 9.195360550841608, 48.789478324000449, 0.0 ], [ 9.195358106089536, 48.78947958707888, 0.0 ], [ 9.195399295329253, 48.789502627568716, 0.0 ], [ 9.195402961759102, 48.789500553103693, 0.0 ], [ 9.195423966936403, 48.789512657149295, 0.0 ], [ 9.195422070040971, 48.789514818535679, 0.0 ], [ 9.195441574383954, 48.789525935965038, 0.0 ], [ 9.195458896386084, 48.78953579816443, 0.0 ], [ 9.195461342186171, 48.789534804853005, 0.0 ], [ 9.195485758406155, 48.789549151188247, 0.0 ], [ 9.195484402034614, 48.789550322498059, 0.0 ], [ 9.195520548324403, 48.789571393185049, 0.0 ], [ 9.195522041485756, 48.789570401489847, 0.0 ], [ 9.195547139944209, 48.789585196271766, 0.0 ], [ 9.195525427867119, 48.789601329470031, 0.0 ], [ 9.195523381604664, 48.789600074013578, 0.0 ], [ 9.195476021583703, 48.789635134710799, 0.0 ], [ 9.195478204636519, 48.789636569783156, 0.0 ], [ 9.195456763650499, 48.789652432737249, 0.0 ], [ 9.195454173370779, 48.78965126812659, 0.0 ], [ 9.195394328437024, 48.789695522190627, 0.0 ], [ 9.195401011244234, 48.789699197719933, 0.0 ], [ 9.195398430041635, 48.78970037110706, 0.0 ], [ 9.195425707742206, 48.789715611835426, 0.0 ], [ 9.195427471696252, 48.789714259987385, 0.0 ], [ 9.195447525025028, 48.789726545490879, 0.0 ], [ 9.195445895416592, 48.789727447493057, 0.0 ], [ 9.195470857490053, 48.789742152599061, 0.0 ], [ 9.19547234926025, 48.789740801212346, 0.0 ], [ 9.195491991191108, 48.789752278093715, 0.0 ], [ 9.19549022688814, 48.789753540019717, 0.0 ], [ 9.19551505254624, 48.789768155424021, 0.0 ], [ 9.195516408573543, 48.789766894190848, 0.0 ], [ 9.195535778340849, 48.789778371526793, 0.0 ], [ 9.195534694497494, 48.789779632298021, 0.0 ], [ 9.195558701882554, 48.789793799464157, 0.0 ], [ 9.195560465486301, 48.789792357691049, 0.0 ], [ 9.19557983422497, 48.789803565250409, 0.0 ], [ 9.195577798437478, 48.789805007486066, 0.0 ], [ 9.195603578887491, 48.789820160791358, 0.0 ], [ 9.195605342490872, 48.789818719017568, 0.0 ], [ 9.195623483974506, 48.789829299188781, 0.0 ], [ 9.195621720371276, 48.789830740962827, 0.0 ], [ 9.195647091872255, 48.78984571510577, 0.0 ], [ 9.195649399144294, 48.789844092560372, 0.0 ], [ 9.195667540995961, 48.789854762647607, 0.0 ], [ 9.195665642699579, 48.789856564345698, 0.0 ], [ 9.195692923712778, 48.789872614317453, 0.0 ], [ 9.195695638561572, 48.789870811231246, 0.0 ], [ 9.195714734826423, 48.789881929307185, 0.0 ], [ 9.195711747793384, 48.789883732856445, 0.0 ], [ 9.1957363003462, 48.789898078906035, 0.0 ], [ 9.195738743709949, 48.789896456127551, 0.0 ], [ 9.195757840693656, 48.789907754042339, 0.0 ], [ 9.19575594274832, 48.789909645664956, 0.0 ], [ 9.195781586863339, 48.789924709238264, 0.0 ], [ 9.1957841670189, 48.789923266073515, 0.0 ], [ 9.195802175284539, 48.789934565831942, 0.0 ], [ 9.195800001306532, 48.789935468764682, 0.0 ], [ 9.195825916232842, 48.789950172173114, 0.0 ], [ 9.195827680534256, 48.789948910242018, 0.0 ], [ 9.195834775533143, 48.789953574204979, 0.0 ], [ 9.195892312067878, 48.789910672695555, 0.0 ], [ 9.195890401525894, 48.789909327091159, 0.0 ], [ 9.195912930521564, 48.789893282358797, 0.0 ], [ 9.195915112197657, 48.789894357730645, 0.0 ], [ 9.195962877280342, 48.78985848685258, 0.0 ], [ 9.195960557061509, 48.789856782251988, 0.0 ], [ 9.195983488684123, 48.789839298042452, 0.0 ], [ 9.196006266491393, 48.789852208277033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015860", "Latitude": 48.79025, "Longitude": 9.19585, "X_coordina": 3514462.91, "Y_coordina": 5405883.46, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 25.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.1, "Total_wall": 56.7, "Total_wa00": 0.0, "Total_outw": 176.0, "Total_shar": 0.0, "Total_roof": 32.1, "Gross_volu": 88.7, "Is_Gross_v": "false", "Heated_vol": 81.0, "Ridge_mean": 2.7, "Eaves_mean": 2.74, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.424, "Heated_are": 25.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195860920459358, 48.79027212914481, 0.0 ], [ 9.195808810423683, 48.790310705074923, 0.0 ], [ 9.195751657896494, 48.790277530502308, 0.0 ], [ 9.195803904034904, 48.79023895436643, 0.0 ], [ 9.195860920459358, 48.79027212914481, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015796", "Latitude": 48.78823, "Longitude": 9.20297, "X_coordina": 3514986.32, "Y_coordina": 5405659.41, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 860.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 231.9, "Total_wall": 565.1, "Total_wa00": 0.0, "Total_outw": 899.5, "Total_shar": 0.0, "Total_roof": 391.6, "Gross_volu": 2695.2, "Is_Gross_v": "false", "Heated_vol": 2687.7, "Ridge_mean": 15.0, "Eaves_mean": 8.71, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.442, "Heated_are": 860.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.8, "Total_Year": 50456.0, "January_He": 9050.0, "February_H": 6371.0, "March_Heat": 3939.0, "April_Heat": 810.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 99.0, "October_He": 1941.0, "November_H": 5734.0, "December_H": 8862.0, "PV_potenti": 18.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202791247761425, 48.788179839819925, 0.0 ], [ 9.20291954613003, 48.788137889239458, 0.0 ], [ 9.203051590995344, 48.788316244868348, 0.0 ], [ 9.202922881843906, 48.788357656776419, 0.0 ], [ 9.202791247761425, 48.788179839819925, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000156d2", "Latitude": 48.79075, "Longitude": 9.20551, "X_coordina": 3515172.34, "Y_coordina": 5405940.76, "LOD": "LOD2", "Year_of_co": 1941, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 233.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 88.0, "Total_wall": 191.9, "Total_wa00": 0.0, "Total_outw": 352.6, "Total_shar": 124.0, "Total_roof": 146.6, "Gross_volu": 809.4, "Is_Gross_v": "false", "Heated_vol": 730.9, "Ridge_mean": 12.1, "Eaves_mean": 6.06, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.557, "Heated_are": 233.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 53.6, "Total_Year": 16250.0, "January_He": 3019.0, "February_H": 2153.0, "March_Heat": 1366.0, "April_Heat": 300.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 711.0, "November_H": 1989.0, "December_H": 2949.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205466261226654, 48.790727490629784, 0.0 ], [ 9.20552369745517, 48.790728467221442, 0.0 ], [ 9.205519580566129, 48.790820106734316, 0.0 ], [ 9.205461326931218, 48.790818951751781, 0.0 ], [ 9.205402936837235, 48.790817707059574, 0.0 ], [ 9.205405366929327, 48.790746213449843, 0.0 ], [ 9.205403053324268, 48.790746217576512, 0.0 ], [ 9.205403925236213, 48.790726432825501, 0.0 ], [ 9.205466261226654, 48.790727490629784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00015533", "Latitude": 48.78987, "Longitude": 9.20838, "X_coordina": 3515383.39, "Y_coordina": 5405843.69, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 740.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 204.5, "Total_wall": 475.8, "Total_wa00": 0.0, "Total_outw": 731.5, "Total_shar": 153.6, "Total_roof": 204.5, "Gross_volu": 1939.8, "Is_Gross_v": "false", "Heated_vol": 1939.8, "Ridge_mean": 9.5, "Eaves_mean": 9.48, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 9, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.456, "Heated_are": 740.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 31.8, "Total_Year": 35266.0, "January_He": 6231.0, "February_H": 4062.0, "March_Heat": 2145.0, "April_Heat": 280.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 919.0, "November_H": 3702.0, "December_H": 6167.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208409367446361, 48.789982310394656, 0.0 ], [ 9.208266076740568, 48.789986076645356, 0.0 ], [ 9.208254486047053, 48.789816141943881, 0.0 ], [ 9.208340481966866, 48.789812569299464, 0.0 ], [ 9.208340585298814, 48.78980465583286, 0.0 ], [ 9.208398151032215, 48.789804281903194, 0.0 ], [ 9.208409367446361, 48.789982310394656, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000153b8", "Latitude": 48.79111, "Longitude": 9.2092, "X_coordina": 3515443.26, "Y_coordina": 5405981.72, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 125.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.5, "Total_wall": 70.0, "Total_wa00": 0.0, "Total_outw": 138.4, "Total_shar": 230.3, "Total_roof": 69.1, "Gross_volu": 417.4, "Is_Gross_v": "false", "Heated_vol": 392.8, "Ridge_mean": 10.5, "Eaves_mean": 6.37, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.466, "Heated_are": 125.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7259.0, "January_He": 1312.0, "February_H": 895.0, "March_Heat": 557.0, "April_Heat": 137.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 251.0, "November_H": 795.0, "December_H": 1300.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209202553069058, 48.791103478695788, 0.0 ], [ 9.209190599077116, 48.791141628022487, 0.0 ], [ 9.209179315452662, 48.791177348192555, 0.0 ], [ 9.209101152891261, 48.791166969079022, 0.0 ], [ 9.209112299726112, 48.791131069317736, 0.0 ], [ 9.209124251906472, 48.791092470384307, 0.0 ], [ 9.209202553069058, 48.791103478695788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000152d1", "Latitude": 48.7881, "Longitude": 9.1953, "X_coordina": 3514423.16, "Y_coordina": 5405643.48, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 747.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 180.2, "Total_wall": 491.8, "Total_wa00": 0.0, "Total_outw": 720.3, "Total_shar": 388.0, "Total_roof": 205.6, "Gross_volu": 2516.6, "Is_Gross_v": "false", "Heated_vol": 2336.4, "Ridge_mean": 15.3, "Eaves_mean": 11.43, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.365, "Heated_are": 747.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 38886.0, "January_He": 6738.0, "February_H": 4704.0, "March_Heat": 2850.0, "April_Heat": 517.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1351.0, "November_H": 4230.0, "December_H": 6588.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195187363222855, 48.788124727270969, 0.0 ], [ 9.195140835823599, 48.788058352543352, 0.0 ], [ 9.195202002880592, 48.788039634675968, 0.0 ], [ 9.195269422573144, 48.788019017776655, 0.0 ], [ 9.195373160658546, 48.788169284097357, 0.0 ], [ 9.195308326820927, 48.788189986594723, 0.0 ], [ 9.195225415598109, 48.788216474818178, 0.0 ], [ 9.195224046349452, 48.788214318971782, 0.0 ], [ 9.195258979359105, 48.788203558828648, 0.0 ], [ 9.195201772793386, 48.78812065628118, 0.0 ], [ 9.195187363222855, 48.788124727270969, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000152d2", "Latitude": 48.78811, "Longitude": 9.19508, "X_coordina": 3514406.57, "Y_coordina": 5405645.35, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 166.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 91.9, "Total_wall": 185.2, "Total_wa00": 0.0, "Total_outw": 418.4, "Total_shar": 41.8, "Total_roof": 91.9, "Gross_volu": 427.0, "Is_Gross_v": "false", "Heated_vol": 427.0, "Ridge_mean": 4.6, "Eaves_mean": 4.65, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.864, "Heated_are": 166.7, "Mean_Uvalu": 0.46, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195059232657671, 48.788141400411305, 0.0 ], [ 9.194983251533573, 48.788200339161328, 0.0 ], [ 9.194925283681107, 48.78816671592925, 0.0 ], [ 9.195024207832454, 48.788093350578116, 0.0 ], [ 9.195103727236015, 48.788069565955311, 0.0 ], [ 9.195137390897749, 48.788117528147474, 0.0 ], [ 9.195059232657671, 48.788141400411305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014c13", "Latitude": 48.79046, "Longitude": 9.20947, "X_coordina": 3515463.31, "Y_coordina": 5405909.51, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 696.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 181.5, "Total_wall": 481.3, "Total_wa00": 0.0, "Total_outw": 878.2, "Total_shar": 22.4, "Total_roof": 352.4, "Gross_volu": 2358.5, "Is_Gross_v": "false", "Heated_vol": 2177.0, "Ridge_mean": 17.7, "Eaves_mean": 9.66, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 11, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 696.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.0, "Total_Year": 41013.0, "January_He": 7430.0, "February_H": 5185.0, "March_Heat": 3140.0, "April_Heat": 607.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 74.0, "October_He": 1541.0, "November_H": 4688.0, "December_H": 7293.0, "PV_potenti": 14.31 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209309288243118, 48.79042490097757, 0.0 ], [ 9.209392206882395, 48.790401100326676, 0.0 ], [ 9.20942822898483, 48.790390783530313, 0.0 ], [ 9.209429724141328, 48.790390331193144, 0.0 ], [ 9.209534885254508, 48.790544179065598, 0.0 ], [ 9.20941581486518, 48.790579915482923, 0.0 ], [ 9.209309288243118, 48.79042490097757, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014afc", "Latitude": 48.79279, "Longitude": 9.2028, "X_coordina": 3514972.97, "Y_coordina": 5406167.28, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 459.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 121.4, "Total_wall": 321.5, "Total_wa00": 0.0, "Total_outw": 446.5, "Total_shar": 290.8, "Total_roof": 168.2, "Gross_volu": 1741.6, "Is_Gross_v": "false", "Heated_vol": 1620.2, "Ridge_mean": 16.4, "Eaves_mean": 11.89, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 459.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.1, "Total_Year": 27103.0, "January_He": 4719.0, "February_H": 3453.0, "March_Heat": 2243.0, "April_Heat": 510.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 66.0, "October_He": 1127.0, "November_H": 3091.0, "December_H": 4597.0, "PV_potenti": 7.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20275248466756, 48.792745420248018, 0.0 ], [ 9.202864613958802, 48.792808528977709, 0.0 ], [ 9.202761755974148, 48.79288460563297, 0.0 ], [ 9.202651934185987, 48.79281996404243, 0.0 ], [ 9.20275248466756, 48.792745420248018, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014afd", "Latitude": 48.79284, "Longitude": 9.20274, "X_coordina": 3514968.31, "Y_coordina": 5406172.38, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 76.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 28.2, "Total_wall": 47.7, "Total_wa00": 0.0, "Total_outw": 47.7, "Total_shar": 186.7, "Total_roof": 38.8, "Gross_volu": 258.3, "Is_Gross_v": "false", "Heated_vol": 240.3, "Ridge_mean": 11.2, "Eaves_mean": 11.24, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.444, "Heated_are": 76.9, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202628323028211, 48.792837450765582, 5.499146553103003 ], [ 9.202651934185987, 48.79281996404243, 5.499146553103003 ], [ 9.202761755974148, 48.79288460563297, 5.499146553103003 ], [ 9.202738144824348, 48.792902092378398, 5.499146553103003 ], [ 9.202628323028211, 48.792837450765582, 5.499146553103003 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014758", "Latitude": 48.79471, "Longitude": 9.2023, "X_coordina": 3514935.75, "Y_coordina": 5406379.84, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1290.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 222.3, "Total_wall": 916.7, "Total_wa00": 0.0, "Total_outw": 1260.9, "Total_shar": 212.2, "Total_roof": 326.8, "Gross_volu": 4255.2, "Is_Gross_v": "false", "Heated_vol": 4032.9, "Ridge_mean": 21.8, "Eaves_mean": 16.57, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 21, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 1290.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 66451.0, "January_He": 11315.0, "February_H": 8086.0, "March_Heat": 4998.0, "April_Heat": 929.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 92.0, "October_He": 2331.0, "November_H": 7187.0, "December_H": 11048.0, "PV_potenti": 12.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202244099548707, 48.794697295991419, 0.0 ], [ 9.202267985004761, 48.794680078641626, 0.0 ], [ 9.202265117399564, 48.794677745665908, 0.0 ], [ 9.202318583699572, 48.794638085380278, 0.0 ], [ 9.202416403202701, 48.794695644404875, 0.0 ], [ 9.202254378062866, 48.794816426648701, 0.0 ], [ 9.202101988530897, 48.794727130332596, 0.0 ], [ 9.202187072825733, 48.79466385464309, 0.0 ], [ 9.202244099548707, 48.794697295991419, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000146f3", "Latitude": 48.79507, "Longitude": 9.20981, "X_coordina": 3515487.18, "Y_coordina": 5406422.24, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 361.3, "SecondaryU": "retail", "Secondar00": 104.5, "BuildingTy": "MFH", "Footprint_": 130.6, "Total_wall": 228.8, "Total_wa00": 0.0, "Total_outw": 387.8, "Total_shar": 326.8, "Total_roof": 190.9, "Gross_volu": 1586.4, "Is_Gross_v": "false", "Heated_vol": 1455.7, "Ridge_mean": 14.9, "Eaves_mean": 9.36, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.364, "Heated_are": 465.8, "Mean_Uvalu": 0.48, "Specific_d": "28,7", "Specific_s": 40.3, "Total_Year": 32141.0, "January_He": 4572.0, "February_H": 3273.0, "March_Heat": 2051.0, "April_Heat": 421.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 1008.0, "November_H": 2945.0, "December_H": 4451.0, "PV_potenti": 8.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209785669348383, 48.795039991722092, 0.0 ], [ 9.209854447123959, 48.795050477390518, 0.0 ], [ 9.209815709063049, 48.795160974094316, 0.0 ], [ 9.209758912245888, 48.795151365816565, 0.0 ], [ 9.20974747107134, 48.795149408337238, 0.0 ], [ 9.209696939664902, 48.795140867699942, 0.0 ], [ 9.209677735192678, 48.79513766541988, 0.0 ], [ 9.209715665898155, 48.795029328397526, 0.0 ], [ 9.209785669348383, 48.795039991722092, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014655", "Latitude": 48.7886, "Longitude": 9.20986, "X_coordina": 3515492.57, "Y_coordina": 5405702.42, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 54.8, "Total_wa00": 0.0, "Total_outw": 135.6, "Total_shar": 193.4, "Total_roof": 64.1, "Gross_volu": 334.8, "Is_Gross_v": "false", "Heated_vol": 288.7, "Ridge_mean": 9.1, "Eaves_mean": 5.42, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.53, "Heated_are": 92.4, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 49.7, "Total_Year": 6058.0, "January_He": 1174.0, "February_H": 788.0, "March_Heat": 437.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 223.0, "November_H": 741.0, "December_H": 1151.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209866396765408, 48.788647625460605, 0.0 ], [ 9.209812377421539, 48.788649612288452, 0.0 ], [ 9.209763256517576, 48.788651410321343, 0.0 ], [ 9.209758673432669, 48.788596655165698, 0.0 ], [ 9.209807386017719, 48.788594857878628, 0.0 ], [ 9.209860860948835, 48.7885928720452, 0.0 ], [ 9.209866396765408, 48.788647625460605, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014610", "Latitude": 48.79148, "Longitude": 9.2098, "X_coordina": 3515487.46, "Y_coordina": 5406022.05, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 286.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 103.9, "Total_wall": 237.2, "Total_wa00": 0.0, "Total_outw": 423.0, "Total_shar": 123.3, "Total_roof": 159.9, "Gross_volu": 923.1, "Is_Gross_v": "false", "Heated_vol": 894.3, "Ridge_mean": 11.5, "Eaves_mean": 5.4, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.552, "Heated_are": 286.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 51.5, "Total_Year": 19271.0, "January_He": 3560.0, "February_H": 2539.0, "March_Heat": 1599.0, "April_Heat": 350.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 824.0, "November_H": 2327.0, "December_H": 3475.0, "PV_potenti": 6.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2096950354155, 48.791515961824594, 0.0 ], [ 9.209720836147939, 48.791436782067592, 0.0 ], [ 9.209778983356324, 48.791444859208646, 0.0 ], [ 9.209834543253978, 48.791452581340288, 0.0 ], [ 9.20980231165951, 48.791556142135704, 0.0 ], [ 9.209746208390674, 48.791548690749117, 0.0 ], [ 9.20967526237405, 48.791539288041292, 0.0 ], [ 9.209683187904499, 48.791514274848439, 0.0 ], [ 9.2096950354155, 48.791515961824594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014611", "Latitude": 48.79146, "Longitude": 9.20958, "X_coordina": 3515471.62, "Y_coordina": 5406020.61, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 81.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 88.4, "Total_wall": 82.3, "Total_wa00": 0.0, "Total_outw": 299.8, "Total_shar": 0.0, "Total_roof": 88.4, "Gross_volu": 168.4, "Is_Gross_v": "false", "Heated_vol": 168.4, "Ridge_mean": 1.9, "Eaves_mean": 1.91, "Storey_num": 1, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.538, "Heated_are": 81.4, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209550954030881, 48.791559657192025, 0.0 ], [ 9.209478095945267, 48.791548639217183, 0.0 ], [ 9.209527050630417, 48.791408179408052, 0.0 ], [ 9.209600453282668, 48.791419286284665, 0.0 ], [ 9.209550954030881, 48.791559657192025, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014412", "Latitude": 48.79293, "Longitude": 9.20146, "X_coordina": 3514873.99, "Y_coordina": 5406181.98, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 843.0, "SecondaryU": "retail", "Secondar00": 148.1, "BuildingTy": "GMH", "Footprint_": 185.2, "Total_wall": 855.3, "Total_wa00": 0.0, "Total_outw": 1199.8, "Total_shar": 81.4, "Total_roof": 248.0, "Gross_volu": 3282.4, "Is_Gross_v": "false", "Heated_vol": 3097.2, "Ridge_mean": 20.9, "Eaves_mean": 14.67, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.408, "Heated_are": 991.1, "Mean_Uvalu": 0.45, "Specific_d": "24,4", "Specific_s": 36.7, "Total_Year": 60567.0, "January_He": 9160.0, "February_H": 6337.0, "March_Heat": 3763.0, "April_Heat": 698.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1731.0, "November_H": 5621.0, "December_H": 8991.0, "PV_potenti": 12.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201411459206691, 48.792875375079205, 0.0 ], [ 9.201412409028578, 48.792874654029305, 0.0 ], [ 9.201536008621654, 48.792947545658286, 0.0 ], [ 9.201471280637433, 48.792995588188852, 0.0 ], [ 9.201410623671448, 48.793040656084329, 0.0 ], [ 9.201342274967891, 48.79300022007083, 0.0 ], [ 9.201287159411505, 48.792967584238333, 0.0 ], [ 9.201348089680524, 48.792922785700149, 0.0 ], [ 9.201357453255271, 48.792915935135682, 0.0 ], [ 9.201329213568938, 48.792899258723985, 0.0 ], [ 9.201383354545786, 48.79285842867376, 0.0 ], [ 9.201411459206691, 48.792875375079205, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000142a9", "Latitude": 48.79148, "Longitude": 9.20383, "X_coordina": 3515049.01, "Y_coordina": 5406020.88, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 63.8, "Total_wa00": 0.0, "Total_outw": 141.6, "Total_shar": 203.3, "Total_roof": 60.2, "Gross_volu": 363.5, "Is_Gross_v": "false", "Heated_vol": 316.7, "Ridge_mean": 9.3, "Eaves_mean": 6.15, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.503, "Heated_are": 101.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 6382.0, "January_He": 1204.0, "February_H": 826.0, "March_Heat": 471.0, "April_Heat": 77.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 238.0, "November_H": 768.0, "December_H": 1181.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20383296298639, 48.791529454386527, 0.0 ], [ 9.20378013276444, 48.791523433079917, 0.0 ], [ 9.203729072901906, 48.791517678387926, 0.0 ], [ 9.203742737023742, 48.791463879897648, 0.0 ], [ 9.20379502315742, 48.791469992107942, 0.0 ], [ 9.20379529535019, 48.791469991626244, 0.0 ], [ 9.203846356264641, 48.791476016057892, 0.0 ], [ 9.20383296298639, 48.791529454386527, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001425b", "Latitude": 48.79295, "Longitude": 9.21444, "X_coordina": 3515827.67, "Y_coordina": 5406186.86, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 323.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 163.4, "Total_wall": 157.0, "Total_wa00": 0.0, "Total_outw": 417.1, "Total_shar": 0.0, "Total_roof": 222.6, "Gross_volu": 759.9, "Is_Gross_v": "false", "Heated_vol": 759.9, "Ridge_mean": 6.4, "Eaves_mean": 6.44, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.715, "Heated_are": 323.6, "Mean_Uvalu": 0.23, "Specific_d": "24,8", "Specific_s": 33.9, "Total_Year": 18990.0, "January_He": 2386.0, "February_H": 1824.0, "March_Heat": 1369.0, "April_Heat": 541.0, "May_Heatin": 65.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 1, "September_": 124.0, "October_He": 738.0, "November_H": 1599.0, "December_H": 2305.0, "PV_potenti": 8.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214383632174156, 48.793058331211178, 0.0 ], [ 9.214281839217826, 48.792997012929554, 0.0 ], [ 9.214305719745386, 48.792979793088435, 0.0 ], [ 9.214315110288158, 48.792979685689694, 0.0 ], [ 9.214311253282114, 48.792936889241197, 0.0 ], [ 9.214302247687632, 48.792931510584616, 0.0 ], [ 9.214370766849697, 48.79288174524055, 0.0 ], [ 9.214500940600105, 48.792959916220582, 0.0 ], [ 9.214437033548235, 48.793006076110245, 0.0 ], [ 9.214432666838295, 48.793003386533591, 0.0 ], [ 9.214417334618274, 48.793014475681836, 0.0 ], [ 9.21443193453764, 48.793023171085522, 0.0 ], [ 9.214383632174156, 48.793058331211178, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00014038", "Latitude": 48.78805, "Longitude": 9.19858, "X_coordina": 3514664.34, "Y_coordina": 5405639.18, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 907.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 193.6, "Total_wall": 582.7, "Total_wa00": 0.0, "Total_outw": 805.6, "Total_shar": 300.9, "Total_roof": 259.3, "Gross_volu": 2866.0, "Is_Gross_v": "false", "Heated_vol": 2836.7, "Ridge_mean": 18.5, "Eaves_mean": 12.31, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.364, "Heated_are": 907.8, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.6, "Total_Year": 45832.0, "January_He": 7721.0, "February_H": 5493.0, "March_Heat": 3448.0, "April_Heat": 729.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1557.0, "November_H": 4859.0, "December_H": 7562.0, "PV_potenti": 12.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198530651493714, 48.788160916296533, 0.0 ], [ 9.198528492185265, 48.788165506125672, 0.0 ], [ 9.198451020455973, 48.788156017829699, 0.0 ], [ 9.198463337308734, 48.788104470347633, 0.0 ], [ 9.198512501251631, 48.787975614927475, 0.0 ], [ 9.198617354950166, 48.787992339774391, 0.0 ], [ 9.198599748270537, 48.78804830265625, 0.0 ], [ 9.198627246044261, 48.788050323473932, 0.0 ], [ 9.198607883350466, 48.788109616560654, 0.0 ], [ 9.198587849754388, 48.788171338739225, 0.0 ], [ 9.198585536266629, 48.788171342728852, 0.0 ], [ 9.198585249898244, 48.788167746276429, 0.0 ], [ 9.198530651493714, 48.788160916296533, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013ee2", "Latitude": 48.78887, "Longitude": 9.21305, "X_coordina": 3515727.35, "Y_coordina": 5405733.2, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 97.6, "Total_wa00": 0.0, "Total_outw": 201.1, "Total_shar": 106.9, "Total_roof": 59.7, "Gross_volu": 325.6, "Is_Gross_v": "false", "Heated_vol": 283.6, "Ridge_mean": 9.7, "Eaves_mean": 6.31, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.669, "Heated_are": 90.8, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 62.8, "Total_Year": 7141.0, "January_He": 1397.0, "February_H": 978.0, "March_Heat": 594.0, "April_Heat": 123.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 307.0, "November_H": 913.0, "December_H": 1368.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212949406383613, 48.788912635987792, 0.0 ], [ 9.212953165772571, 48.788868386601422, 0.0 ], [ 9.213012919240473, 48.788870704030394, 0.0 ], [ 9.213068181005912, 48.788872849891533, 0.0 ], [ 9.213064424382548, 48.788917728742035, 0.0 ], [ 9.212949406383613, 48.788912635987792, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013e79", "Latitude": 48.79548, "Longitude": 9.20967, "X_coordina": 3515476.64, "Y_coordina": 5406466.9, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 284.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 81.0, "Total_wall": 331.5, "Total_wa00": 0.0, "Total_outw": 507.7, "Total_shar": 60.5, "Total_roof": 119.9, "Gross_volu": 970.6, "Is_Gross_v": "false", "Heated_vol": 889.6, "Ridge_mean": 14.8, "Eaves_mean": 9.13, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.579, "Heated_are": 284.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 49.9, "Total_Year": 18705.0, "January_He": 3547.0, "February_H": 2410.0, "March_Heat": 1451.0, "April_Heat": 325.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 708.0, "November_H": 2189.0, "December_H": 3509.0, "PV_potenti": 5.19 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209573700239492, 48.795452677130392, 0.0 ], [ 9.20963839344817, 48.795462720742471, 0.0 ], [ 9.209704312396472, 48.795472941933298, 0.0 ], [ 9.20967996480103, 48.795542047548253, 0.0 ], [ 9.209615953142606, 48.795532272489716, 0.0 ], [ 9.209605330029248, 48.79553067320154, 0.0 ], [ 9.209544451114143, 48.795521431942582, 0.0 ], [ 9.209560183909707, 48.795475362460138, 0.0 ], [ 9.209568252584692, 48.795451877732141, 0.0 ], [ 9.209573700239492, 48.795452677130392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013e7a", "Latitude": 48.79544, "Longitude": 9.20951, "X_coordina": 3515465.22, "Y_coordina": 5406462.74, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 115.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 92.3, "Total_wall": 113.0, "Total_wa00": 0.0, "Total_outw": 276.4, "Total_shar": 112.0, "Total_roof": 99.3, "Gross_volu": 386.0, "Is_Gross_v": "false", "Heated_vol": 360.7, "Ridge_mean": 5.3, "Eaves_mean": 2.76, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.81, "Heated_are": 115.4, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 6719.0, "January_He": 906.0, "February_H": 516.0, "March_Heat": 187.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 33.0, "November_H": 391.0, "December_H": 879.0, "PV_potenti": 4.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209520414407132, 48.795469140174035, 0.0 ], [ 9.209508172438772, 48.795503693086857, 0.0 ], [ 9.209407116871304, 48.795488499962495, 0.0 ], [ 9.2093617643635, 48.795481658308724, 0.0 ], [ 9.209382996874393, 48.795416155365928, 0.0 ], [ 9.209430802621014, 48.795423801861894, 0.0 ], [ 9.209511023575365, 48.795436604935837, 0.0 ], [ 9.209575852858078, 48.795446648335492, 0.0 ], [ 9.209573700239492, 48.795452677130392, 0.0 ], [ 9.209568252584692, 48.795451877732141, 0.0 ], [ 9.209560183909707, 48.795475362460138, 0.0 ], [ 9.209520414407132, 48.795469140174035, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013d78", "Latitude": 48.79115, "Longitude": 9.21369, "X_coordina": 3515773.76, "Y_coordina": 5405986.73, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 627.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.7, "Total_wall": 319.0, "Total_wa00": 0.0, "Total_outw": 491.2, "Total_shar": 374.6, "Total_roof": 210.1, "Gross_volu": 2119.9, "Is_Gross_v": "false", "Heated_vol": 1961.2, "Ridge_mean": 15.8, "Eaves_mean": 10.68, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 627.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 34.9, "Total_Year": 31840.0, "January_He": 5385.0, "February_H": 3857.0, "March_Heat": 2368.0, "April_Heat": 418.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1121.0, "November_H": 3455.0, "December_H": 5246.0, "PV_potenti": 9.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213541217367501, 48.791210977262359, 0.0 ], [ 9.213613406126079, 48.79109628070055, 0.0 ], [ 9.213758692753727, 48.791113186528605, 0.0 ], [ 9.213674882167004, 48.79124723832151, 0.0 ], [ 9.213541217367501, 48.791210977262359, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013c80", "Latitude": 48.79558, "Longitude": 9.20913, "X_coordina": 3515437.04, "Y_coordina": 5406478.78, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 244.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 96.1, "Total_wall": 280.1, "Total_wa00": 0.0, "Total_outw": 489.9, "Total_shar": 0.0, "Total_roof": 139.0, "Gross_volu": 808.5, "Is_Gross_v": "false", "Heated_vol": 763.2, "Ridge_mean": 10.5, "Eaves_mean": 6.32, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.659, "Heated_are": 244.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 54.8, "Total_Year": 17257.0, "January_He": 3275.0, "February_H": 2273.0, "March_Heat": 1425.0, "April_Heat": 354.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 705.0, "November_H": 2059.0, "December_H": 3231.0, "PV_potenti": 6.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209154090378316, 48.79565190124206, 0.0 ], [ 9.208992697865382, 48.795626925732243, 0.0 ], [ 9.20900480821871, 48.795593362272797, 0.0 ], [ 9.209017726608517, 48.795557729103798, 0.0 ], [ 9.209178847818485, 48.795582974842269, 0.0 ], [ 9.209165930657802, 48.795618877797565, 0.0 ], [ 9.209154090378316, 48.79565190124206, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd6", "Latitude": 48.79207, "Longitude": 9.19827, "X_coordina": 3514640.45, "Y_coordina": 5406085.39, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 299.9, "SecondaryU": "industry", "Secondar00": 119.4, "BuildingTy": "RH", "Footprint_": 149.3, "Total_wall": 247.4, "Total_wa00": 0.0, "Total_outw": 412.0, "Total_shar": 288.0, "Total_roof": 173.9, "Gross_volu": 1317.3, "Is_Gross_v": "false", "Heated_vol": 1310.3, "Ridge_mean": 10.0, "Eaves_mean": 7.38, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.434, "Heated_are": 419.3, "Mean_Uvalu": 0.5, "Specific_d": "20,7", "Specific_s": 32.6, "Total_Year": 22362.0, "January_He": 3621.0, "February_H": 2439.0, "March_Heat": 1339.0, "April_Heat": 199.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 474.0, "November_H": 2084.0, "December_H": 3515.0, "PV_potenti": 9.14 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198320293604459, 48.792141028653361, 0.0 ], [ 9.198283516575113, 48.792167889215399, 0.0 ], [ 9.198097586919683, 48.79205958150915, 0.0 ], [ 9.198100165347824, 48.792057688678064, 0.0 ], [ 9.198133819931728, 48.792032811865546, 0.0 ], [ 9.198171273890617, 48.792005050949747, 0.0 ], [ 9.198270994582131, 48.792064049024091, 0.0 ], [ 9.198275349010634, 48.79206386167953, 0.0 ], [ 9.198278350254116, 48.792065654983872, 0.0 ], [ 9.198338921687926, 48.792102059654368, 0.0 ], [ 9.198342179890911, 48.792099985799879, 0.0 ], [ 9.198361684462002, 48.792110743035408, 0.0 ], [ 9.198320293604459, 48.792141028653361, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd7", "Latitude": 48.79199, "Longitude": 9.1983, "X_coordina": 3514642.12, "Y_coordina": 5406077.34, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 120.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 65.4, "Total_wall": 75.1, "Total_wa00": 0.0, "Total_outw": 177.7, "Total_shar": 118.4, "Total_roof": 65.4, "Gross_volu": 246.3, "Is_Gross_v": "false", "Heated_vol": 246.3, "Ridge_mean": 3.8, "Eaves_mean": 3.77, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.836, "Heated_are": 120.8, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198181722969309, 48.791997299538238, 0.0 ], [ 9.198219041131837, 48.791969628764036, 0.0 ], [ 9.198228539991213, 48.791962508449018, 0.0 ], [ 9.198332895792074, 48.792023476810421, 0.0 ], [ 9.198278350254116, 48.792065654983872, 0.0 ], [ 9.198275349010634, 48.79206386167953, 0.0 ], [ 9.198270994582131, 48.792064049024091, 0.0 ], [ 9.198171273890617, 48.792005050949747, 0.0 ], [ 9.198181722969309, 48.791997299538238, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013bd8", "Latitude": 48.79219, "Longitude": 9.19849, "X_coordina": 3514656.32, "Y_coordina": 5406099.39, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 583.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 207.4, "Total_wall": 429.8, "Total_wa00": 0.0, "Total_outw": 724.4, "Total_shar": 149.0, "Total_roof": 238.4, "Gross_volu": 1900.6, "Is_Gross_v": "false", "Heated_vol": 1824.7, "Ridge_mean": 10.4, "Eaves_mean": 7.93, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.471, "Heated_are": 583.9, "Mean_Uvalu": 0.52, "Specific_d": "32,9", "Specific_s": 11.3, "Total_Year": 25808.0, "January_He": 2290.0, "February_H": 1090.0, "March_Heat": 292.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 34.0, "November_H": 709.0, "December_H": 2193.0, "PV_potenti": 12.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198608732855019, 48.792255903516761, 0.0 ], [ 9.198587971527422, 48.792271586026793, 0.0 ], [ 9.198569517121429, 48.792285556006888, 0.0 ], [ 9.198533015510494, 48.792313225485287, 0.0 ], [ 9.198283516575113, 48.792167889215399, 0.0 ], [ 9.198320293604459, 48.792141028653361, 0.0 ], [ 9.198361684462002, 48.792110743035408, 0.0 ], [ 9.198608732855019, 48.792255903516761, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000136ba", "Latitude": 48.78826, "Longitude": 9.20982, "X_coordina": 3515490.01, "Y_coordina": 5405664.79, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 157.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.0, "Total_wall": 100.4, "Total_wa00": 0.0, "Total_outw": 191.3, "Total_shar": 200.9, "Total_roof": 93.6, "Gross_volu": 539.6, "Is_Gross_v": "false", "Heated_vol": 491.2, "Ridge_mean": 11.2, "Eaves_mean": 6.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.495, "Heated_are": 157.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 9895.0, "January_He": 1764.0, "February_H": 1255.0, "March_Heat": 846.0, "April_Heat": 244.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 31.0, "October_He": 397.0, "November_H": 1114.0, "December_H": 1740.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20983766093017, 48.78825093466336, 0.0 ], [ 9.209836589484627, 48.788287715391306, 0.0 ], [ 9.209835763218924, 48.788318021169005, 0.0 ], [ 9.209714774780018, 48.788316712858354, 0.0 ], [ 9.209715178921686, 48.788315722962174, 0.0 ], [ 9.209726890029843, 48.788284857820742, 0.0 ], [ 9.209740215812682, 48.788249583477949, 0.0 ], [ 9.20983766093017, 48.78825093466336, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000135d0", "Latitude": 48.78848, "Longitude": 9.21024, "X_coordina": 3515521.02, "Y_coordina": 5405688.64, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 92.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.3, "Total_wall": 56.7, "Total_wa00": 0.0, "Total_outw": 136.5, "Total_shar": 197.0, "Total_roof": 61.2, "Gross_volu": 335.3, "Is_Gross_v": "false", "Heated_vol": 290.0, "Ridge_mean": 9.1, "Eaves_mean": 5.69, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.523, "Heated_are": 92.8, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 49.3, "Total_Year": 6043.0, "January_He": 1169.0, "February_H": 784.0, "March_Heat": 433.0, "April_Heat": 68.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 220.0, "November_H": 741.0, "December_H": 1147.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210196491537152, 48.788470593223408, 0.0 ], [ 9.210248741150799, 48.788468519522795, 0.0 ], [ 9.210252504845078, 48.788522466843347, 0.0 ], [ 9.210201343882597, 48.788524538558569, 0.0 ], [ 9.210150726893859, 48.788526519334738, 0.0 ], [ 9.210149728841566, 48.788515640394039, 0.0 ], [ 9.210145874602418, 48.788472573997403, 0.0 ], [ 9.210196491537152, 48.788470593223408, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000135a3", "Latitude": 48.78848, "Longitude": 9.21156, "X_coordina": 3515618.05, "Y_coordina": 5405689.18, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 138.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.1, "Total_wall": 93.2, "Total_wa00": 0.0, "Total_outw": 177.0, "Total_shar": 240.6, "Total_roof": 64.8, "Gross_volu": 479.0, "Is_Gross_v": "false", "Heated_vol": 431.9, "Ridge_mean": 12.0, "Eaves_mean": 8.38, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.454, "Heated_are": 138.2, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.6, "Total_Year": 8353.0, "January_He": 1516.0, "February_H": 1066.0, "March_Heat": 649.0, "April_Heat": 125.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 332.0, "November_H": 978.0, "December_H": 1479.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211575915710483, 48.788476160308036, 0.0 ], [ 9.211567572363622, 48.788530939141232, 0.0 ], [ 9.211514754578879, 48.788527349293169, 0.0 ], [ 9.211463434151344, 48.788523846595083, 0.0 ], [ 9.211471913698546, 48.788469067519287, 0.0 ], [ 9.211522961894392, 48.788472570713651, 0.0 ], [ 9.211575915710483, 48.788476160308036, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001351b", "Latitude": 48.78866, "Longitude": 9.20661, "X_coordina": 3515253.7, "Y_coordina": 5405708.11, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 98.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 52.2, "Total_wall": 95.2, "Total_wa00": 0.0, "Total_outw": 216.3, "Total_shar": 161.6, "Total_roof": 71.1, "Gross_volu": 358.8, "Is_Gross_v": "false", "Heated_vol": 306.6, "Ridge_mean": 9.4, "Eaves_mean": 5.07, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.665, "Heated_are": 98.1, "Mean_Uvalu": 0.54, "Specific_d": "non calculated", "Specific_s": 84.0, "Total_Year": 8236.0, "January_He": 1838.0, "February_H": 1336.0, "March_Heat": 938.0, "April_Heat": 301.0, "May_Heatin": 29.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 604.0, "November_H": 1284.0, "December_H": 1818.0, "PV_potenti": 1.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206568901176906, 48.788637581169439, 0.0 ], [ 9.206569189963542, 48.788641627215675, 0.0 ], [ 9.206612732077421, 48.788640020400834, 0.0 ], [ 9.206614011513578, 48.788653326805587, 0.0 ], [ 9.206619834444952, 48.788712576043316, 0.0 ], [ 9.20661983850599, 48.788713565196169, 0.0 ], [ 9.206618205808221, 48.788713658049211, 0.0 ], [ 9.206573710639343, 48.788715176652062, 0.0 ], [ 9.206573715806783, 48.788716435573868, 0.0 ], [ 9.20655575465276, 48.788717097256921, 0.0 ], [ 9.206546107101406, 48.788720711506841, 0.0 ], [ 9.20654120826889, 48.788720810216795, 0.0 ], [ 9.20653508463595, 48.788720911123185, 0.0 ], [ 9.206525955237895, 48.788718139863043, 0.0 ], [ 9.206508538069329, 48.788718710639486, 0.0 ], [ 9.206504283088394, 48.788676723925342, 0.0 ], [ 9.206552859782564, 48.78867492825767, 0.0 ], [ 9.206565514196313, 48.78867445594139, 0.0 ], [ 9.206562505745813, 48.788637772488485, 0.0 ], [ 9.206568901176906, 48.788637581169439, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001350b", "Latitude": 48.78809, "Longitude": 9.2044, "X_coordina": 3515091.42, "Y_coordina": 5405644.05, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3080, "PrimaryUsa": "hall", "PrimaryU00": 109.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 62.7, "Total_wall": 155.1, "Total_wa00": 0.0, "Total_outw": 378.1, "Total_shar": 0.0, "Total_roof": 124.9, "Gross_volu": 401.7, "Is_Gross_v": "false", "Heated_vol": 341.0, "Ridge_mean": 8.5, "Eaves_mean": 4.26, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.944, "Heated_are": 109.1, "Mean_Uvalu": 0.45, "Specific_d": "non calculated", "Specific_s": 91.2, "Total_Year": 9956.0, "January_He": 2216.0, "February_H": 1597.0, "March_Heat": 1132.0, "April_Heat": 414.0, "May_Heatin": 52.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 114.0, "October_He": 709.0, "November_H": 1520.0, "December_H": 2200.0, "PV_potenti": 2.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204383193643352, 48.788142135045319, 0.0 ], [ 9.204383461435906, 48.78814105548615, 0.0 ], [ 9.204315116363537, 48.788133982872488, 0.0 ], [ 9.204314852220184, 48.788135961661609, 0.0 ], [ 9.204267608368458, 48.788130739976644, 0.0 ], [ 9.204281233412342, 48.788067679323191, 0.0 ], [ 9.204307509190912, 48.788070330418869, 0.0 ], [ 9.204342361751888, 48.788073775602712, 0.0 ], [ 9.204341426301598, 48.788078003674599, 0.0 ], [ 9.204336340785995, 48.788099144758192, 0.0 ], [ 9.204417206209966, 48.788106285058781, 0.0 ], [ 9.204434903767403, 48.788107782344703, 0.0 ], [ 9.204427167767344, 48.788146463250733, 0.0 ], [ 9.204383193643352, 48.788142135045319, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000133b5", "Latitude": 48.78857, "Longitude": 9.20167, "X_coordina": 3514890.98, "Y_coordina": 5405697.69, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 2095.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 302.5, "Total_wall": 1483.1, "Total_wa00": 0.0, "Total_outw": 1935.6, "Total_shar": 619.1, "Total_roof": 302.5, "Gross_volu": 6850.4, "Is_Gross_v": "false", "Heated_vol": 6547.9, "Ridge_mean": 24.1, "Eaves_mean": 24.12, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 39, "Number_o00": 65, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.315, "Heated_are": 2095.3, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 33.9, "Total_Year": 104128.0, "January_He": 16445.0, "February_H": 12303.0, "March_Heat": 8627.0, "April_Heat": 2595.0, "May_Heatin": 106.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 264.0, "October_He": 4016.0, "November_H": 10659.0, "December_H": 15924.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201533646204727, 48.788653607217441, 0.0 ], [ 9.201531061958041, 48.788653971434634, 0.0 ], [ 9.201526293448872, 48.788652630924943, 0.0 ], [ 9.201524239513954, 48.78864948719162, 0.0 ], [ 9.201524912396019, 48.788647597617434, 0.0 ], [ 9.201522794366392, 48.788628447586625, 0.0 ], [ 9.201524687005485, 48.788625296946798, 0.0 ], [ 9.201529445069243, 48.788624029688989, 0.0 ], [ 9.20153080631648, 48.788624117230377, 0.0 ], [ 9.201571629689045, 48.788623236467316, 0.0 ], [ 9.201557916189056, 48.788461218051552, 0.0 ], [ 9.201684461705673, 48.788456860003095, 0.0 ], [ 9.201693453675343, 48.788561245613799, 0.0 ], [ 9.201698739427746, 48.788623733292802, 0.0 ], [ 9.201701021003416, 48.788649717231294, 0.0 ], [ 9.201702879538264, 48.788672015041001, 0.0 ], [ 9.20172410579314, 48.788671078623828, 0.0 ], [ 9.20172868447696, 48.78872691318891, 0.0 ], [ 9.201579957219153, 48.788731669811035, 0.0 ], [ 9.201573785195253, 48.788651738491176, 0.0 ], [ 9.201533646204727, 48.788653607217441, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001320c", "Latitude": 48.7918, "Longitude": 9.20375, "X_coordina": 3515042.58, "Y_coordina": 5406056.77, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.3, "Total_wall": 63.8, "Total_wa00": 0.0, "Total_outw": 145.1, "Total_shar": 212.0, "Total_roof": 61.8, "Gross_volu": 366.1, "Is_Gross_v": "false", "Heated_vol": 318.8, "Ridge_mean": 9.4, "Eaves_mean": 5.94, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 102.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6296.0, "January_He": 1188.0, "February_H": 809.0, "March_Heat": 455.0, "April_Heat": 71.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 228.0, "November_H": 753.0, "December_H": 1167.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203640823806579, 48.791839671050305, 0.0 ], [ 9.203641359462331, 48.791837511936677, 0.0 ], [ 9.203644491157705, 48.791837866093076, 0.0 ], [ 9.203658029184783, 48.791786495776051, 0.0 ], [ 9.203708681384192, 48.791792341144017, 0.0 ], [ 9.203762192730382, 48.791798451201551, 0.0 ], [ 9.203748787262835, 48.791848922060176, 0.0 ], [ 9.203748386252588, 48.791850721241673, 0.0 ], [ 9.203748122067935, 48.791852700028279, 0.0 ], [ 9.203694336650953, 48.791846140831048, 0.0 ], [ 9.203640823806579, 48.791839671050305, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013193", "Latitude": 48.79382, "Longitude": 9.2, "X_coordina": 3514766.64, "Y_coordina": 5406280.79, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 362.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 221.0, "Total_wall": 222.4, "Total_wa00": 0.0, "Total_outw": 481.9, "Total_shar": 230.8, "Total_roof": 221.0, "Gross_volu": 1355.1, "Is_Gross_v": "false", "Heated_vol": 1134.1, "Ridge_mean": 6.1, "Eaves_mean": 6.13, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.522, "Heated_are": 362.9, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.1, "Total_Year": 15960.0, "January_He": 1356.0, "February_H": 719.0, "March_Heat": 210.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 441.0, "December_H": 1277.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200104740776029, 48.79379658215241, 0.0 ], [ 9.200011785304453, 48.793865894864439, 0.0 ], [ 9.199911092066124, 48.793940346576811, 0.0 ], [ 9.19990552827343, 48.793944492719405, 0.0 ], [ 9.199803484977007, 48.793884690795913, 0.0 ], [ 9.199835239138643, 48.793860985798162, 0.0 ], [ 9.199936881833885, 48.793785723190453, 0.0 ], [ 9.20000269718641, 48.793736690480742, 0.0 ], [ 9.200104740776029, 48.79379658215241, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001310b", "Latitude": 48.78877, "Longitude": 9.19631, "X_coordina": 3514497.18, "Y_coordina": 5405718.01, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 778.2, "SecondaryU": "retail", "Secondar00": 158.4, "BuildingTy": "GMH", "Footprint_": 197.9, "Total_wall": 559.9, "Total_wa00": 0.0, "Total_outw": 804.8, "Total_shar": 379.3, "Total_roof": 228.8, "Gross_volu": 3056.2, "Is_Gross_v": "false", "Heated_vol": 2926.9, "Ridge_mean": 17.2, "Eaves_mean": 12.72, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.331, "Heated_are": 936.6, "Mean_Uvalu": 0.48, "Specific_d": "25,5", "Specific_s": 37.2, "Total_Year": 58742.0, "January_He": 8449.0, "February_H": 6060.0, "March_Heat": 3887.0, "April_Heat": 856.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1885.0, "November_H": 5386.0, "December_H": 8201.0, "PV_potenti": 11.11 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196201310639946, 48.788845810467969, 0.0 ], [ 9.196220747926402, 48.788839752464725, 0.0 ], [ 9.19619816487274, 48.788806878889098, 0.0 ], [ 9.196149165227451, 48.788735203293243, 0.0 ], [ 9.196211693619388, 48.788716482573335, 0.0 ], [ 9.1962119654468, 48.788716392186537, 0.0 ], [ 9.196289718217939, 48.788693149300045, 0.0 ], [ 9.196384702243792, 48.788830930227803, 0.0 ], [ 9.196310755948184, 48.788853177528672, 0.0 ], [ 9.196223760078139, 48.78887931373594, 0.0 ], [ 9.196201310639946, 48.788845810467969, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001310c", "Latitude": 48.78883, "Longitude": 9.19629, "X_coordina": 3514495.78, "Y_coordina": 5405725.43, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 53.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.0, "Total_wall": 87.7, "Total_wa00": 0.0, "Total_outw": 195.5, "Total_shar": 151.6, "Total_roof": 29.0, "Gross_volu": 117.8, "Is_Gross_v": "false", "Heated_vol": 117.8, "Ridge_mean": 4.1, "Eaves_mean": 4.08, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.237, "Heated_are": 53.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 23.7, "Total_Year": 3004.0, "January_He": 393.0, "February_H": 225.0, "March_Heat": 72.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 171.0, "December_H": 380.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196175142573463, 48.788835873525642, 0.0 ], [ 9.19619816487274, 48.788806878889098, 0.0 ], [ 9.196220747926402, 48.788839752464725, 0.0 ], [ 9.196201310639946, 48.788845810467969, 0.0 ], [ 9.196223760078139, 48.78887931373594, 0.0 ], [ 9.196310755948184, 48.788853177528672, 0.0 ], [ 9.196321158026025, 48.78886835689125, 0.0 ], [ 9.196218394337254, 48.788899285928196, 0.0 ], [ 9.196175142573463, 48.788835873525642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00013107", "Latitude": 48.7887, "Longitude": 9.19653, "X_coordina": 3514512.97, "Y_coordina": 5405711.22, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 24.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.4, "Total_wall": 50.8, "Total_wa00": 0.0, "Total_outw": 174.5, "Total_shar": 0.0, "Total_roof": 26.4, "Gross_volu": 87.4, "Is_Gross_v": "false", "Heated_vol": 64.0, "Ridge_mean": 3.3, "Eaves_mean": 3.29, "Storey_num": 1, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.401, "Heated_are": 24.1, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 45.0, "Total_Year": 1876.0, "January_He": 306.0, "February_H": 199.0, "March_Heat": 97.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 22.0, "November_H": 151.0, "December_H": 296.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196532859809588, 48.788714945731883, 0.0 ], [ 9.196472468366004, 48.788758122212116, 0.0 ], [ 9.19643032381507, 48.788734364343235, 0.0 ], [ 9.19649112458654, 48.78869145695743, 0.0 ], [ 9.196532859809588, 48.788714945731883, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130f6", "Latitude": 48.7948, "Longitude": 9.21194, "X_coordina": 3515643.94, "Y_coordina": 5406392.48, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 5047.7, "SecondaryU": "office and administration", "Secondar00": 1011.1, "BuildingTy": "MFH", "Footprint_": 1263.9, "Total_wall": 2868.0, "Total_wa00": 0.0, "Total_outw": 4278.7, "Total_shar": 344.6, "Total_roof": 1263.9, "Gross_volu": 18933.8, "Is_Gross_v": "false", "Heated_vol": 18933.8, "Ridge_mean": 15.8, "Eaves_mean": 15.77, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 76, "Number_o00": 158, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.285, "Heated_are": 6058.8, "Mean_Uvalu": 0.35, "Specific_d": "15,6", "Specific_s": 31.3, "Total_Year": 284428.0, "January_He": 44596.0, "February_H": 33114.0, "March_Heat": 22775.0, "April_Heat": 6386.0, "May_Heatin": 218.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 665.0, "October_He": 10486.0, "November_H": 28593.0, "December_H": 42865.0, "PV_potenti": 60.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211864866841768, 48.794432168838199, 0.0 ], [ 9.211945317751669, 48.794435168128601, 0.0 ], [ 9.211972543541805, 48.794436287025178, 0.0 ], [ 9.211966391726769, 48.79449447889192, 0.0 ], [ 9.212043167920672, 48.794497484877581, 0.0 ], [ 9.21203456925924, 48.794588683198668, 0.0 ], [ 9.21202909764343, 48.794646783891295, 0.0 ], [ 9.212013342409117, 48.794816138954211, 0.0 ], [ 9.211966516484086, 48.794814876297671, 0.0 ], [ 9.211964566575622, 48.794836641386908, 0.0 ], [ 9.211938180656627, 48.795131908971413, 0.0 ], [ 9.2119557413882, 48.795132596040716, 0.0 ], [ 9.211950928565219, 48.795185569869318, 0.0 ], [ 9.211948602892553, 48.795215069073642, 0.0 ], [ 9.21190300041984, 48.795213534369005, 0.0 ], [ 9.211788382149564, 48.795209788577665, 0.0 ], [ 9.211752499452054, 48.794801152018131, 0.0 ], [ 9.211832858459116, 48.794491217575505, 0.0 ], [ 9.211859266893018, 48.794492158155187, 0.0 ], [ 9.211864866841768, 48.794432168838199, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130f8", "Latitude": 48.79491, "Longitude": 9.21202, "X_coordina": 3515649.88, "Y_coordina": 5406404.09, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 234.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 86.1, "Total_wall": 198.8, "Total_wa00": 0.0, "Total_outw": 341.7, "Total_shar": 341.8, "Total_roof": 86.1, "Gross_volu": 601.4, "Is_Gross_v": "false", "Heated_vol": 601.4, "Ridge_mean": 7.0, "Eaves_mean": 6.99, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.617, "Heated_are": 234.2, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 51.3, "Total_Year": 15435.0, "January_He": 3057.0, "February_H": 2020.0, "March_Heat": 1162.0, "April_Heat": 242.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 617.0, "November_H": 1881.0, "December_H": 2970.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211971616420376, 48.795040071457407, 0.0 ], [ 9.211946473330995, 48.795039092605357, 0.0 ], [ 9.211966516484086, 48.794814876297671, 0.0 ], [ 9.212013342409117, 48.794816138954211, 0.0 ], [ 9.211993247370639, 48.795040912891558, 0.0 ], [ 9.211971616420376, 48.795040071457407, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000130bc", "Latitude": 48.7925, "Longitude": 9.19858, "X_coordina": 3514662.7, "Y_coordina": 5406133.39, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 132.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.0, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 139.8, "Total_shar": 326.3, "Total_roof": 79.7, "Gross_volu": 461.0, "Is_Gross_v": "false", "Heated_vol": 413.0, "Ridge_mean": 12.6, "Eaves_mean": 6.59, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.449, "Heated_are": 132.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 43.3, "Total_Year": 7819.0, "January_He": 1392.0, "February_H": 982.0, "March_Heat": 628.0, "April_Heat": 142.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 313.0, "November_H": 886.0, "December_H": 1359.0, "PV_potenti": 2.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198601012758026, 48.792506803648983, 0.0 ], [ 9.198555692226803, 48.792541502382328, 0.0 ], [ 9.19851647730435, 48.792571424622267, 0.0 ], [ 9.198514977018016, 48.792570617896295, 0.0 ], [ 9.198470778307337, 48.792544706163973, 0.0 ], [ 9.198469557314843, 48.792545697427791, 0.0 ], [ 9.198467374405279, 48.792544352336165, 0.0 ], [ 9.198508491532689, 48.79251361752145, 0.0 ], [ 9.19853495318538, 48.792493878637423, 0.0 ], [ 9.198563586016325, 48.792472517378897, 0.0 ], [ 9.198575256119772, 48.792463774667446, 0.0 ], [ 9.198592172158744, 48.792473816938212, 0.0 ], [ 9.198571138892843, 48.792489589837174, 0.0 ], [ 9.198598694457253, 48.792505638640506, 0.0 ], [ 9.198601012758026, 48.792506803648983, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012f7c", "Latitude": 48.79013, "Longitude": 9.19992, "X_coordina": 3514762.18, "Y_coordina": 5405869.93, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1223.1, "SecondaryU": "retail", "Secondar00": 186.4, "BuildingTy": "HH", "Footprint_": 233.0, "Total_wall": 880.1, "Total_wa00": 0.0, "Total_outw": 1159.9, "Total_shar": 205.3, "Total_roof": 354.3, "Gross_volu": 4526.6, "Is_Gross_v": "false", "Heated_vol": 4404.9, "Ridge_mean": 23.9, "Eaves_mean": 14.09, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 26, "Number_o00": 45, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.33, "Heated_are": 1409.6, "Mean_Uvalu": 0.48, "Specific_d": "23,4", "Specific_s": 36.3, "Total_Year": 84140.0, "January_He": 12373.0, "February_H": 8889.0, "March_Heat": 5827.0, "April_Heat": 1347.0, "May_Heatin": 47.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 143.0, "October_He": 2666.0, "November_H": 7789.0, "December_H": 12073.0, "PV_potenti": 14.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19995679543465, 48.790063211354621, 0.0 ], [ 9.199978864706305, 48.790137270099812, 0.0 ], [ 9.199983081439459, 48.790136723235285, 0.0 ], [ 9.199994153356851, 48.79017285330454, 0.0 ], [ 9.200006521362157, 48.790213207531792, 0.0 ], [ 9.199927219143547, 48.79022341668427, 0.0 ], [ 9.199884371263854, 48.790228886483398, 0.0 ], [ 9.199880782125653, 48.790216123558544, 0.0 ], [ 9.199822426424285, 48.790223328799883, 0.0 ], [ 9.199750894345138, 48.790099628069655, 0.0 ], [ 9.19995679543465, 48.790063211354621, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012ca7", "Latitude": 48.78821, "Longitude": 9.20944, "X_coordina": 3515461.99, "Y_coordina": 5405658.51, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 108.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.7, "Total_wall": 68.8, "Total_wa00": 0.0, "Total_outw": 162.5, "Total_shar": 199.4, "Total_roof": 85.9, "Gross_volu": 432.3, "Is_Gross_v": "false", "Heated_vol": 377.7, "Ridge_mean": 10.2, "Eaves_mean": 5.61, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.518, "Heated_are": 108.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.5, "Total_Year": 6967.0, "January_He": 1311.0, "February_H": 885.0, "March_Heat": 545.0, "April_Heat": 136.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 253.0, "November_H": 797.0, "December_H": 1302.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209334275001787, 48.788252390342031, 0.0 ], [ 9.209345450207636, 48.788223504533647, 0.0 ], [ 9.209359316476769, 48.788187240091787, 0.0 ], [ 9.209455189790251, 48.788203341937979, 0.0 ], [ 9.209442001778518, 48.788239065615777, 0.0 ], [ 9.209431102541997, 48.788268850168151, 0.0 ], [ 9.209334275001787, 48.788252390342031, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012c77", "Latitude": 48.79102, "Longitude": 9.21373, "X_coordina": 3515776.36, "Y_coordina": 5405972.34, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 578.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 157.1, "Total_wall": 264.9, "Total_wa00": 0.0, "Total_outw": 445.4, "Total_shar": 377.4, "Total_roof": 219.5, "Gross_volu": 1963.9, "Is_Gross_v": "false", "Heated_vol": 1806.8, "Ridge_mean": 15.1, "Eaves_mean": 9.82, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.342, "Heated_are": 578.2, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 29805.0, "January_He": 5098.0, "February_H": 3598.0, "March_Heat": 2206.0, "April_Heat": 397.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 1067.0, "November_H": 3270.0, "December_H": 4963.0, "PV_potenti": 10.54 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213611112051391, 48.79097263998603, 0.0 ], [ 9.213683103609728, 48.790971876963312, 0.0 ], [ 9.213755639545536, 48.790971112885217, 0.0 ], [ 9.213758692753727, 48.791113186528605, 0.0 ], [ 9.213688295955018, 48.791104954278033, 0.0 ], [ 9.213613406126079, 48.79109628070055, 0.0 ], [ 9.213611112051391, 48.79097263998603, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012787", "Latitude": 48.79016, "Longitude": 9.19964, "X_coordina": 3514741.3, "Y_coordina": 5405874.15, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 959.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 176.3, "Total_wall": 705.7, "Total_wa00": 0.0, "Total_outw": 897.4, "Total_shar": 193.0, "Total_roof": 294.8, "Gross_volu": 3173.4, "Is_Gross_v": "false", "Heated_vol": 2997.1, "Ridge_mean": 21.4, "Eaves_mean": 15.26, "Storey_num": 7, "Average_St": 2.9, "Number_of_": 15, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.386, "Heated_are": 959.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 48912.0, "January_He": 8508.0, "February_H": 5881.0, "March_Heat": 3482.0, "April_Heat": 617.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1564.0, "November_H": 5193.0, "December_H": 8402.0, "PV_potenti": 11.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199576198214785, 48.790249024336362, 0.0 ], [ 9.199510163460518, 48.79024167510066, 0.0 ], [ 9.199453659518085, 48.790235388403381, 0.0 ], [ 9.199467318241139, 48.790179162479916, 0.0 ], [ 9.19967857365925, 48.790120076234217, 0.0 ], [ 9.199736226700308, 48.79021016964704, 0.0 ], [ 9.19965153529421, 48.790234146271629, 0.0 ], [ 9.199638945523068, 48.790216722915211, 0.0 ], [ 9.199580627946181, 48.790233549795822, 0.0 ], [ 9.199576198214785, 48.790249024336362, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012731", "Latitude": 48.7877, "Longitude": 9.21329, "X_coordina": 3515745.29, "Y_coordina": 5405602.46, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 494.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 125.0, "Total_wall": 259.2, "Total_wa00": 0.0, "Total_outw": 409.9, "Total_shar": 338.5, "Total_roof": 187.5, "Gross_volu": 1591.6, "Is_Gross_v": "false", "Heated_vol": 1546.4, "Ridge_mean": 15.4, "Eaves_mean": 10.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.365, "Heated_are": 494.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.9, "Total_Year": 27096.0, "January_He": 4710.0, "February_H": 3361.0, "March_Heat": 2079.0, "April_Heat": 393.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1027.0, "November_H": 3041.0, "December_H": 4594.0, "PV_potenti": 8.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213291110664054, 48.787784271051635, 0.0 ], [ 9.21323119495624, 48.787775479563138, 0.0 ], [ 9.213165696303349, 48.787765889064751, 0.0 ], [ 9.213204941341377, 48.787649635038221, 0.0 ], [ 9.213270575555386, 48.787659135339794, 0.0 ], [ 9.21333021857833, 48.787667837389442, 0.0 ], [ 9.213291110664054, 48.787784271051635, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012699", "Latitude": 48.79244, "Longitude": 9.19848, "X_coordina": 3514655.63, "Y_coordina": 5406127.14, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.0, "Total_wall": 72.0, "Total_wa00": 0.0, "Total_outw": 145.7, "Total_shar": 320.3, "Total_roof": 78.0, "Gross_volu": 464.8, "Is_Gross_v": "false", "Heated_vol": 416.8, "Ridge_mean": 12.8, "Eaves_mean": 6.7, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.452, "Heated_are": 133.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.9, "Total_Year": 7839.0, "January_He": 1396.0, "February_H": 983.0, "March_Heat": 626.0, "April_Heat": 140.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 309.0, "November_H": 885.0, "December_H": 1364.0, "PV_potenti": 2.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198505926330048, 48.792449866118758, 0.0 ], [ 9.198459244083274, 48.792484387314644, 0.0 ], [ 9.198417583261726, 48.792515302895943, 0.0 ], [ 9.198412671987406, 48.792512343879679, 0.0 ], [ 9.198413892980216, 48.792511352616444, 0.0 ], [ 9.198374059827941, 48.792488041108918, 0.0 ], [ 9.198372702381214, 48.792488942683192, 0.0 ], [ 9.198369565009923, 48.79248714961593, 0.0 ], [ 9.198412043141493, 48.792456412490843, 0.0 ], [ 9.198439185651905, 48.792436762379076, 0.0 ], [ 9.198461985032175, 48.792420177148031, 0.0 ], [ 9.198479084912227, 48.792407828144739, 0.0 ], [ 9.198495317935192, 48.792417242141909, 0.0 ], [ 9.198474148918139, 48.792433105180898, 0.0 ], [ 9.198501976973638, 48.792449243461455, 0.0 ], [ 9.19850347051605, 48.792448341651024, 0.0 ], [ 9.198505926330048, 48.792449866118758, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257b", "Latitude": 48.79474, "Longitude": 9.20309, "X_coordina": 3514993.87, "Y_coordina": 5406383.57, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 671.8, "SecondaryU": "retail", "Secondar00": 150.6, "BuildingTy": "GMH", "Footprint_": 188.3, "Total_wall": 717.3, "Total_wa00": 0.0, "Total_outw": 1092.1, "Total_shar": 0.0, "Total_roof": 241.3, "Gross_volu": 2758.2, "Is_Gross_v": "false", "Heated_vol": 2569.9, "Ridge_mean": 16.7, "Eaves_mean": 12.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 13, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.436, "Heated_are": 822.4, "Mean_Uvalu": 0.48, "Specific_d": "26,3", "Specific_s": 43.8, "Total_Year": 57618.0, "January_He": 8790.0, "February_H": 6235.0, "March_Heat": 3891.0, "April_Heat": 848.0, "May_Heatin": 35.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 113.0, "October_He": 1901.0, "November_H": 5567.0, "December_H": 8601.0, "PV_potenti": 12.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203079942834499, 48.794667499109444, 0.0 ], [ 9.203132604624239, 48.794698429855991, 0.0 ], [ 9.203185266841789, 48.794729450501123, 0.0 ], [ 9.20302107083231, 48.794851496582297, 0.0 ], [ 9.202969773269734, 48.794821372693093, 0.0 ], [ 9.202915610665443, 48.794789545281787, 0.0 ], [ 9.203079942834499, 48.794667499109444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257c", "Latitude": 48.79487, "Longitude": 9.20328, "X_coordina": 3515007.38, "Y_coordina": 5406397.75, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 311.1, "SecondaryU": "retail", "Secondar00": 129.4, "BuildingTy": "MFH", "Footprint_": 161.8, "Total_wall": 336.6, "Total_wa00": 0.0, "Total_outw": 663.9, "Total_shar": 93.1, "Total_roof": 217.6, "Gross_volu": 1538.5, "Is_Gross_v": "false", "Heated_vol": 1376.7, "Ridge_mean": 11.8, "Eaves_mean": 7.19, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.494, "Heated_are": 440.5, "Mean_Uvalu": 0.48, "Specific_d": "32,6", "Specific_s": 52.1, "Total_Year": 37343.0, "January_He": 5463.0, "February_H": 3966.0, "March_Heat": 2567.0, "April_Heat": 627.0, "May_Heatin": 32.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 101.0, "October_He": 1310.0, "November_H": 3566.0, "December_H": 5331.0, "PV_potenti": 10.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203308724885057, 48.79483291446401, 0.0 ], [ 9.203358110278504, 48.794861333031491, 0.0 ], [ 9.203213736688948, 48.794971204699038, 0.0 ], [ 9.203163393808181, 48.794941618753242, 0.0 ], [ 9.203111687025611, 48.794911315802516, 0.0 ], [ 9.203255110471984, 48.794802075403553, 0.0 ], [ 9.203308724885057, 48.79483291446401, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001257d", "Latitude": 48.79479, "Longitude": 9.20338, "X_coordina": 3515014.66, "Y_coordina": 5406389.48, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 110.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.7, "Total_wall": 82.2, "Total_wa00": 0.0, "Total_outw": 202.1, "Total_shar": 92.9, "Total_roof": 59.7, "Gross_volu": 224.5, "Is_Gross_v": "false", "Heated_vol": 224.5, "Ridge_mean": 3.8, "Eaves_mean": 3.76, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.898, "Heated_are": 110.3, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203311572618986, 48.794762948911661, 0.0 ], [ 9.203412112698063, 48.794819782898394, 0.0 ], [ 9.203358110278504, 48.794861333031491, 0.0 ], [ 9.203308724885057, 48.79483291446401, 0.0 ], [ 9.203255110471984, 48.794802075403553, 0.0 ], [ 9.203311572618986, 48.794762948911661, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00012398", "Latitude": 48.79458, "Longitude": 9.20332, "X_coordina": 3515010.15, "Y_coordina": 5406365.53, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 922.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 227.8, "Total_wall": 698.6, "Total_wa00": 0.0, "Total_outw": 1057.7, "Total_shar": 0.0, "Total_roof": 347.9, "Gross_volu": 3109.0, "Is_Gross_v": "false", "Heated_vol": 2881.2, "Ridge_mean": 16.7, "Eaves_mean": 10.52, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 15, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.43, "Heated_are": 922.0, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 53150.0, "January_He": 9558.0, "February_H": 6709.0, "March_Heat": 4040.0, "April_Heat": 767.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 89.0, "October_He": 1953.0, "November_H": 6026.0, "December_H": 9380.0, "PV_potenti": 16.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20342234387148, 48.794556198885239, 0.0 ], [ 9.203227343953916, 48.794700780562387, 0.0 ], [ 9.20317399867359, 48.794669131676571, 0.0 ], [ 9.20312038052437, 48.794637303400073, 0.0 ], [ 9.20331361187184, 48.794492904871888, 0.0 ], [ 9.203369137634624, 48.794525269231798, 0.0 ], [ 9.20342234387148, 48.794556198885239, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001205c", "Latitude": 48.78854, "Longitude": 9.19558, "X_coordina": 3514443.87, "Y_coordina": 5405692.32, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 848.9, "SecondaryU": "retail", "Secondar00": 174.1, "BuildingTy": "GMH", "Footprint_": 217.7, "Total_wall": 437.7, "Total_wa00": 0.0, "Total_outw": 669.3, "Total_shar": 561.6, "Total_roof": 248.7, "Gross_volu": 3237.0, "Is_Gross_v": "false", "Heated_vol": 3197.0, "Ridge_mean": 16.7, "Eaves_mean": 12.83, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 16, "Number_o00": 27, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.281, "Heated_are": 1023.0, "Mean_Uvalu": 0.47, "Specific_d": "25,6", "Specific_s": 32.7, "Total_Year": 59652.0, "January_He": 8147.0, "February_H": 5846.0, "March_Heat": 3784.0, "April_Heat": 845.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 87.0, "October_He": 1744.0, "November_H": 5128.0, "December_H": 7886.0, "PV_potenti": 12.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195500275801285, 48.788486768628545, 0.0 ], [ 9.195574764525022, 48.788464071306791, 0.0 ], [ 9.195669058726789, 48.788600055528285, 0.0 ], [ 9.1956002785825, 48.788620944741055, 0.0 ], [ 9.195588588929185, 48.788624561542356, 0.0 ], [ 9.195508118703795, 48.788648977577189, 0.0 ], [ 9.195457488178008, 48.788577574225229, 0.0 ], [ 9.195417668493537, 48.788521529448794, 0.0 ], [ 9.19541205813832, 48.788513625688239, 0.0 ], [ 9.195425650921843, 48.788509466133135, 0.0 ], [ 9.195500275801285, 48.788486768628545, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001205d", "Latitude": 48.78854, "Longitude": 9.19543, "X_coordina": 3514432.2, "Y_coordina": 5405693.19, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 161.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 59.0, "Total_wall": 164.6, "Total_wa00": 0.0, "Total_outw": 273.3, "Total_shar": 76.1, "Total_roof": 59.0, "Gross_volu": 401.3, "Is_Gross_v": "false", "Heated_vol": 401.3, "Ridge_mean": 6.8, "Eaves_mean": 6.79, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.704, "Heated_are": 161.2, "Mean_Uvalu": 0.47, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195457488178008, 48.788577574225229, 0.0 ], [ 9.195362333299789, 48.788605342257576, 0.0 ], [ 9.195354312443351, 48.788607514032478, 0.0 ], [ 9.195306071062811, 48.78855553006877, 0.0 ], [ 9.195417668493537, 48.788521529448794, 0.0 ], [ 9.195457488178008, 48.788577574225229, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011cfb", "Latitude": 48.7881, "Longitude": 9.20906, "X_coordina": 3515434.1, "Y_coordina": 5405646.88, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 199.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.6, "Total_wall": 128.4, "Total_wa00": 0.0, "Total_outw": 212.5, "Total_shar": 262.6, "Total_roof": 85.7, "Gross_volu": 637.2, "Is_Gross_v": "false", "Heated_vol": 624.0, "Ridge_mean": 13.5, "Eaves_mean": 8.99, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.43, "Heated_are": 199.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 11237.0, "January_He": 1971.0, "February_H": 1378.0, "March_Heat": 888.0, "April_Heat": 225.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 415.0, "November_H": 1221.0, "December_H": 1940.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209082311074376, 48.788106002744222, 0.0 ], [ 9.209056602040397, 48.788141569263402, 0.0 ], [ 9.209036441181928, 48.788169572118534, 0.0 ], [ 9.208947190427121, 48.788142397298081, 0.0 ], [ 9.208967892686578, 48.788113674086752, 0.0 ], [ 9.208993060034283, 48.788078738035878, 0.0 ], [ 9.209082311074376, 48.788106002744222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011c7b", "Latitude": 48.7911, "Longitude": 9.20912, "X_coordina": 3515437.59, "Y_coordina": 5405980.56, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 123.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.5, "Total_wall": 67.6, "Total_wa00": 0.0, "Total_outw": 133.0, "Total_shar": 230.3, "Total_roof": 67.8, "Gross_volu": 409.5, "Is_Gross_v": "false", "Heated_vol": 385.3, "Ridge_mean": 10.5, "Eaves_mean": 6.37, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.463, "Heated_are": 123.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.6, "Total_Year": 7084.0, "January_He": 1276.0, "February_H": 871.0, "March_Heat": 544.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 243.0, "November_H": 774.0, "December_H": 1265.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209047043275763, 48.791082359272494, 0.0 ], [ 9.209124251906472, 48.791092470384307, 0.0 ], [ 9.209112299726112, 48.791131069317736, 0.0 ], [ 9.209101152891261, 48.791166969079022, 0.0 ], [ 9.209025032541323, 48.79115676605295, 0.0 ], [ 9.209035634673111, 48.791120777364085, 0.0 ], [ 9.209047043275763, 48.791082359272494, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011c5c", "Latitude": 48.79164, "Longitude": 9.20379, "X_coordina": 3515045.88, "Y_coordina": 5406038.78, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 127.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.5, "Total_wall": 83.7, "Total_wa00": 0.0, "Total_outw": 172.1, "Total_shar": 208.1, "Total_roof": 68.4, "Gross_volu": 452.0, "Is_Gross_v": "false", "Heated_vol": 397.5, "Ridge_mean": 9.9, "Eaves_mean": 6.68, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.489, "Heated_are": 127.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.0, "Total_Year": 7611.0, "January_He": 1427.0, "February_H": 968.0, "March_Heat": 540.0, "April_Heat": 81.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 266.0, "November_H": 902.0, "December_H": 1401.0, "PV_potenti": 2.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203805354301165, 48.791634983638588, 0.0 ], [ 9.203809439391316, 48.791635515950418, 0.0 ], [ 9.20379429388772, 48.79169318378348, 0.0 ], [ 9.203790617448185, 48.79169274067155, 0.0 ], [ 9.203734110257237, 48.791686186309292, 0.0 ], [ 9.203686181192758, 48.791680605906691, 0.0 ], [ 9.203682096464215, 48.791680163513469, 0.0 ], [ 9.203697649654847, 48.791622315126688, 0.0 ], [ 9.203750480699018, 48.791628516316777, 0.0 ], [ 9.203805354301165, 48.791634983638588, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011b95", "Latitude": 48.78829, "Longitude": 9.19696, "X_coordina": 3514545.33, "Y_coordina": 5405665.62, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 244.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.2, "Total_wall": 292.7, "Total_wa00": 0.0, "Total_outw": 638.5, "Total_shar": 104.3, "Total_roof": 177.7, "Gross_volu": 1031.2, "Is_Gross_v": "false", "Heated_vol": 863.9, "Ridge_mean": 7.2, "Eaves_mean": 5.09, "Storey_num": 2, "Average_St": 3.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.674, "Heated_are": 244.7, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 66.4, "Total_Year": 22325.0, "January_He": 3802.0, "February_H": 2684.0, "March_Heat": 1748.0, "April_Heat": 514.0, "May_Heatin": 59.0, "June_Heati": 3, "July_Heati": 1, "August_Hea": 1, "September_": 139.0, "October_He": 1024.0, "November_H": 2508.0, "December_H": 3764.0, "PV_potenti": 4.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196782382828523, 48.788280458141926, 0.0 ], [ 9.196807223249817, 48.788264139509266, 0.0 ], [ 9.19682154974552, 48.788273646930861, 0.0 ], [ 9.19683023685619, 48.78826787696871, 0.0 ], [ 9.196849512079343, 48.788255254709014, 0.0 ], [ 9.196902179870561, 48.788290414737553, 0.0 ], [ 9.196899329414034, 48.788292308008216, 0.0 ], [ 9.196909835622789, 48.788299304088582, 0.0 ], [ 9.196929246573923, 48.788286591659848, 0.0 ], [ 9.196982321057531, 48.788251790353073, 0.0 ], [ 9.197028575558399, 48.788282555035096, 0.0 ], [ 9.197042765661113, 48.788291972738882, 0.0 ], [ 9.197056474971628, 48.788282866990862, 0.0 ], [ 9.197083081824667, 48.788300626340956, 0.0 ], [ 9.197052812746314, 48.788320731116052, 0.0 ], [ 9.197057589556143, 48.788324229964402, 0.0 ], [ 9.197053517128847, 48.788326844719187, 0.0 ], [ 9.197022293646702, 48.788346501501074, 0.0 ], [ 9.196975458729739, 48.788376076581081, 0.0 ], [ 9.196925000577725, 48.788349185783986, 0.0 ], [ 9.196891998324039, 48.7883316171799, 0.0 ], [ 9.196865401768292, 48.78835126600805, 0.0 ], [ 9.196817672492248, 48.788326168971707, 0.0 ], [ 9.196810072315488, 48.788331487456894, 0.0 ], [ 9.196757542039556, 48.788296686846166, 0.0 ], [ 9.196782382828523, 48.788280458141926, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011b96", "Latitude": 48.78835, "Longitude": 9.19696, "X_coordina": 3514545.2, "Y_coordina": 5405671.65, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 59.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.8, "Total_wall": 63.9, "Total_wa00": 0.0, "Total_outw": 132.4, "Total_shar": 104.4, "Total_roof": 32.8, "Gross_volu": 153.3, "Is_Gross_v": "false", "Heated_vol": 153.3, "Ridge_mean": 4.7, "Eaves_mean": 4.66, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.845, "Heated_are": 59.6, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 64.8, "Total_Year": 5340.0, "January_He": 843.0, "February_H": 636.0, "March_Heat": 461.0, "April_Heat": 161.0, "May_Heatin": 20.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 277.0, "November_H": 590.0, "December_H": 821.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196980779539857, 48.788379484578392, 0.0 ], [ 9.19694386281664, 48.788404906191161, 0.0 ], [ 9.196856717813064, 48.788357845280238, 0.0 ], [ 9.196865401768292, 48.78835126600805, 0.0 ], [ 9.196891998324039, 48.7883316171799, 0.0 ], [ 9.196975458729739, 48.788376076581081, 0.0 ], [ 9.196980779539857, 48.788379484578392, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011aed", "Latitude": 48.78784, "Longitude": 9.21358, "X_coordina": 3515766.75, "Y_coordina": 5405618.1, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 474.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 122.7, "Total_wall": 235.6, "Total_wa00": 0.0, "Total_outw": 395.6, "Total_shar": 336.6, "Total_roof": 209.1, "Gross_volu": 1579.4, "Is_Gross_v": "false", "Heated_vol": 1483.7, "Ridge_mean": 16.1, "Eaves_mean": 9.64, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.372, "Heated_are": 474.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.7, "Total_Year": 26350.0, "January_He": 4620.0, "February_H": 3283.0, "March_Heat": 2016.0, "April_Heat": 375.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 997.0, "November_H": 2979.0, "December_H": 4508.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213459423043203, 48.787906075533137, 0.0 ], [ 9.213498260777861, 48.78779018185913, 0.0 ], [ 9.213564031316254, 48.787799681740623, 0.0 ], [ 9.213621767819532, 48.787808027480118, 0.0 ], [ 9.213583066442288, 48.787923920942518, 0.0 ], [ 9.21352587454073, 48.787915664097703, 0.0 ], [ 9.213459423043203, 48.787906075533137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000119c6", "Latitude": 48.7906, "Longitude": 9.19963, "X_coordina": 3514740.27, "Y_coordina": 5405922.57, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 463.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 87.6, "Total_wall": 394.3, "Total_wa00": 0.0, "Total_outw": 553.8, "Total_shar": 283.9, "Total_roof": 136.2, "Gross_volu": 1537.2, "Is_Gross_v": "false", "Heated_vol": 1449.6, "Ridge_mean": 20.1, "Eaves_mean": 14.6, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 463.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 40.8, "Total_Year": 26272.0, "January_He": 4768.0, "February_H": 3269.0, "March_Heat": 1925.0, "April_Heat": 328.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 41.0, "October_He": 948.0, "November_H": 2974.0, "December_H": 4662.0, "PV_potenti": 2.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199524017683073, 48.790646667086065, 0.0 ], [ 9.199495097624034, 48.790629541779296, 0.0 ], [ 9.199593341603059, 48.790556713257338, 0.0 ], [ 9.199617759493655, 48.790571058711848, 0.0 ], [ 9.199619252603744, 48.790570066963802, 0.0 ], [ 9.199669726907329, 48.790600103869828, 0.0 ], [ 9.199557370516526, 48.790683388052564, 0.0 ], [ 9.199552187165787, 48.790680429555429, 0.0 ], [ 9.199525996806573, 48.790665277845804, 0.0 ], [ 9.199510718955761, 48.790656401877847, 0.0 ], [ 9.199524017683073, 48.790646667086065, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000119c4", "Latitude": 48.79074, "Longitude": 9.19942, "X_coordina": 3514725.19, "Y_coordina": 5405938.43, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 267.5, "SecondaryU": "retail", "Secondar00": 76.3, "BuildingTy": "MFH", "Footprint_": 95.4, "Total_wall": 232.2, "Total_wa00": 0.0, "Total_outw": 360.3, "Total_shar": 332.0, "Total_roof": 95.4, "Gross_volu": 1169.7, "Is_Gross_v": "false", "Heated_vol": 1074.3, "Ridge_mean": 12.3, "Eaves_mean": 12.27, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 4, "Number_o00": 9, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.379, "Heated_are": 343.8, "Mean_Uvalu": 0.42, "Specific_d": "28,5", "Specific_s": 37.5, "Total_Year": 22684.0, "January_He": 3070.0, "February_H": 2209.0, "March_Heat": 1492.0, "April_Heat": 416.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 53.0, "October_He": 704.0, "November_H": 1926.0, "December_H": 2984.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199395305794718, 48.790827007028383, 0.0 ], [ 9.199285222760425, 48.790762902201358, 0.0 ], [ 9.199370709351754, 48.790698908462147, 0.0 ], [ 9.199470152031404, 48.790756736986459, 0.0 ], [ 9.199437041912248, 48.790781253557455, 0.0 ], [ 9.199395305794718, 48.790827007028383, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000115ff", "Latitude": 48.7943, "Longitude": 9.20476, "X_coordina": 3515116.11, "Y_coordina": 5406334.84, "LOD": "LOD2", "Year_of_co": 1934, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 397.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 97.6, "Total_wall": 468.7, "Total_wa00": 0.0, "Total_outw": 681.3, "Total_shar": 188.6, "Total_roof": 113.2, "Gross_volu": 1587.3, "Is_Gross_v": "false", "Heated_vol": 1489.7, "Ridge_mean": 17.3, "Eaves_mean": 15.01, "Storey_num": 5, "Average_St": 3.3, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.448, "Heated_are": 397.7, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 59.1, "Total_Year": 29811.0, "January_He": 5622.0, "February_H": 3975.0, "March_Heat": 2597.0, "April_Heat": 738.0, "May_Heatin": 52.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 108.0, "October_He": 1291.0, "November_H": 3576.0, "December_H": 5554.0, "PV_potenti": 4.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204802633013744, 48.794298819114019, 0.0 ], [ 9.204795477328702, 48.794313039762393, 0.0 ], [ 9.204765097635674, 48.794372982876233, 0.0 ], [ 9.204657886321407, 48.794349253791985, 0.0 ], [ 9.204662604978004, 48.794338184808026, 0.0 ], [ 9.204622142922691, 48.794328634889602, 0.0 ], [ 9.204646031463843, 48.794278954634486, 0.0 ], [ 9.204653454639455, 48.794263564513628, 0.0 ], [ 9.20471298803094, 48.794277217004392, 0.0 ], [ 9.204712449102866, 48.794278566815862, 0.0 ], [ 9.204802633013744, 48.794298819114019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001149c", "Latitude": 48.78813, "Longitude": 9.20915, "X_coordina": 3515440.63, "Y_coordina": 5405649.98, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 162.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.7, "Total_wall": 162.5, "Total_wa00": 0.0, "Total_outw": 291.6, "Total_shar": 179.3, "Total_roof": 86.4, "Gross_volu": 616.5, "Is_Gross_v": "false", "Heated_vol": 559.8, "Ridge_mean": 13.1, "Eaves_mean": 8.62, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.527, "Heated_are": 162.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 52.4, "Total_Year": 11048.0, "January_He": 2067.0, "February_H": 1435.0, "March_Heat": 915.0, "April_Heat": 232.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 34.0, "October_He": 456.0, "November_H": 1295.0, "December_H": 2035.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209145583667151, 48.788169463877161, 0.0 ], [ 9.209125152166692, 48.788197826933839, 0.0 ], [ 9.209036441181928, 48.788169572118534, 0.0 ], [ 9.209056602040397, 48.788141569263402, 0.0 ], [ 9.209082311074376, 48.788106002744222, 0.0 ], [ 9.209171021972686, 48.788134257524675, 0.0 ], [ 9.20915343189337, 48.788158658784525, 0.0 ], [ 9.209145583667151, 48.788169463877161, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001117e", "Latitude": 48.78803, "Longitude": 9.21167, "X_coordina": 3515626.29, "Y_coordina": 5405639.36, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 181.6, "SecondaryU": "retail", "Secondar00": 54.4, "BuildingTy": "MFH", "Footprint_": 68.1, "Total_wall": 201.0, "Total_wa00": 0.0, "Total_outw": 287.3, "Total_shar": 172.5, "Total_roof": 111.5, "Gross_volu": 802.7, "Is_Gross_v": "false", "Heated_vol": 737.8, "Ridge_mean": 14.7, "Eaves_mean": 8.85, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.498, "Heated_are": 236.1, "Mean_Uvalu": 0.47, "Specific_d": "29,0", "Specific_s": 43.0, "Total_Year": 17007.0, "January_He": 2591.0, "February_H": 1723.0, "March_Heat": 1006.0, "April_Heat": 215.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 474.0, "November_H": 1548.0, "December_H": 2561.0, "PV_potenti": 5.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211562412434471, 48.788080431101299, 0.0 ], [ 9.211567494158151, 48.788059109858082, 0.0 ], [ 9.211579264552432, 48.78801025968577, 0.0 ], [ 9.211643402732332, 48.788019943509369, 0.0 ], [ 9.211697464067186, 48.788028117119445, 0.0 ], [ 9.211683312672033, 48.788093247862818, 0.0 ], [ 9.211627219414865, 48.788087326071683, 0.0 ], [ 9.211562412434471, 48.788080431101299, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011180", "Latitude": 48.78801, "Longitude": 9.21156, "X_coordina": 3515617.92, "Y_coordina": 5405636.49, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 41.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.1, "Total_wall": 45.4, "Total_wa00": 0.0, "Total_outw": 113.2, "Total_shar": 73.8, "Total_roof": 49.1, "Gross_volu": 178.0, "Is_Gross_v": "false", "Heated_vol": 128.9, "Ridge_mean": 3.6, "Eaves_mean": 3.62, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.904, "Heated_are": 41.2, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 75.7, "Total_Year": 6135.0, "January_He": 722.0, "February_H": 516.0, "March_Heat": 359.0, "April_Heat": 134.0, "May_Heatin": 19.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 29.0, "October_He": 182.0, "November_H": 454.0, "December_H": 709.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211452447286751, 48.788046641922165, 0.0 ], [ 9.211466376289341, 48.787993291614683, 0.0 ], [ 9.211579264552432, 48.78801025968577, 0.0 ], [ 9.211567494158151, 48.788059109858082, 0.0 ], [ 9.211452447286751, 48.788046641922165, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011109", "Latitude": 48.78928, "Longitude": 9.20247, "X_coordina": 3514949.29, "Y_coordina": 5405776.84, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 714.1, "SecondaryU": "retail", "Secondar00": 142.7, "BuildingTy": "GMH", "Footprint_": 178.4, "Total_wall": 386.0, "Total_wa00": 0.0, "Total_outw": 561.7, "Total_shar": 531.0, "Total_roof": 208.8, "Gross_volu": 2855.8, "Is_Gross_v": "false", "Heated_vol": 2677.4, "Ridge_mean": 17.8, "Eaves_mean": 14.18, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.281, "Heated_are": 856.8, "Mean_Uvalu": 0.43, "Specific_d": "25,4", "Specific_s": 29.8, "Total_Year": 47220.0, "January_He": 6210.0, "February_H": 4447.0, "March_Heat": 2956.0, "April_Heat": 717.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1234.0, "November_H": 3781.0, "December_H": 6061.0, "PV_potenti": 10.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202523236350467, 48.789282595553473, 0.0 ], [ 9.202524396726744, 48.789300398393372, 0.0 ], [ 9.202526995453244, 48.789337442362317, 0.0 ], [ 9.202528152937068, 48.789354525817998, 0.0 ], [ 9.202358198818912, 48.789360579704528, 0.0 ], [ 9.202322819937441, 48.789361810875214, 0.0 ], [ 9.202325512829322, 48.789354612252914, 0.0 ], [ 9.202320698118397, 48.789307950343442, 0.0 ], [ 9.202315315556854, 48.789255444394449, 0.0 ], [ 9.202521189228714, 48.789247349086814, 0.0 ], [ 9.202523236350467, 48.789282595553473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001110a", "Latitude": 48.78935, "Longitude": 9.20249, "X_coordina": 3514950.93, "Y_coordina": 5405784.72, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 81.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.0, "Total_wall": 90.8, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 160.4, "Total_roof": 50.0, "Gross_volu": 277.8, "Is_Gross_v": "false", "Heated_vol": 254.6, "Ridge_mean": 5.6, "Eaves_mean": 5.56, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.717, "Heated_are": 81.5, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 79.3, "Total_Year": 12412.0, "January_He": 1400.0, "February_H": 1079.0, "March_Heat": 806.0, "April_Heat": 312.0, "May_Heatin": 40.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 80.0, "October_He": 435.0, "November_H": 960.0, "December_H": 1350.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202361336727344, 48.789396363798431, 0.0 ], [ 9.202358198818912, 48.789360579704528, 0.0 ], [ 9.202528152937068, 48.789354525817998, 0.0 ], [ 9.202530611959542, 48.789390670795839, 0.0 ], [ 9.202361336727344, 48.789396363798431, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001106f", "Latitude": 48.79019, "Longitude": 9.20451, "X_coordina": 3515099.47, "Y_coordina": 5405877.8, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 578.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 118.2, "Total_wall": 600.2, "Total_wa00": 0.0, "Total_outw": 829.7, "Total_shar": 0.0, "Total_roof": 159.8, "Gross_volu": 1925.8, "Is_Gross_v": "false", "Heated_vol": 1807.7, "Ridge_mean": 18.3, "Eaves_mean": 14.73, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.479, "Heated_are": 578.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 33434.0, "January_He": 6122.0, "February_H": 4191.0, "March_Heat": 2458.0, "April_Heat": 452.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 1175.0, "November_H": 3781.0, "December_H": 6025.0, "PV_potenti": 7.01 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204452685609963, 48.790139935171318, 0.0 ], [ 9.20457491864922, 48.790212016689061, 0.0 ], [ 9.204486588858911, 48.790277817815934, 0.0 ], [ 9.204363676781663, 48.7902060971049, 0.0 ], [ 9.204452685609963, 48.790139935171318, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00011037", "Latitude": 48.79099, "Longitude": 9.2035, "X_coordina": 3515024.66, "Y_coordina": 5405966.61, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 791.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 189.6, "Total_wall": 711.7, "Total_wa00": 0.0, "Total_outw": 1069.9, "Total_shar": 0.0, "Total_roof": 221.4, "Gross_volu": 2662.0, "Is_Gross_v": "false", "Heated_vol": 2472.3, "Ridge_mean": 15.5, "Eaves_mean": 12.53, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 10, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.443, "Heated_are": 791.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 44490.0, "January_He": 8009.0, "February_H": 5532.0, "March_Heat": 3284.0, "April_Heat": 606.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 68.0, "October_He": 1578.0, "November_H": 4989.0, "December_H": 7873.0, "PV_potenti": 11.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203354085135061, 48.791002809126503, 0.0 ], [ 9.203316004510047, 48.790975629510761, 0.0 ], [ 9.203365149542304, 48.790945508245997, 0.0 ], [ 9.203413886958073, 48.790915567527342, 0.0 ], [ 9.203592689326763, 48.791043302779933, 0.0 ], [ 9.203542728854929, 48.791073695353369, 0.0 ], [ 9.203494397103938, 48.791103005943548, 0.0 ], [ 9.203456179868528, 48.791075736692378, 0.0 ], [ 9.203421511329122, 48.791050979021001, 0.0 ], [ 9.203414004280557, 48.791045596864876, 0.0 ], [ 9.203395714453206, 48.791032500322935, 0.0 ], [ 9.203388890066787, 48.791027656501086, 0.0 ], [ 9.203354085135061, 48.791002809126503, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010994", "Latitude": 48.79434, "Longitude": 9.2049, "X_coordina": 3515126.75, "Y_coordina": 5406339.04, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 550.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 104.2, "Total_wall": 490.8, "Total_wa00": 0.0, "Total_outw": 654.6, "Total_shar": 237.0, "Total_roof": 119.5, "Gross_volu": 1793.7, "Is_Gross_v": "false", "Heated_vol": 1719.8, "Ridge_mean": 18.2, "Eaves_mean": 16.09, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.411, "Heated_are": 550.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.7, "Total_Year": 31120.0, "January_He": 5483.0, "February_H": 3834.0, "March_Heat": 2446.0, "April_Heat": 584.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1165.0, "November_H": 3428.0, "December_H": 5372.0, "PV_potenti": 5.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204765097635674, 48.794372982876233, 0.0 ], [ 9.204796961663238, 48.794309889798051, 0.0 ], [ 9.204802633013744, 48.794298819114019, 0.0 ], [ 9.204888728382196, 48.794317729762405, 0.0 ], [ 9.204889134131232, 48.794317099575586, 0.0 ], [ 9.204949755749862, 48.79433057016066, 0.0 ], [ 9.204944895192707, 48.794340200631972, 0.0 ], [ 9.204916000723454, 48.794397173664642, 0.0 ], [ 9.204908170394193, 48.794412834297184, 0.0 ], [ 9.204839238637986, 48.794397490077579, 0.0 ], [ 9.204842205109838, 48.794390650610367, 0.0 ], [ 9.204765097635674, 48.794372982876233, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010995", "Latitude": 48.79435, "Longitude": 9.205, "X_coordina": 3515133.73, "Y_coordina": 5406341.03, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 20.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.6, "Total_wall": 29.3, "Total_wa00": 0.0, "Total_outw": 95.0, "Total_shar": 47.2, "Total_roof": 22.6, "Gross_volu": 49.6, "Is_Gross_v": "false", "Heated_vol": 49.6, "Ridge_mean": 2.2, "Eaves_mean": 2.18, "Storey_num": 1, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.502, "Heated_are": 20.8, "Mean_Uvalu": 0.4, "Specific_d": "non calculated", "Specific_s": 90.5, "Total_Year": 1882.0, "January_He": 427.0, "February_H": 303.0, "March_Heat": 208.0, "April_Heat": 67.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 21.0, "October_He": 136.0, "November_H": 291.0, "December_H": 422.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204988897491649, 48.794350103829558, 0.0 ], [ 9.204959185708104, 48.794406898480702, 0.0 ], [ 9.204916000723454, 48.794397173664642, 0.0 ], [ 9.204944895192707, 48.794340200631972, 0.0 ], [ 9.204988897491649, 48.794350103829558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001082f", "Latitude": 48.78769, "Longitude": 9.20929, "X_coordina": 3515451.38, "Y_coordina": 5405600.65, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 582.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 159.6, "Total_wall": 361.9, "Total_wa00": 0.0, "Total_outw": 547.8, "Total_shar": 313.8, "Total_roof": 229.3, "Gross_volu": 2194.3, "Is_Gross_v": "false", "Heated_vol": 2034.7, "Ridge_mean": 16.3, "Eaves_mean": 11.17, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 9, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.358, "Heated_are": 582.6, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 46.4, "Total_Year": 36288.0, "January_He": 6346.0, "February_H": 4564.0, "March_Heat": 3149.0, "April_Heat": 1006.0, "May_Heatin": 67.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 139.0, "October_He": 1532.0, "November_H": 4035.0, "December_H": 6222.0, "PV_potenti": 10.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209369183455127, 48.787680322471104, 0.0 ], [ 9.209353592349149, 48.787727201045485, 0.0 ], [ 9.20934015241383, 48.787767781050448, 0.0 ], [ 9.209127043533513, 48.787735975574435, 0.0 ], [ 9.209141300522708, 48.787695484033932, 0.0 ], [ 9.209157843297623, 48.787648333988585, 0.0 ], [ 9.209369183455127, 48.787680322471104, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a6", "Latitude": 48.7915, "Longitude": 9.20341, "X_coordina": 3515018.07, "Y_coordina": 5406023.52, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 497.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 128.5, "Total_wall": 222.8, "Total_wa00": 0.0, "Total_outw": 342.0, "Total_shar": 524.8, "Total_roof": 152.3, "Gross_volu": 1885.0, "Is_Gross_v": "false", "Heated_vol": 1756.5, "Ridge_mean": 16.5, "Eaves_mean": 12.82, "Storey_num": 5, "Average_St": 3.1, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.277, "Heated_are": 497.0, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 35.0, "Total_Year": 25252.0, "January_He": 4230.0, "February_H": 3033.0, "March_Heat": 1932.0, "April_Heat": 381.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 937.0, "November_H": 2716.0, "December_H": 4103.0, "PV_potenti": 7.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203378842585058, 48.791471267409612, 0.0 ], [ 9.203456319243221, 48.791480482608506, 0.0 ], [ 9.203428550432729, 48.791580256943369, 0.0 ], [ 9.20335202666606, 48.791571129966897, 0.0 ], [ 9.203277273273022, 48.791562269585391, 0.0 ], [ 9.203282899968833, 48.791540138446351, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203378842585058, 48.791471267409612, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a7", "Latitude": 48.79145, "Longitude": 9.20315, "X_coordina": 3514998.81, "Y_coordina": 5406017.35, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 66.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 35.7, "Total_wall": 88.9, "Total_wa00": 0.0, "Total_outw": 227.2, "Total_shar": 0.0, "Total_roof": 35.7, "Gross_volu": 132.9, "Is_Gross_v": "false", "Heated_vol": 132.9, "Ridge_mean": 3.7, "Eaves_mean": 3.72, "Storey_num": 2, "Average_St": 1.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.206, "Heated_are": 66.2, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 21.0, "Total_Year": 3565.0, "January_He": 428.0, "February_H": 251.0, "March_Heat": 100.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 176.0, "December_H": 409.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203071386693427, 48.791434581618695, 0.0 ], [ 9.203150498573514, 48.79144433368127, 0.0 ], [ 9.203137785047289, 48.791497770730182, 0.0 ], [ 9.203058265884932, 48.791488289147921, 0.0 ], [ 9.203071386693427, 48.791434581618695, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000106a8", "Latitude": 48.79148, "Longitude": 9.20331, "X_coordina": 3515010.84, "Y_coordina": 5406020.94, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 26.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.3, "Total_wall": 41.2, "Total_wa00": 0.0, "Total_outw": 125.3, "Total_shar": 68.2, "Total_roof": 32.3, "Gross_volu": 88.9, "Is_Gross_v": "false", "Heated_vol": 82.5, "Ridge_mean": 2.7, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.224, "Heated_are": 26.4, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 98.4, "Total_Year": 2599.0, "January_He": 578.0, "February_H": 423.0, "March_Heat": 296.0, "April_Heat": 108.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 181.0, "November_H": 399.0, "December_H": 574.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203234290609982, 48.791534559056601, 0.0 ], [ 9.203252891676334, 48.791456202767336, 0.0 ], [ 9.203302455089322, 48.791462140159425, 0.0 ], [ 9.203282899968833, 48.791540138446351, 0.0 ], [ 9.203234290609982, 48.791534559056601, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010522", "Latitude": 48.78819, "Longitude": 9.21275, "X_coordina": 3515705.59, "Y_coordina": 5405657.72, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 639.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 158.9, "Total_wall": 374.4, "Total_wa00": 0.0, "Total_outw": 581.1, "Total_shar": 310.3, "Total_roof": 234.2, "Gross_volu": 2135.0, "Is_Gross_v": "false", "Heated_vol": 1999.8, "Ridge_mean": 15.9, "Eaves_mean": 11.01, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.374, "Heated_are": 639.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 34551.0, "January_He": 5896.0, "February_H": 4168.0, "March_Heat": 2760.0, "April_Heat": 776.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1247.0, "November_H": 3657.0, "December_H": 5794.0, "PV_potenti": 10.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212822835143763, 48.788267308064917, 0.0 ], [ 9.212580621640642, 48.788240868256082, 0.0 ], [ 9.212591206949613, 48.788201642000871, 0.0 ], [ 9.212601656154822, 48.788162415995707, 0.0 ], [ 9.212838964819644, 48.788187605894549, 0.0 ], [ 9.21283096803181, 48.788227456854393, 0.0 ], [ 9.212822968569643, 48.788266678352734, 0.0 ], [ 9.212822835143763, 48.788267308064917, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102ed", "Latitude": 48.78958, "Longitude": 9.19842, "X_coordina": 3514651.82, "Y_coordina": 5405808.59, "LOD": "LOD2", "Year_of_co": 1932, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 104.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 63.9, "Total_wall": 171.8, "Total_wa00": 0.0, "Total_outw": 337.9, "Total_shar": 0.0, "Total_roof": 63.9, "Gross_volu": 325.6, "Is_Gross_v": "false", "Heated_vol": 325.6, "Ridge_mean": 5.1, "Eaves_mean": 5.09, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.92, "Heated_are": 104.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198304937413488, 48.78962580169344, 0.0 ], [ 9.198298253695956, 48.789621946486733, 0.0 ], [ 9.198361233866448, 48.789545133157695, 0.0 ], [ 9.198429868521909, 48.789556345288837, 0.0 ], [ 9.198431912018256, 48.789556881309409, 0.0 ], [ 9.198450880122055, 48.789569887549781, 0.0 ], [ 9.198345176894959, 48.789649202460005, 0.0 ], [ 9.198338629617153, 48.789645436944312, 0.0 ], [ 9.198339986633588, 48.789644445447074, 0.0 ], [ 9.198306294430067, 48.789624810196599, 0.0 ], [ 9.198304937413488, 48.78962580169344, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e7", "Latitude": 48.7879, "Longitude": 9.21509, "X_coordina": 3515877.46, "Y_coordina": 5405625.95, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1202.8, "SecondaryU": "retail", "Secondar00": 274.9, "BuildingTy": "MFH", "Footprint_": 343.6, "Total_wall": 773.9, "Total_wa00": 0.0, "Total_outw": 1071.4, "Total_shar": 486.3, "Total_roof": 385.0, "Gross_volu": 4735.0, "Is_Gross_v": "false", "Heated_vol": 4617.7, "Ridge_mean": 15.9, "Eaves_mean": 11.05, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 34, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.322, "Heated_are": 1477.7, "Mean_Uvalu": 0.48, "Specific_d": "26,5", "Specific_s": 37.3, "Total_Year": 94191.0, "January_He": 13103.0, "February_H": 9552.0, "March_Heat": 6480.0, "April_Heat": 1625.0, "May_Heatin": 63.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 190.0, "October_He": 2981.0, "November_H": 8299.0, "December_H": 12777.0, "PV_potenti": 18.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214820651042324, 48.787956329565084, 0.0 ], [ 9.214809830941128, 48.787908240588358, 0.0 ], [ 9.214908035212176, 48.78789627736824, 0.0 ], [ 9.214954675506569, 48.787890615054764, 0.0 ], [ 9.215002703105453, 48.787884770285054, 0.0 ], [ 9.21508689766959, 48.787874541616674, 0.0 ], [ 9.215260863164962, 48.787853354282859, 0.0 ], [ 9.215262940230854, 48.787861713301197, 0.0 ], [ 9.215273043781847, 48.787901260827219, 0.0 ], [ 9.2152824557605, 48.787938201858672, 0.0 ], [ 9.215283284974124, 48.787941167789434, 0.0 ], [ 9.21528507756522, 48.78794664978183, 0.0 ], [ 9.215110707725259, 48.787968827067367, 0.0 ], [ 9.215108231259324, 48.787962537036726, 0.0 ], [ 9.214829667873198, 48.787996418698413, 0.0 ], [ 9.214820651042324, 48.787956329565084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e8", "Latitude": 48.78785, "Longitude": 9.21506, "X_coordina": 3515875.26, "Y_coordina": 5405619.84, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 90.6, "SecondaryU": "retail", "Secondar00": 22.3, "BuildingTy": "MFH", "Footprint_": 27.9, "Total_wall": 201.4, "Total_wa00": 0.0, "Total_outw": 280.3, "Total_shar": 181.0, "Total_roof": 30.8, "Gross_volu": 380.8, "Is_Gross_v": "false", "Heated_vol": 352.9, "Ridge_mean": 15.3, "Eaves_mean": 11.82, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.723, "Heated_are": 112.9, "Mean_Uvalu": 0.52, "Specific_d": "27,1", "Specific_s": 49.1, "Total_Year": 8614.0, "January_He": 1485.0, "February_H": 908.0, "March_Heat": 497.0, "April_Heat": 103.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 217.0, "November_H": 808.0, "December_H": 1512.0, "PV_potenti": 1.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214954553028614, 48.787890615283366, 0.0 ], [ 9.214947642702265, 48.787865809250285, 0.0 ], [ 9.21499715246914, 48.787859691945414, 0.0 ], [ 9.215074001011207, 48.787850106466159, 0.0 ], [ 9.215079713570201, 48.787849376408083, 0.0 ], [ 9.21508689766959, 48.787874541616674, 0.0 ], [ 9.215002703105453, 48.787884770285054, 0.0 ], [ 9.214954553028614, 48.787890615283366, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000102e9", "Latitude": 48.78788, "Longitude": 9.21535, "X_coordina": 3515896.41, "Y_coordina": 5405622.85, "LOD": "LOD2", "Year_of_co": 1959, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 119.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 40.0, "Total_wall": 79.1, "Total_wa00": 0.0, "Total_outw": 131.1, "Total_shar": 254.2, "Total_roof": 44.3, "Gross_volu": 413.7, "Is_Gross_v": "false", "Heated_vol": 374.7, "Ridge_mean": 11.4, "Eaves_mean": 9.26, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.417, "Heated_are": 119.9, "Mean_Uvalu": 0.48, "Specific_d": "73,0", "Specific_s": 52.7, "Total_Year": 15074.0, "January_He": 1465.0, "February_H": 1073.0, "March_Heat": 750.0, "April_Heat": 239.0, "May_Heatin": 23.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 365.0, "November_H": 929.0, "December_H": 1429.0, "PV_potenti": 1.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215347468285989, 48.78792944763557, 0.0 ], [ 9.2152824557605, 48.787938201858672, 0.0 ], [ 9.215273043781847, 48.787901260827219, 0.0 ], [ 9.215262940230854, 48.787861713301197, 0.0 ], [ 9.215322789067912, 48.787854767217063, 0.0 ], [ 9.215336301370534, 48.787895837066401, 0.0 ], [ 9.215347468285989, 48.78792944763557, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010293", "Latitude": 48.79505, "Longitude": 9.21239, "X_coordina": 3515676.52, "Y_coordina": 5406420.06, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 980.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 252.1, "Total_wall": 987.8, "Total_wa00": 0.0, "Total_outw": 1304.2, "Total_shar": 0.0, "Total_roof": 252.1, "Gross_volu": 3066.3, "Is_Gross_v": "false", "Heated_vol": 3062.5, "Ridge_mean": 13.5, "Eaves_mean": 13.52, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 12, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.487, "Heated_are": 980.0, "Mean_Uvalu": 0.42, "Specific_d": "15,8", "Specific_s": 42.3, "Total_Year": 56930.0, "January_He": 9935.0, "February_H": 7106.0, "March_Heat": 4654.0, "April_Heat": 1182.0, "May_Heatin": 48.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 148.0, "October_He": 2286.0, "November_H": 6354.0, "December_H": 9693.0, "PV_potenti": 8.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212419996811303, 48.795163303812174, 0.0 ], [ 9.212249837013493, 48.795157232978127, 0.0 ], [ 9.212259987472269, 48.795046788149804, 0.0 ], [ 9.212254678201132, 48.795046528164718, 0.0 ], [ 9.212261059473759, 48.794978264427357, 0.0 ], [ 9.212436255721881, 48.794984595725168, 0.0 ], [ 9.212419996811303, 48.795163303812174, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001023f", "Latitude": 48.79678, "Longitude": 9.21314, "X_coordina": 3515731.08, "Y_coordina": 5406612.49, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1097.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 592.1, "Total_wall": 473.2, "Total_wa00": 0.0, "Total_outw": 1045.4, "Total_shar": 268.8, "Total_roof": 655.5, "Gross_volu": 3818.2, "Is_Gross_v": "false", "Heated_vol": 3431.0, "Ridge_mean": 8.2, "Eaves_mean": 4.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.468, "Heated_are": 1097.9, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 10.4, "Total_Year": 47539.0, "January_He": 3972.0, "February_H": 1901.0, "March_Heat": 495.0, "April_Heat": 22.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 53.0, "November_H": 1203.0, "December_H": 3817.0, "PV_potenti": 36.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212849282683841, 48.796837157208728, 0.0 ], [ 9.212799986609035, 48.796831583127336, 0.0 ], [ 9.212797126760996, 48.796831228717679, 0.0 ], [ 9.212798463528133, 48.796825471142078, 0.0 ], [ 9.212801867818984, 48.796825824545664, 0.0 ], [ 9.21280989868246, 48.79679370700763, 0.0 ], [ 9.212806630504423, 48.796793353352754, 0.0 ], [ 9.212808369896376, 48.79678624618014, 0.0 ], [ 9.212811773804294, 48.796786509660627, 0.0 ], [ 9.21281578980159, 48.796770585775484, 0.0 ], [ 9.212820474177661, 48.796751783102202, 0.0 ], [ 9.212817069891688, 48.796751429699157, 0.0 ], [ 9.212818811943269, 48.796744951986092, 0.0 ], [ 9.212822080118247, 48.796745305640634, 0.0 ], [ 9.212830914305661, 48.796710039292734, 0.0 ], [ 9.212827510783193, 48.796709865735622, 0.0 ], [ 9.212829796132667, 48.796703117247716, 0.0 ], [ 9.212839737140678, 48.796704267881395, 0.0 ], [ 9.212839065717928, 48.796706427286914, 0.0 ], [ 9.212883186813102, 48.796711381453292, 0.0 ], [ 9.212883721743086, 48.796709132376307, 0.0 ], [ 9.212892981820669, 48.796710194340612, 0.0 ], [ 9.212892446510594, 48.796712353494804, 0.0 ], [ 9.212924720295501, 48.79671598069293, 0.0 ], [ 9.212925255223674, 48.796713731615768, 0.0 ], [ 9.212934378811919, 48.796714703905565, 0.0 ], [ 9.212933707773651, 48.79671695323443, 0.0 ], [ 9.212970339003466, 48.796721021980524, 0.0 ], [ 9.21297101004015, 48.796718772651438, 0.0 ], [ 9.212977818990499, 48.796719569371184, 0.0 ], [ 9.212977284064609, 48.796721818448574, 0.0 ], [ 9.213009693591422, 48.796725355448352, 0.0 ], [ 9.213010228896604, 48.796723196293634, 0.0 ], [ 9.213019352488182, 48.796724168576681, 0.0 ], [ 9.213018953674613, 48.79672641740251, 0.0 ], [ 9.213052588963517, 48.796730131969952, 0.0 ], [ 9.213053124266906, 48.79672797281502, 0.0 ], [ 9.213061975639132, 48.796728945598311, 0.0 ], [ 9.213061440336109, 48.79673110475327, 0.0 ], [ 9.213092897101008, 48.796734643492336, 0.0 ], [ 9.213093568132395, 48.796732394162561, 0.0 ], [ 9.21310214728511, 48.796733367446464, 0.0 ], [ 9.21310161236463, 48.79673561652443, 0.0 ], [ 9.213145052196266, 48.796740392004118, 0.0 ], [ 9.213145451385261, 48.796738233100697, 0.0 ], [ 9.213154711092681, 48.796739205121106, 0.0 ], [ 9.21315417617449, 48.796741454199307, 0.0 ], [ 9.213197343794958, 48.796746230163116, 0.0 ], [ 9.21319787871127, 48.79674398108471, 0.0 ], [ 9.213206185646834, 48.796744954864835, 0.0 ], [ 9.213205514239263, 48.796747114272435, 0.0 ], [ 9.213241192357559, 48.796751094773406, 0.0 ], [ 9.213241727271965, 48.796748845694822, 0.0 ], [ 9.213249625496319, 48.796749730305066, 0.0 ], [ 9.213249090582257, 48.7967519793837, 0.0 ], [ 9.213282181462652, 48.796755694892212, 0.0 ], [ 9.213282716375266, 48.796753445813422, 0.0 ], [ 9.213291022932811, 48.79675432966458, 0.0 ], [ 9.213290351909958, 48.796756578995499, 0.0 ], [ 9.213325212996713, 48.796760471060132, 0.0 ], [ 9.21332574790746, 48.796758221981158, 0.0 ], [ 9.213331603331961, 48.796758840599225, 0.0 ], [ 9.21333106842147, 48.796761089678235, 0.0 ], [ 9.213374099964724, 48.796765865827886, 0.0 ], [ 9.21337477098395, 48.796763616496506, 0.0 ], [ 9.213388797241452, 48.796765209131209, 0.0 ], [ 9.213387054881164, 48.796771596929915, 0.0 ], [ 9.213383650208563, 48.796771153620789, 0.0 ], [ 9.213374811440229, 48.796805251013417, 0.0 ], [ 9.213378352225787, 48.796805694070592, 0.0 ], [ 9.213376743685378, 48.796811542080007, 0.0 ], [ 9.213373339010163, 48.796811098770597, 0.0 ], [ 9.21336758272791, 48.796833860087204, 0.0 ], [ 9.213364368311796, 48.796846185565371, 0.0 ], [ 9.213367772607965, 48.796846538952238, 0.0 ], [ 9.213366029860889, 48.796852836827718, 0.0 ], [ 9.213362761293821, 48.796852393265809, 0.0 ], [ 9.213353251856798, 48.796888829910436, 0.0 ], [ 9.213356792648048, 48.796889272968279, 0.0 ], [ 9.213354918363009, 48.796896650169515, 0.0 ], [ 9.213344976924075, 48.79689540965758, 0.0 ], [ 9.213345512216657, 48.79689325050137, 0.0 ], [ 9.213301118314034, 48.796888207093893, 0.0 ], [ 9.213300447289873, 48.796890456424805, 0.0 ], [ 9.2132921403285, 48.796889482651558, 0.0 ], [ 9.213292675242077, 48.796887233572782, 0.0 ], [ 9.213259584274441, 48.796883518067517, 0.0 ], [ 9.213258912867339, 48.796885677475387, 0.0 ], [ 9.213250878510548, 48.796884793117876, 0.0 ], [ 9.213251413425921, 48.796882544039285, 0.0 ], [ 9.213216960593018, 48.79687865119655, 0.0 ], [ 9.213216289565217, 48.796880900526979, 0.0 ], [ 9.213207710385177, 48.796879927251638, 0.0 ], [ 9.213208381413343, 48.796877677921252, 0.0 ], [ 9.213176107504591, 48.796874050802863, 0.0 ], [ 9.213175572585943, 48.796876299881113, 0.0 ], [ 9.213165223203635, 48.796875150032335, 0.0 ], [ 9.213165894233644, 48.796872900702184, 0.0 ], [ 9.213124224108219, 48.796868211878923, 0.0 ], [ 9.213123416584606, 48.796870371537892, 0.0 ], [ 9.213114837408135, 48.79686939825563, 0.0 ], [ 9.213115236218531, 48.796867149429538, 0.0 ], [ 9.213073021278193, 48.796862371672432, 0.0 ], [ 9.213072486355061, 48.79686462075022, 0.0 ], [ 9.213062545310128, 48.796863470136692, 0.0 ], [ 9.213063080614489, 48.796861310981797, 0.0 ], [ 9.213030942837428, 48.796857683570884, 0.0 ], [ 9.213030407531724, 48.796859842725681, 0.0 ], [ 9.213018696285951, 48.79685851553586, 0.0 ], [ 9.213019367703003, 48.796856356129368, 0.0 ], [ 9.212987774375627, 48.796852727699353, 0.0 ], [ 9.212987103337923, 48.796854977028481, 0.0 ], [ 9.212977707120892, 48.796853915323553, 0.0 ], [ 9.212978378159001, 48.796851665994467, 0.0 ], [ 9.212947193931186, 48.796848216643795, 0.0 ], [ 9.212946658621991, 48.796850375798201, 0.0 ], [ 9.212936854074123, 48.79684931484497, 0.0 ], [ 9.212937389003153, 48.7968470657678, 0.0 ], [ 9.212903617153156, 48.796843261495738, 0.0 ], [ 9.212902809620473, 48.796845421153201, 0.0 ], [ 9.212893958230802, 48.796844448357746, 0.0 ], [ 9.212894357050878, 48.796842199532385, 0.0 ], [ 9.212858542403819, 48.796838129252905, 0.0 ], [ 9.212858007471358, 48.796840378329719, 0.0 ], [ 9.212848475148924, 48.796839316865814, 0.0 ], [ 9.212849282683841, 48.796837157208728, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010240", "Latitude": 48.79707, "Longitude": 9.21264, "X_coordina": 3515694.71, "Y_coordina": 5406644.8, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 106.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 85.3, "Total_wall": 120.4, "Total_wa00": 0.0, "Total_outw": 345.6, "Total_shar": 0.0, "Total_roof": 105.8, "Gross_volu": 451.6, "Is_Gross_v": "false", "Heated_vol": 366.3, "Ridge_mean": 7.0, "Eaves_mean": 4.2, "Storey_num": 2, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.773, "Heated_are": 106.6, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 25.3, "Total_Year": 6206.0, "January_He": 840.0, "February_H": 471.0, "March_Heat": 174.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 32.0, "November_H": 357.0, "December_H": 814.0, "PV_potenti": 5.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21263839022482, 48.797146164320878, 0.0 ], [ 9.212534897128711, 48.797134935078454, 0.0 ], [ 9.212559661784757, 48.797036423118236, 0.0 ], [ 9.212663431467586, 48.79704873091007, 0.0 ], [ 9.21263839022482, 48.797146164320878, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010241", "Latitude": 48.79542, "Longitude": 9.21285, "X_coordina": 3515710.36, "Y_coordina": 5406461.46, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 145.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 98.8, "Total_wall": 172.0, "Total_wa00": 0.0, "Total_outw": 378.6, "Total_shar": 0.0, "Total_roof": 136.5, "Gross_volu": 496.7, "Is_Gross_v": "false", "Heated_vol": 453.7, "Ridge_mean": 5.9, "Eaves_mean": 3.8, "Storey_num": 2, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.858, "Heated_are": 145.2, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 25.2, "Total_Year": 8423.0, "January_He": 1144.0, "February_H": 632.0, "March_Heat": 224.0, "April_Heat": 17.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 41.0, "November_H": 482.0, "December_H": 1112.0, "PV_potenti": 5.56 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212749618612653, 48.795510249855148, 0.0 ], [ 9.212778410479979, 48.795366588759933, 0.0 ], [ 9.212861331498958, 48.79537398910049, 0.0 ], [ 9.212832131542374, 48.795517650970453, 0.0 ], [ 9.212749618612653, 48.795510249855148, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010242", "Latitude": 48.79418, "Longitude": 9.21324, "X_coordina": 3515739.79, "Y_coordina": 5406323.7, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2723, "PrimaryUsa": "non-heated", "PrimaryU00": 237.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 290.3, "Total_wall": 216.5, "Total_wa00": 0.0, "Total_outw": 618.6, "Total_shar": 67.8, "Total_roof": 310.6, "Gross_volu": 967.5, "Is_Gross_v": "false", "Heated_vol": 740.6, "Ridge_mean": 4.1, "Eaves_mean": 2.54, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.845, "Heated_are": 237.0, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 17.07 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212997247580025, 48.794299780783838, 0.0 ], [ 9.213322191424304, 48.794057374864281, 0.0 ], [ 9.213363398331905, 48.794081757737345, 0.0 ], [ 9.213403922855422, 48.794105692242255, 0.0 ], [ 9.213079387025781, 48.794348007711726, 0.0 ], [ 9.21303708930135, 48.79432317713831, 0.0 ], [ 9.212997247580025, 48.794299780783838, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010243", "Latitude": 48.79585, "Longitude": 9.21334, "X_coordina": 3515746.2, "Y_coordina": 5406509.57, "LOD": "LOD2", "Year_of_co": 1923, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2346.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 891.5, "Total_wall": 787.9, "Total_wa00": 0.0, "Total_outw": 1185.2, "Total_shar": 485.0, "Total_roof": 942.4, "Gross_volu": 7469.2, "Is_Gross_v": "false", "Heated_vol": 7333.7, "Ridge_mean": 11.4, "Eaves_mean": 7.35, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.353, "Heated_are": 2346.8, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 5.5, "Total_Year": 90120.0, "January_He": 4768.0, "February_H": 2209.0, "March_Heat": 469.0, "April_Heat": 14.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 27.0, "November_H": 1118.0, "December_H": 4401.0, "PV_potenti": 40.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213483920862449, 48.795990971081004, 0.0 ], [ 9.213407254007107, 48.795982210746672, 0.0 ], [ 9.213333174383076, 48.795973715339287, 0.0 ], [ 9.213263452541199, 48.795965751355652, 0.0 ], [ 9.213056465642897, 48.795942034968171, 0.0 ], [ 9.213055259325209, 48.795946443453253, 0.0 ], [ 9.212976958168873, 48.795937416085515, 0.0 ], [ 9.213026242733731, 48.795747586262742, 0.0 ], [ 9.213104819246995, 48.795757422399596, 0.0 ], [ 9.213102666657115, 48.79576336133654, 0.0 ], [ 9.213612777684752, 48.795821496041285, 0.0 ], [ 9.213589606225989, 48.795909933857772, 0.0 ], [ 9.213565898649245, 48.796000350980265, 0.0 ], [ 9.213483920862449, 48.795990971081004, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010244", "Latitude": 48.79546, "Longitude": 9.21319, "X_coordina": 3515735.25, "Y_coordina": 5406465.35, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 899.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 374.7, "Total_wall": 460.4, "Total_wa00": 0.0, "Total_outw": 631.0, "Total_shar": 250.0, "Total_roof": 374.7, "Gross_volu": 3035.4, "Is_Gross_v": "false", "Heated_vol": 2811.1, "Ridge_mean": 8.1, "Eaves_mean": 8.1, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.411, "Heated_are": 899.6, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 6.3, "Total_Year": 35247.0, "January_He": 2041.0, "February_H": 972.0, "March_Heat": 235.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 504.0, "December_H": 1911.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213137266835878, 48.795554809573368, 0.0 ], [ 9.213114701851557, 48.795552018741574, 0.0 ], [ 9.212963957572917, 48.795534942358763, 0.0 ], [ 9.213001326622653, 48.795391984735183, 0.0 ], [ 9.213196055510171, 48.795414285140289, 0.0 ], [ 9.213203420987815, 48.795385855664108, 0.0 ], [ 9.213324207650491, 48.795399749982835, 0.0 ], [ 9.213322063488958, 48.795407667226655, 0.0 ], [ 9.213309204605203, 48.7954566094539, 0.0 ], [ 9.213274616255658, 48.795452626955019, 0.0 ], [ 9.213244748763373, 48.795566975088818, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010246", "Latitude": 48.7964, "Longitude": 9.2132, "X_coordina": 3515735.99, "Y_coordina": 5406570.15, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1755.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 900.7, "Total_wall": 799.5, "Total_wa00": 0.0, "Total_outw": 1630.5, "Total_shar": 51.3, "Total_roof": 911.9, "Gross_volu": 6151.7, "Is_Gross_v": "false", "Heated_vol": 5485.2, "Ridge_mean": 8.4, "Eaves_mean": 5.85, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.441, "Heated_are": 1755.3, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 9.1, "Total_Year": 73695.0, "January_He": 5619.0, "February_H": 2673.0, "March_Heat": 644.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 60.0, "November_H": 1653.0, "December_H": 5342.0, "PV_potenti": 42.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213335141775952, 48.79653402522775, 0.0 ], [ 9.21333594509103, 48.796530876416128, 0.0 ], [ 9.213299313208005, 48.796526627940288, 0.0 ], [ 9.213298510271908, 48.796529866674469, 0.0 ], [ 9.213286526494795, 48.796528450093035, 0.0 ], [ 9.21328719370287, 48.796525301533855, 0.0 ], [ 9.21324974478711, 48.796520964631881, 0.0 ], [ 9.213248941847915, 48.796524203365735, 0.0 ], [ 9.213235323991814, 48.796522609957755, 0.0 ], [ 9.213235991203009, 48.796519461398859, 0.0 ], [ 9.213198678405892, 48.796515124228236, 0.0 ], [ 9.213197875463504, 48.796518362961748, 0.0 ], [ 9.213185891691923, 48.796516946369849, 0.0 ], [ 9.21318669501607, 48.796513797559257, 0.0 ], [ 9.213150199648787, 48.796509638706816, 0.0 ], [ 9.213149668542282, 48.796512787013334, 0.0 ], [ 9.213137276824504, 48.796511461094937, 0.0 ], [ 9.213137807550845, 48.796508222865675, 0.0 ], [ 9.213098588469968, 48.796503709343646, 0.0 ], [ 9.213097785521319, 48.796506948076456, 0.0 ], [ 9.213087027506132, 48.796505709053179, 0.0 ], [ 9.213087694345546, 48.796502470572278, 0.0 ], [ 9.213051607705003, 48.796498400855874, 0.0 ], [ 9.213050804372642, 48.796501549665535, 0.0 ], [ 9.213040046359751, 48.796500310637875, 0.0 ], [ 9.213040849692764, 48.796497161828285, 0.0 ], [ 9.213004626949889, 48.796493092348918, 0.0 ], [ 9.213003823233985, 48.796496151235459, 0.0 ], [ 9.212990477993568, 48.796494647217848, 0.0 ], [ 9.212991281329593, 48.796491498408592, 0.0 ], [ 9.212953696354287, 48.796487161662071, 0.0 ], [ 9.212952893396574, 48.796490400393878, 0.0 ], [ 9.212837959984009, 48.796477214259042, 0.0 ], [ 9.212885908851762, 48.796293142088821, 0.0 ], [ 9.212924855531035, 48.796297656187015, 0.0 ], [ 9.212965844618966, 48.796302346342195, 0.0 ], [ 9.213000024819484, 48.796306239764583, 0.0 ], [ 9.21299921920286, 48.796308849037047, 0.0 ], [ 9.21303680404889, 48.796313185769094, 0.0 ], [ 9.213037473554245, 48.796310576748169, 0.0 ], [ 9.213050954856637, 48.796312080508677, 0.0 ], [ 9.213050285732725, 48.796314779452494, 0.0 ], [ 9.213086372241523, 48.79631884916968, 0.0 ], [ 9.213087177853781, 48.796316239896626, 0.0 ], [ 9.213099706012462, 48.796317655491499, 0.0 ], [ 9.213099036891091, 48.796320354435601, 0.0 ], [ 9.213136349154432, 48.796324601716044, 0.0 ], [ 9.213137018654777, 48.796321992694558, 0.0 ], [ 9.213148048850751, 48.796323231209428, 0.0 ], [ 9.213147379350964, 48.796325840230985, 0.0 ], [ 9.213186189969248, 48.79633035449266, 0.0 ], [ 9.213186859086075, 48.796327655548069, 0.0 ], [ 9.213199932069138, 48.796329160047001, 0.0 ], [ 9.213199126843548, 48.796331859243658, 0.0 ], [ 9.213234124119733, 48.796335841007505, 0.0 ], [ 9.213234793234067, 48.796333142062636, 0.0 ], [ 9.213246504363225, 48.796334469230793, 0.0 ], [ 9.213245835249509, 48.796337168175739, 0.0 ], [ 9.213283011428068, 48.796341415660677, 0.0 ], [ 9.213283817030494, 48.796338806386274, 0.0 ], [ 9.213297707057309, 48.796340399284489, 0.0 ], [ 9.213297037565052, 48.79634300830687, 0.0 ], [ 9.213333805423742, 48.796347256531675, 0.0 ], [ 9.213334474532871, 48.796344557586245, 0.0 ], [ 9.21334686659598, 48.796345973406346, 0.0 ], [ 9.213346197487491, 48.796348672351854, 0.0 ], [ 9.21338323757341, 48.796352920056563, 0.0 ], [ 9.213383907061328, 48.796350311033677, 0.0 ], [ 9.21347841359497, 48.796361106556184, 0.0 ], [ 9.213466090668183, 48.796408069481636, 0.0 ], [ 9.213463503058863, 48.796407714583864, 0.0 ], [ 9.213457207383513, 48.79643164591225, 0.0 ], [ 9.213459794994019, 48.79643200081015, 0.0 ], [ 9.213457518515639, 48.796440817535611, 0.0 ], [ 9.21345479517645, 48.796440552812754, 0.0 ], [ 9.2134484994929, 48.796464484140529, 0.0 ], [ 9.213451222833351, 48.796464748863542, 0.0 ], [ 9.213449079028486, 48.796472756031115, 0.0 ], [ 9.213446491415962, 48.796472401132974, 0.0 ], [ 9.213439927319431, 48.796497232192912, 0.0 ], [ 9.213442651043072, 48.796497586838939, 0.0 ], [ 9.213430193465726, 48.796544909703115, 0.0 ], [ 9.213335141775952, 48.79653402522775, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010247", "Latitude": 48.79402, "Longitude": 9.21382, "X_coordina": 3515781.97, "Y_coordina": 5406306.17, "LOD": "LOD2", "Year_of_co": 1940, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 246.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 183.6, "Total_wall": 201.5, "Total_wa00": 0.0, "Total_outw": 569.3, "Total_shar": 0.0, "Total_roof": 232.1, "Gross_volu": 953.4, "Is_Gross_v": "false", "Heated_vol": 769.8, "Ridge_mean": 6.8, "Eaves_mean": 3.62, "Storey_num": 2, "Average_St": 2.9, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.71, "Heated_are": 246.3, "Mean_Uvalu": 0.46, "Specific_d": "non calculated", "Specific_s": 84.1, "Total_Year": 20724.0, "January_He": 4543.0, "February_H": 3348.0, "March_Heat": 2380.0, "April_Heat": 806.0, "May_Heatin": 85.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 253.0, "October_He": 1595.0, "November_H": 3221.0, "December_H": 4489.0, "PV_potenti": 11.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21388158483621, 48.793962367183589, 0.0 ], [ 9.213767930154356, 48.794152766552564, 0.0 ], [ 9.213714246539796, 48.79413901795958, 0.0 ], [ 9.213666421513329, 48.794126697249119, 0.0 ], [ 9.213779391421529, 48.793935220167768, 0.0 ], [ 9.213827899101197, 48.793948079105661, 0.0 ], [ 9.21388158483621, 48.793962367183589, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010249", "Latitude": 48.79501, "Longitude": 9.21335, "X_coordina": 3515746.97, "Y_coordina": 5406416.16, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 432.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 119.1, "Total_wall": 324.7, "Total_wa00": 0.0, "Total_outw": 514.6, "Total_shar": 168.7, "Total_roof": 119.1, "Gross_volu": 1101.1, "Is_Gross_v": "false", "Heated_vol": 1101.1, "Ridge_mean": 9.3, "Eaves_mean": 9.25, "Storey_num": 4, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.511, "Heated_are": 432.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 8.0, "Total_Year": 17639.0, "January_He": 1212.0, "February_H": 606.0, "March_Heat": 145.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 348.0, "December_H": 1113.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213398525779033, 48.795079574384687, 0.0 ], [ 9.213187457377128, 48.795055416174478, 0.0 ], [ 9.21320446849923, 48.794990639725114, 0.0 ], [ 9.213205003396837, 48.794988390646019, 0.0 ], [ 9.213321839749176, 48.795001752740056, 0.0 ], [ 9.213359968070096, 48.795006088360878, 0.0 ], [ 9.213416071526005, 48.795012548824822, 0.0 ], [ 9.213398525779033, 48.795079574384687, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024a", "Latitude": 48.794, "Longitude": 9.21407, "X_coordina": 3515800.6, "Y_coordina": 5406303.99, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 270.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 186.6, "Total_wall": 192.8, "Total_wa00": 0.0, "Total_outw": 310.5, "Total_shar": 139.9, "Total_roof": 211.2, "Gross_volu": 1156.9, "Is_Gross_v": "false", "Heated_vol": 970.3, "Ridge_mean": 7.3, "Eaves_mean": 5.13, "Storey_num": 2, "Average_St": 3.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.547, "Heated_are": 270.8, "Mean_Uvalu": 0.48, "Specific_d": "non calculated", "Specific_s": 82.2, "Total_Year": 22260.0, "January_He": 4864.0, "February_H": 3587.0, "March_Heat": 2564.0, "April_Heat": 897.0, "May_Heatin": 103.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 273.0, "October_He": 1713.0, "November_H": 3435.0, "December_H": 4819.0, "PV_potenti": 10.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214019917810823, 48.794134403742596, 0.0 ], [ 9.213918372763041, 48.794107668421987, 0.0 ], [ 9.214035174714548, 48.79391352310558, 0.0 ], [ 9.214087634779561, 48.793927633518422, 0.0 ], [ 9.214136688090111, 48.793940761082752, 0.0 ], [ 9.214112496312461, 48.793980911974614, 0.0 ], [ 9.214019917810823, 48.794134403742596, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024c", "Latitude": 48.79443, "Longitude": 9.21519, "X_coordina": 3515882.79, "Y_coordina": 5406351.28, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1118.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 302.0, "Total_wall": 591.3, "Total_wa00": 0.0, "Total_outw": 870.1, "Total_shar": 213.5, "Total_roof": 334.3, "Gross_volu": 3629.1, "Is_Gross_v": "false", "Heated_vol": 3494.2, "Ridge_mean": 13.7, "Eaves_mean": 10.76, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.345, "Heated_are": 1118.1, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 6.8, "Total_Year": 44387.0, "January_He": 2740.0, "February_H": 1340.0, "March_Heat": 291.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 730.0, "December_H": 2517.0, "PV_potenti": 16.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215280466313178, 48.794376736254435, 0.0 ], [ 9.21529014086463, 48.794379325952256, 0.0 ], [ 9.21517849830731, 48.794561809664259, 0.0 ], [ 9.215076986577465, 48.794535381916425, 0.0 ], [ 9.215005587861135, 48.794516811136532, 0.0 ], [ 9.215115453521022, 48.79433244251495, 0.0 ], [ 9.215195711471553, 48.794353964150808, 0.0 ], [ 9.215280466313178, 48.794376736254435, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024d", "Latitude": 48.79689, "Longitude": 9.21299, "X_coordina": 3515720.13, "Y_coordina": 5406625.06, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 623.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 337.2, "Total_wall": 299.0, "Total_wa00": 0.0, "Total_outw": 614.8, "Total_shar": 268.5, "Total_roof": 375.6, "Gross_volu": 2174.6, "Is_Gross_v": "false", "Heated_vol": 1949.0, "Ridge_mean": 8.2, "Eaves_mean": 4.61, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.482, "Heated_are": 623.7, "Mean_Uvalu": 0.49, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 28609.0, "January_He": 2719.0, "February_H": 1415.0, "March_Heat": 392.0, "April_Heat": 16.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 46.0, "November_H": 951.0, "December_H": 2576.0, "PV_potenti": 19.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212779246148759, 48.796915969714597, 0.0 ], [ 9.212775841851968, 48.796915616310351, 0.0 ], [ 9.212777717743727, 48.796908598809686, 0.0 ], [ 9.212780986309347, 48.796909042388172, 0.0 ], [ 9.212784198210166, 48.796896087466401, 0.0 ], [ 9.212789554036721, 48.796875125389612, 0.0 ], [ 9.212786149742623, 48.796874771985685, 0.0 ], [ 9.212787890661476, 48.796868024504754, 0.0 ], [ 9.212791158844231, 48.796868378160141, 0.0 ], [ 9.212799986609035, 48.796831583127336, 0.0 ], [ 9.212849282683841, 48.796837157208728, 0.0 ], [ 9.212848475148924, 48.796839316865814, 0.0 ], [ 9.212858007471358, 48.796840378329719, 0.0 ], [ 9.212858542403819, 48.796838129252905, 0.0 ], [ 9.212894357050878, 48.796842199532385, 0.0 ], [ 9.212893958230802, 48.796844448357746, 0.0 ], [ 9.212902809620473, 48.796845421153201, 0.0 ], [ 9.212903617153156, 48.796843261495738, 0.0 ], [ 9.212937389003153, 48.7968470657678, 0.0 ], [ 9.212936854074123, 48.79684931484497, 0.0 ], [ 9.212946658621991, 48.796850375798201, 0.0 ], [ 9.212947193931186, 48.796848216643795, 0.0 ], [ 9.212978378159001, 48.796851665994467, 0.0 ], [ 9.212977707120892, 48.796853915323553, 0.0 ], [ 9.212987103337923, 48.796854977028481, 0.0 ], [ 9.212987774375627, 48.796852727699353, 0.0 ], [ 9.213019367703003, 48.796856356129368, 0.0 ], [ 9.213018696285951, 48.79685851553586, 0.0 ], [ 9.213030407531724, 48.796859842725681, 0.0 ], [ 9.213030942837428, 48.796857683570884, 0.0 ], [ 9.213063080614489, 48.796861310981797, 0.0 ], [ 9.213062545310128, 48.796863470136692, 0.0 ], [ 9.213072486355061, 48.79686462075022, 0.0 ], [ 9.213073021278193, 48.796862371672432, 0.0 ], [ 9.213115236218531, 48.796867149429538, 0.0 ], [ 9.213114837408135, 48.79686939825563, 0.0 ], [ 9.213123416584606, 48.796870371537892, 0.0 ], [ 9.213106942700559, 48.79693361826007, 0.0 ], [ 9.213091140191178, 48.796994705572402, 0.0 ], [ 9.213084739916384, 48.796993998026743, 0.0 ], [ 9.213085410951548, 48.796991748697103, 0.0 ], [ 9.213038701574096, 48.796986349778798, 0.0 ], [ 9.213038166648138, 48.796988598856387, 0.0 ], [ 9.213029042627527, 48.796987536652132, 0.0 ], [ 9.213029577553888, 48.7969852875746, 0.0 ], [ 9.212998120256053, 48.796981658895874, 0.0 ], [ 9.212997585328326, 48.796983907973264, 0.0 ], [ 9.212987644261522, 48.796982757353341, 0.0 ], [ 9.212988315300885, 48.796980508024248, 0.0 ], [ 9.212955087802309, 48.796976702760617, 0.0 ], [ 9.212954416761511, 48.796978952089525, 0.0 ], [ 9.21294610979214, 48.796977978291352, 0.0 ], [ 9.212946644722107, 48.796975729214175, 0.0 ], [ 9.212912191468153, 48.796971746357649, 0.0 ], [ 9.212911520425504, 48.796973995686301, 0.0 ], [ 9.21290348568013, 48.796973021381788, 0.0 ], [ 9.212904156723118, 48.796970772053172, 0.0 ], [ 9.212869159031225, 48.796966790190289, 0.0 ], [ 9.212868623717439, 48.79696894934429, 0.0 ], [ 9.212862223448997, 48.79696824178626, 0.0 ], [ 9.212862758382609, 48.79696599270946, 0.0 ], [ 9.212828305141873, 48.79696200982783, 0.0 ], [ 9.212827497984451, 48.796964259407545, 0.0 ], [ 9.212818782306103, 48.796963196431996, 0.0 ], [ 9.212819317621967, 48.796961037278223, 0.0 ], [ 9.212774786839896, 48.796955814073954, 0.0 ], [ 9.212774660616168, 48.796958152318723, 0.0 ], [ 9.21276553660657, 48.796957090093585, 0.0 ], [ 9.212767009111461, 48.796951242344186, 0.0 ], [ 9.212770277299477, 48.796951596000149, 0.0 ], [ 9.212779246148759, 48.796915969714597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001024f", "Latitude": 48.79391, "Longitude": 9.21361, "X_coordina": 3515766.83, "Y_coordina": 5406293.42, "LOD": "LOD2", "Year_of_co": 1948, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 542.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 364.6, "Total_wall": 228.5, "Total_wa00": 0.0, "Total_outw": 699.7, "Total_shar": 144.1, "Total_roof": 390.5, "Gross_volu": 1209.3, "Is_Gross_v": "false", "Heated_vol": 1209.3, "Ridge_mean": 4.1, "Eaves_mean": 4.09, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.813, "Heated_are": 542.4, "Mean_Uvalu": 0.34, "Specific_d": "32,9", "Specific_s": 7.2, "Total_Year": 21716.0, "January_He": 1364.0, "February_H": 717.0, "March_Heat": 175.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 376.0, "December_H": 1245.0, "PV_potenti": 20.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213812582508858, 48.793802791054397, 0.0 ], [ 9.213804442334247, 48.793808920970086, 0.0 ], [ 9.213403922855422, 48.794105692242255, 0.0 ], [ 9.213363398331905, 48.794081757737345, 0.0 ], [ 9.213322191424304, 48.794057374864281, 0.0 ], [ 9.213731256812938, 48.793753843745705, 0.0 ], [ 9.213772738548505, 48.793778855428634, 0.0 ], [ 9.213812582508858, 48.793802791054397, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010251", "Latitude": 48.7959, "Longitude": 9.21369, "X_coordina": 3515772.09, "Y_coordina": 5406514.48, "LOD": "LOD2", "Year_of_co": 1942, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 474.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 174.5, "Total_wall": 276.0, "Total_wa00": 0.0, "Total_outw": 446.5, "Total_shar": 244.9, "Total_roof": 175.3, "Gross_volu": 1306.7, "Is_Gross_v": "false", "Heated_vol": 1222.9, "Ridge_mean": 8.0, "Eaves_mean": 7.01, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.479, "Heated_are": 474.7, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 3.5, "Total_Year": 17245.0, "January_He": 667.0, "February_H": 223.0, "March_Heat": 31.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 109.0, "December_H": 614.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213705090609583, 48.795924916692535, 0.0 ], [ 9.213681375595497, 48.796013535381633, 0.0 ], [ 9.213565898649245, 48.796000350980265, 0.0 ], [ 9.213589473171497, 48.795910653492861, 0.0 ], [ 9.213612777684752, 48.795821496041285, 0.0 ], [ 9.21372920737144, 48.795834768551416, 0.0 ], [ 9.213705090609583, 48.795924916692535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010253", "Latitude": 48.79556, "Longitude": 9.21322, "X_coordina": 3515737.41, "Y_coordina": 5406477.06, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 51.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 31.9, "Total_wall": 40.4, "Total_wa00": 0.0, "Total_outw": 62.8, "Total_shar": 114.1, "Total_roof": 31.9, "Gross_volu": 180.1, "Is_Gross_v": "false", "Heated_vol": 159.3, "Ridge_mean": 5.7, "Eaves_mean": 5.65, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.608, "Heated_are": 51.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 15.8, "Total_Year": 2483.0, "January_He": 254.0, "February_H": 151.0, "March_Heat": 51.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 103.0, "December_H": 240.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213137307096712, 48.795554674613527, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213210763379024, 48.795608942384916, 0.0 ], [ 9.213166506729918, 48.795603898670478, 0.0 ], [ 9.213125654299759, 48.795599208333257, 0.0 ], [ 9.213137307096712, 48.795554674613527, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010255", "Latitude": 48.79619, "Longitude": 9.21299, "X_coordina": 3515720.71, "Y_coordina": 5406546.6, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 109.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 121.1, "Total_wall": 99.0, "Total_wa00": 0.0, "Total_outw": 345.1, "Total_shar": 89.4, "Total_roof": 124.9, "Gross_volu": 329.4, "Is_Gross_v": "false", "Heated_vol": 283.9, "Ridge_mean": 3.1, "Eaves_mean": 2.35, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.048, "Heated_are": 109.6, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 13.7, "Total_Year": 5106.0, "January_He": 521.0, "February_H": 236.0, "March_Heat": 56.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 173.0, "December_H": 510.0, "PV_potenti": 5.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212932920592559, 48.796112848413912, 0.0 ], [ 9.213012861031011, 48.796123221632243, 0.0 ], [ 9.212994375686266, 48.796193576026219, 0.0 ], [ 9.212983660155293, 48.796234511051807, 0.0 ], [ 9.212965844618966, 48.796302346342195, 0.0 ], [ 9.212924855531035, 48.796297656187015, 0.0 ], [ 9.212885908851762, 48.796293142088821, 0.0 ], [ 9.212932920592559, 48.796112848413912, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010256", "Latitude": 48.79554, "Longitude": 9.21332, "X_coordina": 3515744.91, "Y_coordina": 5406475.26, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1024.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 374.9, "Total_wall": 478.8, "Total_wa00": 0.0, "Total_outw": 632.7, "Total_shar": 265.2, "Total_roof": 374.9, "Gross_volu": 2508.0, "Is_Gross_v": "false", "Heated_vol": 2508.0, "Ridge_mean": 6.7, "Eaves_mean": 6.69, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.49, "Heated_are": 1024.3, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 3.9, "Total_Year": 37655.0, "January_He": 1568.0, "February_H": 616.0, "March_Heat": 97.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 292.0, "December_H": 1415.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213210763379024, 48.795608942384916, 0.0 ], [ 9.213222416102903, 48.79556440865678, 0.0 ], [ 9.213244748763373, 48.795566975088818, 0.0 ], [ 9.213274616255658, 48.795452626955019, 0.0 ], [ 9.213309204605203, 48.7954566094539, 0.0 ], [ 9.213322063488958, 48.795407667226655, 0.0 ], [ 9.213423512365218, 48.795419079400695, 0.0 ], [ 9.213377713115865, 48.795595864033004, 0.0 ], [ 9.2133439420725, 48.79559205988776, 0.0 ], [ 9.213312741789458, 48.795713064847504, 0.0 ], [ 9.213310699029241, 48.795712798860613, 0.0 ], [ 9.213308020714209, 48.795723145028731, 0.0 ], [ 9.21312854302934, 48.795702794907811, 0.0 ], [ 9.213150639295923, 48.79561741657141, 0.0 ], [ 9.213162622471403, 48.795618743244731, 0.0 ], [ 9.213166506729918, 48.795603898670478, 0.0 ], [ 9.213210763379024, 48.795608942384916, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010257", "Latitude": 48.79622, "Longitude": 9.21329, "X_coordina": 3515742.53, "Y_coordina": 5406550.67, "LOD": "LOD2", "Year_of_co": 1937, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 157.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 178.3, "Total_wall": 225.6, "Total_wa00": 0.0, "Total_outw": 777.7, "Total_shar": 38.1, "Total_roof": 178.3, "Gross_volu": 563.5, "Is_Gross_v": "false", "Heated_vol": 490.5, "Ridge_mean": 3.2, "Eaves_mean": 3.16, "Storey_num": 1, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 1.093, "Heated_are": 157.0, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 27.2, "Total_Year": 9429.0, "January_He": 1278.0, "February_H": 763.0, "March_Heat": 343.0, "April_Heat": 43.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 1.0, "October_He": 62.0, "November_H": 547.0, "December_H": 1236.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212983660155293, 48.796234511051807, 0.0 ], [ 9.212994375686266, 48.796193576026219, 0.0 ], [ 9.21350925744435, 48.79625233182648, 0.0 ], [ 9.213498135899588, 48.79629371726994, 0.0 ], [ 9.212983660155293, 48.796234511051807, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010258", "Latitude": 48.79424, "Longitude": 9.2153, "X_coordina": 3515890.76, "Y_coordina": 5406330.6, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 640.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 295.0, "Total_wall": 340.1, "Total_wa00": 0.0, "Total_outw": 648.1, "Total_shar": 159.0, "Total_roof": 309.9, "Gross_volu": 2296.0, "Is_Gross_v": "false", "Heated_vol": 2001.0, "Ridge_mean": 8.9, "Eaves_mean": 6.84, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.437, "Heated_are": 640.3, "Mean_Uvalu": 0.47, "Specific_d": "32,9", "Specific_s": 8.8, "Total_Year": 26671.0, "January_He": 2008.0, "February_H": 905.0, "March_Heat": 194.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 19.0, "November_H": 568.0, "December_H": 1929.0, "PV_potenti": 17.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215229933589912, 48.794145187604713, 0.0 ], [ 9.215395755176234, 48.794187771121173, 0.0 ], [ 9.215280466313178, 48.794376736254435, 0.0 ], [ 9.215195711471553, 48.794353964150808, 0.0 ], [ 9.215115453521022, 48.79433244251495, 0.0 ], [ 9.215229933589912, 48.794145187604713, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025b", "Latitude": 48.79424, "Longitude": 9.21376, "X_coordina": 3515777.62, "Y_coordina": 5406330.32, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 451.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 414.0, "Total_wall": 251.4, "Total_wa00": 0.0, "Total_outw": 474.0, "Total_shar": 150.9, "Total_roof": 459.2, "Gross_volu": 1653.9, "Is_Gross_v": "false", "Heated_vol": 1411.6, "Ridge_mean": 5.0, "Eaves_mean": 3.0, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.702, "Heated_are": 451.7, "Mean_Uvalu": 0.39, "Specific_d": "non calculated", "Specific_s": 74.1, "Total_Year": 33474.0, "January_He": 7164.0, "February_H": 5341.0, "March_Heat": 3939.0, "April_Heat": 1487.0, "May_Heatin": 182.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 482.0, "October_He": 2659.0, "November_H": 5115.0, "December_H": 7097.0, "PV_potenti": 22.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213874229827764, 48.794377378097771, 0.0 ], [ 9.213432616205981, 48.794260307600176, 0.0 ], [ 9.213451938297478, 48.794227089993512, 0.0 ], [ 9.213471665241098, 48.794193062320858, 0.0 ], [ 9.213811497121789, 48.794284064002412, 0.0 ], [ 9.213895595998453, 48.794144632714989, 0.0 ], [ 9.21399830157088, 48.794171673590469, 0.0 ], [ 9.213874229827764, 48.794377378097771, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025d", "Latitude": 48.79458, "Longitude": 9.21506, "X_coordina": 3515872.77, "Y_coordina": 5406368.09, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 189.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 117.5, "Total_wall": 193.9, "Total_wa00": 0.0, "Total_outw": 377.3, "Total_shar": 131.6, "Total_roof": 117.5, "Gross_volu": 590.8, "Is_Gross_v": "false", "Heated_vol": 590.8, "Ridge_mean": 5.0, "Eaves_mean": 5.03, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.726, "Heated_are": 189.1, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 15.3, "Total_Year": 9106.0, "January_He": 960.0, "February_H": 492.0, "March_Heat": 142.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 20.0, "November_H": 345.0, "December_H": 928.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215065219469029, 48.794680090898062, 0.0 ], [ 9.215019845025338, 48.7946681258681, 0.0 ], [ 9.214928687119704, 48.794644016670716, 0.0 ], [ 9.214933417756676, 48.794636274415851, 0.0 ], [ 9.215005587861135, 48.794516811136532, 0.0 ], [ 9.215076986577465, 48.794535381916425, 0.0 ], [ 9.215031312562155, 48.794612531697624, 0.0 ], [ 9.215096037674344, 48.794630035843355, 0.0 ], [ 9.215065219469029, 48.794680090898062, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0001025e", "Latitude": 48.79468, "Longitude": 9.21499, "X_coordina": 3515867.66, "Y_coordina": 5406379.64, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 159.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 101.1, "Total_wall": 178.7, "Total_wa00": 0.0, "Total_outw": 351.1, "Total_shar": 76.5, "Total_roof": 101.1, "Gross_volu": 523.8, "Is_Gross_v": "false", "Heated_vol": 499.6, "Ridge_mean": 5.2, "Eaves_mean": 5.24, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.744, "Heated_are": 159.9, "Mean_Uvalu": 0.46, "Specific_d": "32,9", "Specific_s": 19.6, "Total_Year": 8387.0, "January_He": 1006.0, "February_H": 547.0, "March_Heat": 170.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 28.0, "November_H": 401.0, "December_H": 972.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215019845025338, 48.7946681258681, 0.0 ], [ 9.215012150829732, 48.794683067544135, 0.0 ], [ 9.215019510104696, 48.794685301892962, 0.0 ], [ 9.214970046050503, 48.794767404519675, 0.0 ], [ 9.214945519073082, 48.794760885880741, 0.0 ], [ 9.214918744760711, 48.794769928205845, 0.0 ], [ 9.214877726020189, 48.794758044914943, 0.0 ], [ 9.214885018864118, 48.794744722620983, 0.0 ], [ 9.214866212163672, 48.794739092527031, 0.0 ], [ 9.214916491836824, 48.79465671865173, 0.0 ], [ 9.214929602211802, 48.794635202454167, 0.0 ], [ 9.214933417756676, 48.794636274415851, 0.0 ], [ 9.214928687119704, 48.794644016670716, 0.0 ], [ 9.215019845025338, 48.7946681258681, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010260", "Latitude": 48.79669, "Longitude": 9.2124, "X_coordina": 3515677.24, "Y_coordina": 5406601.97, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 49.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 59.1, "Total_wall": 86.4, "Total_wa00": 0.0, "Total_outw": 295.4, "Total_shar": 0.0, "Total_roof": 59.1, "Gross_volu": 214.5, "Is_Gross_v": "false", "Heated_vol": 155.5, "Ridge_mean": 3.6, "Eaves_mean": 3.63, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.106, "Heated_are": 49.8, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 22.1, "Total_Year": 2736.0, "January_He": 337.0, "February_H": 202.0, "March_Heat": 80.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 142.0, "December_H": 321.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212361818702258, 48.796761442287234, 0.0 ], [ 9.212295588126864, 48.7967424106875, 0.0 ], [ 9.212356727908315, 48.796651744973445, 0.0 ], [ 9.212424045371991, 48.796670324915901, 0.0 ], [ 9.212361818702258, 48.796761442287234, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000101f7", "Latitude": 48.79131, "Longitude": 9.203, "X_coordina": 3514988.27, "Y_coordina": 5406002.48, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 628.6, "SecondaryU": "retail", "Secondar00": 99.7, "BuildingTy": "GMH", "Footprint_": 124.6, "Total_wall": 691.2, "Total_wa00": 0.0, "Total_outw": 944.7, "Total_shar": 146.2, "Total_roof": 220.3, "Gross_volu": 2364.9, "Is_Gross_v": "false", "Heated_vol": 2275.9, "Ridge_mean": 21.7, "Eaves_mean": 15.23, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 20, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.451, "Heated_are": 728.3, "Mean_Uvalu": 0.46, "Specific_d": "23,7", "Specific_s": 40.4, "Total_Year": 46686.0, "January_He": 7393.0, "February_H": 5080.0, "March_Heat": 3032.0, "April_Heat": 598.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1439.0, "November_H": 4553.0, "December_H": 7262.0, "PV_potenti": 9.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203005386215736, 48.791402505334823, 0.0 ], [ 9.202911119286524, 48.791347008761107, 0.0 ], [ 9.202890765425275, 48.791362061865705, 0.0 ], [ 9.202871120458312, 48.791350406406472, 0.0 ], [ 9.202843290526896, 48.791333999410256, 0.0 ], [ 9.202935550062616, 48.79126297706096, 0.0 ], [ 9.203077704854323, 48.79134770427283, 0.0 ], [ 9.203060066070291, 48.791361044070811, 0.0 ], [ 9.203041342136162, 48.791375285015405, 0.0 ], [ 9.203005386215736, 48.791402505334823, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000101f8", "Latitude": 48.79136, "Longitude": 9.20314, "X_coordina": 3514998.05, "Y_coordina": 5406007.47, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.2, "Total_wall": 29.6, "Total_wa00": 0.0, "Total_outw": 89.5, "Total_shar": 78.2, "Total_roof": 29.2, "Gross_volu": 78.4, "Is_Gross_v": "false", "Heated_vol": 73.9, "Ridge_mean": 2.7, "Eaves_mean": 2.7, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.143, "Heated_are": 23.7, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20308421823116, 48.791342926835306, 0.0 ], [ 9.203146016036365, 48.79137905705052, 0.0 ], [ 9.203102188365646, 48.791411686702496, 0.0 ], [ 9.203041342136162, 48.791375285015405, 0.0 ], [ 9.203077704854323, 48.79134770427283, 0.0 ], [ 9.20308421823116, 48.791342926835306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00010194", "Latitude": 48.79051, "Longitude": 9.20987, "X_coordina": 3515493.08, "Y_coordina": 5405914.59, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 711.8, "SecondaryU": "office and administration", "Secondar00": 172.7, "BuildingTy": "MFH", "Footprint_": 215.8, "Total_wall": 778.7, "Total_wa00": 0.0, "Total_outw": 1098.4, "Total_shar": 85.4, "Total_roof": 215.8, "Gross_volu": 2764.1, "Is_Gross_v": "false", "Heated_vol": 2764.1, "Ridge_mean": 12.8, "Eaves_mean": 12.82, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.438, "Heated_are": 884.5, "Mean_Uvalu": 0.41, "Specific_d": "15,6", "Specific_s": 45.3, "Total_Year": 53879.0, "January_He": 9274.0, "February_H": 6858.0, "March_Heat": 4748.0, "April_Heat": 1405.0, "May_Heatin": 81.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 226.0, "October_He": 2438.0, "November_H": 6061.0, "December_H": 8990.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20982945188449, 48.79042737148167, 0.0 ], [ 9.20983136769207, 48.790429885852404, 0.0 ], [ 9.209866413511071, 48.790479190059891, 0.0 ], [ 9.209877424721308, 48.790476202513247, 0.0 ], [ 9.209887008282918, 48.790489853437634, 0.0 ], [ 9.209900737242034, 48.790485871775651, 0.0 ], [ 9.209914361237834, 48.790489353963999, 0.0 ], [ 9.209930376477965, 48.79051144598143, 0.0 ], [ 9.20992469805176, 48.790520448694842, 0.0 ], [ 9.209911785647789, 48.790524428871272, 0.0 ], [ 9.209920283853327, 48.790538891083727, 0.0 ], [ 9.209909544819599, 48.790541878138313, 0.0 ], [ 9.209944602798014, 48.790594059854769, 0.0 ], [ 9.209819828629911, 48.790632684643214, 0.0 ], [ 9.209779024070873, 48.790573139620484, 0.0 ], [ 9.209783915954446, 48.79057133223683, 0.0 ], [ 9.209710112416902, 48.790463738159488, 0.0 ], [ 9.209781607318305, 48.790441936350547, 0.0 ], [ 9.20982945188449, 48.79042737148167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000100ba", "Latitude": 48.79482, "Longitude": 9.21241, "X_coordina": 3515678.14, "Y_coordina": 5406394.38, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1031.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 268.6, "Total_wall": 863.3, "Total_wa00": 0.0, "Total_outw": 1123.0, "Total_shar": 214.0, "Total_roof": 268.6, "Gross_volu": 3222.6, "Is_Gross_v": "false", "Heated_vol": 3222.6, "Ridge_mean": 13.3, "Eaves_mean": 13.27, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 20, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.435, "Heated_are": 1031.2, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 58042.0, "January_He": 9824.0, "February_H": 7203.0, "March_Heat": 4839.0, "April_Heat": 1239.0, "May_Heatin": 42.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 159.0, "October_He": 2438.0, "November_H": 6444.0, "December_H": 9517.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212440149445474, 48.79493971668964, 0.0 ], [ 9.212270262232941, 48.794933555459203, 0.0 ], [ 9.212289044623704, 48.794739915424195, 0.0 ], [ 9.212457980727077, 48.794746617923089, 0.0 ], [ 9.212440149445474, 48.79493971668964, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fd7b", "Latitude": 48.79025, "Longitude": 9.20839, "X_coordina": 3515384.0000000005, "Y_coordina": 5405885.69, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 813.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 224.7, "Total_wall": 517.8, "Total_wa00": 0.0, "Total_outw": 788.6, "Total_shar": 135.5, "Total_roof": 224.7, "Gross_volu": 2127.4, "Is_Gross_v": "false", "Heated_vol": 2127.4, "Ridge_mean": 9.5, "Eaves_mean": 9.47, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.455, "Heated_are": 813.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 41510.0, "January_He": 7273.0, "February_H": 4997.0, "March_Heat": 2857.0, "April_Heat": 412.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1330.0, "November_H": 4591.0, "December_H": 7115.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208407723273796, 48.790176818178033, 0.0 ], [ 9.20841953483146, 48.790367075192798, 0.0 ], [ 9.208276923126583, 48.790370750304106, 0.0 ], [ 9.208264147176035, 48.790177527539321, 0.0 ], [ 9.208278027902782, 48.790177322588292, 0.0 ], [ 9.208278306415302, 48.790178850786226, 0.0 ], [ 9.208407579360621, 48.790174930042312, 0.0 ], [ 9.208407723273796, 48.790176818178033, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fca8", "Latitude": 48.78871, "Longitude": 9.2138, "X_coordina": 3515782.57, "Y_coordina": 5405715.48, "LOD": "LOD2", "Year_of_co": 1947, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.8, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 127.7, "Total_shar": 223.3, "Total_roof": 57.4, "Gross_volu": 360.0, "Is_Gross_v": "false", "Heated_vol": 313.2, "Ridge_mean": 9.2, "Eaves_mean": 6.15, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.48, "Heated_are": 100.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.6, "Total_Year": 6253.0, "January_He": 1153.0, "February_H": 813.0, "March_Heat": 484.0, "April_Heat": 87.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 243.0, "November_H": 743.0, "December_H": 1130.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213738455243922, 48.788751559753877, 0.0 ], [ 9.213691934367439, 48.788724668991229, 0.0 ], [ 9.213731790981429, 48.78868844571975, 0.0 ], [ 9.213781425846488, 48.788711553892519, 0.0 ], [ 9.213827106155659, 48.788732780989868, 0.0 ], [ 9.213781156128091, 48.788776209497684, 0.0 ], [ 9.213738455243922, 48.788751559753877, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fc82", "Latitude": 48.78827, "Longitude": 9.21024, "X_coordina": 3515520.8, "Y_coordina": 5405665.13, "LOD": "LOD2", "Year_of_co": 2001, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 163.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 58.9, "Total_wall": 181.7, "Total_wa00": 0.0, "Total_outw": 291.9, "Total_shar": 109.5, "Total_roof": 83.0, "Gross_volu": 553.2, "Is_Gross_v": "false", "Heated_vol": 512.0, "Ridge_mean": 11.5, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.612, "Heated_are": 163.8, "Mean_Uvalu": 0.57, "Specific_d": "15,8", "Specific_s": 62.5, "Total_Year": 12837.0, "January_He": 2431.0, "February_H": 1737.0, "March_Heat": 1149.0, "April_Heat": 322.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 569.0, "November_H": 1565.0, "December_H": 2401.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210244580126645, 48.788286881336049, 0.0 ], [ 9.210243916489764, 48.788323481475743, 0.0 ], [ 9.210231667834082, 48.788323323989644, 0.0 ], [ 9.21016280251202, 48.788322280678734, 0.0 ], [ 9.210145246056237, 48.788322042946163, 0.0 ], [ 9.210146181564779, 48.788285352387277, 0.0 ], [ 9.210146981359891, 48.788248751999454, 0.0 ], [ 9.210160727336598, 48.788248996685702, 0.0 ], [ 9.21022959293404, 48.788250129920996, 0.0 ], [ 9.210245244138299, 48.788250371119105, 0.0 ], [ 9.210244580126645, 48.788286881336049, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000fc27", "Latitude": 48.78789, "Longitude": 9.21071, "X_coordina": 3515555.59, "Y_coordina": 5405623.01, "LOD": "LOD2", "Year_of_co": 1958, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 165.5, "SecondaryU": "retail", "Secondar00": 52.1, "BuildingTy": "MFH", "Footprint_": 65.1, "Total_wall": 216.2, "Total_wa00": 0.0, "Total_outw": 343.1, "Total_shar": 140.3, "Total_roof": 102.3, "Gross_volu": 744.8, "Is_Gross_v": "false", "Heated_vol": 679.8, "Ridge_mean": 14.2, "Eaves_mean": 8.73, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 3, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.545, "Heated_are": 217.5, "Mean_Uvalu": 0.5, "Specific_d": "29,5", "Specific_s": 47.4, "Total_Year": 16740.0, "January_He": 2649.0, "February_H": 1743.0, "March_Heat": 994.0, "April_Heat": 211.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 474.0, "November_H": 1576.0, "December_H": 2633.0, "PV_potenti": 5.13 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210657649729525, 48.787938841296956, 0.0 ], [ 9.210596782438195, 48.787930230027094, 0.0 ], [ 9.210618559805548, 48.787865984705121, 0.0 ], [ 9.210679564991613, 48.787875045329613, 0.0 ], [ 9.210737574410924, 48.787883661785628, 0.0 ], [ 9.210715521249385, 48.787947008397907, 0.0 ], [ 9.210657649729525, 48.787938841296956, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f8fb", "Latitude": 48.79156, "Longitude": 9.21304, "X_coordina": 3515725.24, "Y_coordina": 5406032.34, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 472.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.1, "Total_wall": 236.2, "Total_wa00": 0.0, "Total_outw": 408.9, "Total_shar": 337.8, "Total_roof": 193.7, "Gross_volu": 1607.2, "Is_Gross_v": "false", "Heated_vol": 1476.1, "Ridge_mean": 14.9, "Eaves_mean": 9.6, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 6, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.366, "Heated_are": 472.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 25155.0, "January_He": 4340.0, "February_H": 3101.0, "March_Heat": 1902.0, "April_Heat": 343.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 916.0, "November_H": 2795.0, "December_H": 4232.0, "PV_potenti": 8.61 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213087653273663, 48.791543275818867, 0.0 ], [ 9.213016543460245, 48.791656081650807, 0.0 ], [ 9.212959043631832, 48.791640361439939, 0.0 ], [ 9.212895276161818, 48.791622944238739, 0.0 ], [ 9.21296638582001, 48.791510048557683, 0.0 ], [ 9.213029472308447, 48.791527377055957, 0.0 ], [ 9.213087653273663, 48.791543275818867, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f77f", "Latitude": 48.78837, "Longitude": 9.21158, "X_coordina": 3515619.35, "Y_coordina": 5405676.82, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 143.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 47.0, "Total_wall": 126.1, "Total_wa00": 0.0, "Total_outw": 217.5, "Total_shar": 193.9, "Total_roof": 68.4, "Gross_volu": 496.7, "Is_Gross_v": "false", "Heated_vol": 449.7, "Ridge_mean": 12.6, "Eaves_mean": 8.51, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.516, "Heated_are": 143.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 9227.0, "January_He": 1698.0, "February_H": 1190.0, "March_Heat": 741.0, "April_Heat": 167.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 379.0, "November_H": 1084.0, "December_H": 1660.0, "PV_potenti": 3.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211584659742728, 48.78841958226446, 0.0 ], [ 9.211532659357884, 48.78841617077007, 0.0 ], [ 9.211480522891961, 48.788412759502101, 0.0 ], [ 9.211483833272196, 48.788390901974751, 0.0 ], [ 9.211489002780143, 48.788358070347016, 0.0 ], [ 9.211542228271325, 48.788361569534366, 0.0 ], [ 9.211593139518943, 48.788364893101949, 0.0 ], [ 9.211584659742728, 48.78841958226446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f6a5", "Latitude": 48.78842, "Longitude": 9.21394, "X_coordina": 3515792.81, "Y_coordina": 5405682.7, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 602.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 169.2, "Total_wall": 436.9, "Total_wa00": 0.0, "Total_outw": 686.7, "Total_shar": 152.7, "Total_roof": 215.9, "Gross_volu": 1913.1, "Is_Gross_v": "false", "Heated_vol": 1883.2, "Ridge_mean": 13.2, "Eaves_mean": 9.58, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.434, "Heated_are": 602.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 43.7, "Total_Year": 35881.0, "January_He": 6460.0, "February_H": 4567.0, "March_Heat": 2801.0, "April_Heat": 534.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1409.0, "November_H": 4185.0, "December_H": 6299.0, "PV_potenti": 10.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213840467014331, 48.788354087677227, 0.0 ], [ 9.213907425689705, 48.788354772637391, 0.0 ], [ 9.213965674360137, 48.788355383818086, 0.0 ], [ 9.213955217396798, 48.788520593000371, 0.0 ], [ 9.21382973631771, 48.78851902758543, 0.0 ], [ 9.213840467014331, 48.788354087677227, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f64b", "Latitude": 48.79227, "Longitude": 9.19819, "X_coordina": 3514633.93, "Y_coordina": 5406107.73, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 310.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 98.3, "Total_wall": 255.8, "Total_wa00": 0.0, "Total_outw": 399.1, "Total_shar": 169.7, "Total_roof": 176.9, "Gross_volu": 996.6, "Is_Gross_v": "false", "Heated_vol": 971.7, "Ridge_mean": 12.8, "Eaves_mean": 6.31, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 4, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.54, "Heated_are": 310.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 47.7, "Total_Year": 19748.0, "January_He": 3657.0, "February_H": 2551.0, "March_Heat": 1560.0, "April_Heat": 342.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 754.0, "November_H": 2290.0, "December_H": 3612.0, "PV_potenti": 6.84 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198240769835961, 48.792268587312314, 0.0 ], [ 9.198219872643955, 48.792284359913452, 0.0 ], [ 9.19821591763642, 48.792282298478597, 0.0 ], [ 9.198172356408163, 48.792314476173708, 0.0 ], [ 9.198130694842277, 48.792345211806264, 0.0 ], [ 9.198119703058698, 48.792353413764339, 0.0 ], [ 9.198081509016314, 48.792331538112535, 0.0 ], [ 9.198042633451832, 48.792309393849273, 0.0 ], [ 9.198160831207732, 48.792221784783223, 0.0 ], [ 9.198199981786939, 48.792244647922359, 0.0 ], [ 9.198240769835961, 48.792268587312314, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f2bd", "Latitude": 48.79092, "Longitude": 9.19357, "X_coordina": 3514295.13, "Y_coordina": 5405957.26, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 6.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 52.6, "Total_wall": 0.0, "Total_wa00": 0.0, "Total_outw": 0.0, "Total_shar": 0.0, "Total_roof": 81.9, "Gross_volu": 75.8, "Is_Gross_v": "false", "Heated_vol": 23.2, "Ridge_mean": 4.3, "Eaves_mean": 0.0, "Storey_num": 1, "Average_St": 3.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.774, "Heated_are": 6.1, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 3.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193548623003061, 48.790985823912195, 2.953432858397008 ], [ 9.193459369696917, 48.79095710841375, 2.953432858397008 ], [ 9.193502451251369, 48.790898810489168, 2.953432858397008 ], [ 9.193591704824515, 48.790927615877713, 2.953432858397008 ], [ 9.193548623003061, 48.790985823912195, 2.953432858397008 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f2c0", "Latitude": 48.79097, "Longitude": 9.19345, "X_coordina": 3514286.26, "Y_coordina": 5405962.22, "LOD": "LOD2", "Year_of_co": 2000, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 331.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 277.7, "Total_wall": 323.7, "Total_wa00": 0.0, "Total_outw": 793.5, "Total_shar": 3.4, "Total_roof": 326.8, "Gross_volu": 1069.0, "Is_Gross_v": "false", "Heated_vol": 1034.4, "Ridge_mean": 7.8, "Eaves_mean": 7.77, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.879, "Heated_are": 331.0, "Mean_Uvalu": 0.55, "Specific_d": "24,8", "Specific_s": 85.1, "Total_Year": 36408.0, "January_He": 6376.0, "February_H": 4577.0, "March_Heat": 3180.0, "April_Heat": 1153.0, "May_Heatin": 192.0, "June_Heati": 12, "July_Heati": 2, "August_Hea": 3, "September_": 331.0, "October_He": 1848.0, "November_H": 4211.0, "December_H": 6301.0, "PV_potenti": 14.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193548986826874, 48.791059182982586, 0.0 ], [ 9.193527595466351, 48.791088264261042, 0.0 ], [ 9.193438205895061, 48.791059548975689, 0.0 ], [ 9.193459597295105, 48.791030467713647, 0.0 ], [ 9.193417219124496, 48.79101687051277, 0.0 ], [ 9.193194835484444, 48.790945304934134, 0.0 ], [ 9.193238702714543, 48.790885971668374, 0.0 ], [ 9.193371151782014, 48.790928642893483, 0.0 ], [ 9.193392543165448, 48.790899561643243, 0.0 ], [ 9.193480842629254, 48.790928009025528, 0.0 ], [ 9.193459315535454, 48.790957180443634, 0.0 ], [ 9.193548568841702, 48.790985895942129, 0.0 ], [ 9.193592582239646, 48.791000029887357, 0.0 ], [ 9.193571055179975, 48.791029201325905, 0.0 ], [ 9.193615204717398, 48.791043335033542, 0.0 ], [ 9.193593136038487, 48.791073226775552, 0.0 ], [ 9.193548986826874, 48.791059182982586, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f09b", "Latitude": 48.78855, "Longitude": 9.20436, "X_coordina": 3515088.48, "Y_coordina": 5405695.15, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 9337.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2109.1, "Total_wall": 6079.0, "Total_wa00": 0.0, "Total_outw": 8041.0, "Total_shar": 0.0, "Total_roof": 2109.1, "Gross_volu": 30425.3, "Is_Gross_v": "false", "Heated_vol": 29178.0, "Ridge_mean": 18.9, "Eaves_mean": 18.93, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 150, "Number_o00": 242, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.346, "Heated_are": 9337.0, "Mean_Uvalu": 0.37, "Specific_d": "15,8", "Specific_s": 30.7, "Total_Year": 434743.00000000006, "January_He": 69804.0, "February_H": 50012.0, "March_Heat": 32802.0, "April_Heat": 7625.0, "May_Heatin": 204.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 639.0, "October_He": 14335.0, "November_H": 43497.0, "December_H": 67927.0, "PV_potenti": 96.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204158972538096, 48.788389912752599, 0.0 ], [ 9.204160397621749, 48.788405736789173, 0.0 ], [ 9.204174141060745, 48.788405352728418, 0.0 ], [ 9.204176123270841, 48.788424323104834, 0.0 ], [ 9.204162515914831, 48.78842470692458, 0.0 ], [ 9.204163668824226, 48.788440531443555, 0.0 ], [ 9.204177276184499, 48.788440147623668, 0.0 ], [ 9.204178856334451, 48.788460647414894, 0.0 ], [ 9.204165656868609, 48.788460940588138, 0.0 ], [ 9.204166672961954, 48.788476585502231, 0.0 ], [ 9.204180688596816, 48.788476200958115, 0.0 ], [ 9.204182000220944, 48.788497600461817, 0.0 ], [ 9.204169208280872, 48.788497713065588, 0.0 ], [ 9.204170831112238, 48.788528733848288, 0.0 ], [ 9.204127557908024, 48.788529529951035, 0.0 ], [ 9.204132395735765, 48.788581497245893, 0.0 ], [ 9.204145730592451, 48.788581023989146, 0.0 ], [ 9.204147170997841, 48.788600624791528, 0.0 ], [ 9.204132882786087, 48.788600919891081, 0.0 ], [ 9.204133764607272, 48.788617014661355, 0.0 ], [ 9.204148325730475, 48.788616898925198, 0.0 ], [ 9.204149767232273, 48.788636769496421, 0.0 ], [ 9.204136295177893, 48.788636973225863, 0.0 ], [ 9.204137177730336, 48.788653247842035, 0.0 ], [ 9.204151464497803, 48.788652593049903, 0.0 ], [ 9.204152499194555, 48.788672824036752, 0.0 ], [ 9.204139027130545, 48.788673027766542, 0.0 ], [ 9.204139459835691, 48.788679051883996, 0.0 ], [ 9.204140319410177, 48.788689661350851, 0.0 ], [ 9.204154605458358, 48.788688826712331, 0.0 ], [ 9.204155910511078, 48.788708607601471, 0.0 ], [ 9.204142030170745, 48.788708812055432, 0.0 ], [ 9.204143183445256, 48.788724726496824, 0.0 ], [ 9.204157334873527, 48.788724251791194, 0.0 ], [ 9.204158359724843, 48.788742054856691, 0.0 ], [ 9.20423755294555, 48.788739306645894, 0.0 ], [ 9.204236255158534, 48.788721324217846, 0.0 ], [ 9.204255441876173, 48.788720840569844, 0.0 ], [ 9.204278982709843, 48.78872016934767, 0.0 ], [ 9.204331371113954, 48.788718637625706, 0.0 ], [ 9.204404851109272, 48.788716528902611, 0.0 ], [ 9.204471119115526, 48.788714612785519, 0.0 ], [ 9.20446999313867, 48.788705442572578, 0.0 ], [ 9.204470401368859, 48.788705432855373, 0.0 ], [ 9.204475435964307, 48.78870525306111, 0.0 ], [ 9.204515712434217, 48.788703742760688, 0.0 ], [ 9.204555988901665, 48.788702232446184, 0.0 ], [ 9.204555834537759, 48.788697736537927, 0.0 ], [ 9.204559236028929, 48.788697550648521, 0.0 ], [ 9.20456630291585, 48.78876210327487, 0.0 ], [ 9.204567855454927, 48.788775768911449, 0.0 ], [ 9.204613983078154, 48.788774068335243, 0.0 ], [ 9.204651402093591, 48.788772652988172, 0.0 ], [ 9.204708551097966, 48.788770483168925, 0.0 ], [ 9.20478461391753, 48.7887676502232, 0.0 ], [ 9.204833462575129, 48.788765764873034, 0.0 ], [ 9.204858635392389, 48.788764820858688, 0.0 ], [ 9.204869248875287, 48.788764442282989, 0.0 ], [ 9.204867965504405, 48.788750056782412, 0.0 ], [ 9.204872455710124, 48.788749868946923, 0.0 ], [ 9.204884158649813, 48.788883384742483, 0.0 ], [ 9.204480443911242, 48.788899479247384, 0.0 ], [ 9.204475183541375, 48.788844095621656, 0.0 ], [ 9.204490151901, 48.788843709348278, 0.0 ], [ 9.204486596575469, 48.788806037653373, 0.0 ], [ 9.204263851067827, 48.788814436171741, 0.0 ], [ 9.204265989126704, 48.788838262145767, 0.0 ], [ 9.20423918282502, 48.788839119004081, 0.0 ], [ 9.204167609717548, 48.788841673858961, 0.0 ], [ 9.203945677253305, 48.788849261007975, 0.0 ], [ 9.203756266064488, 48.78885580103217, 0.0 ], [ 9.203746198824435, 48.788722192304085, 0.0 ], [ 9.203743745152705, 48.788687576040488, 0.0 ], [ 9.203932747079724, 48.788680946837722, 0.0 ], [ 9.203931041136695, 48.788662965128871, 0.0 ], [ 9.203945465091701, 48.788662579890293, 0.0 ], [ 9.203943764246466, 48.788645857103646, 0.0 ], [ 9.203929203843105, 48.78864615266, 0.0 ], [ 9.203928447972837, 48.788627539802995, 0.0 ], [ 9.203942327198511, 48.788627065605802, 0.0 ], [ 9.203940490266895, 48.788610343059993, 0.0 ], [ 9.20392674640572, 48.788610637169981, 0.0 ], [ 9.20392516635347, 48.788590137375664, 0.0 ], [ 9.203925574546398, 48.788590118668097, 0.0 ], [ 9.20393890875147, 48.788589483573872, 0.0 ], [ 9.203937606702363, 48.788570422065753, 0.0 ], [ 9.203993535450714, 48.788569423769438, 0.0 ], [ 9.203989200205154, 48.78850711435841, 0.0 ], [ 9.203959945212814, 48.7885081553367, 0.0 ], [ 9.203958774508669, 48.788487924588431, 0.0 ], [ 9.203971973253953, 48.78848745159285, 0.0 ], [ 9.203970408494298, 48.788470728565052, 0.0 ], [ 9.203957210117805, 48.788471291483447, 0.0 ], [ 9.203955766510354, 48.788450881371062, 0.0 ], [ 9.203969510327763, 48.788450587257692, 0.0 ], [ 9.203967948850135, 48.788434673536827, 0.0 ], [ 9.203954341854088, 48.788435147254994, 0.0 ], [ 9.203953041625413, 48.78841653536157, 0.0 ], [ 9.203966241080938, 48.788416242212683, 0.0 ], [ 9.203965085318616, 48.788399698307487, 0.0 ], [ 9.203952294131684, 48.788399990733176, 0.0 ], [ 9.203950992811469, 48.788381109070585, 0.0 ], [ 9.203963784358054, 48.788380906568079, 0.0 ], [ 9.203962075863396, 48.788362295397697, 0.0 ], [ 9.203944658787604, 48.788362865786532, 0.0 ], [ 9.203829541824735, 48.788366396776119, 0.0 ], [ 9.203821208786678, 48.788257783750048, 0.0 ], [ 9.203937139112986, 48.788253531939041, 0.0 ], [ 9.203935981906575, 48.788236628341025, 0.0 ], [ 9.203967279149717, 48.788235853522536, 0.0 ], [ 9.203967452046172, 48.788244935505574, 0.0 ], [ 9.203991128749122, 48.788244264101479, 0.0 ], [ 9.203990410768865, 48.788235003236714, 0.0 ], [ 9.204021163295016, 48.788234139444853, 0.0 ], [ 9.204021335836639, 48.788243131504785, 0.0 ], [ 9.204051135024386, 48.788242089546571, 0.0 ], [ 9.20405156188165, 48.788246674896676, 0.0 ], [ 9.204170349273475, 48.788242237941212, 0.0 ], [ 9.20417192540125, 48.788261748580155, 0.0 ], [ 9.204185804158916, 48.788261184430773, 0.0 ], [ 9.204187378469104, 48.788280245454359, 0.0 ], [ 9.204173362159187, 48.788280450153195, 0.0 ], [ 9.204174108994007, 48.788296814934363, 0.0 ], [ 9.204188261031439, 48.788296520071114, 0.0 ], [ 9.204190247255697, 48.788316479600745, 0.0 ], [ 9.204175824861037, 48.788317224561844, 0.0 ], [ 9.204176842048955, 48.788333139245282, 0.0 ], [ 9.204190993002042, 48.788332574612653, 0.0 ], [ 9.204193115681658, 48.788352623823812, 0.0 ], [ 9.204178826810894, 48.788352739082946, 0.0 ], [ 9.204179981182987, 48.78836892329398, 0.0 ], [ 9.204193589253483, 48.788368719318221, 0.0 ], [ 9.20419598411182, 48.78838876804658, 0.0 ], [ 9.204158972538096, 48.788389912752599, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000f09c", "Latitude": 48.78895, "Longitude": 9.20472, "X_coordina": 3515114.92, "Y_coordina": 5405739.95, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 121.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 132.9, "Total_wall": 117.5, "Total_wa00": 0.0, "Total_outw": 397.0, "Total_shar": 0.0, "Total_roof": 132.9, "Gross_volu": 280.3, "Is_Gross_v": "false", "Heated_vol": 280.3, "Ridge_mean": 2.1, "Eaves_mean": 2.11, "Storey_num": 1, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.367, "Heated_are": 121.4, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204524731305384, 48.788947239979599, 0.0 ], [ 9.204819048374324, 48.788935746203187, 0.0 ], [ 9.204824172676496, 48.788991040130753, 0.0 ], [ 9.204529580913526, 48.789001994866119, 0.0 ], [ 9.204524731305384, 48.788947239979599, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7b", "Latitude": 48.7913, "Longitude": 9.20188, "X_coordina": 3514905.79, "Y_coordina": 5406001.35, "LOD": "LOD2", "Year_of_co": 2013, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 16459.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2640.9, "Total_wall": 4953.9, "Total_wa00": 0.0, "Total_outw": 6189.9, "Total_shar": 153.6, "Total_roof": 2640.9, "Gross_volu": 54077.4, "Is_Gross_v": "false", "Heated_vol": 51436.5, "Ridge_mean": 29.7, "Eaves_mean": 29.69, "Storey_num": 11, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.193, "Heated_are": 16459.7, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 47.4, "Total_Year": 1021357.0, "January_He": 166887.0, "February_H": 130107.0, "March_Heat": 100440.0, "April_Heat": 44099.0, "May_Heatin": 6831.0, "June_Heati": 256, "July_Heati": 28, "August_Hea": 54, "September_": 10508.0, "October_He": 51550.0, "November_H": 110588.0, "December_H": 159533.0, "PV_potenti": 123.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201334648608418, 48.791366321699492, 0.0 ], [ 9.201378477027159, 48.791333602794637, 0.0 ], [ 9.201447408262695, 48.791282135852271, 0.0 ], [ 9.201523395449884, 48.791225440951294, 0.0 ], [ 9.201806988803572, 48.791013803681068, 0.0 ], [ 9.201876562200503, 48.79105477682743, 0.0 ], [ 9.201959777369243, 48.79110372920919, 0.0 ], [ 9.202009570966252, 48.791065424337162, 0.0 ], [ 9.202341068985501, 48.79126042619864, 0.0 ], [ 9.201926802117766, 48.7915686021623, 0.0 ], [ 9.201900062949445, 48.791552642644334, 0.0 ], [ 9.201854606930164, 48.791586713453313, 0.0 ], [ 9.201789610965283, 48.791635296185554, 0.0 ], [ 9.201334648608418, 48.791366321699492, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7c", "Latitude": 48.79092, "Longitude": 9.20244, "X_coordina": 3514947.17, "Y_coordina": 5405959.19, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 7510.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 2310.8, "Total_wall": 2177.7, "Total_wa00": 0.0, "Total_outw": 3540.7, "Total_shar": 0.0, "Total_roof": 2366.4, "Gross_volu": 25781.7, "Is_Gross_v": "false", "Heated_vol": 23470.9, "Ridge_mean": 15.1, "Eaves_mean": 8.05, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.275, "Heated_are": 7510.7, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 2.8, "Total_Year": 267730.0, "January_He": 8340.0, "February_H": 3414.0, "March_Heat": 512.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 17.0, "November_H": 1347.0, "December_H": 7290.0, "PV_potenti": 112.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202683846866742, 48.790943921755641, 0.0 ], [ 9.202687781668551, 48.790940947350876, 0.0 ], [ 9.20288150129249, 48.79105588829664, 0.0 ], [ 9.202597367118571, 48.791267349314118, 0.0 ], [ 9.202605143770537, 48.791272101583658, 0.0 ], [ 9.202591301453607, 48.79128192760988, 0.0 ], [ 9.202570290560718, 48.791269015571707, 0.0 ], [ 9.202581823593288, 48.791260272693727, 0.0 ], [ 9.202532030630033, 48.79123104518051, 0.0 ], [ 9.202020053182, 48.79093052052967, 0.0 ], [ 9.201917601966938, 48.790869911850216, 0.0 ], [ 9.202272706560715, 48.790606711700526, 0.0 ], [ 9.202321543565652, 48.79063531154307, 0.0 ], [ 9.20231082828014, 48.790644322730181, 0.0 ], [ 9.202384903173613, 48.790687895448812, 0.0 ], [ 9.202491582190799, 48.790750654447557, 0.0 ], [ 9.202436087769842, 48.790792566496279, 0.0 ], [ 9.202508390140286, 48.790835243014172, 0.0 ], [ 9.202521823705068, 48.790825327792376, 0.0 ], [ 9.202573664921299, 48.790856350181265, 0.0 ], [ 9.202616815238279, 48.790824531231458, 0.0 ], [ 9.20268366315131, 48.79086451952756, 0.0 ], [ 9.202641058670277, 48.790896697236143, 0.0 ], [ 9.202624233962686, 48.790909406070632, 0.0 ], [ 9.202683846866742, 48.790943921755641, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7d", "Latitude": 48.79152, "Longitude": 9.20225, "X_coordina": 3514932.45, "Y_coordina": 5406025.04, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2523, "PrimaryUsa": "industry", "PrimaryU00": 1610.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 422.4, "Total_wall": 956.4, "Total_wa00": 0.0, "Total_outw": 1477.0, "Total_shar": 0.0, "Total_roof": 614.7, "Gross_volu": 5032.4, "Is_Gross_v": "false", "Heated_vol": 5032.4, "Ridge_mean": 12.8, "Eaves_mean": 12.76, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1610.4, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 4.2, "Total_Year": 59601.0, "January_He": 2524.0, "February_H": 1161.0, "March_Heat": 218.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 508.0, "December_H": 2258.0, "PV_potenti": 25.68 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201978989920363, 48.791618058545616, 0.0 ], [ 9.202074653611405, 48.791547030918487, 0.0 ], [ 9.202081611149865, 48.791551155195229, 0.0 ], [ 9.202153121293259, 48.791498064682209, 0.0 ], [ 9.202146300214, 48.791494030093823, 0.0 ], [ 9.202242370276792, 48.791422641918111, 0.0 ], [ 9.202249190992626, 48.791426586577899, 0.0 ], [ 9.202308488282496, 48.791382509776511, 0.0 ], [ 9.202424035920465, 48.791450468818809, 0.0 ], [ 9.202099594552571, 48.791691314533224, 0.0 ], [ 9.202015694542201, 48.79164155414626, 0.0 ], [ 9.202012573700266, 48.79164389763465, 0.0 ], [ 9.201979559573218, 48.79162435219871, 0.0 ], [ 9.201984037774134, 48.791621107094429, 0.0 ], [ 9.201978989920363, 48.791618058545616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ee7e", "Latitude": 48.79125, "Longitude": 9.20139, "X_coordina": 3514869.3, "Y_coordina": 5405994.73, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 475.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 107.9, "Total_wall": 389.7, "Total_wa00": 0.0, "Total_outw": 569.2, "Total_shar": 306.1, "Total_roof": 107.9, "Gross_volu": 1594.3, "Is_Gross_v": "false", "Heated_vol": 1486.4, "Ridge_mean": 14.8, "Eaves_mean": 14.78, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.397, "Heated_are": 475.7, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 4.7, "Total_Year": 17861.0, "January_He": 850.0, "February_H": 352.0, "March_Heat": 70.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 171.0, "December_H": 783.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201303761858609, 48.791198038701474, 0.0 ], [ 9.201447408262695, 48.791282135852271, 0.0 ], [ 9.201378477027159, 48.791333602794637, 0.0 ], [ 9.201234694495039, 48.791249505796557, 0.0 ], [ 9.201303761858609, 48.791198038701474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec53", "Latitude": 48.79124, "Longitude": 9.20312, "X_coordina": 3514996.65, "Y_coordina": 5405994.02, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 233.7, "SecondaryU": "retail", "Secondar00": 92.6, "BuildingTy": "MFH", "Footprint_": 115.7, "Total_wall": 264.2, "Total_wa00": 0.0, "Total_outw": 462.1, "Total_shar": 224.7, "Total_roof": 164.7, "Gross_volu": 1135.1, "Is_Gross_v": "false", "Heated_vol": 1019.4, "Ridge_mean": 14.0, "Eaves_mean": 7.28, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 10, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.507, "Heated_are": 326.2, "Mean_Uvalu": 0.48, "Specific_d": "32,1", "Specific_s": 52.9, "Total_Year": 27703.0, "January_He": 4083.0, "February_H": 2965.0, "March_Heat": 1942.0, "April_Heat": 498.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 79.0, "October_He": 986.0, "November_H": 2665.0, "December_H": 3997.0, "PV_potenti": 6.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20301016576764, 48.791271568136466, 0.0 ], [ 9.202962143966417, 48.791242877228406, 0.0 ], [ 9.203038955030539, 48.7911884279658, 0.0 ], [ 9.203085199232351, 48.79121505373395, 0.0 ], [ 9.20313403511064, 48.79124311368961, 0.0 ], [ 9.203121009116902, 48.791252848415958, 0.0 ], [ 9.20318635658686, 48.791291759980822, 0.0 ], [ 9.203160576418387, 48.791311139040523, 0.0 ], [ 9.203136897536178, 48.791311630430123, 0.0 ], [ 9.203124074388572, 48.791304189389734, 0.0 ], [ 9.203098706107054, 48.791324466945106, 0.0 ], [ 9.203057914705981, 48.791300079658285, 0.0 ], [ 9.20301016576764, 48.791271568136466, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec54", "Latitude": 48.79131, "Longitude": 9.20322, "X_coordina": 3515003.85, "Y_coordina": 5406002.27, "LOD": "LOD2", "Year_of_co": 1951, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 57.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 64.3, "Total_wall": 63.4, "Total_wa00": 0.0, "Total_outw": 220.4, "Total_shar": 122.1, "Total_roof": 64.3, "Gross_volu": 160.2, "Is_Gross_v": "false", "Heated_vol": 160.2, "Ridge_mean": 2.5, "Eaves_mean": 2.49, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.198, "Heated_are": 57.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203250549755161, 48.791348118725594, 0.0 ], [ 9.203161230441488, 48.791338294816256, 0.0 ], [ 9.203146016036365, 48.79137905705052, 0.0 ], [ 9.20308421823116, 48.791342926835306, 0.0 ], [ 9.203098706107054, 48.791324466945106, 0.0 ], [ 9.203124074388572, 48.791304189389734, 0.0 ], [ 9.203136897536178, 48.791311630430123, 0.0 ], [ 9.203160576418387, 48.791311139040523, 0.0 ], [ 9.20318635658686, 48.791291759980822, 0.0 ], [ 9.203199517947647, 48.791281845161109, 0.0 ], [ 9.203260757210721, 48.791314469279996, 0.0 ], [ 9.203250549755161, 48.791348118725594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ec46", "Latitude": 48.79071, "Longitude": 9.20922, "X_coordina": 3515444.89, "Y_coordina": 5405937.33, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 935.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 206.2, "Total_wall": 663.5, "Total_wa00": 0.0, "Total_outw": 1003.3, "Total_shar": 205.9, "Total_roof": 292.2, "Gross_volu": 3129.2, "Is_Gross_v": "false", "Heated_vol": 2923.0, "Ridge_mean": 17.8, "Eaves_mean": 11.68, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 935.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.5, "Total_Year": 48914.0, "January_He": 8588.0, "February_H": 5848.0, "March_Heat": 3558.0, "April_Heat": 749.0, "May_Heatin": 23.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1586.0, "November_H": 5212.0, "December_H": 8460.0, "PV_potenti": 13.45 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20930370771358, 48.790751963327914, 0.0 ], [ 9.209288132434033, 48.790802888402339, 0.0 ], [ 9.209283367255473, 48.790802447444179, 0.0 ], [ 9.209285785917364, 48.790794979388465, 0.0 ], [ 9.209024058375142, 48.790758406208269, 0.0 ], [ 9.209037218949247, 48.790715848448848, 0.0 ], [ 9.209048766542551, 48.79067814949105, 0.0 ], [ 9.209051720644787, 48.790668522301225, 0.0 ], [ 9.20931289700416, 48.790703567719433, 0.0 ], [ 9.209315722069585, 48.79069564930618, 0.0 ], [ 9.209320760922934, 48.790696449460036, 0.0 ], [ 9.20930370771358, 48.790751963327914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ea85", "Latitude": 48.788, "Longitude": 9.19972, "X_coordina": 3514747.78, "Y_coordina": 5405633.88, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 851.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 210.1, "Total_wall": 536.7, "Total_wa00": 0.0, "Total_outw": 832.0, "Total_shar": 144.3, "Total_roof": 276.9, "Gross_volu": 2871.4, "Is_Gross_v": "false", "Heated_vol": 2661.3, "Ridge_mean": 16.4, "Eaves_mean": 11.1, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 22, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.374, "Heated_are": 851.6, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.1, "Total_Year": 46761.0, "January_He": 8142.0, "February_H": 5767.0, "March_Heat": 3639.0, "April_Heat": 751.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1746.0, "November_H": 5162.0, "December_H": 7958.0, "PV_potenti": 13.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199584893897393, 48.788014946316714, 0.0 ], [ 9.199561835150785, 48.787965528266461, 0.0 ], [ 9.199604259684314, 48.787956732143314, 0.0 ], [ 9.199644101048879, 48.787948569948561, 0.0 ], [ 9.199716712218351, 48.787933516713473, 0.0 ], [ 9.19976420018282, 48.788034688385295, 0.0 ], [ 9.19978684518626, 48.788082668333779, 0.0 ], [ 9.199744827769983, 48.788091194046793, 0.0 ], [ 9.199672759660803, 48.788105976586571, 0.0 ], [ 9.199632374183778, 48.7881142296579, 0.0 ], [ 9.199619754633645, 48.788089162833742, 0.0 ], [ 9.199612207416397, 48.788073439276239, 0.0 ], [ 9.199609190314124, 48.788067599468285, 0.0 ], [ 9.199601955935613, 48.788062126664819, 0.0 ], [ 9.199595398071667, 48.788055663528084, 0.0 ], [ 9.199590199298033, 48.788048748417097, 0.0 ], [ 9.19958635997093, 48.788041471255077, 0.0 ], [ 9.199584152620719, 48.788033921493472, 0.0 ], [ 9.199583305429103, 48.788026189527137, 0.0 ], [ 9.199584091639494, 48.788018544653511, 0.0 ], [ 9.199584893897393, 48.788014946316714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ea8a", "Latitude": 48.78811, "Longitude": 9.19965, "X_coordina": 3514742.43, "Y_coordina": 5405645.3, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 23.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 27.7, "Total_wall": 42.5, "Total_wa00": 0.0, "Total_outw": 127.4, "Total_shar": 54.3, "Total_roof": 27.7, "Gross_volu": 78.2, "Is_Gross_v": "false", "Heated_vol": 73.3, "Ridge_mean": 2.8, "Eaves_mean": 2.78, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.289, "Heated_are": 23.5, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199645287681632, 48.788144781314031, 0.0 ], [ 9.199643268486907, 48.788150360081424, 0.0 ], [ 9.19958179761332, 48.788160717932335, 0.0 ], [ 9.19955869387462, 48.788099969579818, 0.0 ], [ 9.199601124228211, 48.788092612226478, 0.0 ], [ 9.199619914426361, 48.788129448355299, 0.0 ], [ 9.19963691179551, 48.788126001790623, 0.0 ], [ 9.199645287681632, 48.788144781314031, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e95c", "Latitude": 48.78971, "Longitude": 9.20062, "X_coordina": 3514813.55, "Y_coordina": 5405823.44, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1008.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 142.9, "Total_wall": 793.7, "Total_wa00": 0.0, "Total_outw": 982.6, "Total_shar": 258.8, "Total_roof": 187.5, "Gross_volu": 3178.9, "Is_Gross_v": "false", "Heated_vol": 3150.0, "Ridge_mean": 23.2, "Eaves_mean": 19.45, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 19, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.356, "Heated_are": 1008.0, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 38.7, "Total_Year": 54935.0, "January_He": 9143.0, "February_H": 6800.0, "March_Heat": 4579.0, "April_Heat": 1144.0, "May_Heatin": 38.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 134.0, "October_He": 2244.0, "November_H": 6011.0, "December_H": 8877.0, "PV_potenti": 6.48 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20048461371498, 48.789699361876949, 0.0 ], [ 9.200520301545493, 48.789673131962729, 0.0 ], [ 9.20052957727081, 48.789678511228715, 0.0 ], [ 9.200562549325625, 48.789653814732212, 0.0 ], [ 9.200601426451163, 48.78967658761826, 0.0 ], [ 9.200678362823192, 48.789721775081524, 0.0 ], [ 9.200692686160222, 48.789730202941492, 0.0 ], [ 9.200578510443062, 48.789800002758668, 0.0 ], [ 9.200459562133629, 48.789730878759691, 0.0 ], [ 9.200493891232634, 48.789705190760806, 0.0 ], [ 9.20048461371498, 48.789699361876949, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e925", "Latitude": 48.7893, "Longitude": 9.20197, "X_coordina": 3514913.03, "Y_coordina": 5405778.87, "LOD": "LOD2", "Year_of_co": 2005, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1241.5, "SecondaryU": "retail", "Secondar00": 225.6, "BuildingTy": "GMH", "Footprint_": 282.0, "Total_wall": 865.3, "Total_wa00": 0.0, "Total_outw": 1098.1, "Total_shar": 289.8, "Total_roof": 311.2, "Gross_volu": 4584.6, "Is_Gross_v": "false", "Heated_vol": 4584.6, "Ridge_mean": 17.6, "Eaves_mean": 17.65, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 24, "Number_o00": 42, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.318, "Heated_are": 1467.1, "Mean_Uvalu": 0.37, "Specific_d": "24,6", "Specific_s": 31.6, "Total_Year": 82544.0, "January_He": 10956.0, "February_H": 8050.0, "March_Heat": 5592.0, "April_Heat": 1673.0, "May_Heatin": 78.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 158.0, "October_He": 2414.0, "November_H": 6841.0, "December_H": 10644.0, "PV_potenti": 16.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201762863813439, 48.789275207689961, 0.0 ], [ 9.202084541239753, 48.789264572194043, 0.0 ], [ 9.20208910449054, 48.789316450126037, 0.0 ], [ 9.2020939496824, 48.789370755500848, 0.0 ], [ 9.202084288685191, 48.789371132149427, 0.0 ], [ 9.202005503343162, 48.789374058011951, 0.0 ], [ 9.201772005527696, 48.789382920191969, 0.0 ], [ 9.201767576164157, 48.789330412547969, 0.0 ], [ 9.201763290110947, 48.78927970312504, 0.0 ], [ 9.201762863813439, 48.789275207689961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e84d", "Latitude": 48.79138, "Longitude": 9.21354, "X_coordina": 3515762.5, "Y_coordina": 5406012.5, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 572.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 149.4, "Total_wall": 268.6, "Total_wa00": 0.0, "Total_outw": 463.6, "Total_shar": 390.5, "Total_roof": 210.6, "Gross_volu": 1937.9, "Is_Gross_v": "false", "Heated_vol": 1788.5, "Ridge_mean": 15.6, "Eaves_mean": 10.32, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 13, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 572.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.2, "Total_Year": 29183.0, "January_He": 4924.0, "February_H": 3543.0, "March_Heat": 2197.0, "April_Heat": 402.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1040.0, "November_H": 3169.0, "December_H": 4796.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213536483135684, 48.791346141227415, 0.0 ], [ 9.213601340770325, 48.791363915747077, 0.0 ], [ 9.213528749800146, 48.791480141743044, 0.0 ], [ 9.213463212704099, 48.79146263821314, 0.0 ], [ 9.213394132956937, 48.791444152050751, 0.0 ], [ 9.213467810283669, 48.791327294659929, 0.0 ], [ 9.213536483135684, 48.791346141227415, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e78c", "Latitude": 48.79069, "Longitude": 9.21018, "X_coordina": 3515515.35, "Y_coordina": 5405934.63, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 345.9, "SecondaryU": "office and administration", "Secondar00": 160.5, "BuildingTy": "RH", "Footprint_": 200.7, "Total_wall": 485.6, "Total_wa00": 0.0, "Total_outw": 878.8, "Total_shar": 0.0, "Total_roof": 200.7, "Gross_volu": 1783.3, "Is_Gross_v": "false", "Heated_vol": 1582.6, "Ridge_mean": 8.9, "Eaves_mean": 8.89, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 6, "Number_o00": 6, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.532, "Heated_are": 506.4, "Mean_Uvalu": 0.67, "Specific_d": "15,5", "Specific_s": 64.9, "Total_Year": 40705.0, "January_He": 7987.0, "February_H": 5526.0, "March_Heat": 3516.0, "April_Heat": 982.0, "May_Heatin": 79.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 165.0, "October_He": 1761.0, "November_H": 4977.0, "December_H": 7885.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210096601147336, 48.790752317993977, 0.0 ], [ 9.21009265215752, 48.790751785656639, 0.0 ], [ 9.210093052557008, 48.790749896530187, 0.0 ], [ 9.209987513744135, 48.790734352387659, 0.0 ], [ 9.210016275042076, 48.790647343800366, 0.0 ], [ 9.210112822832187, 48.790660836078132, 0.0 ], [ 9.210114835334631, 48.790653908287567, 0.0 ], [ 9.210129235779466, 48.790647767206465, 0.0 ], [ 9.210155518465339, 48.79065167588584, 0.0 ], [ 9.210166032262341, 48.790659929671882, 0.0 ], [ 9.210163752835927, 48.790668116881129, 0.0 ], [ 9.21027501015053, 48.790684279886378, 0.0 ], [ 9.210246796662179, 48.790772006926559, 0.0 ], [ 9.210136903110589, 48.790756560794755, 0.0 ], [ 9.21013650158622, 48.790758180152551, 0.0 ], [ 9.210133233443036, 48.790757736497866, 0.0 ], [ 9.210096601147336, 48.790752317993977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e70b", "Latitude": 48.79105, "Longitude": 9.20873, "X_coordina": 3515408.98, "Y_coordina": 5405974.78, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 120.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.8, "Total_wall": 120.9, "Total_wa00": 0.0, "Total_outw": 228.4, "Total_shar": 110.6, "Total_roof": 70.2, "Gross_volu": 385.2, "Is_Gross_v": "false", "Heated_vol": 377.1, "Ridge_mean": 10.2, "Eaves_mean": 6.05, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.636, "Heated_are": 120.7, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 52.2, "Total_Year": 8206.0, "January_He": 1591.0, "February_H": 1073.0, "March_Heat": 623.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 288.0, "November_H": 978.0, "December_H": 1585.0, "PV_potenti": 2.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208725569779844, 48.79107898574496, 0.0 ], [ 9.208714562878511, 48.791115874375258, 0.0 ], [ 9.208633541386366, 48.791105230355093, 0.0 ], [ 9.208656777533575, 48.791030821428535, 0.0 ], [ 9.208736711641329, 48.791041827097906, 0.0 ], [ 9.208725569779844, 48.79107898574496, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e3a5", "Latitude": 48.79006, "Longitude": 9.20839, "X_coordina": 3515384.22, "Y_coordina": 5405864.31, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 815.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 226.2, "Total_wall": 443.1, "Total_wa00": 0.0, "Total_outw": 658.7, "Total_shar": 290.2, "Total_roof": 226.2, "Gross_volu": 2244.1, "Is_Gross_v": "false", "Heated_vol": 2244.1, "Ridge_mean": 9.9, "Eaves_mean": 9.92, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 10, "Number_o00": 18, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.399, "Heated_are": 815.5, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 32.5, "Total_Year": 39397.0, "January_He": 6769.0, "February_H": 4634.0, "March_Heat": 2627.0, "April_Heat": 357.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 32.0, "October_He": 1200.0, "November_H": 4243.0, "December_H": 6612.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208278306415302, 48.790178850786226, 0.0 ], [ 9.208266076740568, 48.789986076645356, 0.0 ], [ 9.208409367446361, 48.789982310394656, 0.0 ], [ 9.208422011533413, 48.790176432624882, 0.0 ], [ 9.208407723273796, 48.790176818178033, 0.0 ], [ 9.208407579360621, 48.790174930042312, 0.0 ], [ 9.208278306415302, 48.790178850786226, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e26e", "Latitude": 48.79025, "Longitude": 9.2088, "X_coordina": 3515414.44, "Y_coordina": 5405885.65, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 825.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 229.4, "Total_wall": 650.9, "Total_wa00": 0.0, "Total_outw": 980.9, "Total_shar": 0.0, "Total_roof": 229.4, "Gross_volu": 2285.6, "Is_Gross_v": "false", "Heated_vol": 2285.6, "Ridge_mean": 10.0, "Eaves_mean": 9.97, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 10, "Number_o00": 23, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.486, "Heated_are": 825.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 43598.0, "January_He": 7955.0, "February_H": 5253.0, "March_Heat": 2884.0, "April_Heat": 406.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1299.0, "November_H": 4807.0, "December_H": 7861.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208742122051929, 48.79018070870594, 0.0 ], [ 9.20874032002162, 48.790172798693163, 0.0 ], [ 9.208795678093509, 48.790165054829181, 0.0 ], [ 9.208855817680702, 48.790358461417227, 0.0 ], [ 9.208712457722278, 48.790378594447695, 0.0 ], [ 9.208656296300093, 48.790192644238715, 0.0 ], [ 9.208742122051929, 48.79018070870594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e1a4", "Latitude": 48.78846, "Longitude": 9.2119, "X_coordina": 3515642.56, "Y_coordina": 5405687.63, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 87.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.6, "Total_wall": 51.3, "Total_wa00": 0.0, "Total_outw": 118.3, "Total_shar": 238.5, "Total_roof": 58.4, "Gross_volu": 347.7, "Is_Gross_v": "false", "Heated_vol": 305.0, "Ridge_mean": 10.2, "Eaves_mean": 6.11, "Storey_num": 3, "Average_St": 3.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 87.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.4, "Total_Year": 5549.0, "January_He": 1051.0, "February_H": 718.0, "March_Heat": 406.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 207.0, "November_H": 670.0, "December_H": 1031.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211791461816567, 48.788503910205385, 0.0 ], [ 9.211797942443535, 48.788459296154464, 0.0 ], [ 9.211856614997053, 48.788463594491397, 0.0 ], [ 9.21191487891725, 48.788467803626766, 0.0 ], [ 9.211908394985189, 48.788511608377405, 0.0 ], [ 9.211850268617232, 48.788507758680382, 0.0 ], [ 9.211791461816567, 48.788503910205385, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e111", "Latitude": 48.79037, "Longitude": 9.21151, "X_coordina": 3515613.7, "Y_coordina": 5405898.99, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 127.1, "Total_wall": 286.3, "Total_wa00": 0.0, "Total_outw": 421.1, "Total_shar": 330.3, "Total_roof": 184.3, "Gross_volu": 1773.6, "Is_Gross_v": "false", "Heated_vol": 1646.5, "Ridge_mean": 16.5, "Eaves_mean": 11.4, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.352, "Heated_are": 526.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.8, "Total_Year": 28264.0, "January_He": 4804.0, "February_H": 3504.0, "March_Heat": 2226.0, "April_Heat": 462.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 49.0, "October_He": 1058.0, "November_H": 3102.0, "December_H": 4701.0, "PV_potenti": 8.57 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211535061154427, 48.790347456369119, 0.0 ], [ 9.211579024964783, 48.790381096964694, 0.0 ], [ 9.211444479844451, 48.790458318699265, 0.0 ], [ 9.211400107397997, 48.79042458887934, 0.0 ], [ 9.211357782832374, 48.79039238398525, 0.0 ], [ 9.211493008754051, 48.790315251024332, 0.0 ], [ 9.211535061154427, 48.790347456369119, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000e0b5", "Latitude": 48.78909, "Longitude": 9.19749, "X_coordina": 3514583.79, "Y_coordina": 5405754.52, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2130, "PrimaryUsa": "retail", "PrimaryU00": 449.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 244.8, "Total_wall": 293.8, "Total_wa00": 0.0, "Total_outw": 980.6, "Total_shar": 0.0, "Total_roof": 244.8, "Gross_volu": 1007.2, "Is_Gross_v": "false", "Heated_vol": 1007.2, "Ridge_mean": 4.1, "Eaves_mean": 4.12, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.778, "Heated_are": 449.0, "Mean_Uvalu": 0.39, "Specific_d": "73,0", "Specific_s": 50.1, "Total_Year": 55262.0, "January_He": 5164.0, "February_H": 3798.0, "March_Heat": 2693.0, "April_Heat": 934.0, "May_Heatin": 100.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 178.0, "October_He": 1306.0, "November_H": 3288.0, "December_H": 5017.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197494697205077, 48.78915401594714, 0.0 ], [ 9.197491295656381, 48.789154201628143, 0.0 ], [ 9.197275763707681, 48.789163473504004, 0.0 ], [ 9.197274915440817, 48.789155381829531, 0.0 ], [ 9.197267263426879, 48.789078060606542, 0.0 ], [ 9.197486604824547, 48.789068602366122, 0.0 ], [ 9.197486457795209, 48.789065814985364, 0.0 ], [ 9.197618585236764, 48.789061541752872, 0.0 ], [ 9.197626401068854, 48.78914578679202, 0.0 ], [ 9.197494544881543, 48.78914987972091, 0.0 ], [ 9.197494697205077, 48.78915401594714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000df9d", "Latitude": 48.78767, "Longitude": 9.21133, "X_coordina": 3515600.78, "Y_coordina": 5405598.77, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 788.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 176.9, "Total_wall": 520.4, "Total_wa00": 0.0, "Total_outw": 723.9, "Total_shar": 204.1, "Total_roof": 247.2, "Gross_volu": 2634.3, "Is_Gross_v": "false", "Heated_vol": 2464.5, "Ridge_mean": 17.5, "Eaves_mean": 12.69, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.375, "Heated_are": 788.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.2, "Total_Year": 41077.0, "January_He": 7009.0, "February_H": 4934.0, "March_Heat": 3139.0, "April_Heat": 768.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1400.0, "November_H": 4333.0, "December_H": 6899.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211148660669691, 48.787713222833396, 0.0 ], [ 9.211178912179626, 48.787625491788212, 0.0 ], [ 9.211413678816408, 48.787661839820117, 0.0 ], [ 9.211397272725177, 48.787708630243841, 0.0 ], [ 9.211383018302136, 48.787749301906153, 0.0 ], [ 9.211148660669691, 48.787713222833396, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc91", "Latitude": 48.78897, "Longitude": 9.19546, "X_coordina": 3514434.59, "Y_coordina": 5405740.62, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1070.7, "SecondaryU": "retail", "Secondar00": 161.0, "BuildingTy": "GMH", "Footprint_": 201.2, "Total_wall": 994.0, "Total_wa00": 0.0, "Total_outw": 1301.3, "Total_shar": 66.3, "Total_roof": 229.7, "Gross_volu": 3982.7, "Is_Gross_v": "false", "Heated_vol": 3849.0, "Ridge_mean": 21.6, "Eaves_mean": 17.96, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.366, "Heated_are": 1231.7, "Mean_Uvalu": 0.45, "Specific_d": "23,3", "Specific_s": 36.5, "Total_Year": 73655.0, "January_He": 11086.0, "February_H": 7850.0, "March_Heat": 4866.0, "April_Heat": 978.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 106.0, "October_He": 2267.0, "November_H": 6945.0, "December_H": 10816.0, "PV_potenti": 12.0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195279182714147, 48.788991165812583, 0.0 ], [ 9.195340921348553, 48.788944120957559, 0.0 ], [ 9.195397503480104, 48.788900951535616, 0.0 ], [ 9.195496803359582, 48.78895914344271, 0.0 ], [ 9.195552864104821, 48.788991960308635, 0.0 ], [ 9.195495328327555, 48.78903486165423, 0.0 ], [ 9.195433450144463, 48.789081007591648, 0.0 ], [ 9.195279182714147, 48.788991165812583, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc92", "Latitude": 48.78893, "Longitude": 9.1956, "X_coordina": 3514445.03, "Y_coordina": 5405735.67, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 94.7, "SecondaryU": "industry", "Secondar00": 39.4, "BuildingTy": "RH", "Footprint_": 49.3, "Total_wall": 148.0, "Total_wa00": 0.0, "Total_outw": 254.9, "Total_shar": 79.4, "Total_roof": 49.3, "Gross_volu": 347.0, "Is_Gross_v": "false", "Heated_vol": 347.0, "Ridge_mean": 7.0, "Eaves_mean": 7.03, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.711, "Heated_are": 134.1, "Mean_Uvalu": 0.47, "Specific_d": "20,8", "Specific_s": 28.7, "Total_Year": 6648.0, "January_He": 1126.0, "February_H": 660.0, "March_Heat": 266.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 2.0, "October_He": 89.0, "November_H": 568.0, "December_H": 1119.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19556165643508, 48.788908136541409, 0.0 ], [ 9.195618807979843, 48.788941491064953, 0.0 ], [ 9.195552864104821, 48.788991960308635, 0.0 ], [ 9.195496803359582, 48.78895914344271, 0.0 ], [ 9.195502566832321, 48.788936382976111, 0.0 ], [ 9.195547070395955, 48.788901866656197, 0.0 ], [ 9.19554869857822, 48.78890060496029, 0.0 ], [ 9.19556165643508, 48.788908136541409, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dc93", "Latitude": 48.78882, "Longitude": 9.19556, "X_coordina": 3514442.04, "Y_coordina": 5405724.3, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 97.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 90.1, "Total_wall": 95.9, "Total_wa00": 0.0, "Total_outw": 255.0, "Total_shar": 95.7, "Total_roof": 90.9, "Gross_volu": 325.5, "Is_Gross_v": "false", "Heated_vol": 305.9, "Ridge_mean": 4.1, "Eaves_mean": 2.88, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NOT_HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.884, "Heated_are": 97.9, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 17.5, "Total_Year": 4927.0, "January_He": 577.0, "February_H": 273.0, "March_Heat": 75.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 209.0, "December_H": 560.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195547070395955, 48.788901866656197, 0.0 ], [ 9.195526886173788, 48.788890840321557, 0.0 ], [ 9.195509338316027, 48.788892848435836, 0.0 ], [ 9.195428590353192, 48.788845865511604, 0.0 ], [ 9.195517881767611, 48.788779979755375, 0.0 ], [ 9.195604951206327, 48.788877758739481, 0.0 ], [ 9.19556165643508, 48.788908136541409, 0.0 ], [ 9.19554869857822, 48.78890060496029, 0.0 ], [ 9.195547070395955, 48.788901866656197, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000dbfe", "Latitude": 48.79028, "Longitude": 9.20928, "X_coordina": 3515449.89, "Y_coordina": 5405888.92, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 404.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 148.1, "Total_wall": 375.4, "Total_wa00": 0.0, "Total_outw": 739.1, "Total_shar": 0.0, "Total_roof": 168.1, "Gross_volu": 1412.6, "Is_Gross_v": "false", "Heated_vol": 1264.5, "Ridge_mean": 11.0, "Eaves_mean": 8.36, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 5, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.525, "Heated_are": 404.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 25955.0, "January_He": 4826.0, "February_H": 3374.0, "March_Heat": 2040.0, "April_Heat": 411.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1018.0, "November_H": 3055.0, "December_H": 4753.0, "PV_potenti": 7.41 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209167530191275, 48.79030654928178, 0.0 ], [ 9.209135081408112, 48.790259758005639, 0.0 ], [ 9.209261491661627, 48.790221940295673, 0.0 ], [ 9.209342281774161, 48.790340852341188, 0.0 ], [ 9.209216823563297, 48.790378578485708, 0.0 ], [ 9.209185327340599, 48.790331785493741, 0.0 ], [ 9.209181522709731, 48.790333231182665, 0.0 ], [ 9.209163451506654, 48.790307545849757, 0.0 ], [ 9.209167530191275, 48.79030654928178, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000da18", "Latitude": 48.79347, "Longitude": 9.20187, "X_coordina": 3514904.04, "Y_coordina": 5406242.56, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1834.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 320.8, "Total_wall": 1066.4, "Total_wa00": 0.0, "Total_outw": 1413.4, "Total_shar": 261.6, "Total_roof": 320.8, "Gross_volu": 4883.6, "Is_Gross_v": "false", "Heated_vol": 4883.6, "Ridge_mean": 19.2, "Eaves_mean": 19.25, "Storey_num": 8, "Average_St": 2.4, "Number_of_": 29, "Number_o00": 39, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.35, "Heated_are": 1834.7, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 27.5, "Total_Year": 79443.0, "January_He": 12751.0, "February_H": 8954.0, "March_Heat": 5329.0, "April_Heat": 858.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 2239.0, "November_H": 7747.0, "December_H": 12431.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201801120878802, 48.793589045801788, 0.0 ], [ 9.201809578686373, 48.793593886853024, 0.0 ], [ 9.201773617994521, 48.7936204773208, 0.0 ], [ 9.201641968726957, 48.793543193795202, 0.0 ], [ 9.201880802196792, 48.793366794914029, 0.0 ], [ 9.202003578762977, 48.79343761923613, 0.0 ], [ 9.201887018080944, 48.79352522935519, 0.0 ], [ 9.201883197845659, 48.793522898039598, 0.0 ], [ 9.201864879278439, 48.793536688459092, 0.0 ], [ 9.201868427670707, 48.793539110175388, 0.0 ], [ 9.201801120878802, 48.793589045801788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d948", "Latitude": 48.78809, "Longitude": 9.21099, "X_coordina": 3515575.68, "Y_coordina": 5405646.22, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 152.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 55.0, "Total_wall": 84.2, "Total_wa00": 0.0, "Total_outw": 149.8, "Total_shar": 228.4, "Total_roof": 88.2, "Gross_volu": 532.0, "Is_Gross_v": "false", "Heated_vol": 477.0, "Ridge_mean": 12.5, "Eaves_mean": 6.83, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.452, "Heated_are": 152.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 9246.0, "January_He": 1663.0, "February_H": 1182.0, "March_Heat": 735.0, "April_Heat": 149.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 19.0, "October_He": 375.0, "November_H": 1079.0, "December_H": 1621.0, "PV_potenti": 3.42 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210951409341602, 48.78808829622961, 0.0 ], [ 9.211009550615726, 48.788095833222961, 0.0 ], [ 9.210994124517232, 48.788149276140842, 0.0 ], [ 9.21093557567545, 48.788141919733597, 0.0 ], [ 9.21087335060942, 48.788134120409978, 0.0 ], [ 9.210888502773205, 48.788080228391493, 0.0 ], [ 9.210951409341602, 48.78808829622961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d919", "Latitude": 48.78863, "Longitude": 9.21388, "X_coordina": 3515788.33, "Y_coordina": 5405706.49, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 101.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.1, "Total_wall": 63.9, "Total_wa00": 0.0, "Total_outw": 129.1, "Total_shar": 221.5, "Total_roof": 56.0, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 318.4, "Ridge_mean": 9.1, "Eaves_mean": 6.25, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.487, "Heated_are": 101.9, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 47.2, "Total_Year": 6428.0, "January_He": 1198.0, "February_H": 836.0, "March_Heat": 490.0, "April_Heat": 85.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 248.0, "November_H": 769.0, "December_H": 1175.0, "PV_potenti": 0.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213906329088941, 48.788641091588715, 0.0 ], [ 9.213876188056778, 48.788689796265245, 0.0 ], [ 9.213768792349404, 48.788652857199878, 0.0 ], [ 9.213793936004237, 48.788613064270237, 0.0 ], [ 9.213906329088941, 48.788641091588715, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d655", "Latitude": 48.78864, "Longitude": 9.20942, "X_coordina": 3515460.82, "Y_coordina": 5405706.93, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 80.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 39.9, "Total_wall": 45.0, "Total_wa00": 0.0, "Total_outw": 109.7, "Total_shar": 203.3, "Total_roof": 53.4, "Gross_volu": 289.8, "Is_Gross_v": "false", "Heated_vol": 249.9, "Ridge_mean": 9.0, "Eaves_mean": 5.46, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.512, "Heated_are": 80.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.0, "Total_Year": 5024.0, "January_He": 955.0, "February_H": 647.0, "March_Heat": 363.0, "April_Heat": 59.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 184.0, "November_H": 605.0, "December_H": 936.0, "PV_potenti": 1.81 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20938098750786, 48.788685827354065, 0.0 ], [ 9.209328057187724, 48.788687901898491, 0.0 ], [ 9.209327059683805, 48.788677112873629, 0.0 ], [ 9.209324060816463, 48.78864321710838, 0.0 ], [ 9.209377263641315, 48.788641231993964, 0.0 ], [ 9.209433323575912, 48.788639061811715, 0.0 ], [ 9.209437183580729, 48.78868365692243, 0.0 ], [ 9.20938098750786, 48.788685827354065, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d605", "Latitude": 48.79163, "Longitude": 9.19933, "X_coordina": 3514718.5, "Y_coordina": 5406036.85, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 135.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 82.7, "Total_wall": 151.6, "Total_wa00": 0.0, "Total_outw": 300.1, "Total_shar": 357.1, "Total_roof": 82.7, "Gross_volu": 507.1, "Is_Gross_v": "false", "Heated_vol": 424.5, "Ridge_mean": 6.1, "Eaves_mean": 6.14, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.683, "Heated_are": 135.8, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 56.7, "Total_Year": 17622.0, "January_He": 1934.0, "February_H": 1261.0, "March_Heat": 784.0, "April_Heat": 234.0, "May_Heatin": 27.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 392.0, "November_H": 1109.0, "December_H": 1919.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199427805747732, 48.791745700250594, 0.0 ], [ 9.199127417819078, 48.791569519292857, 0.0 ], [ 9.199152794855674, 48.791550675080558, 0.0 ], [ 9.199453031692498, 48.791726856234412, 0.0 ], [ 9.199427805747732, 48.791745700250594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d606", "Latitude": 48.79173, "Longitude": 9.19908, "X_coordina": 3514699.7, "Y_coordina": 5406048.24, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 73.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 61.6, "Total_wall": 74.2, "Total_wa00": 0.0, "Total_outw": 143.3, "Total_shar": 142.3, "Total_roof": 61.6, "Gross_volu": 269.2, "Is_Gross_v": "false", "Heated_vol": 230.7, "Ridge_mean": 5.7, "Eaves_mean": 5.72, "Storey_num": 2, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.776, "Heated_are": 73.8, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 82.2, "Total_Year": 11456.0, "January_He": 1322.0, "February_H": 1013.0, "March_Heat": 748.0, "April_Heat": 279.0, "May_Heatin": 35.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 76.0, "October_He": 415.0, "November_H": 905.0, "December_H": 1273.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198995626105749, 48.791728461368919, 0.0 ], [ 9.199028048530218, 48.791704664606989, 0.0 ], [ 9.199124633144082, 48.791761056883814, 0.0 ], [ 9.199081744255649, 48.791793321888207, 0.0 ], [ 9.19907602589751, 48.791790005499962, 0.0 ], [ 9.199066246564874, 48.791797403334584, 0.0 ], [ 9.198975225611486, 48.791743414046252, 0.0 ], [ 9.198944711607504, 48.791725308493731, 0.0 ], [ 9.198965069913434, 48.791710355894665, 0.0 ], [ 9.198995626105749, 48.791728461368919, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d555", "Latitude": 48.78799, "Longitude": 9.19842, "X_coordina": 3514652.01, "Y_coordina": 5405631.94, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 394.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 144.0, "Total_wall": 378.3, "Total_wa00": 0.0, "Total_outw": 603.5, "Total_shar": 45.3, "Total_roof": 227.7, "Gross_volu": 1360.3, "Is_Gross_v": "false", "Heated_vol": 1232.8, "Ridge_mean": 13.9, "Eaves_mean": 13.89, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 10, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.583, "Heated_are": 394.5, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 48.0, "Total_Year": 25171.0, "January_He": 4566.0, "February_H": 3238.0, "March_Heat": 2077.0, "April_Heat": 513.0, "May_Heatin": 24.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1045.0, "November_H": 2912.0, "December_H": 4475.0, "PV_potenti": 10.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198389543942197, 48.788095964830987, 0.0 ], [ 9.198375005639424, 48.788101834914315, 0.0 ], [ 9.198350357529799, 48.78809774088397, 0.0 ], [ 9.19834270049118, 48.788088581859562, 0.0 ], [ 9.198289588535911, 48.788079051495366, 0.0 ], [ 9.198329467796325, 48.78797682954319, 0.0 ], [ 9.198353449568122, 48.787915460301519, 0.0 ], [ 9.198452182371184, 48.787933005154791, 0.0 ], [ 9.198428473240089, 48.787994463870682, 0.0 ], [ 9.198405573129827, 48.788054032790335, 0.0 ], [ 9.198399915605698, 48.788068790017654, 0.0 ], [ 9.198389543942197, 48.788095964830987, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d558", "Latitude": 48.78809, "Longitude": 9.19836, "X_coordina": 3514648.2, "Y_coordina": 5405643.54, "LOD": "LOD2", "Year_of_co": 1966, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 43.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 54.1, "Total_wall": 66.8, "Total_wa00": 0.0, "Total_outw": 206.3, "Total_shar": 45.1, "Total_roof": 54.1, "Gross_volu": 147.9, "Is_Gross_v": "false", "Heated_vol": 135.8, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.223, "Heated_are": 43.5, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198375005639424, 48.788101834914315, 0.0 ], [ 9.198389543942197, 48.788095964830987, 0.0 ], [ 9.198377272006599, 48.788124401848052, 0.0 ], [ 9.198388167859841, 48.788126631168808, 0.0 ], [ 9.198379688287483, 48.788150475546011, 0.0 ], [ 9.19824949869896, 48.788127859142477, 0.0 ], [ 9.198269842419748, 48.788075668396075, 0.0 ], [ 9.198289724977487, 48.788079141184092, 0.0 ], [ 9.19834270049118, 48.788088581859562, 0.0 ], [ 9.198350357529799, 48.78809774088397, 0.0 ], [ 9.198375005639424, 48.788101834914315, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d186", "Latitude": 48.79021, "Longitude": 9.20625, "X_coordina": 3515226.74, "Y_coordina": 5405880.23, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 601.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 145.1, "Total_wall": 391.5, "Total_wa00": 0.0, "Total_outw": 597.6, "Total_shar": 247.1, "Total_roof": 224.5, "Gross_volu": 1981.2, "Is_Gross_v": "false", "Heated_vol": 1878.3, "Ridge_mean": 16.4, "Eaves_mean": 10.85, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.397, "Heated_are": 601.0, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.0, "Total_Year": 32345.0, "January_He": 5636.0, "February_H": 3960.0, "March_Heat": 2425.0, "April_Heat": 466.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1176.0, "November_H": 3591.0, "December_H": 5508.0, "PV_potenti": 10.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206199685031294, 48.790297154128446, 0.0 ], [ 9.206134763788706, 48.790296101348467, 0.0 ], [ 9.206139501957376, 48.790157070942023, 0.0 ], [ 9.206143721203052, 48.790157153312954, 0.0 ], [ 9.206206055766197, 48.790158030872433, 0.0 ], [ 9.206268118145767, 48.790158908885715, 0.0 ], [ 9.206267867706092, 48.790164214828259, 0.0 ], [ 9.206261203577984, 48.790298123042852, 0.0 ], [ 9.206199685031294, 48.790297154128446, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d188", "Latitude": 48.7901, "Longitude": 9.20627, "X_coordina": 3515228.2, "Y_coordina": 5405868.26, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 54.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 76.4, "Total_wall": 64.4, "Total_wa00": 0.0, "Total_outw": 211.9, "Total_shar": 72.8, "Total_roof": 76.5, "Gross_volu": 217.5, "Is_Gross_v": "false", "Heated_vol": 168.9, "Ridge_mean": 3.2, "Eaves_mean": 3.19, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.081, "Heated_are": 54.1, "Mean_Uvalu": 0.51, "Specific_d": "non calculated", "Specific_s": 113.7, "Total_Year": 6143.0, "January_He": 1395.0, "February_H": 993.0, "March_Heat": 689.0, "April_Heat": 249.0, "May_Heatin": 34.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 409.0, "November_H": 925.0, "December_H": 1387.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206268118145767, 48.790158908885715, 0.0 ], [ 9.206206055766197, 48.790158030872433, 0.0 ], [ 9.206143721203052, 48.790157153312954, 0.0 ], [ 9.206149780880216, 48.790074952270224, 0.0 ], [ 9.206228003052878, 48.790100440449862, 0.0 ], [ 9.206298025458203, 48.790117580368459, 0.0 ], [ 9.20629631442622, 48.790164973184964, 0.0 ], [ 9.206267867706092, 48.790164214828259, 0.0 ], [ 9.206268118145767, 48.790158908885715, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d0ab", "Latitude": 48.79209, "Longitude": 9.20325, "X_coordina": 3515006.36, "Y_coordina": 5406089.12, "LOD": "LOD2", "Year_of_co": 1999, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 856.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 178.4, "Total_wall": 585.9, "Total_wa00": 0.0, "Total_outw": 847.8, "Total_shar": 260.0, "Total_roof": 204.5, "Gross_volu": 2855.2, "Is_Gross_v": "false", "Heated_vol": 2676.7, "Ridge_mean": 17.5, "Eaves_mean": 14.41, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 14, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 856.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 33.0, "Total_Year": 41852.0, "January_He": 7127.0, "February_H": 4942.0, "March_Heat": 2935.0, "April_Heat": 505.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 44.0, "October_He": 1332.0, "November_H": 4423.0, "December_H": 6965.0, "PV_potenti": 11.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203251176538345, 48.792042417750849, 0.0 ], [ 9.20330210187111, 48.792048442662391, 0.0 ], [ 9.203265525408087, 48.792191665593108, 0.0 ], [ 9.203191724159977, 48.792182893399925, 0.0 ], [ 9.203117378181286, 48.792174032196684, 0.0 ], [ 9.203154091877114, 48.792030988917688, 0.0 ], [ 9.203167163811248, 48.792032584481099, 0.0 ], [ 9.20323061594417, 48.792040026100786, 0.0 ], [ 9.203251176538345, 48.792042417750849, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000d0ac", "Latitude": 48.79199, "Longitude": 9.20326, "X_coordina": 3515006.84, "Y_coordina": 5406077.9, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 30.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 38.3, "Total_wall": 31.1, "Total_wa00": 0.0, "Total_outw": 108.9, "Total_shar": 107.4, "Total_roof": 38.3, "Gross_volu": 102.1, "Is_Gross_v": "false", "Heated_vol": 95.4, "Ridge_mean": 2.7, "Eaves_mean": 2.68, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.076, "Heated_are": 30.5, "Mean_Uvalu": 0.37, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20323061594417, 48.792040026100786, 0.0 ], [ 9.203167163811248, 48.792032584481099, 0.0 ], [ 9.203181508434158, 48.791978605014492, 0.0 ], [ 9.203264837315853, 48.791987630168542, 0.0 ], [ 9.203251176538345, 48.792042417750849, 0.0 ], [ 9.20323061594417, 48.792040026100786, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ccd9", "Latitude": 48.78861, "Longitude": 9.21105, "X_coordina": 3515579.94, "Y_coordina": 5405703.79, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.1, "Total_wall": 61.9, "Total_wa00": 0.0, "Total_outw": 140.6, "Total_shar": 200.1, "Total_roof": 63.7, "Gross_volu": 361.4, "Is_Gross_v": "false", "Heated_vol": 315.3, "Ridge_mean": 9.6, "Eaves_mean": 6.04, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.509, "Heated_are": 100.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 45.6, "Total_Year": 6194.0, "January_He": 1178.0, "February_H": 790.0, "March_Heat": 432.0, "April_Heat": 64.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 218.0, "November_H": 746.0, "December_H": 1159.0, "PV_potenti": 1.76 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211052470103191, 48.788659845663368, 0.0 ], [ 9.211001164275361, 48.788659849755092, 0.0 ], [ 9.210950130624905, 48.788659853325441, 0.0 ], [ 9.210950352694692, 48.788615430634934, 0.0 ], [ 9.210950444307272, 48.788604819476234, 0.0 ], [ 9.211001341813388, 48.7886048161552, 0.0 ], [ 9.211053055850897, 48.788604811315246, 0.0 ], [ 9.211052470103191, 48.788659845663368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad3", "Latitude": 48.78768, "Longitude": 9.19616, "X_coordina": 3514486.69, "Y_coordina": 5405597.42, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 817.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 159.7, "Total_wall": 539.1, "Total_wa00": 0.0, "Total_outw": 701.0, "Total_shar": 38.3, "Total_roof": 222.1, "Gross_volu": 2715.7, "Is_Gross_v": "true", "Heated_vol": 2556.0, "Ridge_mean": 16.9, "Eaves_mean": 11.53, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 817.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.5, "Total_Year": 42010.0, "January_He": 7134.0, "February_H": 5089.0, "March_Heat": 3183.0, "April_Heat": 641.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 64.0, "October_He": 1465.0, "November_H": 4464.0, "December_H": 6998.0, "PV_potenti": 10.2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196180923078479, 48.787630616930088, 0.0 ], [ 9.196212275757844, 48.787679032367329, 0.0 ], [ 9.196239931374866, 48.78772160905794, 0.0 ], [ 9.196101685410337, 48.787761321053821, 0.0 ], [ 9.196059001915261, 48.787773623351562, 0.0 ], [ 9.196030525701062, 48.787729968930904, 0.0 ], [ 9.196025870394386, 48.787722693038965, 0.0 ], [ 9.196025870394386, 48.787722693038965, 11.99 ], [ 9.196025870394386, 48.787722693038965, 12.19 ], [ 9.196012864091012, 48.787702662201795, 14.613 ], [ 9.195999857798007, 48.787682631363097, 12.19 ], [ 9.195999857798007, 48.787682631363097, 11.99 ], [ 9.195999857798007, 48.787682631363097, 0.0 ], [ 9.196180923078479, 48.787630616930088, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad4", "Latitude": 48.78781, "Longitude": 9.19608, "X_coordina": 3514480.29, "Y_coordina": 5405611.49, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 122.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 44.4, "Total_wall": 200.8, "Total_wa00": 0.0, "Total_outw": 361.2, "Total_shar": 0.0, "Total_roof": 44.4, "Gross_volu": 278.2, "Is_Gross_v": "false", "Heated_vol": 278.2, "Ridge_mean": 6.3, "Eaves_mean": 6.26, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.041, "Heated_are": 122.2, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19600331323071, 48.787871015553762, 0.0 ], [ 9.195966898115886, 48.787815594630921, 0.0 ], [ 9.196067626160792, 48.787786647598821, 0.0 ], [ 9.196070091482978, 48.787790689965995, 0.0 ], [ 9.196050379607298, 48.78779602902317, 0.0 ], [ 9.196081052181835, 48.787844535576269, 0.0 ], [ 9.196098046545123, 48.787840280225559, 0.0 ], [ 9.196099689746195, 48.787842885213479, 0.0 ], [ 9.19600331323071, 48.787871015553762, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad6", "Latitude": 48.78769, "Longitude": 9.19602, "X_coordina": 3514476.0, "Y_coordina": 5405598.72, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 100.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 29.4, "Total_wall": 168.5, "Total_wa00": 0.0, "Total_outw": 271.0, "Total_shar": 0.3, "Total_roof": 84.8, "Gross_volu": 343.3, "Is_Gross_v": "true", "Heated_vol": 313.8, "Ridge_mean": 11.7, "Eaves_mean": 0.05, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.883, "Heated_are": 100.4, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 70.0, "Total_Year": 8616.0, "January_He": 1759.0, "February_H": 1194.0, "March_Heat": 700.0, "April_Heat": 154.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 24.0, "October_He": 352.0, "November_H": 1087.0, "December_H": 1746.0, "PV_potenti": 1.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195988422561168, 48.787734042199475, 0.0 ], [ 9.195971472481888, 48.787739178710638, 0.0 ], [ 9.195950974711037, 48.787745391347812, 0.0 ], [ 9.195950974711037, 48.787745391347812, 10.62 ], [ 9.195949059348093, 48.787742786820829, 10.62 ], [ 9.19595164218828, 48.787742063036497, 10.62 ], [ 9.195948220422094, 48.787737033133958, 10.62 ], [ 9.195945772618133, 48.787737486917457, 10.62 ], [ 9.195927844130019, 48.787711529484426, 10.62 ], [ 9.195930153746065, 48.787710536394449, 10.62 ], [ 9.195926319174285, 48.787704338185975, 10.62 ], [ 9.195926319174285, 48.787704338185975, 0.0 ], [ 9.195944221325133, 48.787699065175907, 0.0 ], [ 9.195963360351444, 48.787693403386463, 0.0 ], [ 9.195978068074869, 48.787689062020917, 0.0 ], [ 9.195999857798007, 48.787682631363097, 0.0 ], [ 9.196025870394386, 48.787722693038965, 0.0 ], [ 9.196005658068072, 48.78772881527631, 0.0 ], [ 9.195988422561168, 48.787734042199475, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000cad7", "Latitude": 48.78738, "Longitude": 9.19629, "X_coordina": 3514496.3, "Y_coordina": 5405563.9, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 612.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 250.1, "Total_wall": 536.9, "Total_wa00": 0.0, "Total_outw": 868.9, "Total_shar": 0.0, "Total_roof": 250.1, "Gross_volu": 1991.2, "Is_Gross_v": "false", "Heated_vol": 1913.0, "Ridge_mean": 8.0, "Eaves_mean": 7.96, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.532, "Heated_are": 612.2, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 53.4, "Total_Year": 47909.0, "January_He": 7446.0, "February_H": 5408.0, "March_Heat": 3716.0, "April_Heat": 1205.0, "May_Heatin": 143.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 3, "September_": 323.0, "October_He": 2179.0, "November_H": 4963.0, "December_H": 7308.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196180849125858, 48.787297449869811, 0.0 ], [ 9.196210733874178, 48.787283550708217, 0.0 ], [ 9.19640263534211, 48.787463070906263, 0.0 ], [ 9.196372751242293, 48.787477149963422, 0.0 ], [ 9.196374936683041, 48.787479214480918, 0.0 ], [ 9.196293297208587, 48.787517301460277, 0.0 ], [ 9.196096479683742, 48.78733338319374, 0.0 ], [ 9.196178390479055, 48.787295116043005, 0.0 ], [ 9.196180849125858, 48.787297449869811, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c955", "Latitude": 48.78824, "Longitude": 9.20963, "X_coordina": 3515475.96, "Y_coordina": 5405662.06, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 146.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.3, "Total_wall": 89.8, "Total_wa00": 0.0, "Total_outw": 162.8, "Total_shar": 202.4, "Total_roof": 85.1, "Gross_volu": 513.3, "Is_Gross_v": "false", "Heated_vol": 459.0, "Ridge_mean": 11.7, "Eaves_mean": 7.14, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.475, "Heated_are": 146.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 8895.0, "January_He": 1583.0, "February_H": 1112.0, "March_Heat": 735.0, "April_Heat": 208.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 347.0, "November_H": 988.0, "December_H": 1560.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209549563955266, 48.788218906890343, 0.0 ], [ 9.209644754703918, 48.788234470278823, 0.0 ], [ 9.209631700284422, 48.788269564269363, 0.0 ], [ 9.209620125209193, 48.788300429153594, 0.0 ], [ 9.209525068933621, 48.788284505805635, 0.0 ], [ 9.209536374134531, 48.788254180963868, 0.0 ], [ 9.209549563955266, 48.788218906890343, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c7f2", "Latitude": 48.79545, "Longitude": 9.20341, "X_coordina": 3515017.0, "Y_coordina": 5406462.47, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 133.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 167.1, "Total_wall": 146.8, "Total_wa00": 0.0, "Total_outw": 570.7, "Total_shar": 0.0, "Total_roof": 167.1, "Gross_volu": 565.4, "Is_Gross_v": "false", "Heated_vol": 417.2, "Ridge_mean": 3.4, "Eaves_mean": 3.39, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.943, "Heated_are": 133.5, "Mean_Uvalu": 0.3, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203233418256733, 48.795429600210703, 0.0 ], [ 9.203266544831347, 48.795408859328724, 0.0 ], [ 9.203277873686034, 48.795416752603515, 0.0 ], [ 9.203327156993588, 48.795386091593237, 0.0 ], [ 9.203385303954605, 48.795426904125499, 0.0 ], [ 9.203410149385084, 48.795411483316599, 0.0 ], [ 9.203502827206551, 48.795475884682737, 0.0 ], [ 9.20342896994204, 48.795521786258988, 0.0 ], [ 9.203440162740236, 48.795529679758019, 0.0 ], [ 9.203406492455375, 48.795550601496913, 0.0 ], [ 9.203233418256733, 48.795429600210703, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c7ed", "Latitude": 48.79506, "Longitude": 9.20289, "X_coordina": 3514979.03, "Y_coordina": 5406418.75, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 3299.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 577.1, "Total_wall": 1684.6, "Total_wa00": 0.0, "Total_outw": 2244.0, "Total_shar": 419.4, "Total_roof": 590.9, "Gross_volu": 10837.7, "Is_Gross_v": "false", "Heated_vol": 10309.5, "Ridge_mean": 19.3, "Eaves_mean": 19.26, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.271, "Heated_are": 3299.0, "Mean_Uvalu": 0.37, "Specific_d": "14,6", "Specific_s": 50.2, "Total_Year": 213759.0, "January_He": 36061.0, "February_H": 27639.0, "March_Heat": 20851.0, "April_Heat": 8650.0, "May_Heatin": 1266.0, "June_Heati": 45, "July_Heati": 5, "August_Hea": 10, "September_": 1979.0, "October_He": 10702.0, "November_H": 23699.0, "December_H": 34653.0, "PV_potenti": 27.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202970645962964, 48.795240145126961, 0.0 ], [ 9.202602149069147, 48.795023988349989, 0.0 ], [ 9.202692252848998, 48.794956656899927, 0.0 ], [ 9.202760102103003, 48.794906000421506, 0.0 ], [ 9.202811124515561, 48.794935405499757, 0.0 ], [ 9.202846867605976, 48.794956024962161, 0.0 ], [ 9.202816065104521, 48.79497927949145, 0.0 ], [ 9.203097370593783, 48.795141095722592, 0.0 ], [ 9.20305949053493, 48.795231805458677, 0.0 ], [ 9.203058400956648, 48.795231627532843, 0.0 ], [ 9.203052606801631, 48.795246115440499, 0.0 ], [ 9.202978381909245, 48.795234646155507, 0.0 ], [ 9.202970645962964, 48.795240145126961, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c725", "Latitude": 48.78842, "Longitude": 9.2119, "X_coordina": 3515643.05, "Y_coordina": 5405682.74, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 112.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.7, "Total_wall": 62.1, "Total_wa00": 0.0, "Total_outw": 120.4, "Total_shar": 240.7, "Total_roof": 58.4, "Gross_volu": 376.8, "Is_Gross_v": "false", "Heated_vol": 349.9, "Ridge_mean": 10.8, "Eaves_mean": 6.79, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.45, "Heated_are": 112.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.1, "Total_Year": 6713.0, "January_He": 1243.0, "February_H": 855.0, "March_Heat": 491.0, "April_Heat": 81.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 248.0, "November_H": 793.0, "December_H": 1217.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211797942443535, 48.788459296154464, 0.0 ], [ 9.211804969303589, 48.788415130716466, 0.0 ], [ 9.211862824142178, 48.788419160783263, 0.0 ], [ 9.211921223720905, 48.788423279742211, 0.0 ], [ 9.21191487891725, 48.788467803626766, 0.0 ], [ 9.211856614997053, 48.788463594491397, 0.0 ], [ 9.211797942443535, 48.788459296154464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c51e", "Latitude": 48.79444, "Longitude": 9.20179, "X_coordina": 3514898.26, "Y_coordina": 5406350.63, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1251.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 192.8, "Total_wall": 849.8, "Total_wa00": 0.0, "Total_outw": 1045.7, "Total_shar": 449.7, "Total_roof": 192.8, "Gross_volu": 3912.3, "Is_Gross_v": "false", "Heated_vol": 3912.3, "Ridge_mean": 20.3, "Eaves_mean": 20.28, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 20, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.316, "Heated_are": 1251.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 29.4, "Total_Year": 56620.0, "January_He": 9124.0, "February_H": 6412.0, "March_Heat": 4071.0, "April_Heat": 846.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 69.0, "October_He": 1781.0, "November_H": 5599.0, "December_H": 8867.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201732654198123, 48.794402074797063, 0.0 ], [ 9.201750161537831, 48.794389544751752, 0.0 ], [ 9.201862034021982, 48.794455892137151, 0.0 ], [ 9.20184520973481, 48.794469050466979, 0.0 ], [ 9.201885456899406, 48.794492989506125, 0.0 ], [ 9.201804850985521, 48.794553019878869, 0.0 ], [ 9.20161044377668, 48.794439067555025, 0.0 ], [ 9.201692815131127, 48.794378045065869, 0.0 ], [ 9.201732654198123, 48.794402074797063, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c358", "Latitude": 48.79541, "Longitude": 9.20829, "X_coordina": 3515375.22, "Y_coordina": 5406459.63, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1031.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 225.3, "Total_wall": 819.0, "Total_wa00": 0.0, "Total_outw": 1093.4, "Total_shar": 201.2, "Total_roof": 225.2, "Gross_volu": 3223.9, "Is_Gross_v": "false", "Heated_vol": 3223.9, "Ridge_mean": 16.0, "Eaves_mean": 15.98, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 13, "Number_o00": 34, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 1031.7, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 53471.0, "January_He": 8793.0, "February_H": 6385.0, "March_Heat": 4345.0, "April_Heat": 1277.0, "May_Heatin": 64.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 132.0, "October_He": 1996.0, "November_H": 5551.0, "December_H": 8587.0, "PV_potenti": 8.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208142294017607, 48.795364360445454, 0.0 ], [ 9.208139063163244, 48.795372998945247, 0.0 ], [ 9.208180058127015, 48.7953793993399, 0.0 ], [ 9.20818328860268, 48.7953706709161, 0.0 ], [ 9.208342229226178, 48.795395472149131, 0.0 ], [ 9.208339134883479, 48.79540420033107, 0.0 ], [ 9.208392114762196, 48.795412377438481, 0.0 ], [ 9.208358611392386, 48.795505958546364, 0.0 ], [ 9.208247339190669, 48.795488624724328, 0.0 ], [ 9.208195175898092, 48.795480446074201, 0.0 ], [ 9.208125443639339, 48.795469601447124, 0.0 ], [ 9.208128538023082, 48.795460873270962, 0.0 ], [ 9.208095442418907, 48.795455717513839, 0.0 ], [ 9.208107015968322, 48.795423863665135, 0.0 ], [ 9.20812881051002, 48.795362226649729, 0.0 ], [ 9.208142294017607, 48.795364360445454, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ff", "Latitude": 48.7927, "Longitude": 9.20293, "X_coordina": 3514982.09, "Y_coordina": 5406156.91, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 604.7, "SecondaryU": "office and administration", "Secondar00": 141.9, "BuildingTy": "GMH", "Footprint_": 177.3, "Total_wall": 376.0, "Total_wa00": 0.0, "Total_outw": 606.5, "Total_shar": 381.0, "Total_roof": 251.0, "Gross_volu": 2510.2, "Is_Gross_v": "false", "Heated_vol": 2332.9, "Ridge_mean": 16.9, "Eaves_mean": 11.29, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.334, "Heated_are": 746.5, "Mean_Uvalu": 0.48, "Specific_d": "15,6", "Specific_s": 40.4, "Total_Year": 41775.0, "January_He": 7186.0, "February_H": 5262.0, "March_Heat": 3427.0, "April_Heat": 806.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 1674.0, "November_H": 4642.0, "December_H": 6994.0, "PV_potenti": 12.06 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202951184266844, 48.792743541536673, 0.0 ], [ 9.202951866579458, 48.792743989952108, 0.0 ], [ 9.202864613958802, 48.792808528977709, 0.0 ], [ 9.202809913539232, 48.792777781536252, 0.0 ], [ 9.20275248466756, 48.792745420248018, 0.0 ], [ 9.202899847089517, 48.792635543849251, 0.0 ], [ 9.202901203733775, 48.792634462375901, 0.0 ], [ 9.202911299032236, 48.79264037954497, 0.0 ], [ 9.202960819961035, 48.792669247672428, 0.0 ], [ 9.203011431921043, 48.792698653396599, 0.0 ], [ 9.202951184266844, 48.792743541536673, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ac", "Latitude": 48.78938, "Longitude": 9.21488, "X_coordina": 3515861.61, "Y_coordina": 5405790.25, "LOD": "LOD2", "Year_of_co": 1908, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 2401.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 869.3, "Total_wall": 1024.0, "Total_wa00": 0.0, "Total_outw": 1691.8, "Total_shar": 53.2, "Total_roof": 1082.7, "Gross_volu": 9093.8, "Is_Gross_v": "false", "Heated_vol": 8224.5, "Ridge_mean": 13.0, "Eaves_mean": 8.12, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.339, "Heated_are": 2401.7, "Mean_Uvalu": 0.5, "Specific_d": "32,9", "Specific_s": 7.6, "Total_Year": 97220.0, "January_He": 6914.0, "February_H": 2917.0, "March_Heat": 425.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 1486.0, "December_H": 6538.0, "PV_potenti": 55.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214783264849636, 48.789240778829019, 0.0 ], [ 9.214847410965618, 48.789251809707466, 0.0 ], [ 9.215068995495601, 48.789290153195864, 0.0 ], [ 9.215043145091757, 48.789355486032861, 0.0 ], [ 9.215020929115218, 48.789411460018961, 0.0 ], [ 9.215011235079011, 48.789435937348372, 0.0 ], [ 9.215005040979117, 48.789451415778721, 0.0 ], [ 9.214979864335181, 48.789515218639941, 0.0 ], [ 9.214955897853272, 48.789575602137909, 0.0 ], [ 9.214607107614347, 48.789515104567933, 0.0 ], [ 9.214630670432051, 48.789455711054245, 0.0 ], [ 9.214655443436026, 48.789392898181113, 0.0 ], [ 9.214662310034857, 48.789375530119422, 0.0 ], [ 9.214672678161318, 48.789349522860647, 0.0 ], [ 9.214693682726995, 48.789296608603365, 0.0 ], [ 9.214720071776949, 48.789229836061544, 0.0 ], [ 9.214783264849636, 48.789240778829019, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ad", "Latitude": 48.79064, "Longitude": 9.21514, "X_coordina": 3515880.27, "Y_coordina": 5405929.92, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 426.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 235.3, "Total_wall": 286.1, "Total_wa00": 0.0, "Total_outw": 594.5, "Total_shar": 0.0, "Total_roof": 235.3, "Gross_volu": 1091.7, "Is_Gross_v": "false", "Heated_vol": 1091.7, "Ridge_mean": 4.6, "Eaves_mean": 4.64, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.693, "Heated_are": 426.9, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 7.6, "Total_Year": 17291.0, "January_He": 1162.0, "February_H": 542.0, "March_Heat": 132.0, "April_Heat": 5.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 10.0, "November_H": 309.0, "December_H": 1103.0, "PV_potenti": 10.86 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215191829924398, 48.790581946476692, 0.0 ], [ 9.215229234783022, 48.790704262624359, 0.0 ], [ 9.215003037263045, 48.790734449863358, 0.0 ], [ 9.214965632930872, 48.790612133642, 0.0 ], [ 9.215191829924398, 48.790581946476692, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2ae", "Latitude": 48.7897, "Longitude": 9.21506, "X_coordina": 3515874.83, "Y_coordina": 5405825.84, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 57.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 68.0, "Total_wall": 87.4, "Total_wa00": 0.0, "Total_outw": 262.9, "Total_shar": 0.0, "Total_roof": 68.0, "Gross_volu": 247.5, "Is_Gross_v": "false", "Heated_vol": 179.5, "Ridge_mean": 3.6, "Eaves_mean": 3.64, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.036, "Heated_are": 57.4, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 28.3, "Total_Year": 3515.0, "January_He": 486.0, "February_H": 295.0, "March_Heat": 127.0, "April_Heat": 13.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 24.0, "November_H": 217.0, "December_H": 467.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215053083462067, 48.789770375138637, 0.0 ], [ 9.214953930356447, 48.789752215831506, 0.0 ], [ 9.214985851799375, 48.789674372300425, 0.0 ], [ 9.215084865212779, 48.789691722528488, 0.0 ], [ 9.215053083462067, 48.789770375138637, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2af", "Latitude": 48.79026, "Longitude": 9.2152, "X_coordina": 3515884.59, "Y_coordina": 5405887.45, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 1114.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 320.7, "Total_wall": 642.9, "Total_wa00": 0.0, "Total_outw": 1044.2, "Total_shar": 0.0, "Total_roof": 320.7, "Gross_volu": 2699.2, "Is_Gross_v": "false", "Heated_vol": 2699.2, "Ridge_mean": 8.8, "Eaves_mean": 8.83, "Storey_num": 4, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.476, "Heated_are": 1114.8, "Mean_Uvalu": 0.45, "Specific_d": "32,9", "Specific_s": 4.0, "Total_Year": 41091.0, "January_He": 1730.0, "February_H": 670.0, "March_Heat": 111.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 324.0, "December_H": 1616.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214988319692715, 48.790315792952477, 0.0 ], [ 9.215041397851129, 48.790188721691656, 0.0 ], [ 9.21522458729555, 48.790222190763707, 0.0 ], [ 9.215239002706999, 48.790187902920124, 0.0 ], [ 9.215320722650308, 48.790202767402704, 0.0 ], [ 9.21530630767502, 48.790237145179248, 0.0 ], [ 9.215253229750147, 48.790364126637002, 0.0 ], [ 9.214988319692715, 48.790315792952477, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b0", "Latitude": 48.78992, "Longitude": 9.21524, "X_coordina": 3515887.71, "Y_coordina": 5405849.97, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 37.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 47.5, "Total_wall": 73.5, "Total_wa00": 0.0, "Total_outw": 238.6, "Total_shar": 0.0, "Total_roof": 47.5, "Gross_volu": 146.8, "Is_Gross_v": "false", "Heated_vol": 118.3, "Ridge_mean": 3.1, "Eaves_mean": 3.1, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.267, "Heated_are": 37.9, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 24.2, "Total_Year": 2159.0, "January_He": 278.0, "February_H": 165.0, "March_Heat": 70.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 117.0, "December_H": 267.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215269201273886, 48.789930035428078, 0.0 ], [ 9.215251959173381, 48.789971612374543, 0.0 ], [ 9.215122025318511, 48.789948025399596, 0.0 ], [ 9.215139403610392, 48.789906448217963, 0.0 ], [ 9.215269201273886, 48.789930035428078, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b1", "Latitude": 48.78995, "Longitude": 9.2154, "X_coordina": 3515899.76, "Y_coordina": 5405853.31, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 33.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 42.3, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 231.5, "Total_shar": 0.0, "Total_roof": 42.3, "Gross_volu": 140.5, "Is_Gross_v": "false", "Heated_vol": 105.8, "Ridge_mean": 3.3, "Eaves_mean": 3.32, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 1.245, "Heated_are": 33.9, "Mean_Uvalu": 0.27, "Specific_d": "32,9", "Specific_s": 24.8, "Total_Year": 1952.0, "January_He": 254.0, "February_H": 151.0, "March_Heat": 64.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 108.0, "December_H": 245.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.215293227819148, 48.789979178740204, 0.0 ], [ 9.215310605595555, 48.78993751161029, 0.0 ], [ 9.2154262390514, 48.789958607262541, 0.0 ], [ 9.215408860978599, 48.790000184486644, 0.0 ], [ 9.215293227819148, 48.789979178740204, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2b2", "Latitude": 48.78969, "Longitude": 9.21493, "X_coordina": 3515865.11, "Y_coordina": 5405824.17, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2501, "PrimaryUsa": "industry", "PrimaryU00": 22.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 24.5, "Total_wall": 47.9, "Total_wa00": 0.0, "Total_outw": 134.0, "Total_shar": 0.0, "Total_roof": 24.5, "Gross_volu": 56.1, "Is_Gross_v": "false", "Heated_vol": 56.1, "Ridge_mean": 2.3, "Eaves_mean": 2.28, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.728, "Heated_are": 22.3, "Mean_Uvalu": 0.28, "Specific_d": "32,8", "Specific_s": 22.2, "Total_Year": 1230.0, "January_He": 155.0, "February_H": 88.0, "March_Heat": 33.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 6.0, "November_H": 64.0, "December_H": 149.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.214876428142034, 48.78967313774254, 0.0 ], [ 9.214922462760125, 48.789681414737693, 0.0 ], [ 9.214897545025527, 48.789742159691585, 0.0 ], [ 9.214851646447542, 48.789733882432749, 0.0 ], [ 9.214876428142034, 48.78967313774254, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c2a7", "Latitude": 48.79168, "Longitude": 9.21296, "X_coordina": 3515719.98, "Y_coordina": 5406044.93, "LOD": "LOD2", "Year_of_co": 1974, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 516.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 132.0, "Total_wall": 359.2, "Total_wa00": 0.0, "Total_outw": 553.6, "Total_shar": 169.6, "Total_roof": 210.3, "Gross_volu": 1685.2, "Is_Gross_v": "false", "Heated_vol": 1613.6, "Ridge_mean": 15.5, "Eaves_mean": 10.2, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.428, "Heated_are": 516.4, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.7, "Total_Year": 31280.0, "January_He": 5555.0, "February_H": 4018.0, "March_Heat": 2557.0, "April_Heat": 542.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1287.0, "November_H": 3641.0, "December_H": 5414.0, "PV_potenti": 9.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212824035032414, 48.791737009123473, 0.0 ], [ 9.212895276161818, 48.791622944238739, 0.0 ], [ 9.212959043631832, 48.791640361439939, 0.0 ], [ 9.213016543460245, 48.791656081650807, 0.0 ], [ 9.21294489350673, 48.79176996751864, 0.0 ], [ 9.212824035032414, 48.791737009123473, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c200", "Latitude": 48.79248, "Longitude": 9.20146, "X_coordina": 3514874.22, "Y_coordina": 5406132.01, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1151.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 203.1, "Total_wall": 873.1, "Total_wa00": 0.0, "Total_outw": 1198.6, "Total_shar": 27.9, "Total_roof": 265.0, "Gross_volu": 3800.3, "Is_Gross_v": "false", "Heated_vol": 3597.1, "Ridge_mean": 19.4, "Eaves_mean": 16.54, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 18, "Number_o00": 28, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1151.1, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 34.7, "Total_Year": 58143.0, "January_He": 9953.0, "February_H": 6973.0, "March_Heat": 4233.0, "April_Heat": 783.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 75.0, "October_He": 1942.0, "November_H": 6190.0, "December_H": 9743.0, "PV_potenti": 10.92 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201511719078331, 48.792523868229594, 0.0 ], [ 9.20142324909324, 48.792590656386182, 0.0 ], [ 9.201281374754528, 48.792508174751312, 0.0 ], [ 9.201281988345716, 48.792491447891237, 0.0 ], [ 9.201392446636811, 48.792409694073925, 0.0 ], [ 9.201543191456244, 48.792498184929613, 0.0 ], [ 9.201544692148975, 48.792499081539063, 0.0 ], [ 9.201511719078331, 48.792523868229594, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c1e6", "Latitude": 48.78761, "Longitude": 9.19954, "X_coordina": 3514734.65, "Y_coordina": 5405590.62, "LOD": "LOD2", "Year_of_co": 1923, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 323.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 113.2, "Total_wall": 295.7, "Total_wa00": 0.0, "Total_outw": 547.0, "Total_shar": 0.0, "Total_roof": 180.5, "Gross_volu": 1123.0, "Is_Gross_v": "false", "Heated_vol": 1009.8, "Ridge_mean": 12.7, "Eaves_mean": 7.84, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 4, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.563, "Heated_are": 323.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 49.3, "Total_Year": 21056.0, "January_He": 3940.0, "February_H": 2744.0, "March_Heat": 1660.0, "April_Heat": 337.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 45.0, "October_He": 828.0, "November_H": 2490.0, "December_H": 3879.0, "PV_potenti": 6.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199478601077471, 48.787703904699079, 0.0 ], [ 9.199400629673635, 48.787602515921066, 0.0 ], [ 9.199509355859746, 48.787566358136587, 0.0 ], [ 9.199587464225393, 48.787667926451633, 0.0 ], [ 9.199478601077471, 48.787703904699079, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c06f", "Latitude": 48.79394, "Longitude": 9.20316, "X_coordina": 3514999.12, "Y_coordina": 5406295.02, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 1812.9, "SecondaryU": "retail", "Secondar00": 356.4, "BuildingTy": "GMH", "Footprint_": 445.5, "Total_wall": 1450.4, "Total_wa00": 0.0, "Total_outw": 1987.2, "Total_shar": 55.1, "Total_roof": 445.5, "Gross_volu": 7224.4, "Is_Gross_v": "false", "Heated_vol": 6778.9, "Ridge_mean": 16.7, "Eaves_mean": 16.74, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 35, "Number_o00": 55, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.337, "Heated_are": 2169.3, "Mean_Uvalu": 0.41, "Specific_d": "25,2", "Specific_s": 33.7, "Total_Year": 127745.0, "January_He": 17733.0, "February_H": 12687.0, "March_Heat": 8278.0, "April_Heat": 2001.0, "May_Heatin": 77.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 212.0, "October_He": 3775.0, "November_H": 11009.0, "December_H": 17236.0, "PV_potenti": 20.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202926213774948, 48.793875093908021, 0.0 ], [ 9.203001254831875, 48.793819478808423, 0.0 ], [ 9.203057323336008, 48.793851662518406, 0.0 ], [ 9.203352236885127, 48.794014263474978, 0.0 ], [ 9.203227938208856, 48.794106564630759, 0.0 ], [ 9.203116067610742, 48.794040937952339, 0.0 ], [ 9.202950581452939, 48.793943842495068, 0.0 ], [ 9.202885232892328, 48.793905470357437, 0.0 ], [ 9.202926213774948, 48.793875093908021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000c070", "Latitude": 48.79392, "Longitude": 9.20294, "X_coordina": 3514983.03, "Y_coordina": 5406292.22, "LOD": "LOD2", "Year_of_co": 1992, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 21.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 25.9, "Total_wall": 28.7, "Total_wa00": 0.0, "Total_outw": 95.6, "Total_shar": 83.9, "Total_roof": 25.9, "Gross_volu": 92.2, "Is_Gross_v": "false", "Heated_vol": 66.2, "Ridge_mean": 3.6, "Eaves_mean": 3.57, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.995, "Heated_are": 21.2, "Mean_Uvalu": 0.4, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20284873031045, 48.793932601655378, 0.0 ], [ 9.202885232892328, 48.793905470357437, 0.0 ], [ 9.202950581452939, 48.793943842495068, 0.0 ], [ 9.202914078878583, 48.793970973813522, 0.0 ], [ 9.20284873031045, 48.793932601655378, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bf6c", "Latitude": 48.79153, "Longitude": 9.20382, "X_coordina": 3515047.9999999995, "Y_coordina": 5406026.75, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.4, "Total_wall": 65.1, "Total_wa00": 0.0, "Total_outw": 139.3, "Total_shar": 205.9, "Total_roof": 58.5, "Gross_volu": 365.5, "Is_Gross_v": "false", "Heated_vol": 320.1, "Ridge_mean": 9.6, "Eaves_mean": 6.44, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.495, "Heated_are": 102.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.9, "Total_Year": 6327.0, "January_He": 1191.0, "February_H": 814.0, "March_Heat": 461.0, "April_Heat": 73.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 232.0, "November_H": 757.0, "December_H": 1168.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20371540037821, 48.791569408648044, 0.0 ], [ 9.203729072901906, 48.791517678387926, 0.0 ], [ 9.203780269225126, 48.791523522762041, 0.0 ], [ 9.20383296298639, 48.791529454386527, 0.0 ], [ 9.203819835681474, 48.791581363541106, 0.0 ], [ 9.203765643711654, 48.791575164790835, 0.0 ], [ 9.20371540037821, 48.791569408648044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be71", "Latitude": 48.7911, "Longitude": 9.20984, "X_coordina": 3515490.37, "Y_coordina": 5405979.86, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 416.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 163.3, "Total_wall": 247.1, "Total_wa00": 0.0, "Total_outw": 535.7, "Total_shar": 136.6, "Total_roof": 243.7, "Gross_volu": 1463.5, "Is_Gross_v": "false", "Heated_vol": 1300.2, "Ridge_mean": 11.8, "Eaves_mean": 6.53, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.477, "Heated_are": 416.1, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 25411.0, "January_He": 4553.0, "February_H": 3193.0, "March_Heat": 2084.0, "April_Heat": 555.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1003.0, "November_H": 2861.0, "December_H": 4474.0, "PV_potenti": 10.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209892993352481, 48.791174341100231, 0.0 ], [ 9.209666400751326, 48.791143640296838, 0.0 ], [ 9.20967902361955, 48.791102791994518, 0.0 ], [ 9.20969245367124, 48.791059694130439, 0.0 ], [ 9.209919585039968, 48.791089134970349, 0.0 ], [ 9.209892993352481, 48.791174341100231, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be18", "Latitude": 48.79012, "Longitude": 9.19882, "X_coordina": 3514680.87, "Y_coordina": 5405869.59, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 1891.0, "SecondaryU": "office and administration", "Secondar00": 312.6, "BuildingTy": "GMH", "Footprint_": 390.8, "Total_wall": 1377.9, "Total_wa00": 0.0, "Total_outw": 1737.5, "Total_shar": 273.4, "Total_roof": 390.8, "Gross_volu": 6886.4, "Is_Gross_v": "false", "Heated_vol": 6886.4, "Ridge_mean": 18.2, "Eaves_mean": 18.17, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 35, "Number_o00": 55, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.314, "Heated_are": 2203.7, "Mean_Uvalu": 0.38, "Specific_d": "15,7", "Specific_s": 31.1, "Total_Year": 103129.0, "January_He": 16766.0, "February_H": 11953.0, "March_Heat": 7761.0, "April_Heat": 1841.0, "May_Heatin": 64.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 177.0, "October_He": 3456.0, "November_H": 10300.0, "December_H": 16289.0, "PV_potenti": 18.46 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19855336408941, 48.790088929933191, 0.0 ], [ 9.198643194072998, 48.790022051681035, 0.0 ], [ 9.198662733885916, 48.790007450345691, 0.0 ], [ 9.198990806118992, 48.790201568551801, 0.0 ], [ 9.198881842580951, 48.790282508204534, 0.0 ], [ 9.198860016851, 48.790269686818718, 0.0 ], [ 9.198758117280001, 48.790209613913156, 0.0 ], [ 9.19855336408941, 48.790088929933191, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be19", "Latitude": 48.7902, "Longitude": 9.19841, "X_coordina": 3514650.76, "Y_coordina": 5405877.85, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1268.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 312.5, "Total_wall": 592.3, "Total_wa00": 0.0, "Total_outw": 798.2, "Total_shar": 684.4, "Total_roof": 312.5, "Gross_volu": 3965.3, "Is_Gross_v": "false", "Heated_vol": 3965.3, "Ridge_mean": 12.7, "Eaves_mean": 12.69, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.307, "Heated_are": 1268.9, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 54.6, "Total_Year": 87829.0, "January_He": 14969.0, "February_H": 11486.0, "March_Heat": 8732.0, "April_Heat": 3664.0, "May_Heatin": 537.0, "June_Heati": 22, "July_Heati": 2, "August_Hea": 4, "September_": 947.0, "October_He": 4651.0, "November_H": 9922.0, "December_H": 14354.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198489179163502, 48.790136430334684, 0.0 ], [ 9.198485515297625, 48.790139134358611, 0.0 ], [ 9.198382796472337, 48.7902162859844, 0.0 ], [ 9.198517160287807, 48.790295187222114, 0.0 ], [ 9.198500338640025, 48.790308884610383, 0.0 ], [ 9.19843520498552, 48.790357465698804, 0.0 ], [ 9.198208491389611, 48.790224229641623, 0.0 ], [ 9.198271995873377, 48.790176640645178, 0.0 ], [ 9.198270768202571, 48.790175923369922, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000be1a", "Latitude": 48.79008, "Longitude": 9.19851, "X_coordina": 3514658.53, "Y_coordina": 5405864.48, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 109.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 44.6, "Total_wall": 123.5, "Total_wa00": 0.0, "Total_outw": 222.7, "Total_shar": 191.4, "Total_roof": 44.6, "Gross_volu": 359.4, "Is_Gross_v": "false", "Heated_vol": 341.8, "Ridge_mean": 8.0, "Eaves_mean": 8.05, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.61, "Heated_are": 109.4, "Mean_Uvalu": 0.69, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198435501360667, 48.790052983795398, 0.0 ], [ 9.198527582394592, 48.790108218039443, 0.0 ], [ 9.198539723386183, 48.790115480921571, 0.0 ], [ 9.198497655581233, 48.790146217399119, 0.0 ], [ 9.198485515297625, 48.790139134358611, 0.0 ], [ 9.198489179163502, 48.790136430334684, 0.0 ], [ 9.198396149725424, 48.790082276777696, 0.0 ], [ 9.198435501360667, 48.790052983795398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bda4", "Latitude": 48.78807, "Longitude": 9.19818, "X_coordina": 3514634.4, "Y_coordina": 5405640.81, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 27.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 32.8, "Total_wall": 43.9, "Total_wa00": 0.0, "Total_outw": 138.8, "Total_shar": 49.8, "Total_roof": 32.8, "Gross_volu": 105.7, "Is_Gross_v": "false", "Heated_vol": 85.1, "Ridge_mean": 3.2, "Eaves_mean": 3.23, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.136, "Heated_are": 27.2, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198110810729009, 48.788055169735195, 0.0 ], [ 9.198180417155067, 48.788071775765303, 0.0 ], [ 9.198153126867153, 48.788122449747242, 0.0 ], [ 9.198082842066869, 48.788106384409645, 0.0 ], [ 9.198110810729009, 48.788055169735195, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bda5", "Latitude": 48.78798, "Longitude": 9.19825, "X_coordina": 3514639.58, "Y_coordina": 5405630.83, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 295.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 117.2, "Total_wall": 306.0, "Total_wa00": 0.0, "Total_outw": 568.9, "Total_shar": 0.0, "Total_roof": 229.1, "Gross_volu": 1039.0, "Is_Gross_v": "false", "Heated_vol": 921.8, "Ridge_mean": 12.6, "Eaves_mean": 2.82, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.673, "Heated_are": 295.0, "Mean_Uvalu": 0.43, "Specific_d": "15,8", "Specific_s": 52.6, "Total_Year": 20179.0, "January_He": 3810.0, "February_H": 2653.0, "March_Heat": 1626.0, "April_Heat": 356.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 820.0, "November_H": 2427.0, "December_H": 3749.0, "PV_potenti": 8.3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19823731749122, 48.78793751172784, 0.0 ], [ 9.198291937935512, 48.787950006999573, 0.0 ], [ 9.198273571470065, 48.787985918164338, 0.0 ], [ 9.198261148962606, 48.787983053003153, 0.0 ], [ 9.198246996181606, 48.788010782848197, 0.0 ], [ 9.198263750126035, 48.788014620721412, 0.0 ], [ 9.198256052674688, 48.788029741148527, 0.0 ], [ 9.198239298725808, 48.78802590327421, 0.0 ], [ 9.198218637129775, 48.788066494410984, 0.0 ], [ 9.198165446909107, 48.788054356338193, 0.0 ], [ 9.198112324226607, 48.788042083239148, 0.0 ], [ 9.198169112466633, 48.787931154617354, 0.0 ], [ 9.198194216047423, 48.787936893505645, 0.0 ], [ 9.198233185394082, 48.787945683909399, 0.0 ], [ 9.19823731749122, 48.78793751172784, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000bac0", "Latitude": 48.78829, "Longitude": 9.21088, "X_coordina": 3515568.09, "Y_coordina": 5405668.44, "LOD": "LOD2", "Year_of_co": 1925, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 150.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.2, "Total_wall": 137.0, "Total_wa00": 0.0, "Total_outw": 196.7, "Total_shar": 108.4, "Total_roof": 90.6, "Gross_volu": 479.8, "Is_Gross_v": "false", "Heated_vol": 470.2, "Ridge_mean": 10.6, "Eaves_mean": 5.97, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.602, "Heated_are": 150.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 53.3, "Total_Year": 10399.0, "January_He": 1993.0, "February_H": 1352.0, "March_Heat": 837.0, "April_Heat": 196.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 399.0, "November_H": 1226.0, "December_H": 1978.0, "PV_potenti": 3.24 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21088933973736, 48.788279319636935, 0.0 ], [ 9.21088934422507, 48.78828039061947, 0.0 ], [ 9.210888087707, 48.788336151882078, 0.0 ], [ 9.210887739293064, 48.788351085242411, 0.0 ], [ 9.210788529034625, 48.788350096071945, 0.0 ], [ 9.210790129620264, 48.788278330467605, 0.0 ], [ 9.21088933973736, 48.788279319636935, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b89a", "Latitude": 48.79106, "Longitude": 9.19966, "X_coordina": 3514742.52, "Y_coordina": 5405973.38, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 600.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 170.4, "Total_wall": 617.5, "Total_wa00": 0.0, "Total_outw": 861.2, "Total_shar": 33.7, "Total_roof": 170.4, "Gross_volu": 2002.6, "Is_Gross_v": "false", "Heated_vol": 1875.1, "Ridge_mean": 11.7, "Eaves_mean": 11.75, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 19, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.5, "Heated_are": 600.0, "Mean_Uvalu": 0.41, "Specific_d": "15,8", "Specific_s": 40.2, "Total_Year": 33644.0, "January_He": 5958.0, "February_H": 4202.0, "March_Heat": 2577.0, "April_Heat": 517.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 59.0, "October_He": 1241.0, "November_H": 3734.0, "December_H": 5834.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199508525563365, 48.791098650012593, 0.0 ], [ 9.199513274998383, 48.791095134763282, 0.0 ], [ 9.199504408119193, 48.791089934555743, 0.0 ], [ 9.199526254941887, 48.791073620531257, 0.0 ], [ 9.199530483881349, 48.791076131065012, 0.0 ], [ 9.199555722730928, 48.791057203372809, 0.0 ], [ 9.199551494148398, 48.791054782762963, 0.0 ], [ 9.199577547411016, 48.791035314112946, 0.0 ], [ 9.199586277836197, 48.791040424627823, 0.0 ], [ 9.199658464658338, 48.790985895707593, 0.0 ], [ 9.199745087795783, 48.791036822099578, 0.0 ], [ 9.199569907009876, 48.791167784832858, 0.0 ], [ 9.199541941087279, 48.791151107503843, 0.0 ], [ 9.199486826226925, 48.791117841333673, 0.0 ], [ 9.199484643708738, 48.791116586183904, 0.0 ], [ 9.199508525563365, 48.791098650012593, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b6a9", "Latitude": 48.78809, "Longitude": 9.21204, "X_coordina": 3515653.38, "Y_coordina": 5405646.52, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 502.5, "SecondaryU": "retail", "Secondar00": 127.5, "BuildingTy": "MFH", "Footprint_": 159.4, "Total_wall": 398.2, "Total_wa00": 0.0, "Total_outw": 608.8, "Total_shar": 269.3, "Total_roof": 247.6, "Gross_volu": 2128.2, "Is_Gross_v": "false", "Heated_vol": 1968.9, "Ridge_mean": 16.0, "Eaves_mean": 10.63, "Storey_num": 5, "Average_St": 3.0, "Number_of_": 8, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 630.0, "Mean_Uvalu": 0.47, "Specific_d": "27,4", "Specific_s": 36.7, "Total_Year": 40413.0, "January_He": 5703.0, "February_H": 3975.0, "March_Heat": 2523.0, "April_Heat": 639.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1111.0, "November_H": 3475.0, "December_H": 5621.0, "PV_potenti": 11.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212131597517544, 48.788095660228493, 0.0 ], [ 9.212117881485584, 48.788134802285093, 0.0 ], [ 9.212104569525948, 48.788172954435304, 0.0 ], [ 9.212033212370757, 48.788161845381737, 0.0 ], [ 9.211868573711708, 48.788136250380504, 0.0 ], [ 9.211865985781619, 48.78813571559968, 0.0 ], [ 9.211879301697985, 48.788098462706117, 0.0 ], [ 9.211893692662249, 48.788057970580908, 0.0 ], [ 9.212131597517544, 48.788095660228493, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b6aa", "Latitude": 48.78818, "Longitude": 9.21199, "X_coordina": 3515649.39, "Y_coordina": 5405656.09, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 163.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 90.3, "Total_wall": 88.1, "Total_wa00": 0.0, "Total_outw": 170.5, "Total_shar": 284.8, "Total_roof": 90.3, "Gross_volu": 428.1, "Is_Gross_v": "false", "Heated_vol": 428.1, "Ridge_mean": 4.7, "Eaves_mean": 4.73, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.628, "Heated_are": 163.8, "Mean_Uvalu": 0.35, "Specific_d": "73,0", "Specific_s": 45.8, "Total_Year": 19470.0, "January_He": 1791.0, "February_H": 1292.0, "March_Heat": 849.0, "April_Heat": 228.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 43.0, "October_He": 423.0, "November_H": 1141.0, "December_H": 1728.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211976071839681, 48.788198099884603, 0.0 ], [ 9.211856266032804, 48.78818672019559, 0.0 ], [ 9.211868573711708, 48.788136250380504, 0.0 ], [ 9.212033212370757, 48.788161845381737, 0.0 ], [ 9.212011745504718, 48.788267095584146, 0.0 ], [ 9.211962189145996, 48.788262330929165, 0.0 ], [ 9.211976071839681, 48.788198099884603, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b4c7", "Latitude": 48.78753, "Longitude": 9.19343, "X_coordina": 3514286.05, "Y_coordina": 5405580.23, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1564.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 283.3, "Total_wall": 1174.7, "Total_wa00": 0.0, "Total_outw": 1625.4, "Total_shar": 126.9, "Total_roof": 365.5, "Gross_volu": 5171.7, "Is_Gross_v": "false", "Heated_vol": 4888.4, "Ridge_mean": 21.9, "Eaves_mean": 13.43, "Storey_num": 7, "Average_St": 3.0, "Number_of_": 25, "Number_o00": 34, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.367, "Heated_are": 1564.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 80630.0, "January_He": 13819.0, "February_H": 9767.0, "March_Heat": 5978.0, "April_Heat": 1107.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 111.0, "October_He": 2792.0, "November_H": 8721.0, "December_H": 13529.0, "PV_potenti": 15.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.1934159082709, 48.787489078445816, 0.0 ], [ 9.193482962446753, 48.787444183813562, 0.0 ], [ 9.193486236798284, 48.78744633647991, 0.0 ], [ 9.193537670402918, 48.787479881498484, 0.0 ], [ 9.193574642320215, 48.787503918896562, 0.0 ], [ 9.19347379368333, 48.787572520290027, 0.0 ], [ 9.193484435698458, 48.787579606378976, 0.0 ], [ 9.193363083040516, 48.787660022124271, 0.0 ], [ 9.19320323135827, 48.787566859745993, 0.0 ], [ 9.19327990129665, 48.787509809403986, 0.0 ], [ 9.193283993194548, 48.787512230474803, 0.0 ], [ 9.193336501946357, 48.78754226675521, 0.0 ], [ 9.193377223008765, 48.787514951508733, 0.0 ], [ 9.1934159082709, 48.787489078445816, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b4c8", "Latitude": 48.78748, "Longitude": 9.19339, "X_coordina": 3514283.2, "Y_coordina": 5405574.86, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 79.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.6, "Total_wall": 54.5, "Total_wa00": 0.0, "Total_outw": 122.2, "Total_shar": 127.1, "Total_roof": 43.6, "Gross_volu": 183.3, "Is_Gross_v": "false", "Heated_vol": 183.3, "Ridge_mean": 4.2, "Eaves_mean": 4.23, "Storey_num": 2, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.774, "Heated_are": 79.3, "Mean_Uvalu": 0.38, "Specific_d": "15,8", "Specific_s": 33.3, "Total_Year": 3899.0, "January_He": 687.0, "February_H": 456.0, "March_Heat": 258.0, "April_Heat": 49.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 4.0, "October_He": 107.0, "November_H": 395.0, "December_H": 687.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193372406056532, 48.787465501581345, 0.0 ], [ 9.193390667795624, 48.787472305112317, 0.0 ], [ 9.1934159082709, 48.787489078445816, 0.0 ], [ 9.193377223008765, 48.787514951508733, 0.0 ], [ 9.193336501946357, 48.78754226675521, 0.0 ], [ 9.193283993194548, 48.787512230474803, 0.0 ], [ 9.193334600499862, 48.787472399259208, 0.0 ], [ 9.19335090936042, 48.787466796609245, 0.0 ], [ 9.193372406056532, 48.787465501581345, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000b3e6", "Latitude": 48.78952, "Longitude": 9.19673, "X_coordina": 3514527.62, "Y_coordina": 5405802.46, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 908.1, "SecondaryU": "retail", "Secondar00": 153.9, "BuildingTy": "GMH", "Footprint_": 192.4, "Total_wall": 803.2, "Total_wa00": 0.0, "Total_outw": 1086.1, "Total_shar": 125.0, "Total_roof": 247.1, "Gross_volu": 3420.3, "Is_Gross_v": "false", "Heated_vol": 3319.0, "Ridge_mean": 19.8, "Eaves_mean": 15.77, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 17, "Number_o00": 30, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.371, "Heated_are": 1062.1, "Mean_Uvalu": 0.49, "Specific_d": "24,1", "Specific_s": 37.0, "Total_Year": 64870.0, "January_He": 9781.0, "February_H": 6801.0, "March_Heat": 4152.0, "April_Heat": 855.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1900.0, "November_H": 6024.0, "December_H": 9610.0, "PV_potenti": 10.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196780604087458, 48.78960054027597, 0.0 ], [ 9.196778719553938, 48.789605848990689, 0.0 ], [ 9.196771910764259, 48.789604781541847, 0.0 ], [ 9.196700962152528, 48.789593392528701, 0.0 ], [ 9.196670157971834, 48.789616105898126, 0.0 ], [ 9.196612322049504, 48.78958212360282, 0.0 ], [ 9.196552029889466, 48.789546436921661, 0.0 ], [ 9.196614319051735, 48.789501098998379, 0.0 ], [ 9.196613773281912, 48.789500740235674, 0.0 ], [ 9.19665000489597, 48.789473881125346, 0.0 ], [ 9.196703113797083, 48.789482333164536, 0.0 ], [ 9.196702843723873, 48.789482873167678, 0.0 ], [ 9.196816145000758, 48.789501473615488, 0.0 ], [ 9.196814529140045, 48.789505882635332, 0.0 ], [ 9.196813712241545, 48.789505794107889, 0.0 ], [ 9.196801730950419, 48.789539266176895, 0.0 ], [ 9.196802547849444, 48.789539354704445, 0.0 ], [ 9.196796623485543, 48.789555641007013, 0.0 ], [ 9.19679285407317, 48.789566168513971, 0.0 ], [ 9.196792037173726, 48.789566079986372, 0.0 ], [ 9.19677965109609, 48.789600451980846, 0.0 ], [ 9.196780604087458, 48.78960054027597, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000ae64", "Latitude": 48.78764, "Longitude": 9.19413, "X_coordina": 3514336.9, "Y_coordina": 5405592.2, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1102.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 208.7, "Total_wall": 870.6, "Total_wa00": 0.0, "Total_outw": 1205.8, "Total_shar": 0.0, "Total_roof": 304.8, "Gross_volu": 3652.6, "Is_Gross_v": "false", "Heated_vol": 3443.9, "Ridge_mean": 20.8, "Eaves_mean": 14.6, "Storey_num": 7, "Average_St": 2.8, "Number_of_": 18, "Number_o00": 26, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.396, "Heated_are": 1102.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 37.1, "Total_Year": 58396.0, "January_He": 10200.0, "February_H": 7056.0, "March_Heat": 4354.0, "April_Heat": 930.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 93.0, "October_He": 1961.0, "November_H": 6284.0, "December_H": 10034.0, "PV_potenti": 13.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19415668668754, 48.787610217933526, 0.0 ], [ 9.194157204318721, 48.787603292938606, 0.0 ], [ 9.194213687649984, 48.787605176010487, 0.0 ], [ 9.194201858044904, 48.787713553975948, 0.0 ], [ 9.193948829918396, 48.787702650038, 0.0 ], [ 9.193957056789307, 48.787612712517834, 0.0 ], [ 9.194006594882339, 48.787613348457803, 0.0 ], [ 9.194007515939113, 48.787605163852575, 0.0 ], [ 9.19415668668754, 48.787610217933526, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000aca8", "Latitude": 48.79125, "Longitude": 9.20348, "X_coordina": 3515023.15, "Y_coordina": 5405995.63, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 696.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 164.8, "Total_wall": 491.8, "Total_wa00": 0.0, "Total_outw": 744.4, "Total_shar": 247.0, "Total_roof": 194.9, "Gross_volu": 2253.3, "Is_Gross_v": "false", "Heated_vol": 2175.3, "Ridge_mean": 15.5, "Eaves_mean": 11.79, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 9, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.386, "Heated_are": 696.1, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 36744.0, "January_He": 6542.0, "February_H": 4439.0, "March_Heat": 2582.0, "April_Heat": 469.0, "May_Heatin": 13.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1192.0, "November_H": 4000.0, "December_H": 6436.0, "PV_potenti": 10.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203376767275238, 48.791193497050429, 0.0 ], [ 9.203449612253797, 48.791201731274249, 0.0 ], [ 9.203526405849356, 48.791210408091523, 0.0 ], [ 9.203491028581327, 48.791346974648391, 0.0 ], [ 9.203418862048569, 48.79133828963446, 0.0 ], [ 9.203421812176632, 48.791327403666692, 0.0 ], [ 9.203343246265728, 48.791318010520556, 0.0 ], [ 9.203376767275238, 48.791193497050429, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000aa94", "Latitude": 48.79167, "Longitude": 9.20135, "X_coordina": 3514866.39, "Y_coordina": 5406041.73, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 776.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 179.8, "Total_wall": 487.1, "Total_wa00": 0.0, "Total_outw": 708.7, "Total_shar": 541.8, "Total_roof": 179.8, "Gross_volu": 2566.5, "Is_Gross_v": "false", "Heated_vol": 2426.9, "Ridge_mean": 14.3, "Eaves_mean": 14.28, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 10, "Number_o00": 17, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.341, "Heated_are": 776.6, "Mean_Uvalu": 0.36, "Specific_d": "15,8", "Specific_s": 29.5, "Total_Year": 35194.0, "January_He": 5611.0, "February_H": 4010.0, "March_Heat": 2588.0, "April_Heat": 567.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 1135.0, "November_H": 3471.0, "December_H": 5450.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201394275108314, 48.791676363948248, 0.0 ], [ 9.201419512436264, 48.79169115720326, 0.0 ], [ 9.201434438830777, 48.7916800704918, 0.0 ], [ 9.201436075594129, 48.791680966864767, 0.0 ], [ 9.201307437703882, 48.791776690673807, 0.0 ], [ 9.20130498219789, 48.791775256188643, 0.0 ], [ 9.201313123568736, 48.791769127151731, 0.0 ], [ 9.201277381932069, 48.791748147505551, 0.0 ], [ 9.201246090374658, 48.791750899902148, 0.0 ], [ 9.201244243072537, 48.791731389709021, 0.0 ], [ 9.201239877176373, 48.791728699630546, 0.0 ], [ 9.201241641044419, 48.791727347694128, 0.0 ], [ 9.201222678239198, 48.791716050456969, 0.0 ], [ 9.201214401128368, 48.791722269648353, 0.0 ], [ 9.201170065321399, 48.791696269263319, 0.0 ], [ 9.201178070958465, 48.791690230396561, 0.0 ], [ 9.20129870290857, 48.791600455683231, 0.0 ], [ 9.201343993893715, 48.791627083814376, 0.0 ], [ 9.20133422370481, 48.791634294784622, 0.0 ], [ 9.201355504828831, 48.79164675695678, 0.0 ], [ 9.201365139280067, 48.79163963614571, 0.0 ], [ 9.201399788861563, 48.791659808362553, 0.0 ], [ 9.201394275108314, 48.791676363948248, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a66a", "Latitude": 48.78925, "Longitude": 9.19632, "X_coordina": 3514498.05, "Y_coordina": 5405772.39, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2612, "PrimaryUsa": "non-heated", "PrimaryU00": 51.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 27.7, "Total_wall": 68.2, "Total_wa00": 0.0, "Total_outw": 156.7, "Total_shar": 0.0, "Total_roof": 27.7, "Gross_volu": 100.8, "Is_Gross_v": "false", "Heated_vol": 100.8, "Ridge_mean": 3.6, "Eaves_mean": 3.61, "Storey_num": 2, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.226, "Heated_are": 51.8, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196317250929546, 48.789262229104217, 0.0 ], [ 9.196321389071301, 48.789276429984326, 0.0 ], [ 9.196315180474246, 48.789289659343744, 0.0 ], [ 9.196299568995512, 48.789299667480897, 0.0 ], [ 9.196275900106578, 48.7893024954586, 0.0 ], [ 9.196258462625595, 48.789297939073066, 0.0 ], [ 9.196243588425805, 48.789287623203798, 0.0 ], [ 9.196239995017759, 48.78927351131626, 0.0 ], [ 9.196245525284239, 48.78926082265869, 0.0 ], [ 9.196260864580813, 48.789250814992684, 0.0 ], [ 9.196283308632331, 48.78924798910581, 0.0 ], [ 9.196302919687032, 48.789251552622332, 0.0 ], [ 9.196317250929546, 48.789262229104217, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a65d", "Latitude": 48.78892, "Longitude": 9.19682, "X_coordina": 3514534.22, "Y_coordina": 5405735.74, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 6400.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 1268.4, "Total_wall": 2657.4, "Total_wa00": 0.0, "Total_outw": 3592.7, "Total_shar": 1632.2, "Total_roof": 1296.7, "Gross_volu": 21268.3, "Is_Gross_v": "false", "Heated_vol": 20000.0, "Ridge_mean": 20.1, "Eaves_mean": 13.62, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.253, "Heated_are": 6400.0, "Mean_Uvalu": 0.38, "Specific_d": "24,8", "Specific_s": 32.9, "Total_Year": 369591.00000000006, "January_He": 47638.0, "February_H": 35523.0, "March_Heat": 25358.0, "April_Heat": 8570.0, "May_Heatin": 747.0, "June_Heati": 25, "July_Heati": 3, "August_Hea": 7, "September_": 1715.0, "October_He": 13425.0, "November_H": 31346.0, "December_H": 46259.0, "PV_potenti": 68.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196618419014454, 48.788808859812249, 0.0 ], [ 9.196622647267452, 48.788811280531192, 0.0 ], [ 9.196653178097311, 48.788788387790788, 0.0 ], [ 9.196649763920224, 48.788785336217245, 0.0 ], [ 9.196651935022247, 48.788783713884001, 0.0 ], [ 9.19665534884796, 48.788786675534432, 0.0 ], [ 9.196684251147284, 48.788764954574198, 0.0 ], [ 9.196680158984355, 48.788762533625075, 0.0 ], [ 9.196683958233647, 48.78875964957934, 0.0 ], [ 9.196653953267978, 48.7887429750254, 0.0 ], [ 9.196754907866756, 48.7886671767899, 0.0 ], [ 9.197193014369107, 48.788918843079571, 0.0 ], [ 9.197087304181785, 48.788996538231324, 0.0 ], [ 9.196820094157854, 48.788840977726736, 0.0 ], [ 9.19662456983589, 48.788989865606716, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196785793927473, 48.789222402515051, 0.0 ], [ 9.196350393868068, 48.788966953282774, 0.0 ], [ 9.196425435254209, 48.788911432340626, 0.0 ], [ 9.196454203390006, 48.78889016128565, 0.0 ], [ 9.196486525761422, 48.788907821097148, 0.0 ], [ 9.19649005355593, 48.788905117368351, 0.0 ], [ 9.196494146072451, 48.788907628247223, 0.0 ], [ 9.196521420704491, 48.788887258960315, 0.0 ], [ 9.196517192098808, 48.788884748314644, 0.0 ], [ 9.196521941534693, 48.788881233187283, 0.0 ], [ 9.19652616978915, 48.788883653909714, 0.0 ], [ 9.196554529598295, 48.788862383526443, 0.0 ], [ 9.19655030099306, 48.788859872881979, 0.0 ], [ 9.196553693393831, 48.788857349229602, 0.0 ], [ 9.196557921647802, 48.788859769950896, 0.0 ], [ 9.196587366983294, 48.788837688393762, 0.0 ], [ 9.196583138378502, 48.788835177750478, 0.0 ], [ 9.196587073728143, 48.788832293475657, 0.0 ], [ 9.196591438422208, 48.788834803886445, 0.0 ], [ 9.196620204687436, 48.788813083174702, 0.0 ], [ 9.196615976083079, 48.788810572532633, 0.0 ], [ 9.196618419014454, 48.788808859812249, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a65e", "Latitude": 48.78916, "Longitude": 9.19697, "X_coordina": 3514545.8, "Y_coordina": 5405762.04, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3021, "PrimaryUsa": "education", "PrimaryU00": 422.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 178.6, "Total_wall": 246.2, "Total_wa00": 0.0, "Total_outw": 493.9, "Total_shar": 227.8, "Total_roof": 178.6, "Gross_volu": 1036.9, "Is_Gross_v": "false", "Heated_vol": 1036.9, "Ridge_mean": 6.7, "Eaves_mean": 6.7, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.582, "Heated_are": 422.6, "Mean_Uvalu": 0.41, "Specific_d": "24,8", "Specific_s": 41.1, "Total_Year": 27875.0, "January_He": 4080.0, "February_H": 2912.0, "March_Heat": 1937.0, "April_Heat": 517.0, "May_Heatin": 38.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 125.0, "October_He": 1101.0, "November_H": 2683.0, "December_H": 3984.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196970609096875, 48.789084143675616, 0.0 ], [ 9.196994070080654, 48.789097771937215, 0.0 ], [ 9.197032971961912, 48.789120438078371, 0.0 ], [ 9.197037173113388, 48.789122876813089, 0.0 ], [ 9.196993042093949, 48.789252352433628, 0.0 ], [ 9.196989647224695, 48.789254246637526, 0.0 ], [ 9.196992650718805, 48.789256669437826, 0.0 ], [ 9.196964290169594, 48.78927776008144, 0.0 ], [ 9.196853120670857, 48.789212575689199, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196844807945048, 48.789178409923593, 0.0 ], [ 9.196858350319365, 48.789168306333515, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.196970609096875, 48.789084143675616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a660", "Latitude": 48.78907, "Longitude": 9.19661, "X_coordina": 3514518.93, "Y_coordina": 5405752.0, "LOD": "LOD2", "Year_of_co": 2010, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 612.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 338.0, "Total_wall": 421.3, "Total_wa00": 0.0, "Total_outw": 968.7, "Total_shar": 565.8, "Total_roof": 338.0, "Gross_volu": 1589.9, "Is_Gross_v": "false", "Heated_vol": 1589.9, "Ridge_mean": 4.7, "Eaves_mean": 4.71, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.69, "Heated_are": 612.1, "Mean_Uvalu": 0.4, "Specific_d": "73,0", "Specific_s": 57.7, "Total_Year": 80023.0, "January_He": 7776.0, "February_H": 5966.0, "March_Heat": 4391.0, "April_Heat": 1636.0, "May_Heatin": 194.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 373.0, "October_He": 2287.0, "November_H": 5215.0, "December_H": 7490.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196697561958095, 48.789245753557815, 0.0 ], [ 9.196675578215206, 48.789261887437789, 0.0 ], [ 9.196605602547319, 48.789220731978951, 0.0 ], [ 9.196615644074024, 48.789213251172384, 0.0 ], [ 9.196549352792987, 48.78917460725021, 0.0 ], [ 9.196559394670118, 48.789167216371531, 0.0 ], [ 9.196493102790621, 48.789128392570447, 0.0 ], [ 9.196503144315692, 48.789120911773566, 0.0 ], [ 9.196437125071508, 48.789082177398384, 0.0 ], [ 9.196447166595716, 48.78907469660632, 0.0 ], [ 9.196384557422055, 48.78903793470343, 0.0 ], [ 9.196370173651243, 48.789048660145994, 0.0 ], [ 9.196275236228105, 48.788992709647822, 0.0 ], [ 9.196400204294621, 48.78889753721068, 0.0 ], [ 9.196421070912724, 48.788909011846627, 0.0 ], [ 9.196425435254209, 48.788911432340626, 0.0 ], [ 9.196350393868068, 48.788966953282774, 0.0 ], [ 9.196785793927473, 48.789222402515051, 0.0 ], [ 9.196822838978042, 48.789194822569875, 0.0 ], [ 9.196853120670857, 48.789212575689199, 0.0 ], [ 9.196761678810532, 48.789285120498775, 0.0 ], [ 9.196697561958095, 48.789245753557815, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a661", "Latitude": 48.78897, "Longitude": 9.1969, "X_coordina": 3514540.4, "Y_coordina": 5405741.12, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 1548.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 573.0, "Total_wall": 105.5, "Total_wa00": 0.0, "Total_outw": 201.5, "Total_shar": 1157.4, "Total_roof": 573.0, "Gross_volu": 4241.0, "Is_Gross_v": "false", "Heated_vol": 4241.0, "Ridge_mean": 7.4, "Eaves_mean": 7.4, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.295, "Heated_are": 1548.9, "Mean_Uvalu": 0.3, "Specific_d": "non calculated", "Specific_s": 64.7, "Total_Year": 100223.0, "January_He": 15728.0, "February_H": 13069.0, "March_Heat": 11880.0, "April_Heat": 8112.0, "May_Heatin": 4729.0, "June_Heati": 2223, "July_Heati": 1321, "August_Hea": 1744, "September_": 5300.0, "October_He": 8683.0, "November_H": 12193.0, "December_H": 15241.0, "PV_potenti": 27.15 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196820094157854, 48.788840977726736, 0.0 ], [ 9.197087304181785, 48.788996538231324, 0.0 ], [ 9.197054331201308, 48.78902132366148, 0.0 ], [ 9.197020136899864, 48.789047010408083, 0.0 ], [ 9.196970609096875, 48.789084143675616, 0.0 ], [ 9.196889465108605, 48.789145070823814, 0.0 ], [ 9.19662456983589, 48.788989865606716, 0.0 ], [ 9.196652114530538, 48.78896895628619, 0.0 ], [ 9.196820094157854, 48.788840977726736, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a604", "Latitude": 48.79158, "Longitude": 9.19808, "X_coordina": 3514626.59, "Y_coordina": 5406031.06, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.5, "Total_wall": 326.0, "Total_wa00": 0.0, "Total_outw": 485.7, "Total_shar": 337.4, "Total_roof": 143.4, "Gross_volu": 1703.6, "Is_Gross_v": "false", "Heated_vol": 1581.1, "Ridge_mean": 15.4, "Eaves_mean": 12.18, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.363, "Heated_are": 505.9, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 24566.0, "January_He": 4273.0, "February_H": 2890.0, "March_Heat": 1615.0, "April_Heat": 258.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 22.0, "October_He": 707.0, "November_H": 2556.0, "December_H": 4224.0, "PV_potenti": 7.35 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198047851377009, 48.791525790644833, 0.0 ], [ 9.19809614178642, 48.791554213366098, 0.0 ], [ 9.198144431896234, 48.791582546143914, 0.0 ], [ 9.198071561386346, 48.791636895438671, 0.0 ], [ 9.198076881553751, 48.791640033613774, 0.0 ], [ 9.198034539647377, 48.791670680461856, 0.0 ], [ 9.197984201338812, 48.791640642611419, 0.0 ], [ 9.197933862736571, 48.791610514815751, 0.0 ], [ 9.198047851377009, 48.791525790644833, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a605", "Latitude": 48.79164, "Longitude": 9.19823, "X_coordina": 3514637.34, "Y_coordina": 5406037.49, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1131, "PrimaryUsa": "residential", "PrimaryU00": 458.5, "SecondaryU": "industry", "Secondar00": 99.0, "BuildingTy": "MFH", "Footprint_": 123.8, "Total_wall": 438.2, "Total_wa00": 0.0, "Total_outw": 608.1, "Total_shar": 202.1, "Total_roof": 123.8, "Gross_volu": 1543.8, "Is_Gross_v": "false", "Heated_vol": 1543.8, "Ridge_mean": 12.5, "Eaves_mean": 12.47, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.444, "Heated_are": 557.5, "Mean_Uvalu": 0.38, "Specific_d": "18,9", "Specific_s": 23.7, "Total_Year": 23744.0, "January_He": 3602.0, "February_H": 2358.0, "March_Heat": 1236.0, "April_Heat": 144.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 405.0, "November_H": 1986.0, "December_H": 3488.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198299675333464, 48.791674990151975, 0.0 ], [ 9.198231690893323, 48.79172591403632, 0.0 ], [ 9.198227348538008, 48.79172915876088, 0.0 ], [ 9.198164188249104, 48.791691859248431, 0.0 ], [ 9.198076881553751, 48.791640033613774, 0.0 ], [ 9.198071561386346, 48.791636895438671, 0.0 ], [ 9.198144431896234, 48.791582546143914, 0.0 ], [ 9.198299675333464, 48.791674990151975, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a606", "Latitude": 48.79172, "Longitude": 9.19821, "X_coordina": 3514635.82, "Y_coordina": 5406046.7, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 42.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.3, "Total_wall": 30.3, "Total_wa00": 0.0, "Total_outw": 102.5, "Total_shar": 146.5, "Total_roof": 53.3, "Gross_volu": 183.7, "Is_Gross_v": "false", "Heated_vol": 133.4, "Ridge_mean": 3.4, "Eaves_mean": 3.44, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.808, "Heated_are": 42.7, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 24.4, "Total_Year": 2443.0, "January_He": 307.0, "February_H": 196.0, "March_Heat": 86.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 137.0, "December_H": 292.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198113787444715, 48.791749676920467, 0.0 ], [ 9.198098781706999, 48.79174080029884, 0.0 ], [ 9.198164188249104, 48.791691859248431, 0.0 ], [ 9.198227348538008, 48.79172915876088, 0.0 ], [ 9.198231690893323, 48.79172591403632, 0.0 ], [ 9.198225784094376, 48.791746606632366, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198113787444715, 48.791749676920467, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000a2b5", "Latitude": 48.79377, "Longitude": 9.19987, "X_coordina": 3514756.96, "Y_coordina": 5406274.67, "LOD": "LOD2", "Year_of_co": 1990, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 221.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 138.1, "Total_wall": 140.1, "Total_wa00": 0.0, "Total_outw": 288.1, "Total_shar": 228.4, "Total_roof": 138.1, "Gross_volu": 761.2, "Is_Gross_v": "false", "Heated_vol": 690.6, "Ridge_mean": 5.5, "Eaves_mean": 5.51, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.566, "Heated_are": 221.0, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 11.3, "Total_Year": 9756.0, "January_He": 843.0, "February_H": 433.0, "March_Heat": 130.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 269.0, "December_H": 799.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199808918639702, 48.793710679262759, 0.0 ], [ 9.199836612083836, 48.793726907374698, 0.0 ], [ 9.199828198726381, 48.793733216624297, 0.0 ], [ 9.199843886947273, 48.793742361604075, 0.0 ], [ 9.199852300661448, 48.793736142276302, 0.0 ], [ 9.199886814980889, 48.793756315175486, 0.0 ], [ 9.199883015182051, 48.79375910940167, 0.0 ], [ 9.19991821182925, 48.793779730724872, 0.0 ], [ 9.199922011984969, 48.793777026420493, 0.0 ], [ 9.199936881833885, 48.793785723190453, 0.0 ], [ 9.199835239138643, 48.793860985798162, 0.0 ], [ 9.199707412720482, 48.793786121368534, 0.0 ], [ 9.199808918639702, 48.793710679262759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009fe0", "Latitude": 48.79528, "Longitude": 9.20902, "X_coordina": 3515428.71, "Y_coordina": 5406445.28, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 156.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 60.7, "Total_wall": 136.7, "Total_wa00": 0.0, "Total_outw": 262.5, "Total_shar": 116.0, "Total_roof": 99.0, "Gross_volu": 516.0, "Is_Gross_v": "false", "Heated_vol": 488.4, "Ridge_mean": 11.1, "Eaves_mean": 6.36, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.595, "Heated_are": 156.3, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 57.2, "Total_Year": 11414.0, "January_He": 2118.0, "February_H": 1534.0, "March_Heat": 998.0, "April_Heat": 241.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 525.0, "November_H": 1406.0, "December_H": 2068.0, "PV_potenti": 3.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209039720168423, 48.795282163441598, 0.0 ], [ 9.209025731688733, 48.795322294734397, 0.0 ], [ 9.209018604695762, 48.795343169932913, 0.0 ], [ 9.208902703132168, 48.795325395527684, 0.0 ], [ 9.208924635377503, 48.795264387575642, 0.0 ], [ 9.208982790616124, 48.79527336433442, 0.0 ], [ 9.209039720168423, 48.795282163441598, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009fe1", "Latitude": 48.79537, "Longitude": 9.2095, "X_coordina": 3515464.61, "Y_coordina": 5406455.0, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 43.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 80.3, "Total_wall": 54.9, "Total_wa00": 0.0, "Total_outw": 215.0, "Total_shar": 87.4, "Total_roof": 92.2, "Gross_volu": 288.7, "Is_Gross_v": "false", "Heated_vol": 208.4, "Ridge_mean": 5.0, "Eaves_mean": 1.97, "Storey_num": 1, "Average_St": 4.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.874, "Heated_are": 43.8, "Mean_Uvalu": 0.45, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.63 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209408965374456, 48.795343989464222, 0.0 ], [ 9.20945731548375, 48.795351634959431, 0.0 ], [ 9.209537399848411, 48.795364348340044, 0.0 ], [ 9.209522876676479, 48.795406728754166, 0.0 ], [ 9.209511023575365, 48.795436604935837, 0.0 ], [ 9.209430802621014, 48.795423801861894, 0.0 ], [ 9.209382996874393, 48.795416155365928, 0.0 ], [ 9.209408965374456, 48.795343989464222, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009ded", "Latitude": 48.79425, "Longitude": 9.21223, "X_coordina": 3515665.13, "Y_coordina": 5406331.37, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1129.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 311.9, "Total_wall": 547.4, "Total_wa00": 0.0, "Total_outw": 799.7, "Total_shar": 184.8, "Total_roof": 311.9, "Gross_volu": 2955.0, "Is_Gross_v": "false", "Heated_vol": 2955.0, "Ridge_mean": 9.5, "Eaves_mean": 9.47, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.396, "Heated_are": 1129.6, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 3.4, "Total_Year": 41001.0, "January_He": 1494.0, "February_H": 646.0, "March_Heat": 118.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 5.0, "November_H": 268.0, "December_H": 1350.0, "PV_potenti": 15.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212239756798054, 48.794380851575468, 0.0 ], [ 9.212010537531455, 48.794279660163902, 0.0 ], [ 9.212140039834862, 48.794166297837165, 0.0 ], [ 9.212358898251644, 48.79426355146213, 0.0 ], [ 9.212239756798054, 48.794380851575468, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009db2", "Latitude": 48.79234, "Longitude": 9.20319, "X_coordina": 3515001.84, "Y_coordina": 5406116.67, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 622.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 133.8, "Total_wall": 545.9, "Total_wa00": 0.0, "Total_outw": 750.0, "Total_shar": 183.5, "Total_roof": 145.8, "Gross_volu": 1949.7, "Is_Gross_v": "false", "Heated_vol": 1944.0, "Ridge_mean": 15.6, "Eaves_mean": 13.19, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.424, "Heated_are": 622.1, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 43.4, "Total_Year": 36836.0, "January_He": 6636.0, "February_H": 4681.0, "March_Heat": 2866.0, "April_Heat": 548.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1417.0, "November_H": 4279.0, "December_H": 6474.0, "PV_potenti": 7.59 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203073139623729, 48.792408541022859, 0.0 ], [ 9.203077551774282, 48.792388929899424, 0.0 ], [ 9.203070743564506, 48.79238813259294, 0.0 ], [ 9.203071686095472, 48.792385613070302, 0.0 ], [ 9.203076724293831, 48.792386233650923, 0.0 ], [ 9.203101791868345, 48.792291320053046, 0.0 ], [ 9.203160886620287, 48.792298139930587, 0.0 ], [ 9.203234142547871, 48.79230664333496, 0.0 ], [ 9.203202917432074, 48.792427016203071, 0.0 ], [ 9.203135243569712, 48.792419042474108, 0.0 ], [ 9.203104878984393, 48.792415499088541, 0.0 ], [ 9.203105282925728, 48.792414419293031, 0.0 ], [ 9.203064569745937, 48.792409635217965, 0.0 ], [ 9.203065379807558, 48.792408015164916, 0.0 ], [ 9.203073139623729, 48.792408541022859, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009bd5", "Latitude": 48.78809, "Longitude": 9.21166, "X_coordina": 3515625.27, "Y_coordina": 5405646.23, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 180.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 54.4, "Total_wall": 91.3, "Total_wa00": 0.0, "Total_outw": 151.0, "Total_shar": 274.0, "Total_roof": 88.9, "Gross_volu": 618.5, "Is_Gross_v": "false", "Heated_vol": 564.1, "Ridge_mean": 14.3, "Eaves_mean": 8.45, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 180.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.7, "Total_Year": 10390.0, "January_He": 1834.0, "February_H": 1307.0, "March_Heat": 818.0, "April_Heat": 164.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 411.0, "November_H": 1188.0, "December_H": 1785.0, "PV_potenti": 3.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211549165458278, 48.78813413986137, 0.0 ], [ 9.211562412434471, 48.788080431101299, 0.0 ], [ 9.211627219414865, 48.788087326071683, 0.0 ], [ 9.211683312672033, 48.788093247862818, 0.0 ], [ 9.211670201152424, 48.788146776540366, 0.0 ], [ 9.211614380389884, 48.788140944165839, 0.0 ], [ 9.211549165458278, 48.78813413986137, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000099c6", "Latitude": 48.78852, "Longitude": 9.21231, "X_coordina": 3515672.86, "Y_coordina": 5405693.56, "LOD": "LOD2", "Year_of_co": 1926, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 90.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 50.9, "Total_wa00": 0.0, "Total_outw": 106.6, "Total_shar": 208.1, "Total_roof": 53.3, "Gross_volu": 324.9, "Is_Gross_v": "false", "Heated_vol": 282.8, "Ridge_mean": 9.4, "Eaves_mean": 6.05, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 90.5, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 46.0, "Total_Year": 5596.0, "January_He": 1045.0, "February_H": 719.0, "March_Heat": 415.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 211.0, "November_H": 668.0, "December_H": 1023.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212209704001353, 48.78851330163593, 0.0 ], [ 9.212268096890254, 48.78851580180563, 0.0 ], [ 9.212325672875471, 48.788518213528235, 0.0 ], [ 9.212320552834466, 48.788562645252632, 0.0 ], [ 9.212263929417832, 48.788560231771747, 0.0 ], [ 9.212205672566057, 48.788557731349279, 0.0 ], [ 9.212209704001353, 48.78851330163593, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000976b", "Latitude": 48.79466, "Longitude": 9.19519, "X_coordina": 3514412.87, "Y_coordina": 5406372.96, "LOD": "LOD2", "Year_of_co": 1972, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 284.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 234.5, "Total_wall": 177.3, "Total_wa00": 0.0, "Total_outw": 510.1, "Total_shar": 77.9, "Total_roof": 267.5, "Gross_volu": 1034.9, "Is_Gross_v": "false", "Heated_vol": 890.1, "Ridge_mean": 5.6, "Eaves_mean": 3.18, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.693, "Heated_are": 284.8, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 20.0, "Total_Year": 15049.0, "January_He": 1850.0, "February_H": 955.0, "March_Heat": 300.0, "April_Heat": 18.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 50.0, "November_H": 713.0, "December_H": 1804.0, "PV_potenti": 13.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195259154882784, 48.794772387881522, 0.0 ], [ 9.195261347575077, 48.794776250876303, 0.0 ], [ 9.195213483484856, 48.79478793216483, 0.0 ], [ 9.195154333432107, 48.794802420190543, 0.0 ], [ 9.19501955414986, 48.794582965281187, 0.0 ], [ 9.195078426544567, 48.794567128941104, 0.0 ], [ 9.195131180464308, 48.794552921562882, 0.0 ], [ 9.195265273343129, 48.794770758882834, 0.0 ], [ 9.195259154882784, 48.794772387881522, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000967d", "Latitude": 48.79036, "Longitude": 9.21325, "X_coordina": 3515741.51, "Y_coordina": 5405898.36, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 523.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 142.3, "Total_wall": 251.0, "Total_wa00": 0.0, "Total_outw": 429.2, "Total_shar": 356.8, "Total_roof": 207.4, "Gross_volu": 1778.4, "Is_Gross_v": "false", "Heated_vol": 1636.1, "Ridge_mean": 15.2, "Eaves_mean": 9.79, "Storey_num": 5, "Average_St": 2.8, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 523.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 36.0, "Total_Year": 27124.0, "January_He": 4706.0, "February_H": 3268.0, "March_Heat": 1969.0, "April_Heat": 344.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 35.0, "October_He": 947.0, "November_H": 2968.0, "December_H": 4585.0, "PV_potenti": 10.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213234958475871, 48.790301877413604, 0.0 ], [ 9.213307722095534, 48.790419272838676, 0.0 ], [ 9.21324777384678, 48.79043566003741, 0.0 ], [ 9.213181300686871, 48.790453857756063, 0.0 ], [ 9.213107856083608, 48.790336283664836, 0.0 ], [ 9.213173786266019, 48.790318446687742, 0.0 ], [ 9.213234958475871, 48.790301877413604, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000912f", "Latitude": 48.78886, "Longitude": 9.19437, "X_coordina": 3514354.71, "Y_coordina": 5405728.28, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 4031.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 493.1, "Total_wall": 2367.0, "Total_wa00": 0.0, "Total_outw": 2842.2, "Total_shar": 322.0, "Total_roof": 493.1, "Gross_volu": 12599.2, "Is_Gross_v": "false", "Heated_vol": 12599.2, "Ridge_mean": 25.6, "Eaves_mean": 25.55, "Storey_num": 10, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.266, "Heated_are": 4031.7, "Mean_Uvalu": 0.43, "Specific_d": "14,6", "Specific_s": 49.7, "Total_Year": 259339.0, "January_He": 44664.0, "February_H": 33595.0, "March_Heat": 24668.0, "April_Heat": 9581.0, "May_Heatin": 1286.0, "June_Heati": 44, "July_Heati": 5, "August_Hea": 9, "September_": 2067.0, "October_He": 12511.0, "November_H": 28892.0, "December_H": 43112.0, "PV_potenti": 23.9 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194072020430143, 48.788804816565914, 0.0 ], [ 9.194187536063293, 48.788727827032105, 0.0 ], [ 9.194193236882603, 48.788723950701687, 0.0 ], [ 9.194584837936439, 48.788953314332296, 0.0 ], [ 9.194489447709909, 48.789026133784716, 0.0 ], [ 9.194471400578735, 48.789039832657657, 0.0 ], [ 9.194072020430143, 48.788804816565914, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009131", "Latitude": 48.78912, "Longitude": 9.19478, "X_coordina": 3514384.66, "Y_coordina": 5405757.57, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 4212.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 623.5, "Total_wall": 2473.6, "Total_wa00": 0.0, "Total_outw": 3062.2, "Total_shar": 562.9, "Total_roof": 623.5, "Gross_volu": 13163.4, "Is_Gross_v": "false", "Heated_vol": 13163.4, "Ridge_mean": 25.4, "Eaves_mean": 25.37, "Storey_num": 10, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.283, "Heated_are": 4212.3, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 3.0, "Total_Year": 151051.0, "January_He": 5039.0, "February_H": 1980.0, "March_Heat": 316.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 12.0, "November_H": 808.0, "December_H": 4474.0, "PV_potenti": 29.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194584837936439, 48.788953314332296, 0.0 ], [ 9.194601937246661, 48.788940875974163, 0.0 ], [ 9.19488660715627, 48.789108461838829, 0.0 ], [ 9.194872224090467, 48.789119456864, 0.0 ], [ 9.194976977858651, 48.789180337696372, 0.0 ], [ 9.194978750864662, 48.789181323854386, 0.0 ], [ 9.194984365756065, 48.789190396634773, 0.0 ], [ 9.194978820894637, 48.789199398387431, 0.0 ], [ 9.194778118980622, 48.78934847173872, 0.0 ], [ 9.194776618502132, 48.789347575040338, 0.0 ], [ 9.194732289845232, 48.789322021774453, 0.0 ], [ 9.194723696996444, 48.789317090505072, 0.0 ], [ 9.194653453444658, 48.789276653703524, 0.0 ], [ 9.194658609927941, 48.789272778270565, 0.0 ], [ 9.194739216639155, 48.789212932686993, 0.0 ], [ 9.19477645283891, 48.789234451383599, 0.0 ], [ 9.194805080892708, 48.789211922047528, 0.0 ], [ 9.194776845451775, 48.789195244012717, 0.0 ], [ 9.194489447709909, 48.789026133784716, 0.0 ], [ 9.194584837936439, 48.788953314332296, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009132", "Latitude": 48.78936, "Longitude": 9.19466, "X_coordina": 3514375.32, "Y_coordina": 5405783.59, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1476.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 289.3, "Total_wall": 752.3, "Total_wa00": 0.0, "Total_outw": 996.1, "Total_shar": 525.6, "Total_roof": 289.3, "Gross_volu": 4614.9, "Is_Gross_v": "false", "Heated_vol": 4614.9, "Ridge_mean": 15.9, "Eaves_mean": 15.95, "Storey_num": 6, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.288, "Heated_are": 1476.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 52472.0, "January_He": 1571.0, "February_H": 658.0, "March_Heat": 97.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 248.0, "December_H": 1367.0, "PV_potenti": 14.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194719490712593, 48.789320334868705, 0.0 ], [ 9.19472794781883, 48.789325356291599, 0.0 ], [ 9.194732289845232, 48.789322021774453, 0.0 ], [ 9.194776618502132, 48.789347575040338, 0.0 ], [ 9.194582025592119, 48.789493040767589, 0.0 ], [ 9.194445082954319, 48.789413779591598, 0.0 ], [ 9.1946442880765, 48.789264439581196, 0.0 ], [ 9.194658609927941, 48.789272778270565, 0.0 ], [ 9.194653453444658, 48.789276653703524, 0.0 ], [ 9.194723696996444, 48.789317090505072, 0.0 ], [ 9.194719490712593, 48.789320334868705, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009133", "Latitude": 48.78896, "Longitude": 9.1939, "X_coordina": 3514320.01, "Y_coordina": 5405739.14, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 95.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 119.7, "Total_wall": 157.8, "Total_wa00": 0.0, "Total_outw": 522.5, "Total_shar": 0.0, "Total_roof": 119.7, "Gross_volu": 412.2, "Is_Gross_v": "false", "Heated_vol": 298.3, "Ridge_mean": 3.5, "Eaves_mean": 3.45, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.109, "Heated_are": 95.5, "Mean_Uvalu": 0.32, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.193856867296923, 48.788947528098419, 0.0 ], [ 9.193902462102471, 48.78891337027126, 0.0 ], [ 9.193905736914092, 48.788915612848001, 0.0 ], [ 9.193944016095569, 48.78889009999255, 0.0 ], [ 9.193966388495243, 48.78890400047522, 0.0 ], [ 9.193977701388286, 48.788943817593328, 0.0 ], [ 9.193940438125075, 48.788950444783644, 0.0 ], [ 9.193943489279382, 48.788965277046053, 0.0 ], [ 9.193909348089843, 48.78896983072422, 0.0 ], [ 9.193913760826707, 48.78898484054185, 0.0 ], [ 9.193877851493584, 48.788989666959047, 0.0 ], [ 9.193882812392985, 48.789005665014955, 0.0 ], [ 9.193848943350176, 48.78901021821698, 0.0 ], [ 9.193853492162484, 48.789025227807734, 0.0 ], [ 9.193816358678539, 48.78903023611381, 0.0 ], [ 9.193820630800737, 48.789044077164142, 0.0 ], [ 9.19378621771301, 48.789048721187058, 0.0 ], [ 9.193790903638972, 48.789064000320359, 0.0 ], [ 9.193749829742563, 48.789070633861726, 0.0 ], [ 9.193735358200202, 48.78902335837401, 0.0 ], [ 9.193852929703306, 48.788949872741874, 0.0 ], [ 9.193856867296923, 48.788947528098419, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009134", "Latitude": 48.78952, "Longitude": 9.19444, "X_coordina": 3514359.18, "Y_coordina": 5405802.06, "LOD": "LOD2", "Year_of_co": 1979, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1829.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 363.7, "Total_wall": 996.0, "Total_wa00": 0.0, "Total_outw": 1357.2, "Total_shar": 378.9, "Total_roof": 363.7, "Gross_volu": 5953.7, "Is_Gross_v": "false", "Heated_vol": 5717.3, "Ridge_mean": 16.4, "Eaves_mean": 16.37, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.296, "Heated_are": 1829.5, "Mean_Uvalu": 0.39, "Specific_d": "14,6", "Specific_s": 53.4, "Total_Year": 124429.0, "January_He": 21249.0, "February_H": 16420.0, "March_Heat": 12287.0, "April_Heat": 4893.0, "May_Heatin": 644.0, "June_Heati": 23, "July_Heati": 2, "August_Hea": 5, "September_": 1160.0, "October_He": 6444.0, "November_H": 14162.0, "December_H": 20410.0, "PV_potenti": 17.38 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194246242872865, 48.789622738006933, 0.0 ], [ 9.194201503885479, 48.789596645688476, 0.0 ], [ 9.194445082954319, 48.789413779591598, 0.0 ], [ 9.194582025592119, 48.789493040767589, 0.0 ], [ 9.194340621673822, 48.789675274015082, 0.0 ], [ 9.194338857691918, 48.789676625846553, 0.0 ], [ 9.194246242872865, 48.789622738006933, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00009135", "Latitude": 48.78966, "Longitude": 9.19433, "X_coordina": 3514351.47, "Y_coordina": 5405817.44, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 83.5, "Total_wall": 152.3, "Total_wa00": 0.0, "Total_outw": 313.7, "Total_shar": 94.5, "Total_roof": 83.5, "Gross_volu": 441.6, "Is_Gross_v": "false", "Heated_vol": 417.4, "Ridge_mean": 5.3, "Eaves_mean": 5.29, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.743, "Heated_are": 133.6, "Mean_Uvalu": 0.42, "Specific_d": "14,6", "Specific_s": 72.8, "Total_Year": 11680.0, "January_He": 2257.0, "February_H": 1643.0, "March_Heat": 1110.0, "April_Heat": 346.0, "May_Heatin": 37.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 78.0, "October_He": 586.0, "November_H": 1469.0, "December_H": 2203.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194328913691702, 48.789744714817203, 0.0 ], [ 9.194291401996646, 48.789722387130034, 0.0 ], [ 9.194190467165248, 48.789663747330977, 0.0 ], [ 9.194246242872865, 48.789622738006933, 0.0 ], [ 9.194338857691918, 48.789676625846553, 0.0 ], [ 9.194340621673822, 48.789675274015082, 0.0 ], [ 9.194384406771889, 48.789701008194868, 0.0 ], [ 9.194328913691702, 48.789744714817203, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901c", "Latitude": 48.79377, "Longitude": 9.2023, "X_coordina": 3514935.93, "Y_coordina": 5406275.29, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 263.5, "SecondaryU": "retail", "Secondar00": 108.8, "BuildingTy": "MFH", "Footprint_": 136.0, "Total_wall": 159.6, "Total_wa00": 0.0, "Total_outw": 282.4, "Total_shar": 338.7, "Total_roof": 163.6, "Gross_volu": 1288.1, "Is_Gross_v": "false", "Heated_vol": 1163.4, "Ridge_mean": 11.3, "Eaves_mean": 7.64, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 5, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.372, "Heated_are": 372.3, "Mean_Uvalu": 0.46, "Specific_d": "32,5", "Specific_s": 43.2, "Total_Year": 28196.0, "January_He": 3770.0, "February_H": 2782.0, "March_Heat": 1872.0, "April_Heat": 520.0, "May_Heatin": 28.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 919.0, "November_H": 2444.0, "December_H": 3670.0, "PV_potenti": 7.22 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202146020121097, 48.793795804643018, 0.0 ], [ 9.20219663573789, 48.793758217653895, 0.0 ], [ 9.202257835825426, 48.793712788702152, 0.0 ], [ 9.202313906629058, 48.793745692158872, 0.0 ], [ 9.202347467050892, 48.793765326455613, 0.0 ], [ 9.20236683955053, 48.793776712707391, 0.0 ], [ 9.202369977505951, 48.793778595587995, 0.0 ], [ 9.202257617068136, 48.793861522669872, 0.0 ], [ 9.202238380301864, 48.793850046237978, 0.0 ], [ 9.202201954480303, 48.793828618469661, 0.0 ], [ 9.202146020121097, 48.793795804643018, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901d", "Latitude": 48.7938, "Longitude": 9.2024, "X_coordina": 3514943.25, "Y_coordina": 5406279.6, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 165.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 91.6, "Total_wall": 148.8, "Total_wa00": 0.0, "Total_outw": 287.5, "Total_shar": 127.9, "Total_roof": 91.6, "Gross_volu": 454.2, "Is_Gross_v": "false", "Heated_vol": 454.2, "Ridge_mean": 4.9, "Eaves_mean": 4.95, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.731, "Heated_are": 165.4, "Mean_Uvalu": 0.42, "Specific_d": "32,9", "Specific_s": 13.0, "Total_Year": 7593.0, "January_He": 729.0, "February_H": 372.0, "March_Heat": 103.0, "April_Heat": 4.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 13.0, "November_H": 249.0, "December_H": 689.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202257617068136, 48.793861522669872, 0.0 ], [ 9.202369977505951, 48.793778595587995, 0.0 ], [ 9.20236683955053, 48.793776712707391, 0.0 ], [ 9.20239628664936, 48.793754989376126, 0.0 ], [ 9.202403787121437, 48.793758663059783, 0.0 ], [ 9.202457815084053, 48.793791210342469, 0.0 ], [ 9.202316826359905, 48.793896398930492, 0.0 ], [ 9.202313961328132, 48.793894695416128, 0.0 ], [ 9.202257617068136, 48.793861522669872, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901e", "Latitude": 48.79369, "Longitude": 9.20211, "X_coordina": 3514921.66, "Y_coordina": 5406267.08, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 78.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 92.8, "Total_wall": 117.9, "Total_wa00": 0.0, "Total_outw": 384.3, "Total_shar": 1.0, "Total_roof": 92.8, "Gross_volu": 339.4, "Is_Gross_v": "false", "Heated_vol": 246.6, "Ridge_mean": 3.7, "Eaves_mean": 3.66, "Storey_num": 1, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.025, "Heated_are": 78.9, "Mean_Uvalu": 0.36, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202106319968799, 48.793772404273398, 0.0 ], [ 9.201953115084152, 48.793682569634107, 0.0 ], [ 9.202003323868832, 48.793645343136916, 0.0 ], [ 9.202173716307266, 48.793744769358504, 0.0 ], [ 9.202122554831345, 48.793781997601442, 0.0 ], [ 9.202121463120415, 48.793781280129018, 0.0 ], [ 9.202106319968799, 48.793772404273398, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000901f", "Latitude": 48.79371, "Longitude": 9.20236, "X_coordina": 3514940.32, "Y_coordina": 5406268.73, "LOD": "LOD2", "Year_of_co": 1965, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 51.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 28.7, "Total_wall": 30.7, "Total_wa00": 0.0, "Total_outw": 63.2, "Total_shar": 172.1, "Total_roof": 28.7, "Gross_volu": 135.7, "Is_Gross_v": "false", "Heated_vol": 135.7, "Ridge_mean": 4.7, "Eaves_mean": 4.73, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.649, "Heated_are": 51.9, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 8.2, "Total_Year": 2132.0, "January_He": 148.0, "February_H": 77.0, "March_Heat": 19.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 43.0, "December_H": 139.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202377187079895, 48.793743782496762, 0.0 ], [ 9.202347467050892, 48.793765326455613, 0.0 ], [ 9.202257835825426, 48.793712788702152, 0.0 ], [ 9.202287009644733, 48.793690796107832, 0.0 ], [ 9.202377187079895, 48.793743782496762, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008fc4", "Latitude": 48.78863, "Longitude": 9.21064, "X_coordina": 3515550.23, "Y_coordina": 5405705.5, "LOD": "LOD2", "Year_of_co": 1977, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.2, "Total_wall": 71.7, "Total_wa00": 0.0, "Total_outw": 165.5, "Total_shar": 196.0, "Total_roof": 62.9, "Gross_volu": 367.6, "Is_Gross_v": "false", "Heated_vol": 320.4, "Ridge_mean": 9.5, "Eaves_mean": 6.09, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.531, "Heated_are": 102.5, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 50.0, "Total_Year": 6746.0, "January_He": 1306.0, "February_H": 878.0, "March_Heat": 490.0, "April_Heat": 82.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 11.0, "October_He": 249.0, "November_H": 823.0, "December_H": 1281.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21059922250692, 48.7886759624474, 0.0 ], [ 9.210547244118224, 48.788677855963662, 0.0 ], [ 9.210543519219803, 48.788633260642946, 0.0 ], [ 9.210542523337621, 48.788622921243764, 0.0 ], [ 9.210594501293535, 48.788620937806769, 0.0 ], [ 9.210647295777015, 48.788618952852751, 0.0 ], [ 9.210652017047877, 48.788673977491143, 0.0 ], [ 9.21059922250692, 48.7886759624474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008cc2", "Latitude": 48.7879, "Longitude": 9.21037, "X_coordina": 3515530.86, "Y_coordina": 5405624.31, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 182.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.5, "Total_wall": 104.0, "Total_wa00": 0.0, "Total_outw": 183.1, "Total_shar": 260.2, "Total_roof": 97.5, "Gross_volu": 576.7, "Is_Gross_v": "false", "Heated_vol": 570.1, "Ridge_mean": 13.4, "Eaves_mean": 7.04, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 6, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.45, "Heated_are": 182.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.5, "Total_Year": 11184.0, "January_He": 1986.0, "February_H": 1435.0, "March_Heat": 921.0, "April_Heat": 206.0, "May_Heatin": 7.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 28.0, "October_He": 473.0, "November_H": 1301.0, "December_H": 1938.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.2103994664091, 48.787900376343558, 0.0 ], [ 9.210379827796544, 48.78795544550308, 0.0 ], [ 9.210321274007907, 48.787946829861312, 0.0 ], [ 9.210261767256029, 48.787938126006061, 0.0 ], [ 9.210280450003198, 48.787882249298924, 0.0 ], [ 9.210340230744618, 48.787891402262474, 0.0 ], [ 9.2103994664091, 48.787900376343558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008c9e", "Latitude": 48.78859, "Longitude": 9.21025, "X_coordina": 3515521.65, "Y_coordina": 5405700.86, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 91.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 45.7, "Total_wall": 56.4, "Total_wa00": 0.0, "Total_outw": 142.3, "Total_shar": 197.4, "Total_roof": 62.0, "Gross_volu": 331.1, "Is_Gross_v": "false", "Heated_vol": 285.4, "Ridge_mean": 9.0, "Eaves_mean": 5.53, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.532, "Heated_are": 91.3, "Mean_Uvalu": 0.61, "Specific_d": "15,8", "Specific_s": 59.4, "Total_Year": 6869.0, "January_He": 1354.0, "February_H": 924.0, "March_Heat": 538.0, "April_Heat": 103.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 283.0, "November_H": 870.0, "December_H": 1330.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210158898860392, 48.78862587005738, 0.0 ], [ 9.21015531302676, 48.78858190393553, 0.0 ], [ 9.21020620262359, 48.788580012583402, 0.0 ], [ 9.210257227929365, 48.788578031037389, 0.0 ], [ 9.210260995773837, 48.788632967509244, 0.0 ], [ 9.210211058746321, 48.788634857146754, 0.0 ], [ 9.21015989691692, 48.788636748997789, 0.0 ], [ 9.210158898860392, 48.78862587005738, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008c75", "Latitude": 48.78766, "Longitude": 9.20617, "X_coordina": 3515221.91, "Y_coordina": 5405597.06, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 444.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 139.1, "Total_wall": 215.6, "Total_wa00": 0.0, "Total_outw": 398.5, "Total_shar": 306.7, "Total_roof": 209.5, "Gross_volu": 1528.1, "Is_Gross_v": "false", "Heated_vol": 1389.0, "Ridge_mean": 13.7, "Eaves_mean": 8.26, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.388, "Heated_are": 444.5, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 39.3, "Total_Year": 24492.0, "January_He": 4204.0, "February_H": 2976.0, "March_Heat": 1974.0, "April_Heat": 548.0, "May_Heatin": 26.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 61.0, "October_He": 910.0, "November_H": 2624.0, "December_H": 4128.0, "PV_potenti": 9.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206207433609917, 48.787737553639474, 0.0 ], [ 9.206014072934911, 48.787709034219084, 0.0 ], [ 9.206027659352111, 48.787670342736774, 0.0 ], [ 9.206043396986352, 48.787625262823362, 0.0 ], [ 9.206236485183956, 48.787653782682909, 0.0 ], [ 9.206220614206824, 48.787699492326922, 0.0 ], [ 9.206207433609917, 48.787737553639474, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008a7b", "Latitude": 48.7944, "Longitude": 9.20467, "X_coordina": 3515110.0, "Y_coordina": 5406346.39, "LOD": "LOD2", "Year_of_co": 1935, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 782.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 143.9, "Total_wall": 699.9, "Total_wa00": 0.0, "Total_outw": 956.1, "Total_shar": 227.9, "Total_roof": 194.3, "Gross_volu": 2528.6, "Is_Gross_v": "false", "Heated_vol": 2444.1, "Ridge_mean": 18.0, "Eaves_mean": 15.59, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 13, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.421, "Heated_are": 782.1, "Mean_Uvalu": 0.62, "Specific_d": "15,8", "Specific_s": 46.9, "Total_Year": 49058.0, "January_He": 8887.0, "February_H": 6262.0, "March_Heat": 4016.0, "April_Heat": 1009.0, "May_Heatin": 55.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 131.0, "October_He": 1957.0, "November_H": 5592.0, "December_H": 8760.0, "PV_potenti": 6.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.204644572565947, 48.794388753895149, 0.0 ], [ 9.204694291594731, 48.794398736969612, 0.0 ], [ 9.204719530159082, 48.794413259722312, 0.0 ], [ 9.204729572608841, 48.794406047984538, 0.0 ], [ 9.204762317785047, 48.794425683025288, 0.0 ], [ 9.204765591608764, 48.794427475675313, 0.0 ], [ 9.204751344194872, 48.794438201911447, 0.0 ], [ 9.204681869443244, 48.794490121385486, 0.0 ], [ 9.204671421216704, 48.794497963305091, 0.0 ], [ 9.204661052763969, 48.794491956853953, 0.0 ], [ 9.204662680532014, 48.794490605107704, 0.0 ], [ 9.204634438868984, 48.794473929513778, 0.0 ], [ 9.204632401690084, 48.794475012216473, 0.0 ], [ 9.204619440679165, 48.79446739174432, 0.0 ], [ 9.204621206014776, 48.794466399448446, 0.0 ], [ 9.204592419961324, 48.794449724811464, 0.0 ], [ 9.204590517424382, 48.794450447579976, 0.0 ], [ 9.204578238776259, 48.794443275508662, 0.0 ], [ 9.204580138388163, 48.794441833357084, 0.0 ], [ 9.204549168477948, 48.794423633888314, 0.0 ], [ 9.204546996291551, 48.794424986599992, 0.0 ], [ 9.204535263169824, 48.794418083325795, 0.0 ], [ 9.204537163147558, 48.794416731097805, 0.0 ], [ 9.204507421496325, 48.794399338748242, 0.0 ], [ 9.204505657257268, 48.794400600811123, 0.0 ], [ 9.204493787677141, 48.79439360785144, 0.0 ], [ 9.204558110639661, 48.794346643437045, 0.0 ], [ 9.204637785272951, 48.794393172210796, 0.0 ], [ 9.204644572565947, 48.794388753895149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00008a23", "Latitude": 48.79242, "Longitude": 9.20275, "X_coordina": 3514969.48, "Y_coordina": 5406125.97, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 532.2, "SecondaryU": "retail", "Secondar00": 120.1, "BuildingTy": "GMH", "Footprint_": 150.1, "Total_wall": 371.8, "Total_wa00": 0.0, "Total_outw": 602.0, "Total_shar": 386.6, "Total_roof": 196.9, "Gross_volu": 2188.5, "Is_Gross_v": "false", "Heated_vol": 2038.4, "Ridge_mean": 16.7, "Eaves_mean": 12.25, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 10, "Number_o00": 15, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.343, "Heated_are": 652.3, "Mean_Uvalu": 0.47, "Specific_d": "26,4", "Specific_s": 37.9, "Total_Year": 41892.0, "January_He": 5965.0, "February_H": 4252.0, "March_Heat": 2790.0, "April_Heat": 702.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 85.0, "October_He": 1321.0, "November_H": 3738.0, "December_H": 5810.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202670161358132, 48.792479481264756, 0.0 ], [ 9.202667448430114, 48.792481734129026, 0.0 ], [ 9.202641937417086, 48.792466761783686, 0.0 ], [ 9.202644377060874, 48.792464239630142, 0.0 ], [ 9.202587495945751, 48.792432596682787, 0.0 ], [ 9.202620198401032, 48.792408349701716, 0.0 ], [ 9.202631732047321, 48.792399696743011, 0.0 ], [ 9.202678139514886, 48.792365264263417, 0.0 ], [ 9.202804463837925, 48.792438689284502, 0.0 ], [ 9.20283092975308, 48.79245419945358, 0.0 ], [ 9.202783844349383, 48.792489262653085, 0.0 ], [ 9.202739879742737, 48.792521982325603, 0.0 ], [ 9.202670161358132, 48.792479481264756, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000896a", "Latitude": 48.78842, "Longitude": 9.21024, "X_coordina": 3515520.74, "Y_coordina": 5405682.44, "LOD": "LOD2", "Year_of_co": 1973, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 103.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.5, "Total_wall": 118.6, "Total_wa00": 0.0, "Total_outw": 244.8, "Total_shar": 99.3, "Total_roof": 65.5, "Gross_volu": 370.7, "Is_Gross_v": "false", "Heated_vol": 322.2, "Ridge_mean": 9.3, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.68, "Heated_are": 103.1, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 50.4, "Total_Year": 6829.0, "January_He": 1414.0, "February_H": 851.0, "March_Heat": 431.0, "April_Heat": 75.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 194.0, "November_H": 787.0, "December_H": 1432.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210243873734134, 48.788410977270438, 0.0 ], [ 9.210248741150799, 48.788468519522795, 0.0 ], [ 9.210196491537152, 48.788470593223408, 0.0 ], [ 9.210145874602418, 48.788472573997403, 0.0 ], [ 9.210144874299434, 48.788461155518718, 0.0 ], [ 9.210141563294686, 48.788417818359278, 0.0 ], [ 9.210141415942545, 48.788415120918515, 0.0 ], [ 9.210191488091896, 48.788413051217177, 0.0 ], [ 9.210243873734134, 48.788410977270438, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000874a", "Latitude": 48.78855, "Longitude": 9.21188, "X_coordina": 3515641.57, "Y_coordina": 5405697.42, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 86.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.4, "Total_wall": 50.6, "Total_wa00": 0.0, "Total_outw": 114.3, "Total_shar": 233.0, "Total_roof": 57.9, "Gross_volu": 340.8, "Is_Gross_v": "false", "Heated_vol": 298.4, "Ridge_mean": 10.1, "Eaves_mean": 6.03, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.472, "Heated_are": 86.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.4, "Total_Year": 5485.0, "January_He": 1039.0, "February_H": 710.0, "March_Heat": 402.0, "April_Heat": 66.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 205.0, "November_H": 662.0, "December_H": 1018.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211837845730683, 48.788595547017898, 0.0 ], [ 9.211777813653191, 48.788591610866234, 0.0 ], [ 9.211784433797332, 48.78854780587303, 0.0 ], [ 9.211844057557821, 48.78855174277242, 0.0 ], [ 9.211902183976083, 48.78855559247247, 0.0 ], [ 9.21189515491049, 48.788599218377477, 0.0 ], [ 9.211837845730683, 48.788595547017898, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000086ea", "Latitude": 48.79417, "Longitude": 9.20173, "X_coordina": 3514893.97, "Y_coordina": 5406320.22, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1387.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 192.6, "Total_wall": 820.2, "Total_wa00": 0.0, "Total_outw": 1008.2, "Total_shar": 446.7, "Total_roof": 192.6, "Gross_volu": 3838.0, "Is_Gross_v": "false", "Heated_vol": 3838.0, "Ridge_mean": 19.9, "Eaves_mean": 19.93, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 22, "Number_o00": 42, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.314, "Heated_are": 1387.1, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 25.6, "Total_Year": 57478.0, "January_He": 8820.0, "February_H": 6384.0, "March_Heat": 3943.0, "April_Heat": 664.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 40.0, "October_He": 1625.0, "November_H": 5472.0, "December_H": 8551.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201725189988696, 48.794101923023021, 0.0 ], [ 9.201821098352768, 48.794158496746654, 0.0 ], [ 9.201786901564594, 48.794183825194693, 0.0 ], [ 9.201802863570482, 48.794193239198073, 0.0 ], [ 9.20170284960756, 48.794266881969492, 0.0 ], [ 9.201684431958981, 48.794256033476159, 0.0 ], [ 9.201648877960043, 48.794282353418943, 0.0 ], [ 9.20155597032128, 48.794227392925308, 0.0 ], [ 9.201725189988696, 48.794101923023021, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000086ca", "Latitude": 48.79041, "Longitude": 9.21048, "X_coordina": 3515537.77, "Y_coordina": 5405903.59, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1122, "PrimaryUsa": "residential", "PrimaryU00": 762.4, "SecondaryU": "office and administration", "Secondar00": 316.1, "BuildingTy": "RH", "Footprint_": 395.1, "Total_wall": 719.8, "Total_wa00": 0.0, "Total_outw": 1274.9, "Total_shar": 0.0, "Total_roof": 395.1, "Gross_volu": 2672.7, "Is_Gross_v": "false", "Heated_vol": 2672.7, "Ridge_mean": 6.8, "Eaves_mean": 6.76, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 13, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.565, "Heated_are": 1078.4, "Mean_Uvalu": 0.44, "Specific_d": "15,5", "Specific_s": 38.3, "Total_Year": 58052.0, "January_He": 10295.0, "February_H": 7200.0, "March_Heat": 4348.0, "April_Heat": 858.0, "May_Heatin": 32.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 2037.0, "November_H": 6388.0, "December_H": 10097.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210484248367706, 48.790340659179066, 0.0 ], [ 9.210459510604732, 48.790348168051409, 0.0 ], [ 9.210544542211883, 48.790471747528677, 0.0 ], [ 9.210569280399019, 48.790464328561107, 0.0 ], [ 9.210618711270115, 48.790536177065029, 0.0 ], [ 9.210435348598102, 48.790591005986364, 0.0 ], [ 9.210385918686136, 48.790519337249989, 0.0 ], [ 9.210433084561689, 48.790505222988699, 0.0 ], [ 9.210348053546833, 48.790381733352483, 0.0 ], [ 9.210301023856294, 48.790395847330579, 0.0 ], [ 9.210251593952044, 48.790324088610561, 0.0 ], [ 9.210435091195274, 48.790269079885817, 0.0 ], [ 9.210484248367706, 48.790340659179066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007b80", "Latitude": 48.78795, "Longitude": 9.19515, "X_coordina": 3514412.15, "Y_coordina": 5405627.21, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1255.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 276.6, "Total_wall": 741.9, "Total_wa00": 0.0, "Total_outw": 1040.7, "Total_shar": 372.8, "Total_roof": 319.8, "Gross_volu": 4046.6, "Is_Gross_v": "false", "Heated_vol": 3924.2, "Ridge_mean": 16.2, "Eaves_mean": 12.44, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 31, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.337, "Heated_are": 1255.7, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 31.6, "Total_Year": 59611.0, "January_He": 9961.0, "February_H": 6901.0, "March_Heat": 4247.0, "April_Heat": 837.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1856.0, "November_H": 6067.0, "December_H": 9760.0, "PV_potenti": 16.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194953723644439, 48.787885026887409, 0.0 ], [ 9.194953983974171, 48.787881969042225, 0.0 ], [ 9.19517732850611, 48.78788833498156, 0.0 ], [ 9.195269422573144, 48.788019017776655, 0.0 ], [ 9.195202002880592, 48.788039634675968, 0.0 ], [ 9.195140835823599, 48.788058352543352, 0.0 ], [ 9.195129961745096, 48.788061698145455, 0.0 ], [ 9.195101487566228, 48.788018403188659, 0.0 ], [ 9.195116574062551, 48.788013431825952, 0.0 ], [ 9.195093447404316, 48.787980469026643, 0.0 ], [ 9.195078998127871, 48.787974288773164, 0.0 ], [ 9.195028366789826, 48.787972576061826, 0.0 ], [ 9.195026912347155, 48.787983549211482, 0.0 ], [ 9.194944021756402, 48.787980182543876, 0.0 ], [ 9.194944283132191, 48.78797739446798, 0.0 ], [ 9.194949528407294, 48.787926219026048, 0.0 ], [ 9.194953723644439, 48.787885026887409, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007b81", "Latitude": 48.78804, "Longitude": 9.19507, "X_coordina": 3514406.42, "Y_coordina": 5405637.47, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 24.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 29.0, "Total_wall": 46.8, "Total_wa00": 0.0, "Total_outw": 152.7, "Total_shar": 41.6, "Total_roof": 29.0, "Gross_volu": 106.0, "Is_Gross_v": "false", "Heated_vol": 77.0, "Ridge_mean": 3.6, "Eaves_mean": 3.65, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 1.155, "Heated_are": 24.6, "Mean_Uvalu": 0.42, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194966232411886, 48.788057749058368, 0.0 ], [ 9.195032967956285, 48.78803614429556, 0.0 ], [ 9.195091629412904, 48.788073183398119, 0.0 ], [ 9.195026380002606, 48.788091998044465, 0.0 ], [ 9.194966232411886, 48.788057749058368, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007a05", "Latitude": 48.7926, "Longitude": 9.20306, "X_coordina": 3514991.65, "Y_coordina": 5406145.32, "LOD": "LOD2", "Year_of_co": 1957, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 609.0, "SecondaryU": "retail", "Secondar00": 125.2, "BuildingTy": "GMH", "Footprint_": 156.5, "Total_wall": 533.1, "Total_wa00": 0.0, "Total_outw": 747.2, "Total_shar": 332.1, "Total_roof": 194.3, "Gross_volu": 2343.9, "Is_Gross_v": "false", "Heated_vol": 2294.3, "Ridge_mean": 16.8, "Eaves_mean": 12.55, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.382, "Heated_are": 734.2, "Mean_Uvalu": 0.48, "Specific_d": "25,6", "Specific_s": 38.2, "Total_Year": 46820.0, "January_He": 6978.0, "February_H": 4848.0, "March_Heat": 2965.0, "April_Heat": 603.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1409.0, "November_H": 4313.0, "December_H": 6826.0, "PV_potenti": 8.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203126276069323, 48.792625073234817, 0.0 ], [ 9.203076475252486, 48.792661759967046, 0.0 ], [ 9.203031017217667, 48.792695381619104, 0.0 ], [ 9.203022559081328, 48.792690450733744, 0.0 ], [ 9.203011431921043, 48.792698653396599, 0.0 ], [ 9.202960819961035, 48.792669247672428, 0.0 ], [ 9.202911299032236, 48.79264037954497, 0.0 ], [ 9.202949426223345, 48.792611356962567, 0.0 ], [ 9.202906452633439, 48.792586074237384, 0.0 ], [ 9.202897768015173, 48.79259247411391, 0.0 ], [ 9.202896949605677, 48.792592025937935, 0.0 ], [ 9.202923952523179, 48.792571925398256, 0.0 ], [ 9.20297185232557, 48.792536321165059, 0.0 ], [ 9.202972802481419, 48.792535690025225, 0.0 ], [ 9.203126276069323, 48.792625073234817, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079df", "Latitude": 48.79334, "Longitude": 9.20033, "X_coordina": 3514791.32, "Y_coordina": 5406227.62, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 2167.4, "SecondaryU": "retail", "Secondar00": 381.8, "BuildingTy": "GMH", "Footprint_": 477.3, "Total_wall": 1224.6, "Total_wa00": 0.0, "Total_outw": 1495.2, "Total_shar": 509.0, "Total_roof": 540.5, "Gross_volu": 8004.6, "Is_Gross_v": "false", "Heated_vol": 7966.5, "Ridge_mean": 18.4, "Eaves_mean": 14.44, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 41, "Number_o00": 63, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.281, "Heated_are": 2549.3, "Mean_Uvalu": 0.44, "Specific_d": "24,4", "Specific_s": 31.3, "Total_Year": 141994.0, "January_He": 19276.0, "February_H": 14069.0, "March_Heat": 9161.0, "April_Heat": 2133.0, "May_Heatin": 65.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 188.0, "October_He": 4045.0, "November_H": 12117.0, "December_H": 18730.0, "PV_potenti": 28.18 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200256780168104, 48.793286541124615, 0.0 ], [ 9.200348376804046, 48.793218129807748, 0.0 ], [ 9.200363483314213, 48.793217923677574, 0.0 ], [ 9.200400662570166, 48.793189622979433, 0.0 ], [ 9.200469282262727, 48.793229879231085, 0.0 ], [ 9.200524669063679, 48.793262335133754, 0.0 ], [ 9.200480160774083, 48.793295774274959, 0.0 ], [ 9.200431444384877, 48.793332008353907, 0.0 ], [ 9.20034378207124, 48.793397265565659, 0.0 ], [ 9.200254626705252, 48.793463604389267, 0.0 ], [ 9.200164249763791, 48.793530844502136, 0.0 ], [ 9.200159635889388, 48.793534269617574, 0.0 ], [ 9.200051453168866, 48.793470611866816, 0.0 ], [ 9.200188238460406, 48.793368490751554, 0.0 ], [ 9.200172823570052, 48.793359615113665, 0.0 ], [ 9.20026469229763, 48.793291113467674, 0.0 ], [ 9.200256780168104, 48.793286541124615, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079e3", "Latitude": 48.79367, "Longitude": 9.20122, "X_coordina": 3514856.52, "Y_coordina": 5406264.14, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 27.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 33.6, "Total_wall": 41.3, "Total_wa00": 0.0, "Total_outw": 130.0, "Total_shar": 57.4, "Total_roof": 33.6, "Gross_volu": 94.4, "Is_Gross_v": "false", "Heated_vol": 84.5, "Ridge_mean": 2.8, "Eaves_mean": 2.8, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 1.201, "Heated_are": 27.0, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 30.0, "Total_Year": 1701.0, "January_He": 247.0, "February_H": 142.0, "March_Heat": 57.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 11.0, "November_H": 105.0, "December_H": 245.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201167567144591, 48.793726748195617, 0.0 ], [ 9.201119823798008, 48.793699944440554, 0.0 ], [ 9.201187678700192, 48.793650727644071, 0.0 ], [ 9.201233789886491, 48.793677803994122, 0.0 ], [ 9.201197828830264, 48.793704394282436, 0.0 ], [ 9.201167567144591, 48.793726748195617, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000079e5", "Latitude": 48.79358, "Longitude": 9.20066, "X_coordina": 3514815.63, "Y_coordina": 5406254.46, "LOD": "LOD2", "Year_of_co": 1993, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 6091.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 2074.1, "Total_wall": 1487.9, "Total_wa00": 0.0, "Total_outw": 2132.3, "Total_shar": 757.4, "Total_roof": 2088.5, "Gross_volu": 20054.6, "Is_Gross_v": "false", "Heated_vol": 19034.7, "Ridge_mean": 10.5, "Eaves_mean": 7.97, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.286, "Heated_are": 6091.1, "Mean_Uvalu": 0.44, "Specific_d": "73,0", "Specific_s": 44.6, "Total_Year": 716081.0, "January_He": 62986.0, "February_H": 46508.0, "March_Heat": 32148.0, "April_Heat": 10099.0, "May_Heatin": 811.0, "June_Heati": 21, "July_Heati": 2, "August_Hea": 5, "September_": 1874.0, "October_He": 15725.0, "November_H": 40402.0, "December_H": 60789.0, "PV_potenti": 98.85 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200431444384877, 48.793332008353907, 0.0 ], [ 9.200480160774083, 48.793295774274959, 0.0 ], [ 9.200524669063679, 48.793262335133754, 0.0 ], [ 9.200531860927814, 48.793256927195621, 0.0 ], [ 9.200574559906958, 48.793281761663685, 0.0 ], [ 9.200544163888107, 48.793304565266645, 0.0 ], [ 9.200755749349488, 48.793427571746179, 0.0 ], [ 9.200770073396573, 48.793435909666393, 0.0 ], [ 9.200771158981128, 48.793435098461558, 0.0 ], [ 9.200802807787747, 48.793453387688281, 0.0 ], [ 9.200720304347001, 48.79351530901711, 0.0 ], [ 9.200873640116974, 48.793604515604308, 0.0 ], [ 9.200876196218143, 48.793631128522769, 0.0 ], [ 9.200820288976622, 48.793673040492166, 0.0 ], [ 9.201050856737256, 48.793811480171726, 0.0 ], [ 9.201076231498666, 48.793826363180145, 0.0 ], [ 9.201073653092244, 48.793828256077198, 0.0 ], [ 9.201049227530548, 48.793846553207779, 0.0 ], [ 9.201028900785289, 48.793834718782669, 0.0 ], [ 9.200966069795749, 48.793881049162579, 0.0 ], [ 9.200875284031216, 48.793948110694508, 0.0 ], [ 9.200164249763791, 48.793530844502136, 0.0 ], [ 9.200254626705252, 48.793463604389267, 0.0 ], [ 9.20034378207124, 48.793397265565659, 0.0 ], [ 9.200431444384877, 48.793332008353907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007901", "Latitude": 48.79427, "Longitude": 9.20251, "X_coordina": 3514950.78, "Y_coordina": 5406331.0, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 227.8, "SecondaryU": "retail", "Secondar00": 93.3, "BuildingTy": "EFH", "Footprint_": 116.6, "Total_wall": 265.4, "Total_wa00": 0.0, "Total_outw": 477.3, "Total_shar": 56.7, "Total_roof": 116.6, "Gross_volu": 724.0, "Is_Gross_v": "false", "Heated_vol": 724.0, "Ridge_mean": 6.2, "Eaves_mean": 6.2, "Storey_num": 3, "Average_St": 2.1, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.689, "Heated_are": 321.1, "Mean_Uvalu": 0.47, "Specific_d": "32,5", "Specific_s": 50.5, "Total_Year": 26652.0, "January_He": 3657.0, "February_H": 2768.0, "March_Heat": 1975.0, "April_Heat": 648.0, "May_Heatin": 47.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 119.0, "October_He": 1031.0, "November_H": 2442.0, "December_H": 3544.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202438654157248, 48.794373678955566, 0.0 ], [ 9.202366621495891, 48.794331631410628, 0.0 ], [ 9.202416085346288, 48.794278309729407, 0.0 ], [ 9.202483708842568, 48.79420553260811, 0.0 ], [ 9.202487096238441, 48.794201749862339, 0.0 ], [ 9.202557496291336, 48.794243980051739, 0.0 ], [ 9.202554785797455, 48.794246862373299, 0.0 ], [ 9.202438654157248, 48.794373678955566, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007902", "Latitude": 48.79418, "Longitude": 9.20262, "X_coordina": 3514958.97, "Y_coordina": 5406321.07, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2140, "PrimaryUsa": "hall", "PrimaryU00": 65.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 79.8, "Total_wall": 51.4, "Total_wa00": 0.0, "Total_outw": 154.5, "Total_shar": 123.6, "Total_roof": 79.8, "Gross_volu": 246.4, "Is_Gross_v": "false", "Heated_vol": 203.8, "Ridge_mean": 3.1, "Eaves_mean": 3.08, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.9, "Heated_are": 65.2, "Mean_Uvalu": 0.33, "Specific_d": "non calculated", "Specific_s": 85.7, "Total_Year": 5586.0, "January_He": 1167.0, "February_H": 877.0, "March_Heat": 669.0, "April_Heat": 296.0, "May_Heatin": 60.0, "June_Heati": 3, "July_Heati": 0, "August_Hea": 1, "September_": 99.0, "October_He": 442.0, "November_H": 819.0, "December_H": 1155.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202659361969328, 48.79419110562263, 0.0 ], [ 9.202569656601, 48.7942556487248, 0.0 ], [ 9.202554785797455, 48.794246862373299, 0.0 ], [ 9.202557496291336, 48.794243980051739, 0.0 ], [ 9.202487096238441, 48.794201749862339, 0.0 ], [ 9.202569330761763, 48.794140906831771, 0.0 ], [ 9.202622940067329, 48.794170757064471, 0.0 ], [ 9.202659361969328, 48.79419110562263, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000078f8", "Latitude": 48.7876, "Longitude": 9.21366, "X_coordina": 3515772.53, "Y_coordina": 5405592.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 461.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 122.2, "Total_wall": 241.6, "Total_wa00": 0.0, "Total_outw": 407.4, "Total_shar": 312.4, "Total_roof": 208.1, "Gross_volu": 1547.1, "Is_Gross_v": "false", "Heated_vol": 1443.2, "Ridge_mean": 15.8, "Eaves_mean": 9.41, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 12, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.385, "Heated_are": 461.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.3, "Total_Year": 26373.0, "January_He": 4629.0, "February_H": 3312.0, "March_Heat": 2078.0, "April_Heat": 419.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1042.0, "November_H": 3001.0, "December_H": 4513.0, "PV_potenti": 10.12 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213602187916896, 48.787683699368891, 0.0 ], [ 9.21353709719007, 48.787674018401127, 0.0 ], [ 9.213575799627806, 48.787558394718154, 0.0 ], [ 9.213640209020316, 48.787567897080855, 0.0 ], [ 9.213699308037096, 48.787576689872488, 0.0 ], [ 9.213660061142997, 48.78769222468307, 0.0 ], [ 9.213602187916896, 48.787683699368891, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007831", "Latitude": 48.78831, "Longitude": 9.21115, "X_coordina": 3515587.95, "Y_coordina": 5405670.38, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 140.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 58.4, "Total_wall": 145.8, "Total_wa00": 0.0, "Total_outw": 266.6, "Total_shar": 97.0, "Total_roof": 93.2, "Gross_volu": 474.9, "Is_Gross_v": "false", "Heated_vol": 440.2, "Ridge_mean": 10.6, "Eaves_mean": 5.66, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.653, "Heated_are": 140.9, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 52.8, "Total_Year": 9673.0, "January_He": 1938.0, "February_H": 1238.0, "March_Heat": 695.0, "April_Heat": 134.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 18.0, "October_He": 329.0, "November_H": 1149.0, "December_H": 1934.0, "PV_potenti": 3.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211060061126656, 48.788295730877152, 0.0 ], [ 9.211160224724583, 48.788296266649027, 0.0 ], [ 9.211159566657686, 48.788334035791323, 0.0 ], [ 9.211159026945465, 48.788367578304538, 0.0 ], [ 9.211058317345568, 48.788366683837651, 0.0 ], [ 9.21105913005475, 48.788333320671889, 0.0 ], [ 9.211060061126656, 48.788295730877152, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000766a", "Latitude": 48.78805, "Longitude": 9.20074, "X_coordina": 3514822.79, "Y_coordina": 5405639.76, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 505.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.5, "Total_wall": 358.3, "Total_wa00": 0.0, "Total_outw": 554.0, "Total_shar": 245.7, "Total_roof": 166.4, "Gross_volu": 1693.7, "Is_Gross_v": "false", "Heated_vol": 1580.2, "Ridge_mean": 18.1, "Eaves_mean": 12.43, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 18, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 505.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.1, "Total_Year": 28287.0, "January_He": 4823.0, "February_H": 3562.0, "March_Heat": 2317.0, "April_Heat": 521.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 58.0, "October_He": 1114.0, "November_H": 3145.0, "December_H": 4722.0, "PV_potenti": 6.62 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200788551814206, 48.788107093884086, 0.0 ], [ 9.200677647626781, 48.788143166743872, 0.0 ], [ 9.200601991628682, 48.788043033682399, 0.0 ], [ 9.20071384718374, 48.788006689465597, 0.0 ], [ 9.200751883484633, 48.788057789725322, 0.0 ], [ 9.200788551814206, 48.788107093884086, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000739d", "Latitude": 48.7886, "Longitude": 9.20942, "X_coordina": 3515460.55, "Y_coordina": 5405701.91, "LOD": "LOD2", "Year_of_co": 1949, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 81.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.9, "Total_wall": 45.5, "Total_wa00": 0.0, "Total_outw": 109.9, "Total_shar": 201.4, "Total_roof": 54.7, "Gross_volu": 296.3, "Is_Gross_v": "false", "Heated_vol": 255.4, "Ridge_mean": 9.0, "Eaves_mean": 5.44, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 81.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 47.1, "Total_Year": 5142.0, "January_He": 971.0, "February_H": 663.0, "March_Heat": 377.0, "April_Heat": 62.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 192.0, "November_H": 620.0, "December_H": 952.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209429595550422, 48.788593477300331, 0.0 ], [ 9.209433323575912, 48.788639061811715, 0.0 ], [ 9.209377263641315, 48.788641231993964, 0.0 ], [ 9.209324060816463, 48.78864321710838, 0.0 ], [ 9.209323058452188, 48.788631259084767, 0.0 ], [ 9.209320196426953, 48.788597542917707, 0.0 ], [ 9.20937353529229, 48.788595557557727, 0.0 ], [ 9.209429595550422, 48.788593477300331, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00007231", "Latitude": 48.79453, "Longitude": 9.20735, "X_coordina": 3515306.54, "Y_coordina": 5406361.0, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1589.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 288.2, "Total_wall": 1382.6, "Total_wa00": 0.0, "Total_outw": 1772.0, "Total_shar": 0.0, "Total_roof": 288.2, "Gross_volu": 4965.8, "Is_Gross_v": "false", "Heated_vol": 4965.8, "Ridge_mean": 18.3, "Eaves_mean": 18.31, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 25, "Number_o00": 47, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.394, "Heated_are": 1589.1, "Mean_Uvalu": 0.4, "Specific_d": "15,8", "Specific_s": 33.3, "Total_Year": 78038.0, "January_He": 13168.0, "February_H": 9209.0, "March_Heat": 5664.0, "April_Heat": 1132.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 100.0, "October_He": 2535.0, "November_H": 8142.0, "December_H": 12886.0, "PV_potenti": 11.95 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207201209085637, 48.794595682458848, 0.0 ], [ 9.207241972911854, 48.794480057335178, 0.0 ], [ 9.207277655255181, 48.794485568376565, 0.0 ], [ 9.207290973267421, 48.794447596662536, 0.0 ], [ 9.207444870226283, 48.794471329132634, 0.0 ], [ 9.207455356943608, 48.794472928865915, 0.0 ], [ 9.207426161835576, 48.794555351435498, 0.0 ], [ 9.207418358952584, 48.794577486684993, 0.0 ], [ 9.20738676226537, 48.79457259779457, 0.0 ], [ 9.207379636921454, 48.794594012432761, 0.0 ], [ 9.207366154393462, 48.794592058392873, 0.0 ], [ 9.207345297531013, 48.794650186565256, 0.0 ], [ 9.207265352808273, 48.794637921026428, 0.0 ], [ 9.207208969081819, 48.794629209983334, 0.0 ], [ 9.207207625067243, 48.794633348885242, 0.0 ], [ 9.207155054884023, 48.79462526041889, 0.0 ], [ 9.207167297145505, 48.794590437979707, 0.0 ], [ 9.207201209085637, 48.794595682458848, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000714e", "Latitude": 48.78808, "Longitude": 9.20897, "X_coordina": 3515427.56, "Y_coordina": 5405643.79, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 200.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.8, "Total_wall": 127.5, "Total_wa00": 0.0, "Total_outw": 214.2, "Total_shar": 264.8, "Total_roof": 86.7, "Gross_volu": 648.3, "Is_Gross_v": "false", "Heated_vol": 624.9, "Ridge_mean": 13.7, "Eaves_mean": 9.14, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.4, "Surface_ar": 0.427, "Heated_are": 200.0, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 40.5, "Total_Year": 11260.0, "January_He": 1974.0, "February_H": 1381.0, "March_Heat": 891.0, "April_Heat": 226.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 416.0, "November_H": 1224.0, "December_H": 1944.0, "PV_potenti": 3.32 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208947190427121, 48.788142397298081, 0.0 ], [ 9.208858208584445, 48.788114412607761, 0.0 ], [ 9.208878775169257, 48.788085779582033, 0.0 ], [ 9.208904213992659, 48.788050663210647, 0.0 ], [ 9.208993060034283, 48.788078738035878, 0.0 ], [ 9.208967892686578, 48.788113674086752, 0.0 ], [ 9.208947190427121, 48.788142397298081, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070a9", "Latitude": 48.78975, "Longitude": 9.20143, "X_coordina": 3514873.07, "Y_coordina": 5405827.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 20008.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1727.9, "Total_wall": 5779.9, "Total_wa00": 0.0, "Total_outw": 7079.5, "Total_shar": 1215.8, "Total_roof": 1727.9, "Gross_volu": 62529.7, "Is_Gross_v": "true", "Heated_vol": 62527.9, "Ridge_mean": 35.7, "Eaves_mean": 35.7, "Storey_num": 14, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.148, "Heated_are": 20008.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.7, "Total_Year": 670760.0, "January_He": 5948.0, "February_H": 2085.0, "March_Heat": 216.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 457.0, "December_H": 4558.0, "PV_potenti": 80.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201682876285027, 48.789691244623498, 0.0 ], [ 9.201711069592275, 48.789696770508414, 0.0 ], [ 9.201691651158399, 48.789741406642165, 0.0 ], [ 9.201569487909643, 48.78971940940238, 0.0 ], [ 9.201447573686869, 48.789997576676377, 0.0 ], [ 9.201433953286051, 48.789994812869629, 0.0 ], [ 9.201435033386721, 48.789992652813226, 0.0 ], [ 9.201389271069411, 48.789983920336795, 0.0 ], [ 9.20124054418678, 48.789955674547137, 0.0 ], [ 9.201074248277457, 48.78992413206953, 0.0 ], [ 9.20107303350772, 48.789926652052245, 0.0 ], [ 9.201062002850936, 48.789924872839492, 0.0 ], [ 9.201127815670436, 48.789774585449813, 0.0 ], [ 9.201183245043193, 48.789648325769534, 0.0 ], [ 9.201232875077769, 48.789535294968488, 0.0 ], [ 9.201331753900604, 48.789554275873186, 0.0 ], [ 9.201521067264897, 48.789590543656345, 0.0 ], [ 9.20158208336496, 48.789602216860281, 0.0 ], [ 9.201592162770618, 48.789604357383119, 0.0 ], [ 9.201609868337243, 48.789607743484829, 0.0 ], [ 9.201710789535651, 48.789626900335698, 0.0 ], [ 9.201682876285027, 48.789691244623498, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070a9", "Latitude": 48.78975, "Longitude": 9.20143, "X_coordina": 3514873.07, "Y_coordina": 5405827.98, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 20008.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1727.9, "Total_wall": 5779.9, "Total_wa00": 0.0, "Total_outw": 7079.5, "Total_shar": 1215.8, "Total_roof": 1727.9, "Gross_volu": 62529.7, "Is_Gross_v": "true", "Heated_vol": 62527.9, "Ridge_mean": 35.7, "Eaves_mean": 35.7, "Storey_num": 14, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.148, "Heated_are": 20008.9, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.7, "Total_Year": 670760.0, "January_He": 5948.0, "February_H": 2085.0, "March_Heat": 216.0, "April_Heat": 2.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 457.0, "December_H": 4558.0, "PV_potenti": 80.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201205570276622, 48.789888113090477, 1.66 ], [ 9.201199265457751, 48.789876973576128, 1.66 ], [ 9.201276255807848, 48.789697261542877, 1.66 ], [ 9.201290932121308, 48.789691840472109, 1.66 ], [ 9.20144483261579, 48.789720796536926, 1.66 ], [ 9.2014541307669, 48.789731750954424, 1.66 ], [ 9.2013752472236, 48.789914343972285, 1.66 ], [ 9.201362469668858, 48.789918143108096, 1.66 ], [ 9.201205570276622, 48.789888113090477, 1.66 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ab", "Latitude": 48.78994, "Longitude": 9.20128, "X_coordina": 3514862.19, "Y_coordina": 5405850.13, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 269.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 56.1, "Total_wall": 187.4, "Total_wa00": 0.0, "Total_outw": 318.5, "Total_shar": 1108.6, "Total_roof": 56.1, "Gross_volu": 846.1, "Is_Gross_v": "false", "Heated_vol": 841.8, "Ridge_mean": 15.1, "Eaves_mean": 15.08, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.355, "Heated_are": 269.4, "Mean_Uvalu": 0.43, "Specific_d": "32,9", "Specific_s": 7.7, "Total_Year": 10926.0, "January_He": 702.0, "February_H": 406.0, "March_Heat": 132.0, "April_Heat": 7.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 201.0, "December_H": 618.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201402987668295, 48.790007321453281, 0.0 ], [ 9.201066019909653, 48.789942481864685, 0.0 ], [ 9.201074234632308, 48.789924123100988, 0.0 ], [ 9.201412056925419, 48.78998827775159, 0.0 ], [ 9.201402987668295, 48.790007321453281, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ac", "Latitude": 48.79, "Longitude": 9.2012, "X_coordina": 3514856.06, "Y_coordina": 5405856.27, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1740.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 275.8, "Total_wall": 486.3, "Total_wa00": 0.0, "Total_outw": 612.5, "Total_shar": 875.0, "Total_roof": 275.8, "Gross_volu": 4766.3, "Is_Gross_v": "false", "Heated_vol": 4766.3, "Ridge_mean": 17.3, "Eaves_mean": 17.28, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.218, "Heated_are": 1740.4, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 0.9, "Total_Year": 58738.0, "January_He": 673.0, "February_H": 269.0, "March_Heat": 32.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 63.0, "December_H": 513.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201043138480269, 48.78993803462464, 0.0 ], [ 9.20106601994558, 48.78994249085698, 0.0 ], [ 9.201318122808948, 48.789991058783372, 0.0 ], [ 9.201270261725183, 48.790104086520408, 0.0 ], [ 9.200993644077322, 48.790051155022894, 0.0 ], [ 9.200995802522959, 48.790046385303285, 0.0 ], [ 9.201043138480269, 48.78993803462464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ad", "Latitude": 48.78987, "Longitude": 9.20101, "X_coordina": 3514842.26, "Y_coordina": 5405842.22, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 991.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 435.9, "Total_wall": 444.5, "Total_wa00": 0.0, "Total_outw": 792.2, "Total_shar": 388.2, "Total_roof": 436.0, "Gross_volu": 3534.9, "Is_Gross_v": "false", "Heated_vol": 3099.0, "Ridge_mean": 8.5, "Eaves_mean": 8.51, "Storey_num": 3, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.39, "Heated_are": 991.7, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 6.2, "Total_Year": 38779.0, "January_He": 2202.0, "February_H": 1098.0, "March_Heat": 261.0, "April_Heat": 9.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 16.0, "November_H": 558.0, "December_H": 2048.0, "PV_potenti": 20.64 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200968327889452, 48.789743750316539, 0.0 ], [ 9.201127815670436, 48.789774585449813, 0.0 ], [ 9.201062002850936, 48.789924872839492, 0.0 ], [ 9.20107303350772, 48.789926652052245, 0.0 ], [ 9.20106601994558, 48.78994249085698, 0.0 ], [ 9.201043138480269, 48.78993803462464, 0.0 ], [ 9.200995802522959, 48.790046385303285, 0.0 ], [ 9.200807168640925, 48.790010205398801, 0.0 ], [ 9.20085932167501, 48.789915245015841, 0.0 ], [ 9.200884993970307, 48.789868799641809, 0.0 ], [ 9.200934372082818, 48.789794706345702, 0.0 ], [ 9.200951147293297, 48.789769588380658, 0.0 ], [ 9.200968327889452, 48.789743750316539, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070ae", "Latitude": 48.78963, "Longitude": 9.20207, "X_coordina": 3514920.13, "Y_coordina": 5405814.81, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 9065.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 1995.2, "Total_wall": 3054.1, "Total_wa00": 0.0, "Total_outw": 3706.9, "Total_shar": 1049.6, "Total_roof": 1995.2, "Gross_volu": 28328.4, "Is_Gross_v": "false", "Heated_vol": 28328.4, "Ridge_mean": 23.2, "Eaves_mean": 23.23, "Storey_num": 9, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.249, "Heated_are": 9065.1, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 1.7, "Total_Year": 312926.0, "January_He": 6229.0, "February_H": 2492.0, "March_Heat": 363.0, "April_Heat": 6.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 8.0, "November_H": 755.0, "December_H": 5195.0, "PV_potenti": 94.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20216268761061, 48.789441404752459, 0.0 ], [ 9.202329646579951, 48.789434996722285, 0.0 ], [ 9.202398365973478, 48.78943325733762, 0.0 ], [ 9.202468220397384, 48.789443026141967, 0.0 ], [ 9.20245689222423, 48.789468764218562, 0.0 ], [ 9.202412115824258, 48.789569737250098, 0.0 ], [ 9.202414432269208, 48.789570452567538, 0.0 ], [ 9.202387590960212, 48.78963038888449, 0.0 ], [ 9.202285352126488, 48.789859064472054, 0.0 ], [ 9.201690437144748, 48.789744106477428, 0.0 ], [ 9.201691651158399, 48.789741406642165, 0.0 ], [ 9.201711069592275, 48.789696770508414, 0.0 ], [ 9.201682876285027, 48.789691244623498, 0.0 ], [ 9.201710789535651, 48.789626900335698, 0.0 ], [ 9.201609868337243, 48.789607743484829, 0.0 ], [ 9.201592162770618, 48.789604357383119, 0.0 ], [ 9.201593242495948, 48.789602107402118, 0.0 ], [ 9.20158329990246, 48.789600146487146, 0.0 ], [ 9.201599216029608, 48.789564508865418, 0.0 ], [ 9.201616376857373, 48.789567805996157, 0.0 ], [ 9.20162672771956, 48.789569766193459, 0.0 ], [ 9.201681893165432, 48.789445934669011, 0.0 ], [ 9.201779682171214, 48.789464647327421, 0.0 ], [ 9.201781284454494, 48.789490902221715, 0.0 ], [ 9.201908901347748, 48.789515497461359, 0.0 ], [ 9.201925627630096, 48.789478329671709, 0.0 ], [ 9.202018104905298, 48.789495972357962, 0.0 ], [ 9.202025121355035, 48.789480942801667, 0.0 ], [ 9.202082732634169, 48.789491992248472, 0.0 ], [ 9.202103904279234, 48.789443486253539, 0.0 ], [ 9.20216268761061, 48.789441404752459, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070af", "Latitude": 48.78965, "Longitude": 9.20267, "X_coordina": 3514963.9, "Y_coordina": 5405817.77, "LOD": "LOD2", "Year_of_co": 2004, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 3575.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 1319.1, "Total_wall": 894.1, "Total_wa00": 0.0, "Total_outw": 1409.6, "Total_shar": 498.9, "Total_roof": 1319.1, "Gross_volu": 9538.6, "Is_Gross_v": "false", "Heated_vol": 9538.6, "Ridge_mean": 7.2, "Eaves_mean": 7.23, "Storey_num": 3, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.37, "Heated_are": 3575.8, "Mean_Uvalu": 0.35, "Specific_d": "32,9", "Specific_s": 2.0, "Total_Year": 124762.0, "January_He": 2962.0, "February_H": 1228.0, "March_Heat": 190.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 4.0, "November_H": 399.0, "December_H": 2474.0, "PV_potenti": 64.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202285352126488, 48.789859064472054, 0.0 ], [ 9.202414568722165, 48.789570542251326, 0.0 ], [ 9.202412115824258, 48.789569737250098, 0.0 ], [ 9.20245689222423, 48.789468764218562, 0.0 ], [ 9.202749716447281, 48.789524990851049, 0.0 ], [ 9.202748907146146, 48.789526790748639, 0.0 ], [ 9.20286876087571, 48.789549779967544, 0.0 ], [ 9.202873114344202, 48.789549412603598, 0.0 ], [ 9.202957012528271, 48.789565630871529, 0.0 ], [ 9.20295906405145, 48.789568145117627, 0.0 ], [ 9.20284414730315, 48.789824629949159, 0.0 ], [ 9.202733691964658, 48.789803782327503, 0.0 ], [ 9.202722357326357, 48.789827901814604, 0.0 ], [ 9.202422038002844, 48.789769620046869, 0.0 ], [ 9.202374155016591, 48.789876533478598, 0.0 ], [ 9.202285352126488, 48.789859064472054, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000070b0", "Latitude": 48.78949, "Longitude": 9.20287, "X_coordina": 3514978.59, "Y_coordina": 5405800.26, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 40.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 51.3, "Total_wall": 55.8, "Total_wa00": 0.0, "Total_outw": 192.0, "Total_shar": 62.1, "Total_roof": 51.3, "Gross_volu": 133.2, "Is_Gross_v": "false", "Heated_vol": 128.0, "Ridge_mean": 2.6, "Eaves_mean": 2.6, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 1.207, "Heated_are": 40.9, "Mean_Uvalu": 0.4, "Specific_d": "32,9", "Specific_s": 28.5, "Total_Year": 2511.0, "January_He": 361.0, "February_H": 199.0, "March_Heat": 79.0, "April_Heat": 8.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 15.0, "November_H": 148.0, "December_H": 356.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202894018507585, 48.789502255789685, 0.0 ], [ 9.20286876087571, 48.789549779967544, 0.0 ], [ 9.202748907146146, 48.789526790748639, 0.0 ], [ 9.202749716447281, 48.789524990851049, 0.0 ], [ 9.202774164879735, 48.7894792665967, 0.0 ], [ 9.202894018507585, 48.789502255789685, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006e1c", "Latitude": 48.79506, "Longitude": 9.20916, "X_coordina": 3515439.36, "Y_coordina": 5406420.7, "LOD": "LOD2", "Year_of_co": 1996, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 163.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 126.4, "Total_wall": 170.7, "Total_wa00": 0.0, "Total_outw": 439.2, "Total_shar": 27.3, "Total_roof": 173.6, "Gross_volu": 719.2, "Is_Gross_v": "false", "Heated_vol": 592.8, "Ridge_mean": 7.3, "Eaves_mean": 4.03, "Storey_num": 2, "Average_St": 3.2, "Number_of_": 1, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.719, "Heated_are": 163.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 69.7, "Total_Year": 13960.0, "January_He": 2760.0, "February_H": 1916.0, "March_Heat": 1221.0, "April_Heat": 337.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 52.0, "October_He": 605.0, "November_H": 1731.0, "December_H": 2730.0, "PV_potenti": 8.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209005747679896, 48.795033136872306, 0.0 ], [ 9.209245860311544, 48.795070648580769, 0.0 ], [ 9.20924007468717, 48.795086755408512, 0.0 ], [ 9.20923442217377, 48.795102142605643, 0.0 ], [ 9.209227290063261, 48.795121758897473, 0.0 ], [ 9.20922365707457, 48.795131836935468, 0.0 ], [ 9.208984496536853, 48.795094233529795, 0.0 ], [ 9.20899498806304, 48.795064180024397, 0.0 ], [ 9.209005747679896, 48.795033136872306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006bef", "Latitude": 48.79177, "Longitude": 9.19828, "X_coordina": 3514641.22, "Y_coordina": 5406053.06, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 592.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 223.2, "Total_wall": 550.4, "Total_wa00": 0.0, "Total_outw": 890.8, "Total_shar": 147.2, "Total_roof": 223.2, "Gross_volu": 1982.1, "Is_Gross_v": "false", "Heated_vol": 1850.9, "Ridge_mean": 10.8, "Eaves_mean": 10.79, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.521, "Heated_are": 592.3, "Mean_Uvalu": 0.47, "Specific_d": "14,6", "Specific_s": 69.8, "Total_Year": 49991.0, "January_He": 9269.0, "February_H": 6913.0, "March_Heat": 4945.0, "April_Heat": 1774.0, "May_Heatin": 221.0, "June_Heati": 8, "July_Heati": 1, "August_Hea": 2, "September_": 439.0, "October_He": 2679.0, "November_H": 6117.0, "December_H": 8973.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198250257335607, 48.791844041684406, 0.0 ], [ 9.19822813827891, 48.79186053578055, 0.0 ], [ 9.198229912151433, 48.791861701733808, 0.0 ], [ 9.19822692686267, 48.791863954962615, 0.0 ], [ 9.198225152990139, 48.791862789009308, 0.0 ], [ 9.198204662482825, 48.791878111290799, 0.0 ], [ 9.198206436355425, 48.791879277244412, 0.0 ], [ 9.19820345141877, 48.791881620395586, 0.0 ], [ 9.198201405705269, 48.791880544833418, 0.0 ], [ 9.198179693846836, 48.791896768448524, 0.0 ], [ 9.198181468427837, 48.79189811424849, 0.0 ], [ 9.198166404091431, 48.791908931004699, 0.0 ], [ 9.198078280431925, 48.791857106778892, 0.0 ], [ 9.198173947608213, 48.791785452921971, 0.0 ], [ 9.198219677432633, 48.791751113324032, 0.0 ], [ 9.198225784094376, 48.791746606632366, 0.0 ], [ 9.198311273345825, 48.791682523762042, 0.0 ], [ 9.198399809484499, 48.791735426183813, 0.0 ], [ 9.198353127825586, 48.791769947340029, 0.0 ], [ 9.198357221731447, 48.791772727919913, 0.0 ], [ 9.19835505020143, 48.791774260361592, 0.0 ], [ 9.198350411906587, 48.791771480719298, 0.0 ], [ 9.198313776221433, 48.791799599979683, 0.0 ], [ 9.19831732609263, 48.791802471421491, 0.0 ], [ 9.198314747331301, 48.791804274334474, 0.0 ], [ 9.19831024442446, 48.79180131461024, 0.0 ], [ 9.198301152481527, 48.791808074537087, 0.0 ], [ 9.198299651867044, 48.791807177885147, 0.0 ], [ 9.198276854127423, 48.791824122777463, 0.0 ], [ 9.198278491548059, 48.791825199041305, 0.0 ], [ 9.198276727596912, 48.791826550932491, 0.0 ], [ 9.198274818690132, 48.791825654983271, 0.0 ], [ 9.198252428517536, 48.791842419321739, 0.0 ], [ 9.19825420203569, 48.791843495351621, 0.0 ], [ 9.198251894756332, 48.791845117948625, 0.0 ], [ 9.198250257335607, 48.791844041684406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006b63", "Latitude": 48.79429, "Longitude": 9.20373, "X_coordina": 3515040.8, "Y_coordina": 5406333.99, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1074.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 225.1, "Total_wall": 789.6, "Total_wa00": 0.0, "Total_outw": 1151.3, "Total_shar": 0.0, "Total_roof": 274.7, "Gross_volu": 3545.6, "Is_Gross_v": "false", "Heated_vol": 3359.2, "Ridge_mean": 18.3, "Eaves_mean": 13.37, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 17, "Number_o00": 29, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.377, "Heated_are": 1074.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 38.5, "Total_Year": 58424.0, "January_He": 10133.0, "February_H": 7195.0, "March_Heat": 4516.0, "April_Heat": 935.0, "May_Heatin": 29.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 104.0, "October_He": 2154.0, "November_H": 6416.0, "December_H": 9914.0, "PV_potenti": 13.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203686317718029, 48.794404121166039, 0.0 ], [ 9.203542934871509, 48.794321015543623, 0.0 ], [ 9.203678639283725, 48.794222039535406, 0.0 ], [ 9.203706944146189, 48.79422082046348, 0.0 ], [ 9.203831921967296, 48.794296314959055, 0.0 ], [ 9.203686317718029, 48.794404121166039, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006af5", "Latitude": 48.78792, "Longitude": 9.20114, "X_coordina": 3514852.31, "Y_coordina": 5405625.27, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 491.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 113.0, "Total_wall": 338.7, "Total_wa00": 0.0, "Total_outw": 509.3, "Total_shar": 244.8, "Total_roof": 165.7, "Gross_volu": 1649.0, "Is_Gross_v": "false", "Heated_vol": 1536.0, "Ridge_mean": 18.1, "Eaves_mean": 12.07, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.393, "Heated_are": 491.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 39.9, "Total_Year": 27392.0, "January_He": 4665.0, "February_H": 3446.0, "March_Heat": 2241.0, "April_Heat": 504.0, "May_Heatin": 16.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 1074.0, "November_H": 3039.0, "December_H": 4567.0, "PV_potenti": 6.53 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201078720996641, 48.788012167734962, 0.0 ], [ 9.201003336932347, 48.787912124383467, 0.0 ], [ 9.201113694952525, 48.787875782391602, 0.0 ], [ 9.201152684886052, 48.787927060702074, 0.0 ], [ 9.201189759975486, 48.787975914405521, 0.0 ], [ 9.201078720996641, 48.788012167734962, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006a43", "Latitude": 48.79383, "Longitude": 9.20626, "X_coordina": 3515226.41, "Y_coordina": 5406282.87, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2081, "PrimaryUsa": "restaurant", "PrimaryU00": 278.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 154.6, "Total_wall": 275.3, "Total_wa00": 0.0, "Total_outw": 589.4, "Total_shar": 0.0, "Total_roof": 154.6, "Gross_volu": 763.2, "Is_Gross_v": "false", "Heated_vol": 763.2, "Ridge_mean": 4.9, "Eaves_mean": 4.94, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.766, "Heated_are": 278.3, "Mean_Uvalu": 0.36, "Specific_d": "334,5", "Specific_s": 175.3, "Total_Year": 141869.0, "January_He": 10536.0, "February_H": 8229.0, "March_Heat": 6341.0, "April_Heat": 2852.0, "May_Heatin": 404.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 565.0, "October_He": 3031.0, "November_H": 6811.0, "December_H": 10011.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206162913866617, 48.793845335318998, 0.0 ], [ 9.206105921242449, 48.793820618429905, 0.0 ], [ 9.206162986161061, 48.793763324894059, 0.0 ], [ 9.206278743675449, 48.793813474802036, 0.0 ], [ 9.206260038174047, 48.793832212408979, 0.0 ], [ 9.206317576404158, 48.79385719801504, 0.0 ], [ 9.206241670275597, 48.793933319396743, 0.0 ], [ 9.206125503108366, 48.79388290041507, 0.0 ], [ 9.206162913866617, 48.793845335318998, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000692a", "Latitude": 48.79121, "Longitude": 9.20396, "X_coordina": 3515058.43, "Y_coordina": 5405991.63, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 144.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 53.4, "Total_wall": 85.6, "Total_wa00": 0.0, "Total_outw": 147.9, "Total_shar": 235.5, "Total_roof": 65.5, "Gross_volu": 465.1, "Is_Gross_v": "false", "Heated_vol": 451.0, "Ridge_mean": 10.3, "Eaves_mean": 7.08, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 2, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.447, "Heated_are": 144.3, "Mean_Uvalu": 0.53, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 8695.0, "January_He": 1598.0, "February_H": 1122.0, "March_Heat": 652.0, "April_Heat": 112.0, "May_Heatin": 3.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 13.0, "October_He": 315.0, "November_H": 1015.0, "December_H": 1578.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203840599922584, 48.791230894493218, 0.0 ], [ 9.203900445799485, 48.79118825467777, 0.0 ], [ 9.203943009676308, 48.791213357916767, 0.0 ], [ 9.203989257294035, 48.791240702704926, 0.0 ], [ 9.203938646999628, 48.791278650183159, 0.0 ], [ 9.203889009731565, 48.791254458702646, 0.0 ], [ 9.203840599922584, 48.791230894493218, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000692b", "Latitude": 48.79114, "Longitude": 9.20386, "X_coordina": 3515050.91, "Y_coordina": 5405983.52, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 29.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 32.6, "Total_wall": 55.1, "Total_wa00": 0.0, "Total_outw": 162.6, "Total_shar": 0.0, "Total_roof": 32.6, "Gross_volu": 76.1, "Is_Gross_v": "false", "Heated_vol": 76.1, "Ridge_mean": 2.3, "Eaves_mean": 2.34, "Storey_num": 1, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.582, "Heated_are": 29.5, "Mean_Uvalu": 0.35, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20382319629813, 48.791201430353901, 0.0 ], [ 9.203766200896467, 48.791175003753111, 0.0 ], [ 9.20378652846528, 48.791119934533107, 0.0 ], [ 9.203858284787456, 48.79116180185563, 0.0 ], [ 9.20382319629813, 48.791201430353901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000068e9", "Latitude": 48.79108, "Longitude": 9.20896, "X_coordina": 3515426.2, "Y_coordina": 5405978.28, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.3, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 135.8, "Total_shar": 228.4, "Total_roof": 68.7, "Gross_volu": 402.9, "Is_Gross_v": "false", "Heated_vol": 390.2, "Ridge_mean": 10.3, "Eaves_mean": 6.14, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.473, "Heated_are": 124.9, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 7218.0, "January_He": 1302.0, "February_H": 889.0, "March_Heat": 557.0, "April_Heat": 140.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 250.0, "November_H": 791.0, "December_H": 1290.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208958152332281, 48.791110306995144, 0.0 ], [ 9.208946599345882, 48.791146747020235, 0.0 ], [ 9.208869117356638, 48.791136366514465, 0.0 ], [ 9.208880261737495, 48.791099837314604, 0.0 ], [ 9.208891809535448, 48.791062138374699, 0.0 ], [ 9.208970106866433, 48.791072247614984, 0.0 ], [ 9.208958152332281, 48.791110306995144, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006791", "Latitude": 48.79236, "Longitude": 9.19835, "X_coordina": 3514645.85, "Y_coordina": 5406118.54, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 133.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 48.7, "Total_wall": 69.6, "Total_wa00": 0.0, "Total_outw": 145.9, "Total_shar": 323.6, "Total_roof": 79.2, "Gross_volu": 466.2, "Is_Gross_v": "false", "Heated_vol": 417.5, "Ridge_mean": 12.5, "Eaves_mean": 6.48, "Storey_num": 4, "Average_St": 2.9, "Number_of_": 2, "Number_o00": 3, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.45, "Heated_are": 133.6, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 41.9, "Total_Year": 7714.0, "January_He": 1371.0, "February_H": 962.0, "March_Heat": 607.0, "April_Heat": 138.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 293.0, "November_H": 862.0, "December_H": 1345.0, "PV_potenti": 2.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198230960556975, 48.792404208974084, 0.0 ], [ 9.198229739208889, 48.792405110312416, 0.0 ], [ 9.198226192842558, 48.792403138098095, 0.0 ], [ 9.198268803901065, 48.792371591484212, 0.0 ], [ 9.198314400573736, 48.792337881546629, 0.0 ], [ 9.198316856022211, 48.792339316095443, 0.0 ], [ 9.198315635386054, 48.792340397280654, 0.0 ], [ 9.198343599083929, 48.792356445442522, 0.0 ], [ 9.198364495912458, 48.792340582896159, 0.0 ], [ 9.19838250384924, 48.792351432629367, 0.0 ], [ 9.198365811906614, 48.792363690992161, 0.0 ], [ 9.19834396273116, 48.792379645102592, 0.0 ], [ 9.198316414043859, 48.792399835433152, 0.0 ], [ 9.198273937673093, 48.792431022138217, 0.0 ], [ 9.198270800308928, 48.792429229068247, 0.0 ], [ 9.198271885203507, 48.792428238040827, 0.0 ], [ 9.198230960556975, 48.792404208974084, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000653e", "Latitude": 48.78865, "Longitude": 9.21307, "X_coordina": 3515728.87, "Y_coordina": 5405708.66, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 89.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 51.2, "Total_wa00": 0.0, "Total_outw": 121.2, "Total_shar": 226.5, "Total_roof": 53.8, "Gross_volu": 322.3, "Is_Gross_v": "false", "Heated_vol": 280.3, "Ridge_mean": 9.4, "Eaves_mean": 5.96, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.488, "Heated_are": 89.7, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5620.0, "January_He": 1050.0, "February_H": 725.0, "March_Heat": 422.0, "April_Heat": 73.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 10.0, "October_He": 215.0, "November_H": 673.0, "December_H": 1029.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21296875180454, 48.7886923771973, 0.0 ], [ 9.212973190462519, 48.788647856781481, 0.0 ], [ 9.213033080138965, 48.788650263871801, 0.0 ], [ 9.213088205955374, 48.788652499898525, 0.0 ], [ 9.213083903106767, 48.788696930143814, 0.0 ], [ 9.213029049800141, 48.788694783534595, 0.0 ], [ 9.21296875180454, 48.7886923771973, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000061a1", "Latitude": 48.78777, "Longitude": 9.20072, "X_coordina": 3514821.21, "Y_coordina": 5405607.86, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 497.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 112.5, "Total_wall": 355.9, "Total_wa00": 0.0, "Total_outw": 558.6, "Total_shar": 249.2, "Total_roof": 166.1, "Gross_volu": 1668.2, "Is_Gross_v": "false", "Heated_vol": 1555.7, "Ridge_mean": 18.6, "Eaves_mean": 11.99, "Storey_num": 6, "Average_St": 2.9, "Number_of_": 8, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.399, "Heated_are": 497.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 35.4, "Total_Year": 25523.0, "January_He": 4489.0, "February_H": 3072.0, "March_Heat": 1777.0, "April_Heat": 299.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 811.0, "November_H": 2724.0, "December_H": 4428.0, "PV_potenti": 7.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200624077783692, 48.78774579750683, 0.0 ], [ 9.20062147565374, 48.787741665551678, 0.0 ], [ 9.200690655028177, 48.787719333864274, 0.0 ], [ 9.200727320539878, 48.787768008584671, 0.0 ], [ 9.2007258271759, 48.787768910424354, 0.0 ], [ 9.200764001906197, 48.787820639906499, 0.0 ], [ 9.200653643394833, 48.787856891641027, 0.0 ], [ 9.200617111466613, 48.78780758719958, 0.0 ], [ 9.200581401504204, 48.787759630169383, 0.0 ], [ 9.200624077783692, 48.78774579750683, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00006116", "Latitude": 48.78825, "Longitude": 9.21395, "X_coordina": 3515793.47, "Y_coordina": 5405664.05, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 598.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 168.8, "Total_wall": 439.3, "Total_wa00": 0.0, "Total_outw": 707.0, "Total_shar": 152.7, "Total_roof": 218.5, "Gross_volu": 1972.9, "Is_Gross_v": "false", "Heated_vol": 1871.1, "Ridge_mean": 13.6, "Eaves_mean": 9.85, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 7, "Number_o00": 14, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.433, "Heated_are": 598.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 40.4, "Total_Year": 33688.0, "January_He": 6145.0, "February_H": 4166.0, "March_Heat": 2407.0, "April_Heat": 423.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 47.0, "October_He": 1147.0, "November_H": 3807.0, "December_H": 6051.0, "PV_potenti": 11.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21385199162375, 48.788183840793167, 0.0 ], [ 9.213971359403521, 48.788188115252311, 0.0 ], [ 9.213965674360137, 48.788355383818086, 0.0 ], [ 9.213907425689705, 48.788354772637391, 0.0 ], [ 9.213840467014331, 48.788354087677227, 0.0 ], [ 9.21385199162375, 48.788183840793167, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605c", "Latitude": 48.78924, "Longitude": 9.19298, "X_coordina": 3514252.55, "Y_coordina": 5405770.67, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 19258.0, "SecondaryU": "retail", "Secondar00": 2919.7, "BuildingTy": "GMH", "Footprint_": 3649.7, "Total_wall": 4316.5, "Total_wa00": 0.0, "Total_outw": 5521.9, "Total_shar": 619.2, "Total_roof": 3649.7, "Gross_volu": 61231.0, "Is_Gross_v": "false", "Heated_vol": 61231.0, "Ridge_mean": 19.9, "Eaves_mean": 19.89, "Storey_num": 8, "Average_St": 2.5, "Number_of_": 355, "Number_o00": 574, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.19, "Heated_are": 22177.8, "Mean_Uvalu": 0.32, "Specific_d": "23,4", "Specific_s": 20.5, "Total_Year": 973161.99999999988, "January_He": 108062.0, "February_H": 81763.0, "March_Heat": 57369.0, "April_Heat": 16069.0, "May_Heatin": 324.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 845.0, "October_He": 21396.0, "November_H": 66417.0, "December_H": 102700.0, "PV_potenti": 175.96 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19296921998191, 48.788966104492907, 0.0 ], [ 9.193064182324331, 48.789029521335017, 0.0 ], [ 9.193093380777066, 48.789049075731619, 0.0 ], [ 9.193151641315369, 48.789088094807511, 0.0 ], [ 9.193298452414163, 48.789186314847804, 0.0 ], [ 9.193529449139753, 48.789340865290598, 0.0 ], [ 9.193185496865382, 48.789611753277804, 0.0 ], [ 9.193027520525531, 48.789689712214638, 0.0 ], [ 9.192883047489543, 48.789562622435092, 0.0 ], [ 9.1928063047332, 48.7894950384579, 0.0 ], [ 9.192907285940377, 48.789424279282485, 0.0 ], [ 9.192809455151464, 48.789358259332801, 0.0 ], [ 9.192428912152071, 48.789101084802688, 0.0 ], [ 9.192425230843025, 48.789099292481531, 0.0 ], [ 9.192422651320822, 48.789100915417521, 0.0 ], [ 9.192349243755311, 48.789051040514863, 0.0 ], [ 9.19239959697871, 48.789015346632638, 0.0 ], [ 9.192531493396059, 48.788915041167648, 0.0 ], [ 9.192562160520454, 48.788891699665527, 0.0 ], [ 9.192563381541039, 48.788890708463597, 0.0 ], [ 9.192564194981248, 48.78888989779054, 0.0 ], [ 9.192565558973167, 48.7888907048224, 0.0 ], [ 9.192564745188873, 48.788891425572402, 0.0 ], [ 9.192619991200973, 48.788925234387769, 0.0 ], [ 9.192751677450305, 48.788841295124143, 0.0 ], [ 9.19278420832215, 48.788842679445338, 0.0 ], [ 9.192847378286064, 48.788884478090147, 0.0 ], [ 9.19296921998191, 48.788966104492907, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605d", "Latitude": 48.78858, "Longitude": 9.19214, "X_coordina": 3514191.01, "Y_coordina": 5405696.86, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 20187.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2927.8, "Total_wall": 7798.7, "Total_wa00": 0.0, "Total_outw": 9234.2, "Total_shar": 672.7, "Total_roof": 2927.8, "Gross_volu": 63085.3, "Is_Gross_v": "false", "Heated_vol": 63085.3, "Ridge_mean": 33.3, "Eaves_mean": 33.35, "Storey_num": 13, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.216, "Heated_are": 20187.3, "Mean_Uvalu": 0.36, "Specific_d": "73,0", "Specific_s": 37.5, "Total_Year": 2230377.0, "January_He": 170574.0, "February_H": 129987.0, "March_Heat": 95154.0, "April_Heat": 35325.0, "May_Heatin": 3589.0, "June_Heati": 88, "July_Heati": 8, "August_Hea": 17, "September_": 6052.0, "October_He": 43917.0, "November_H": 108698.0, "December_H": 163094.0, "PV_potenti": 137.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.191736819649218, 48.788439771760558, 0.0 ], [ 9.191757175671592, 48.788424720614863, 0.0 ], [ 9.191754038788897, 48.78842292736546, 0.0 ], [ 9.191756617270094, 48.788421034675018, 0.0 ], [ 9.191751434267131, 48.788417985901695, 0.0 ], [ 9.191756862720188, 48.788414020221474, 0.0 ], [ 9.191790788476194, 48.788388695175776, 0.0 ], [ 9.192057038439875, 48.788190419381699, 0.0 ], [ 9.192109003848907, 48.788220726895013, 0.0 ], [ 9.192116641924484, 48.7882252103349, 0.0 ], [ 9.192131781648662, 48.788234087517154, 0.0 ], [ 9.192188931191186, 48.788267713519595, 0.0 ], [ 9.192319461061311, 48.78834438031614, 0.0 ], [ 9.192293677522439, 48.788363577112932, 0.0 ], [ 9.19233732400283, 48.788389222383984, 0.0 ], [ 9.192348099026148, 48.78839549904184, 0.0 ], [ 9.192472900344805, 48.788468668209248, 0.0 ], [ 9.192509407670686, 48.78844234947703, 0.0 ], [ 9.192572832907857, 48.788479921436853, 0.0 ], [ 9.192424239720316, 48.788590955773074, 0.0 ], [ 9.192383121724964, 48.788621598515753, 0.0 ], [ 9.19231587187771, 48.788580345970345, 0.0 ], [ 9.192277055652157, 48.788607927426995, 0.0 ], [ 9.192226160110261, 48.788644071781789, 0.0 ], [ 9.192121370468714, 48.788608277201526, 0.0 ], [ 9.192111752794244, 48.788619983321588, 0.0 ], [ 9.192215821404339, 48.788680777888132, 0.0 ], [ 9.192195733816211, 48.788694839506022, 0.0 ], [ 9.192223966062409, 48.788710978638058, 0.0 ], [ 9.192222203774692, 48.788712780052748, 0.0 ], [ 9.192250985548693, 48.788730267115497, 0.0 ], [ 9.192253292879348, 48.788728644637672, 0.0 ], [ 9.192255340399152, 48.788730259844876, 0.0 ], [ 9.192271772820524, 48.788721240044012, 0.0 ], [ 9.192443496140447, 48.788822207213649, 0.0 ], [ 9.192485369461599, 48.788846686382527, 0.0 ], [ 9.192488083682344, 48.788844703525314, 0.0 ], [ 9.192502816078122, 48.788853761186054, 0.0 ], [ 9.192500781272605, 48.788855473136898, 0.0 ], [ 9.192562160520454, 48.788891699665527, 0.0 ], [ 9.192531493396059, 48.788915041167648, 0.0 ], [ 9.19239959697871, 48.789015346632638, 0.0 ], [ 9.191647511968593, 48.788573996591495, 0.0 ], [ 9.191682254418737, 48.788548670219264, 0.0 ], [ 9.191631789324836, 48.788519259254976, 0.0 ], [ 9.1916290747454, 48.788521152169075, 0.0 ], [ 9.191625390425475, 48.788518550514368, 0.0 ], [ 9.191731376459975, 48.788439870747354, 0.0 ], [ 9.191734376912017, 48.788441574300869, 0.0 ], [ 9.191736819649218, 48.788439771760558, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192408241582957, 48.789201177377187, 0.0 ], [ 9.192412206000297, 48.789198706845283, 0.0 ], [ 9.192415999214157, 48.789201290307844, 0.0 ], [ 9.192412089370476, 48.789203796718155, 0.0 ], [ 9.192408241582957, 48.789201177377187, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192489467704561, 48.789256344666441, 0.0 ], [ 9.192493418513196, 48.789253874154539, 0.0 ], [ 9.192497211700982, 48.789256448622083, 0.0 ], [ 9.192493315466123, 48.789258955012357, 0.0 ], [ 9.192489467704561, 48.789256344666441, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19257464477867, 48.789309032390648, 0.0 ], [ 9.192578438009177, 48.789311615847808, 0.0 ], [ 9.192574528165041, 48.789314122263562, 0.0 ], [ 9.192570680360642, 48.789311502928079, 0.0 ], [ 9.19257464477867, 48.789309032390648, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192655754616535, 48.789369280441647, 0.0 ], [ 9.192651906838124, 48.789366670101238, 0.0 ], [ 9.192655857647408, 48.789364199583794, 0.0 ], [ 9.192659650851811, 48.789366774045931, 0.0 ], [ 9.192655754616535, 48.789369280441647, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19253402480196, 48.789281448795066, 0.0 ], [ 9.192537831637361, 48.789284032230817, 0.0 ], [ 9.192533921793345, 48.789286538645214, 0.0 ], [ 9.192530074027573, 48.789283928300669, 0.0 ], [ 9.19253402480196, 48.789281448795066, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192615148190292, 48.789341705844635, 0.0 ], [ 9.192611300381675, 48.789339086510537, 0.0 ], [ 9.1926152511908, 48.789336615994479, 0.0 ], [ 9.192619044391044, 48.789339190457966, 0.0 ], [ 9.192615148190292, 48.789341705844635, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192688665522398, 48.789391634345947, 0.0 ], [ 9.192692616331829, 48.789389163827245, 0.0 ], [ 9.192696409539987, 48.789391738288153, 0.0 ], [ 9.192692513339049, 48.789394253677422, 0.0 ], [ 9.192688665522398, 48.789391634345947, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19245281223451, 48.789226290507159, 0.0 ], [ 9.192456605418142, 48.789228864976074, 0.0 ], [ 9.192452709183389, 48.789231371364977, 0.0 ], [ 9.192448861426039, 48.789228761017704, 0.0 ], [ 9.19245281223451, 48.789226290507159, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000605f", "Latitude": 48.78924, "Longitude": 9.19261, "X_coordina": 3514225.34, "Y_coordina": 5405769.9, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1313, "PrimaryUsa": "non-heated", "PrimaryU00": 2.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 1.5, "Total_wall": 83.1, "Total_wa00": 0.0, "Total_outw": 135.7, "Total_shar": 20.1, "Total_roof": 796.5, "Gross_volu": 6.9, "Is_Gross_v": "true", "Heated_vol": 6.9, "Ridge_mean": 4.8, "Eaves_mean": 4.76, "Storey_num": 2, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 127.735, "Heated_are": 2.6, "Mean_Uvalu": 0.28, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 18.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192367635427768, 48.789173602691726, 0.0 ], [ 9.19237158620154, 48.789171123191636, 0.0 ], [ 9.192375393020269, 48.789173706632837, 0.0 ], [ 9.192371483176695, 48.789176213041777, 0.0 ], [ 9.192367635427768, 48.789173602691726, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005fed", "Latitude": 48.796, "Longitude": 9.21107, "X_coordina": 3515579.59, "Y_coordina": 5406525.39, "LOD": "LOD2", "Year_of_co": 2002, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1020, "PrimaryUsa": "residential", "PrimaryU00": 3823.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 1124.2, "Total_wall": 2944.6, "Total_wa00": 0.0, "Total_outw": 2944.6, "Total_shar": 46.8, "Total_roof": 1124.2, "Gross_volu": 11948.8, "Is_Gross_v": "false", "Heated_vol": 11948.8, "Ridge_mean": 15.5, "Eaves_mean": 15.54, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 48, "Number_o00": 94, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.435, "Heated_are": 3823.6, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 211494.0, "January_He": 35486.0, "February_H": 25978.0, "March_Heat": 17652.0, "April_Heat": 4844.0, "May_Heatin": 195.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 604.0, "October_He": 8707.0, "November_H": 23012.0, "December_H": 34449.0, "PV_potenti": 45.65 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210877664117202, 48.796309779651004, 0.0 ], [ 9.210858164831137, 48.796364318007342, 0.0 ], [ 9.210815146960803, 48.796364939901757, 0.0 ], [ 9.210770066997378, 48.796358084815679, 0.0 ], [ 9.210772096565519, 48.796352599362699, 0.0 ], [ 9.210757654121442, 48.79635038400103, 0.0 ], [ 9.210767600090215, 48.79632122967525, 0.0 ], [ 9.210782173191429, 48.796323444796549, 0.0 ], [ 9.210791588820072, 48.796296361478944, 0.0 ], [ 9.210775783160551, 48.796293963372264, 0.0 ], [ 9.210776594870325, 48.796291806419561, 0.0 ], [ 9.21078995723162, 48.796293852001888, 0.0 ], [ 9.210876713595367, 48.796046942996256, 0.0 ], [ 9.210863352657219, 48.796044897421304, 0.0 ], [ 9.210864442112655, 48.796042112293058, 0.0 ], [ 9.210959097061416, 48.796055785364814, 0.0 ], [ 9.210957748423708, 48.796058757110444, 0.0 ], [ 9.211037425695441, 48.796071730971292, 0.0 ], [ 9.211039855032265, 48.796068757244321, 0.0 ], [ 9.211043942348967, 48.796069391808089, 0.0 ], [ 9.211057786185886, 48.796026911737719, 0.0 ], [ 9.211035994046229, 48.796024082214089, 0.0 ], [ 9.211036652743953, 48.796021468728298, 0.0 ], [ 9.211054768956224, 48.796023419241806, 0.0 ], [ 9.211154325743502, 48.795681427481703, 0.0 ], [ 9.211136362151505, 48.795679491091697, 0.0 ], [ 9.211137298805278, 48.795675976960915, 0.0 ], [ 9.211297861301444, 48.795696182344876, 0.0 ], [ 9.211296922736379, 48.795699238769636, 0.0 ], [ 9.211282891644084, 48.795697380614513, 0.0 ], [ 9.211186060865639, 48.796040080579509, 0.0 ], [ 9.211197342967132, 48.796041045451645, 0.0 ], [ 9.211196556114167, 48.796043930742449, 0.0 ], [ 9.211227319664596, 48.796047828258786, 0.0 ], [ 9.211188716497185, 48.796158147109175, 0.0 ], [ 9.211143786670309, 48.79615103471243, 0.0 ], [ 9.211143262555508, 48.796154905083036, 0.0 ], [ 9.211128410540516, 48.796153033127347, 0.0 ], [ 9.211063989213089, 48.79633624721599, 0.0 ], [ 9.211078410887886, 48.796338376250759, 0.0 ], [ 9.211077751411111, 48.7963408044956, 0.0 ], [ 9.210912128860711, 48.796315026520716, 0.0 ], [ 9.210877664117202, 48.796309779651004, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005c61", "Latitude": 48.7881, "Longitude": 9.19921, "X_coordina": 3514710.04, "Y_coordina": 5405644.57, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 758.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 175.5, "Total_wall": 595.7, "Total_wa00": 0.0, "Total_outw": 881.1, "Total_shar": 158.8, "Total_roof": 204.2, "Gross_volu": 2545.8, "Is_Gross_v": "false", "Heated_vol": 2370.3, "Ridge_mean": 16.5, "Eaves_mean": 12.34, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.4, "Heated_are": 758.5, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.4, "Total_Year": 43414.0, "January_He": 7560.0, "February_H": 5418.0, "March_Heat": 3544.0, "April_Heat": 817.0, "May_Heatin": 27.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 102.0, "October_He": 1730.0, "November_H": 4836.0, "December_H": 7366.0, "PV_potenti": 9.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199260952112292, 48.788173593096943, 0.0 ], [ 9.199185034497134, 48.788178580313904, 0.0 ], [ 9.199145035082475, 48.788181257279881, 0.0 ], [ 9.199070886226526, 48.78818615143917, 0.0 ], [ 9.199063756890958, 48.788138414301855, 0.0 ], [ 9.199061519737338, 48.788123310994692, 0.0 ], [ 9.199081926797296, 48.788121747014543, 0.0 ], [ 9.199080806795097, 48.788113835668973, 0.0 ], [ 9.199073952124962, 48.788066727522441, 0.0 ], [ 9.199242930096574, 48.788055734365294, 0.0 ], [ 9.199252428258276, 48.788117405560421, 0.0 ], [ 9.199260952112292, 48.788173593096943, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005c64", "Latitude": 48.78803, "Longitude": 9.1992, "X_coordina": 3514709.68, "Y_coordina": 5405636.25, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 39.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.1, "Total_wall": 29.5, "Total_wa00": 0.0, "Total_outw": 125.9, "Total_shar": 81.6, "Total_roof": 42.1, "Gross_volu": 64.4, "Is_Gross_v": "false", "Heated_vol": 64.4, "Ridge_mean": 1.5, "Eaves_mean": 1.53, "Storey_num": 1, "Average_St": 1.5, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.764, "Heated_are": 39.4, "Mean_Uvalu": 0.35, "Specific_d": "15,9", "Specific_s": 51.1, "Total_Year": 2641.0, "January_He": 489.0, "February_H": 338.0, "March_Heat": 223.0, "April_Heat": 65.0, "May_Heatin": 5.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 105.0, "November_H": 298.0, "December_H": 484.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199069070625105, 48.788036791382957, 0.0 ], [ 9.199238455334752, 48.788025437834541, 0.0 ], [ 9.199242930096574, 48.788055734365294, 0.0 ], [ 9.199073952124962, 48.788066727522441, 0.0 ], [ 9.199069070625105, 48.788036791382957, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005afc", "Latitude": 48.78853, "Longitude": 9.21025, "X_coordina": 3515521.36, "Y_coordina": 5405694.72, "LOD": "LOD2", "Year_of_co": 1994, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 93.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.3, "Total_wall": 57.5, "Total_wa00": 0.0, "Total_outw": 142.1, "Total_shar": 196.1, "Total_roof": 62.9, "Gross_volu": 339.6, "Is_Gross_v": "false", "Heated_vol": 293.3, "Ridge_mean": 9.1, "Eaves_mean": 5.6, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 93.8, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.8, "Total_Year": 5878.0, "January_He": 1126.0, "February_H": 755.0, "March_Heat": 415.0, "April_Heat": 64.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 209.0, "November_H": 709.0, "December_H": 1105.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210257227929365, 48.788578031037389, 0.0 ], [ 9.21020620262359, 48.788580012583402, 0.0 ], [ 9.21015531302676, 48.78858190393553, 0.0 ], [ 9.210154451060841, 48.788571024746631, 0.0 ], [ 9.210150726893859, 48.788526519334738, 0.0 ], [ 9.210201343882597, 48.788524538558569, 0.0 ], [ 9.210252504845078, 48.788522466843347, 0.0 ], [ 9.210257227929365, 48.788578031037389, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005957", "Latitude": 48.78855, "Longitude": 9.21393, "X_coordina": 3515791.7, "Y_coordina": 5405697.07, "LOD": "LOD2", "Year_of_co": 1924, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 82.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 37.2, "Total_wall": 113.8, "Total_wa00": 0.0, "Total_outw": 216.5, "Total_shar": 114.4, "Total_roof": 47.4, "Gross_volu": 294.1, "Is_Gross_v": "false", "Heated_vol": 256.9, "Ridge_mean": 9.7, "Eaves_mean": 6.08, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.73, "Heated_are": 82.2, "Mean_Uvalu": 0.54, "Specific_d": "15,8", "Specific_s": 50.7, "Total_Year": 5469.0, "January_He": 1135.0, "February_H": 677.0, "March_Heat": 349.0, "April_Heat": 69.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 156.0, "November_H": 619.0, "December_H": 1152.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213947714188258, 48.788548303425301, 0.0 ], [ 9.213935922650899, 48.78859166853168, 0.0 ], [ 9.213875865578711, 48.7885818884819, 0.0 ], [ 9.213818531827231, 48.788572463039117, 0.0 ], [ 9.213827654417294, 48.788541512364404, 0.0 ], [ 9.213890134654182, 48.788545083206792, 0.0 ], [ 9.213947714188258, 48.788548303425301, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005781", "Latitude": 48.79169, "Longitude": 9.20378, "X_coordina": 3515044.8, "Y_coordina": 5406044.93, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 98.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.4, "Total_wall": 60.3, "Total_wa00": 0.0, "Total_outw": 135.2, "Total_shar": 200.8, "Total_roof": 60.5, "Gross_volu": 354.5, "Is_Gross_v": "false", "Heated_vol": 308.1, "Ridge_mean": 9.3, "Eaves_mean": 5.99, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.505, "Heated_are": 98.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.0, "Total_Year": 6001.0, "January_He": 1136.0, "February_H": 767.0, "March_Heat": 422.0, "April_Heat": 61.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 210.0, "November_H": 718.0, "December_H": 1116.0, "PV_potenti": 1.8 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.203672105021498, 48.791733505880977, 0.0 ], [ 9.203686181192758, 48.791680605906691, 0.0 ], [ 9.203734110257237, 48.791686186309292, 0.0 ], [ 9.203790617448185, 48.79169274067155, 0.0 ], [ 9.203776540655019, 48.791745460812386, 0.0 ], [ 9.203720850717483, 48.791739084844714, 0.0 ], [ 9.203672105021498, 48.791733505880977, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005390", "Latitude": 48.7944, "Longitude": 9.20357, "X_coordina": 3515028.82, "Y_coordina": 5406346.19, "LOD": "LOD2", "Year_of_co": 2015, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 564.2, "SecondaryU": "retail", "Secondar00": 125.2, "BuildingTy": "GMH", "Footprint_": 156.5, "Total_wall": 519.6, "Total_wa00": 0.0, "Total_outw": 766.7, "Total_shar": 141.8, "Total_roof": 194.2, "Gross_volu": 2310.7, "Is_Gross_v": "false", "Heated_vol": 2154.3, "Ridge_mean": 16.8, "Eaves_mean": 13.28, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 11, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.395, "Heated_are": 689.4, "Mean_Uvalu": 0.4, "Specific_d": "26,2", "Specific_s": 35.6, "Total_Year": 42630.0, "January_He": 6032.0, "February_H": 4278.0, "March_Heat": 2693.0, "April_Heat": 597.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 62.0, "October_He": 1227.0, "November_H": 3746.0, "December_H": 5897.0, "PV_potenti": 8.99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20353563514333, 48.794501594953509, 0.0 ], [ 9.20353345274131, 48.794500429804494, 0.0 ], [ 9.203404255259986, 48.794424852517594, 0.0 ], [ 9.20351321791199, 48.794343279184005, 0.0 ], [ 9.203645279725366, 48.794420379985119, 0.0 ], [ 9.203642838217604, 48.794422452544495, 0.0 ], [ 9.20353563514333, 48.794501594953509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005391", "Latitude": 48.79449, "Longitude": 9.2037, "X_coordina": 3515038.18, "Y_coordina": 5406356.0, "LOD": "LOD2", "Year_of_co": 1969, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 461.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 169.3, "Total_wall": 234.0, "Total_wa00": 0.0, "Total_outw": 411.7, "Total_shar": 265.0, "Total_roof": 169.3, "Gross_volu": 1154.1, "Is_Gross_v": "false", "Heated_vol": 1154.1, "Ridge_mean": 6.8, "Eaves_mean": 6.82, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.496, "Heated_are": 461.6, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 39.8, "Total_Year": 52087.0, "January_He": 4467.0, "February_H": 3157.0, "March_Heat": 2053.0, "April_Heat": 562.0, "May_Heatin": 43.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 90.0, "October_He": 949.0, "November_H": 2727.0, "December_H": 4338.0, "PV_potenti": 7.6 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20353563514333, 48.794501594953509, 0.0 ], [ 9.203642838217604, 48.794422452544495, 0.0 ], [ 9.203693997122045, 48.794451946916553, 0.0 ], [ 9.203672422398817, 48.794468261240254, 0.0 ], [ 9.203778560066059, 48.79452940134081, 0.0 ], [ 9.203687240112998, 48.794598354420529, 0.0 ], [ 9.203526532504638, 48.79450565760159, 0.0 ], [ 9.20353345274131, 48.794500429804494, 0.0 ], [ 9.20353563514333, 48.794501594953509, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005342", "Latitude": 48.79541, "Longitude": 9.21116, "X_coordina": 3515586.11, "Y_coordina": 5406459.33, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1022, "PrimaryUsa": "health care", "PrimaryU00": 872.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 193.2, "Total_wall": 751.8, "Total_wa00": 0.0, "Total_outw": 1147.3, "Total_shar": 0.0, "Total_roof": 284.1, "Gross_volu": 2764.6, "Is_Gross_v": "false", "Heated_vol": 2726.6, "Ridge_mean": 17.7, "Eaves_mean": 9.37, "Storey_num": 7, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.449, "Heated_are": 872.5, "Mean_Uvalu": 0.48, "Specific_d": "155,5", "Specific_s": 132.1, "Total_Year": 250963.0, "January_He": 23864.0, "February_H": 18509.0, "March_Heat": 14472.0, "April_Heat": 6940.0, "May_Heatin": 1668.0, "June_Heati": 132, "July_Heati": 17, "August_Hea": 32, "September_": 2297.0, "October_He": 8171.0, "November_H": 16180.0, "December_H": 22978.0, "PV_potenti": 13.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211091460645154, 48.795489561361734, 0.0 ], [ 9.211011377577982, 48.79547729867658, 0.0 ], [ 9.211057243180612, 48.795346825486973, 0.0 ], [ 9.211103686158761, 48.795354024168937, 0.0 ], [ 9.211105972810287, 48.795347545481917, 0.0 ], [ 9.211139340485039, 48.795352609952282, 0.0 ], [ 9.211170529325019, 48.795357408637642, 0.0 ], [ 9.211167974241611, 48.795364787053614, 0.0 ], [ 9.211216731068744, 48.795371981447182, 0.0 ], [ 9.211187118185594, 48.795450808781695, 0.0 ], [ 9.211214763776798, 48.795454534870103, 0.0 ], [ 9.211196467224694, 48.795505555075401, 0.0 ], [ 9.211091460645154, 48.795489561361734, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005343", "Latitude": 48.7953, "Longitude": 9.21122, "X_coordina": 3515590.86, "Y_coordina": 5406447.42, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 25.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 26.9, "Total_wall": 42.1, "Total_wa00": 0.0, "Total_outw": 150.1, "Total_shar": 0.0, "Total_roof": 26.9, "Gross_volu": 52.9, "Is_Gross_v": "false", "Heated_vol": 52.9, "Ridge_mean": 2.0, "Eaves_mean": 1.95, "Storey_num": 1, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.813, "Heated_are": 25.0, "Mean_Uvalu": 0.27, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211135870271434, 48.795336519999722, 0.0 ], [ 9.211152545242843, 48.795288290405729, 0.0 ], [ 9.211197354145673, 48.79529531219903, 0.0 ], [ 9.211220720280146, 48.795349583167543, 0.0 ], [ 9.211135870271434, 48.795336519999722, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005335", "Latitude": 48.78911, "Longitude": 9.19797, "X_coordina": 3514618.79, "Y_coordina": 5405756.13, "LOD": "LOD2", "Year_of_co": 2003, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 2655.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 524.8, "Total_wall": 1492.5, "Total_wa00": 0.0, "Total_outw": 2034.6, "Total_shar": 90.5, "Total_roof": 524.8, "Gross_volu": 8824.5, "Is_Gross_v": "false", "Heated_vol": 8299.7, "Ridge_mean": 19.6, "Eaves_mean": 19.56, "Storey_num": 7, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.298, "Heated_are": 2655.9, "Mean_Uvalu": 0.37, "Specific_d": "73,0", "Specific_s": 41.3, "Total_Year": 303503.00000000006, "January_He": 25164.0, "February_H": 18816.0, "March_Heat": 13354.0, "April_Heat": 4468.0, "May_Heatin": 385.0, "June_Heati": 10, "July_Heati": 1, "August_Hea": 2, "September_": 797.0, "October_He": 6340.0, "November_H": 16118.0, "December_H": 24141.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198044378010804, 48.789121688567462, 0.0 ], [ 9.198044520470743, 48.789123306947992, 0.0 ], [ 9.198054700975408, 48.789254937648579, 0.0 ], [ 9.19782080214431, 48.789265680909324, 0.0 ], [ 9.197791711456425, 48.788997039039394, 0.0 ], [ 9.197837020152758, 48.788994623193283, 0.0 ], [ 9.198033911934989, 48.788986641255541, 0.0 ], [ 9.198039649943953, 48.789061447858607, 0.0 ], [ 9.198044378010804, 48.789121688567462, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00005336", "Latitude": 48.78889, "Longitude": 9.19805, "X_coordina": 3514624.9, "Y_coordina": 5405731.85, "LOD": "LOD2", "Year_of_co": 1967, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 376.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 405.5, "Total_wall": 123.9, "Total_wa00": 0.0, "Total_outw": 415.3, "Total_shar": 89.6, "Total_roof": 405.5, "Gross_volu": 748.9, "Is_Gross_v": "false", "Heated_vol": 748.9, "Ridge_mean": 1.8, "Eaves_mean": 1.84, "Storey_num": 1, "Average_St": 1.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.248, "Heated_are": 376.1, "Mean_Uvalu": 0.3, "Specific_d": "73,0", "Specific_s": 58.0, "Total_Year": 49269.0, "January_He": 4767.0, "February_H": 3631.0, "March_Heat": 2722.0, "April_Heat": 1104.0, "May_Heatin": 153.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 1, "September_": 257.0, "October_He": 1410.0, "November_H": 3155.0, "December_H": 4603.0, "PV_potenti": 19.55 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198033911934989, 48.788986641255541, 0.0 ], [ 9.197837020152758, 48.788994623193283, 0.0 ], [ 9.197869759342874, 48.788875867732273, 0.0 ], [ 9.19788033467611, 48.788831157508532, 0.0 ], [ 9.198159414885415, 48.788820786005097, 0.0 ], [ 9.198174607460558, 48.788981003795911, 0.0 ], [ 9.198085754332222, 48.788984573769973, 0.0 ], [ 9.198033911934989, 48.788986641255541, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000532c", "Latitude": 48.79, "Longitude": 9.19862, "X_coordina": 3514666.23, "Y_coordina": 5405855.23, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 438.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 92.2, "Total_wall": 537.7, "Total_wa00": 0.0, "Total_outw": 731.5, "Total_shar": 125.4, "Total_roof": 101.6, "Gross_volu": 1587.6, "Is_Gross_v": "false", "Heated_vol": 1495.3, "Ridge_mean": 19.0, "Eaves_mean": 15.31, "Storey_num": 6, "Average_St": 3.0, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.481, "Heated_are": 438.4, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 45.3, "Total_Year": 26816.0, "January_He": 5037.0, "February_H": 3417.0, "March_Heat": 1973.0, "April_Heat": 369.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 46.0, "October_He": 962.0, "November_H": 3083.0, "December_H": 4971.0, "PV_potenti": 3.16 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198521541779176, 48.789991417661781, 0.0 ], [ 9.198571477603769, 48.789954283029964, 0.0 ], [ 9.198664099780641, 48.790008706920091, 0.0 ], [ 9.198600594459744, 48.790055936440979, 0.0 ], [ 9.198570741374727, 48.790078109134569, 0.0 ], [ 9.198545642138816, 48.790063404937271, 0.0 ], [ 9.198548084355501, 48.790061512330347, 0.0 ], [ 9.198527486477591, 48.790049408153045, 0.0 ], [ 9.198480561387949, 48.790021792564609, 0.0 ], [ 9.198521541779176, 48.789991417661781, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000532d", "Latitude": 48.79004, "Longitude": 9.19855, "X_coordina": 3514661.2, "Y_coordina": 5405860.65, "LOD": "LOD2", "Year_of_co": 1997, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 104.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.9, "Total_wall": 140.7, "Total_wa00": 0.0, "Total_outw": 246.5, "Total_shar": 125.7, "Total_roof": 42.9, "Gross_volu": 359.3, "Is_Gross_v": "false", "Heated_vol": 327.4, "Ridge_mean": 8.4, "Eaves_mean": 8.39, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.668, "Heated_are": 104.8, "Mean_Uvalu": 0.72, "Specific_d": "73,0", "Specific_s": 91.0, "Total_Year": 17184.0, "January_He": 2221.0, "February_H": 1621.0, "March_Heat": 1074.0, "April_Heat": 318.0, "May_Heatin": 32.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 568.0, "November_H": 1464.0, "December_H": 2165.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198570741374727, 48.790078109134569, 0.0 ], [ 9.198555136487704, 48.790089736189813, 0.0 ], [ 9.198530032773588, 48.790108393662237, 0.0 ], [ 9.198437410557601, 48.790053969665372, 0.0 ], [ 9.198444602189186, 48.79004856185486, 0.0 ], [ 9.198480561387949, 48.790021792564609, 0.0 ], [ 9.198548084355501, 48.790061512330347, 0.0 ], [ 9.198545642138816, 48.790063404937271, 0.0 ], [ 9.198570741374727, 48.790078109134569, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000051b2", "Latitude": 48.79536, "Longitude": 9.20795, "X_coordina": 3515350.62, "Y_coordina": 5406453.95, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1225.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 228.3, "Total_wall": 978.0, "Total_wa00": 0.0, "Total_outw": 1251.8, "Total_shar": 231.0, "Total_roof": 228.3, "Gross_volu": 3829.2, "Is_Gross_v": "false", "Heated_vol": 3829.2, "Ridge_mean": 18.1, "Eaves_mean": 18.1, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 20, "Number_o00": 36, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.375, "Heated_are": 1225.3, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 31.7, "Total_Year": 58307.0, "January_He": 9666.0, "February_H": 6727.0, "March_Heat": 4246.0, "April_Heat": 955.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 83.0, "October_He": 1852.0, "November_H": 5882.0, "December_H": 9456.0, "PV_potenti": 8.69 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.207787001418049, 48.795319051123279, 0.0 ], [ 9.20783929947007, 48.795326959944518, 0.0 ], [ 9.207842257787995, 48.795318232021394, 0.0 ], [ 9.208007056248753, 48.795344371997658, 0.0 ], [ 9.208004097214399, 48.795352920079182, 0.0 ], [ 9.208046590807545, 48.795359677508664, 0.0 ], [ 9.208050223676391, 48.795349509584874, 0.0 ], [ 9.208063298484911, 48.795351554204679, 0.0 ], [ 9.208040691315432, 48.795414181834829, 0.0 ], [ 9.208030465412667, 48.795442795994887, 0.0 ], [ 9.207997097244462, 48.795437550778345, 0.0 ], [ 9.207992925506067, 48.795449068526707, 0.0 ], [ 9.207922240212838, 48.795438135574372, 0.0 ], [ 9.207866127319921, 48.795429334441337, 0.0 ], [ 9.207754037699692, 48.795411731847643, 0.0 ], [ 9.207787001418049, 48.795319051123279, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004dc6", "Latitude": 48.7894, "Longitude": 9.20663, "X_coordina": 3515255.59, "Y_coordina": 5405790.68, "LOD": "LOD2", "Year_of_co": 1953, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 350.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 97.0, "Total_wall": 304.8, "Total_wa00": 0.0, "Total_outw": 440.8, "Total_shar": 155.7, "Total_roof": 97.0, "Gross_volu": 941.4, "Is_Gross_v": "false", "Heated_vol": 941.4, "Ridge_mean": 9.7, "Eaves_mean": 9.71, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.53, "Heated_are": 350.2, "Mean_Uvalu": 0.48, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.206620988077086, 48.78949077318142, 0.0 ], [ 9.206533449449191, 48.789483106855144, 0.0 ], [ 9.206550734930348, 48.78938406992765, 0.0 ], [ 9.206556185471968, 48.789352586877726, 0.0 ], [ 9.206647945271504, 48.78936087507774, 0.0 ], [ 9.206620988077086, 48.78949077318142, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004a0e", "Latitude": 48.78868, "Longitude": 9.21186, "X_coordina": 3515640.04, "Y_coordina": 5405712.07, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 95.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 43.1, "Total_wall": 49.1, "Total_wa00": 0.0, "Total_outw": 111.0, "Total_shar": 229.6, "Total_roof": 58.6, "Gross_volu": 341.3, "Is_Gross_v": "false", "Heated_vol": 298.2, "Ridge_mean": 9.9, "Eaves_mean": 5.9, "Storey_num": 3, "Average_St": 3.0, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.471, "Heated_are": 95.4, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.2, "Total_Year": 5541.0, "January_He": 1026.0, "February_H": 699.0, "March_Heat": 389.0, "April_Heat": 58.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 193.0, "November_H": 651.0, "December_H": 1006.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.211757411445355, 48.788723656303212, 0.0 ], [ 9.211764164307672, 48.788679041755316, 0.0 ], [ 9.211825423179805, 48.788683425275778, 0.0 ], [ 9.21188218999646, 48.788687547257624, 0.0 ], [ 9.211874754143036, 48.788731533603411, 0.0 ], [ 9.211819213591408, 48.78872776905704, 0.0 ], [ 9.211757411445355, 48.788723656303212, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000049ab", "Latitude": 48.79565, "Longitude": 9.20959, "X_coordina": 3515470.65, "Y_coordina": 5406485.96, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 425.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 123.3, "Total_wall": 435.5, "Total_wa00": 0.0, "Total_outw": 678.0, "Total_shar": 0.0, "Total_roof": 179.3, "Gross_volu": 1398.7, "Is_Gross_v": "false", "Heated_vol": 1329.2, "Ridge_mean": 13.8, "Eaves_mean": 8.79, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 5, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.545, "Heated_are": 425.3, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.3, "Total_Year": 27270.0, "January_He": 5082.0, "February_H": 3503.0, "March_Heat": 2151.0, "April_Heat": 489.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1040.0, "November_H": 3169.0, "December_H": 5014.0, "PV_potenti": 8.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209630868955127, 48.795682147883902, 0.0 ], [ 9.209616611243465, 48.795722909200528, 0.0 ], [ 9.20944173612069, 48.795696160389198, 0.0 ], [ 9.209455863099592, 48.795656658261386, 0.0 ], [ 9.209471066188293, 48.795614096773754, 0.0 ], [ 9.209645260878018, 48.795640936703158, 0.0 ], [ 9.209630868955127, 48.795682147883902, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000049ac", "Latitude": 48.79552, "Longitude": 9.20958, "X_coordina": 3515470.3, "Y_coordina": 5406471.45, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 35.1, "Total_wall": 54.8, "Total_wa00": 0.0, "Total_outw": 170.7, "Total_shar": 36.4, "Total_roof": 35.1, "Gross_volu": 112.0, "Is_Gross_v": "false", "Heated_vol": 89.4, "Ridge_mean": 3.2, "Eaves_mean": 3.19, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 1.24, "Heated_are": 28.6, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209471188120048, 48.795545305041912, 0.0 ], [ 9.209482891310603, 48.795512101966487, 0.0 ], [ 9.209544451114143, 48.795521431942582, 0.0 ], [ 9.209605330029248, 48.79553067320154, 0.0 ], [ 9.209594171719374, 48.79556396522117, 0.0 ], [ 9.209471188120048, 48.795545305041912, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004950", "Latitude": 48.78761, "Longitude": 9.2056, "X_coordina": 3515179.83, "Y_coordina": 5405591.44, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 483.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 161.5, "Total_wall": 292.9, "Total_wa00": 0.0, "Total_outw": 566.9, "Total_shar": 152.5, "Total_roof": 253.6, "Gross_volu": 1661.7, "Is_Gross_v": "false", "Heated_vol": 1512.2, "Ridge_mean": 13.4, "Eaves_mean": 7.64, "Storey_num": 5, "Average_St": 2.5, "Number_of_": 6, "Number_o00": 9, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 0.45, "Heated_are": 483.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 43.6, "Total_Year": 28753.0, "January_He": 5093.0, "February_H": 3603.0, "March_Heat": 2345.0, "April_Heat": 623.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 72.0, "October_He": 1103.0, "November_H": 3205.0, "December_H": 5014.0, "PV_potenti": 11.72 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205679015441568, 48.787606490690742, 0.0 ], [ 9.205663550393892, 48.787651749915028, 0.0 ], [ 9.205650371592855, 48.787690350702924, 0.0 ], [ 9.205425828245959, 48.787657120022899, 0.0 ], [ 9.205454744988741, 48.787573349502885, 0.0 ], [ 9.205679015441568, 48.787606490690742, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000478d", "Latitude": 48.79116, "Longitude": 9.21106, "X_coordina": 3515580.55, "Y_coordina": 5405987.72, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 526.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.9, "Total_wall": 380.1, "Total_wa00": 0.0, "Total_outw": 560.1, "Total_shar": 166.0, "Total_roof": 196.6, "Gross_volu": 1659.9, "Is_Gross_v": "false", "Heated_vol": 1643.6, "Ridge_mean": 15.1, "Eaves_mean": 10.33, "Storey_num": 6, "Average_St": 2.5, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.43, "Heated_are": 526.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 44.4, "Total_Year": 31699.0, "January_He": 5628.0, "February_H": 4069.0, "March_Heat": 2578.0, "April_Heat": 539.0, "May_Heatin": 17.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 70.0, "October_He": 1295.0, "November_H": 3685.0, "December_H": 5488.0, "PV_potenti": 9.26 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.21099892517079, 48.791112071295856, 0.0 ], [ 9.211120593001509, 48.791143951041185, 0.0 ], [ 9.211036695389442, 48.79125893726814, 0.0 ], [ 9.21092058200375, 48.791221022379979, 0.0 ], [ 9.21099892517079, 48.791112071295856, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004438", "Latitude": 48.79517, "Longitude": 9.20956, "X_coordina": 3515468.53, "Y_coordina": 5406433.34, "LOD": "LOD2", "Year_of_co": 1978, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 573.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 126.3, "Total_wall": 596.6, "Total_wa00": 0.0, "Total_outw": 854.1, "Total_shar": 0.0, "Total_roof": 127.1, "Gross_volu": 1482.1, "Is_Gross_v": "false", "Heated_vol": 1432.8, "Ridge_mean": 12.1, "Eaves_mean": 11.35, "Storey_num": 5, "Average_St": 2.3, "Number_of_": 7, "Number_o00": 15, "Attic_Heat": "NOT_HEATED", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.573, "Heated_are": 573.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 30560.0, "January_He": 5580.0, "February_H": 3726.0, "March_Heat": 2003.0, "April_Heat": 277.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 921.0, "November_H": 3421.0, "December_H": 5509.0, "PV_potenti": 5.43 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209496312126509, 48.795106882050966, 0.0 ], [ 9.209574765084369, 48.79512013791517, 0.0 ], [ 9.209586342351814, 48.79512209516399, 0.0 ], [ 9.209529034395613, 48.795283881986599, 0.0 ], [ 9.209439007641109, 48.79526956805838, 0.0 ], [ 9.209496312126509, 48.795106882050966, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00004273", "Latitude": 48.79112, "Longitude": 9.20927, "X_coordina": 3515448.95, "Y_coordina": 5405982.91, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 122.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 48.4, "Total_wall": 68.1, "Total_wa00": 0.0, "Total_outw": 134.2, "Total_shar": 230.4, "Total_roof": 67.5, "Gross_volu": 400.5, "Is_Gross_v": "false", "Heated_vol": 383.5, "Ridge_mean": 10.3, "Eaves_mean": 6.23, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.47, "Heated_are": 122.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 41.8, "Total_Year": 7073.0, "January_He": 1276.0, "February_H": 871.0, "March_Heat": 544.0, "April_Heat": 136.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 15.0, "October_He": 243.0, "November_H": 774.0, "December_H": 1265.0, "PV_potenti": 2.74 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209202553069058, 48.791103478695788, 0.0 ], [ 9.209279351981049, 48.79111323075351, 0.0 ], [ 9.209267264567151, 48.791152009795852, 0.0 ], [ 9.209256252064177, 48.791187459709882, 0.0 ], [ 9.209179315452662, 48.791177348192555, 0.0 ], [ 9.209190599077116, 48.791141628022487, 0.0 ], [ 9.209202553069058, 48.791103478695788, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003efe", "Latitude": 48.78912, "Longitude": 9.19991, "X_coordina": 3514761.48, "Y_coordina": 5405757.68, "LOD": "LOD2", "Year_of_co": 1984, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 739.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 164.8, "Total_wall": 437.8, "Total_wa00": 0.0, "Total_outw": 648.5, "Total_shar": 307.7, "Total_roof": 217.8, "Gross_volu": 2476.0, "Is_Gross_v": "false", "Heated_vol": 2311.2, "Ridge_mean": 17.7, "Eaves_mean": 12.82, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 12, "Number_o00": 19, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.346, "Heated_are": 739.6, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 35921.0, "January_He": 6001.0, "February_H": 4201.0, "March_Heat": 2672.0, "April_Heat": 528.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 50.0, "October_He": 1176.0, "November_H": 3706.0, "December_H": 5861.0, "PV_potenti": 8.89 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19977179130699, 48.789192801899787, 0.0 ], [ 9.199767235094811, 48.789142092870264, 0.0 ], [ 9.199762398145259, 48.789089226159689, 0.0 ], [ 9.199810430055296, 48.789087164508338, 0.0 ], [ 9.199892479096963, 48.789083694939237, 0.0 ], [ 9.199961873904742, 48.789080786827533, 0.0 ], [ 9.199967855167388, 48.789147589707177, 0.0 ], [ 9.199951119295539, 48.789148428080374, 0.0 ], [ 9.199955077023843, 48.789185469748418, 0.0 ], [ 9.19977179130699, 48.789192801899787, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003ec9", "Latitude": 48.78914, "Longitude": 9.19933, "X_coordina": 3514719.07, "Y_coordina": 5405759.83, "LOD": "LOD2", "Year_of_co": 1970, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 881.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 168.4, "Total_wall": 476.4, "Total_wa00": 0.0, "Total_outw": 672.6, "Total_shar": 474.6, "Total_roof": 246.1, "Gross_volu": 2924.0, "Is_Gross_v": "false", "Heated_vol": 2755.7, "Ridge_mean": 21.9, "Eaves_mean": 14.51, "Storey_num": 8, "Average_St": 2.6, "Number_of_": 14, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.316, "Heated_are": 881.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 33.7, "Total_Year": 43698.0, "January_He": 7245.0, "February_H": 5142.0, "March_Heat": 3402.0, "April_Heat": 805.0, "May_Heatin": 25.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 73.0, "October_He": 1463.0, "November_H": 4464.0, "December_H": 7111.0, "PV_potenti": 10.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199394465369551, 48.789206674637306, 0.0 ], [ 9.199190086558231, 48.789214312155437, 0.0 ], [ 9.199185950589612, 48.789166479932767, 0.0 ], [ 9.199181669285242, 48.789116309946245, 0.0 ], [ 9.199238410653283, 48.789114143544879, 0.0 ], [ 9.199237702078156, 48.789107040803131, 0.0 ], [ 9.199246389054917, 48.789101270659934, 0.0 ], [ 9.199275916316767, 48.789100140483548, 0.0 ], [ 9.199285058206398, 48.789106149547294, 0.0 ], [ 9.19928453984113, 48.7891127148702, 0.0 ], [ 9.199385639786406, 48.789108763073472, 0.0 ], [ 9.199390193117329, 48.789158842657855, 0.0 ], [ 9.199394465369551, 48.789206674637306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003c55", "Latitude": 48.79526, "Longitude": 9.20931, "X_coordina": 3515450.01, "Y_coordina": 5406442.98, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 228.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 82.9, "Total_wall": 215.5, "Total_wa00": 0.0, "Total_outw": 359.0, "Total_shar": 132.6, "Total_roof": 121.3, "Gross_volu": 767.4, "Is_Gross_v": "false", "Heated_vol": 712.4, "Ridge_mean": 11.3, "Eaves_mean": 6.94, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.568, "Heated_are": 228.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 14605.0, "January_He": 2770.0, "February_H": 1870.0, "March_Heat": 1104.0, "April_Heat": 235.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 30.0, "October_He": 534.0, "November_H": 1698.0, "December_H": 2744.0, "PV_potenti": 4.44 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209181379116924, 48.795307894121464, 0.0 ], [ 9.209194163445737, 48.795272800715686, 0.0 ], [ 9.209207485452838, 48.795236087707657, 0.0 ], [ 9.209340687416098, 48.795257427301131, 0.0 ], [ 9.209327910301356, 48.795294229257536, 0.0 ], [ 9.209315669739308, 48.795329141842586, 0.0 ], [ 9.209301641390777, 48.795326919250812, 0.0 ], [ 9.209264050867057, 48.795320962686489, 0.0 ], [ 9.20922087623711, 48.795314117019572, 0.0 ], [ 9.209181379116924, 48.795307894121464, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003b25", "Latitude": 48.7888, "Longitude": 9.19578, "X_coordina": 3514457.8, "Y_coordina": 5405721.84, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 915.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 194.9, "Total_wall": 461.4, "Total_wa00": 0.0, "Total_outw": 693.0, "Total_shar": 450.7, "Total_roof": 227.6, "Gross_volu": 2969.3, "Is_Gross_v": "false", "Heated_vol": 2862.2, "Ridge_mean": 17.0, "Eaves_mean": 13.4, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 15, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.5, "Surface_ar": 0.304, "Heated_are": 915.9, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 32.7, "Total_Year": 44500.0, "January_He": 7376.0, "February_H": 5241.0, "March_Heat": 3295.0, "April_Heat": 641.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 60.0, "October_He": 1534.0, "November_H": 4660.0, "December_H": 7171.0, "PV_potenti": 11.08 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195611498543213, 48.788776583516444, 0.0 ], [ 9.195688710126426, 48.788754061344193, 0.0 ], [ 9.195761299859676, 48.788732895832005, 0.0 ], [ 9.195850818291852, 48.788865380995006, 0.0 ], [ 9.195777823285677, 48.788887356564892, 0.0 ], [ 9.195701973832463, 48.788910236176001, 0.0 ], [ 9.195611498543213, 48.788776583516444, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000039fd", "Latitude": 48.79351, "Longitude": 9.19268, "X_coordina": 3514229.2, "Y_coordina": 5406245.11, "LOD": "LOD2", "Year_of_co": 2007, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2090, "PrimaryUsa": "hall", "PrimaryU00": 26198.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "HH", "Footprint_": 2869.0, "Total_wall": 5647.7, "Total_wa00": 0.0, "Total_outw": 6420.9, "Total_shar": 2284.3, "Total_roof": 2869.0, "Gross_volu": 82094.0, "Is_Gross_v": "false", "Heated_vol": 81871.1, "Ridge_mean": 33.9, "Eaves_mean": 33.88, "Storey_num": 13, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.139, "Heated_are": 26198.7, "Mean_Uvalu": 0.37, "Specific_d": "non calculated", "Specific_s": 59.2, "Total_Year": 1550254.0, "January_He": 257683.0, "February_H": 210064.0, "March_Heat": 186686.0, "April_Heat": 121999.0, "May_Heatin": 65819.0, "June_Heati": 24981, "July_Heati": 9336, "August_Hea": 14576, "September_": 76290.0, "October_He": 136019.0, "November_H": 196374.0, "December_H": 250427.0, "PV_potenti": 137.93 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.192405434237489, 48.793318271476657, 0.0 ], [ 9.192411263905161, 48.793312326780004, 0.0 ], [ 9.192415466887914, 48.793308093349069, 0.0 ], [ 9.192419265004542, 48.793304759830271, 0.0 ], [ 9.192352018801133, 48.793230505380521, 0.0 ], [ 9.192340947851278, 48.79321829426646, 0.0 ], [ 9.192476981513515, 48.793164832211453, 0.0 ], [ 9.19253188410406, 48.793143248694683, 0.0 ], [ 9.192548286079715, 48.793161475756371, 0.0 ], [ 9.193054417394926, 48.793720762280458, 0.0 ], [ 9.193081890644622, 48.793751110384726, 0.0 ], [ 9.192891770563437, 48.793826425263248, 0.0 ], [ 9.192884936119553, 48.793818793208054, 0.0 ], [ 9.192767194736774, 48.79388679273638, 0.0 ], [ 9.192693212355058, 48.793830894176992, 0.0 ], [ 9.192535815310476, 48.793921620558557, 0.0 ], [ 9.192433440834829, 48.793844097720985, 0.0 ], [ 9.192195796984535, 48.793664197848862, 0.0 ], [ 9.192349391229696, 48.79357563644546, 0.0 ], [ 9.192316588194524, 48.793539452034878, 0.0 ], [ 9.192284058441441, 48.793503536929109, 0.0 ], [ 9.192362199501281, 48.793472652560425, 0.0 ], [ 9.192360141127461, 48.793468249743832, 0.0 ], [ 9.192357392275046, 48.793461240296992, 0.0 ], [ 9.192355051385153, 48.793454140245032, 0.0 ], [ 9.192353118457614, 48.793446949587981, 0.0 ], [ 9.192351177967733, 48.793437780624913, 0.0 ], [ 9.192350199128892, 48.793430948068384, 0.0 ], [ 9.192349490431253, 48.793423575519157, 0.0 ], [ 9.192349189695276, 48.793416112364902, 0.0 ], [ 9.19234943371003, 48.793408738224294, 0.0 ], [ 9.192350084310979, 48.793400913786627, 0.0 ], [ 9.192351283099891, 48.793394077592581, 0.0 ], [ 9.192352889162137, 48.793386970947481, 0.0 ], [ 9.192354767427226, 48.793379863847669, 0.0 ], [ 9.192357054340421, 48.793372845988749, 0.0 ], [ 9.19235961345619, 48.793365827675075, 0.0 ], [ 9.19236001832317, 48.793364927763015, 0.0 ], [ 9.192362042314043, 48.793360338279712, 0.0 ], [ 9.192365554139473, 48.793353318374386, 0.0 ], [ 9.192369338510815, 48.793346387937255, 0.0 ], [ 9.192373667631056, 48.793339546513494, 0.0 ], [ 9.192378269296968, 48.79333279455782, 0.0 ], [ 9.192381112988283, 48.793329013016908, 0.0 ], [ 9.192391606901415, 48.793332682351355, 0.0 ], [ 9.192393911343361, 48.793330250564686, 0.0 ], [ 9.192399604912289, 48.793324306096025, 0.0 ], [ 9.192405434237489, 48.793318271476657, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000039ef", "Latitude": 48.78822, "Longitude": 9.20953, "X_coordina": 3515469.01, "Y_coordina": 5405660.29, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 142.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 53.6, "Total_wall": 87.4, "Total_wa00": 0.0, "Total_outw": 160.2, "Total_shar": 200.4, "Total_roof": 84.0, "Gross_volu": 489.8, "Is_Gross_v": "false", "Heated_vol": 445.8, "Ridge_mean": 11.4, "Eaves_mean": 6.85, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 2, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.483, "Heated_are": 142.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 45.2, "Total_Year": 8707.0, "January_He": 1552.0, "February_H": 1091.0, "March_Heat": 721.0, "April_Heat": 205.0, "May_Heatin": 12.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 26.0, "October_He": 341.0, "November_H": 970.0, "December_H": 1530.0, "PV_potenti": 3.27 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209442001778518, 48.788239065615777, 0.0 ], [ 9.209455189790251, 48.788203341937979, 0.0 ], [ 9.209549563955266, 48.788218906890343, 0.0 ], [ 9.209536374134531, 48.788254180963868, 0.0 ], [ 9.209525068933621, 48.788284505805635, 0.0 ], [ 9.209431102541997, 48.788268850168151, 0.0 ], [ 9.209442001778518, 48.788239065615777, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000037fb", "Latitude": 48.7903, "Longitude": 9.19827, "X_coordina": 3514640.46, "Y_coordina": 5405888.83, "LOD": "LOD2", "Year_of_co": 2006, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 885.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 209.9, "Total_wall": 493.2, "Total_wa00": 0.0, "Total_outw": 707.4, "Total_shar": 273.4, "Total_roof": 209.9, "Gross_volu": 2391.8, "Is_Gross_v": "false", "Heated_vol": 2391.8, "Ridge_mean": 12.2, "Eaves_mean": 12.18, "Storey_num": 5, "Average_St": 2.4, "Number_of_": 11, "Number_o00": 16, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.382, "Heated_are": 885.9, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 32.2, "Total_Year": 42570.0, "January_He": 6589.0, "February_H": 4987.0, "March_Heat": 3509.0, "April_Heat": 988.0, "May_Heatin": 30.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 105.0, "October_He": 1666.0, "November_H": 4319.0, "December_H": 6345.0, "PV_potenti": 9.78 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198173533068864, 48.790263316660038, 0.0 ], [ 9.198200266213867, 48.790243667301453, 0.0 ], [ 9.19819099027834, 48.790238197925284, 0.0 ], [ 9.198208900731368, 48.790224498707936, 0.0 ], [ 9.198361270790505, 48.790314070044204, 0.0 ], [ 9.198227201309329, 48.790413486662061, 0.0 ], [ 9.198084380374132, 48.790329653836451, 0.0 ], [ 9.198164713216835, 48.790269986186061, 0.0 ], [ 9.198173533068864, 48.790263316660038, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000037e9", "Latitude": 48.79271, "Longitude": 9.19886, "X_coordina": 3514683.48, "Y_coordina": 5406157.46, "LOD": "LOD2", "Year_of_co": 1976, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3071, "PrimaryUsa": "office and administration", "PrimaryU00": 399.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 151.2, "Total_wall": 315.2, "Total_wa00": 0.0, "Total_outw": 617.6, "Total_shar": 58.4, "Total_roof": 231.5, "Gross_volu": 1398.5, "Is_Gross_v": "false", "Heated_vol": 1247.3, "Ridge_mean": 12.2, "Eaves_mean": 7.19, "Storey_num": 4, "Average_St": 2.8, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.535, "Heated_are": 399.1, "Mean_Uvalu": 0.48, "Specific_d": "14,6", "Specific_s": 67.3, "Total_Year": 32709.0, "January_He": 6216.0, "February_H": 4512.0, "March_Heat": 3089.0, "April_Heat": 1016.0, "May_Heatin": 115.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 225.0, "October_He": 1627.0, "November_H": 4010.0, "December_H": 6065.0, "PV_potenti": 8.49 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198903848758336, 48.792751142900528, 0.0 ], [ 9.198940409565488, 48.792772841252635, 0.0 ], [ 9.19891910443976, 48.792788704607517, 0.0 ], [ 9.198902141705169, 48.792801323209147, 0.0 ], [ 9.198863814437319, 48.792780347284214, 0.0 ], [ 9.198827446243349, 48.792807387157993, 0.0 ], [ 9.198695531061489, 48.792730010791821, 0.0 ], [ 9.198789843700045, 48.792659797549099, 0.0 ], [ 9.198922304308105, 48.792737442636827, 0.0 ], [ 9.198903848758336, 48.792751142900528, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003380", "Latitude": 48.78807, "Longitude": 9.21032, "X_coordina": 3515526.53, "Y_coordina": 5405642.97, "LOD": "LOD2", "Year_of_co": 1929, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 160.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 57.8, "Total_wall": 159.2, "Total_wa00": 0.0, "Total_outw": 274.5, "Total_shar": 128.3, "Total_roof": 99.6, "Gross_volu": 560.4, "Is_Gross_v": "false", "Heated_vol": 502.6, "Ridge_mean": 12.8, "Eaves_mean": 6.52, "Storey_num": 4, "Average_St": 3.0, "Number_of_": 2, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.601, "Heated_are": 160.8, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 57.2, "Total_Year": 11742.0, "January_He": 2195.0, "February_H": 1580.0, "March_Heat": 1011.0, "April_Heat": 234.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 36.0, "October_He": 527.0, "November_H": 1454.0, "December_H": 2146.0, "PV_potenti": 4.21 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210282819442888, 48.78805849534897, 0.0 ], [ 9.210341509817844, 48.788067200684289, 0.0 ], [ 9.21032296616411, 48.788123796534776, 0.0 ], [ 9.210263323115507, 48.788115092929495, 0.0 ], [ 9.210203407537366, 48.788106299867117, 0.0 ], [ 9.210223311814389, 48.788049611628281, 0.0 ], [ 9.210282819442888, 48.78805849534897, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00003310", "Latitude": 48.7887, "Longitude": 9.21026, "X_coordina": 3515522.36, "Y_coordina": 5405713.24, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 102.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 47.9, "Total_wall": 92.3, "Total_wa00": 0.0, "Total_outw": 188.4, "Total_shar": 168.4, "Total_roof": 64.7, "Gross_volu": 368.0, "Is_Gross_v": "false", "Heated_vol": 320.2, "Ridge_mean": 9.4, "Eaves_mean": 5.95, "Storey_num": 3, "Average_St": 2.8, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.594, "Heated_are": 102.5, "Mean_Uvalu": 0.51, "Specific_d": "15,8", "Specific_s": 56.0, "Total_Year": 7362.0, "January_He": 1425.0, "February_H": 981.0, "March_Heat": 589.0, "April_Heat": 109.0, "May_Heatin": 4.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 17.0, "October_He": 303.0, "November_H": 918.0, "December_H": 1394.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.210169484260378, 48.788749136063963, 0.0 ], [ 9.210169335779154, 48.788746168854516, 0.0 ], [ 9.210165345040588, 48.788703012785703, 0.0 ], [ 9.210164483070344, 48.788692133597095, 0.0 ], [ 9.21021591713345, 48.788690241247103, 0.0 ], [ 9.210266534659743, 48.788688350365049, 0.0 ], [ 9.210272216409704, 48.788745351584886, 0.0 ], [ 9.210220918381495, 48.788747243711654, 0.0 ], [ 9.210169484260378, 48.788749136063963, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002d83", "Latitude": 48.79385, "Longitude": 9.213, "X_coordina": 3515721.84, "Y_coordina": 5406286.98, "LOD": "LOD2", "Year_of_co": 2009, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2050, "PrimaryUsa": "retail", "PrimaryU00": 1632.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 650.0, "Total_wall": 957.9, "Total_wa00": 0.0, "Total_outw": 1649.3, "Total_shar": 0.0, "Total_roof": 650.0, "Gross_volu": 5324.8, "Is_Gross_v": "false", "Heated_vol": 5102.3, "Ridge_mean": 10.5, "Eaves_mean": 10.54, "Storey_num": 4, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.432, "Heated_are": 1632.7, "Mean_Uvalu": 0.42, "Specific_d": "73,0", "Specific_s": 53.9, "Total_Year": 207141.0, "January_He": 19726.0, "February_H": 14861.0, "March_Heat": 10736.0, "April_Heat": 3918.0, "May_Heatin": 463.0, "June_Heati": 15, "July_Heati": 1, "August_Hea": 3, "September_": 836.0, "October_He": 5443.0, "November_H": 12844.0, "December_H": 19090.0, "PV_potenti": 31.5 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213217758831, 48.793774785614737, 0.0 ], [ 9.213227934936201, 48.793783372459529, 0.0 ], [ 9.213235033900936, 48.793794887517166, 0.0 ], [ 9.213239916415962, 48.793806883273355, 0.0 ], [ 9.213242513742573, 48.793819197993209, 0.0 ], [ 9.213242797782113, 48.793831624904747, 0.0 ], [ 9.213240740550182, 48.793843984212629, 0.0 ], [ 9.213236382037545, 48.793856078010812, 0.0 ], [ 9.213229789493784, 48.793867717335068, 0.0 ], [ 9.213219568138619, 48.793883787617226, 0.0 ], [ 9.21320758880193, 48.793899330604035, 0.0 ], [ 9.213193946373497, 48.793914256195727, 0.0 ], [ 9.213178694950662, 48.793928483360354, 0.0 ], [ 9.213161915889723, 48.793941940007855, 0.0 ], [ 9.213113072297359, 48.79397826960335, 0.0 ], [ 9.213091951947639, 48.793972553577092, 0.0 ], [ 9.213090873465694, 48.793978211765094, 0.0 ], [ 9.213087888207323, 48.793983558748785, 0.0 ], [ 9.213083158391395, 48.793988333449477, 0.0 ], [ 9.213076927898932, 48.79399227463739, 0.0 ], [ 9.213069536035766, 48.793995156875589, 0.0 ], [ 9.213061336099196, 48.793996844624871, 0.0 ], [ 9.213052776963526, 48.793997274108158, 0.0 ], [ 9.213044294007133, 48.793996408550463, 0.0 ], [ 9.213036322951028, 48.79399429210762, 0.0 ], [ 9.213029299782558, 48.793991031881518, 0.0 ], [ 9.21302356552115, 48.793986807088608, 0.0 ], [ 9.21301943415564, 48.793981841957276, 0.0 ], [ 9.213017110868172, 48.793976378901746, 0.0 ], [ 9.213016731532893, 48.793970363716682, 0.0 ], [ 9.213018571248369, 48.793964479312358, 0.0 ], [ 9.213022508891591, 48.793959049637586, 0.0 ], [ 9.21302831453349, 48.793954416826985, 0.0 ], [ 9.213002151921172, 48.793947181410665, 0.0 ], [ 9.212985391459968, 48.793942536383639, 0.0 ], [ 9.212941514163798, 48.793930297994393, 0.0 ], [ 9.212868613109944, 48.793910110042482, 0.0 ], [ 9.212798103860617, 48.793940544594292, 0.0 ], [ 9.212729631890175, 48.793969986180272, 0.0 ], [ 9.212667027990106, 48.793906525842807, 0.0 ], [ 9.212931543522432, 48.793793362832972, 0.0 ], [ 9.212959355388783, 48.7937818911129, 0.0 ], [ 9.212988302412411, 48.793771721178459, 0.0 ], [ 9.213018248682712, 48.793762898241994, 0.0 ], [ 9.213041321672639, 48.793757280299722, 0.0 ], [ 9.213065053660662, 48.793753009987192, 0.0 ], [ 9.21308924057098, 48.793750105666298, 0.0 ], [ 9.213113732845107, 48.793748603582962, 0.0 ], [ 9.213130226635252, 48.793748141426121, 0.0 ], [ 9.213146658620706, 48.793749154127887, 0.0 ], [ 9.213162729263203, 48.793751615265663, 0.0 ], [ 9.213178152634576, 48.793755498391789, 0.0 ], [ 9.213192628967613, 48.793760723130262, 0.0 ], [ 9.213205912859543, 48.793767191019818, 0.0 ], [ 9.213217758831, 48.793774785614737, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002d2c", "Latitude": 48.79537, "Longitude": 9.209, "X_coordina": 3515427.4, "Y_coordina": 5406455.4, "LOD": "LOD2", "Year_of_co": 1956, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 293.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 83.0, "Total_wall": 280.4, "Total_wa00": 0.0, "Total_outw": 423.1, "Total_shar": 161.8, "Total_roof": 109.1, "Gross_volu": 941.4, "Is_Gross_v": "false", "Heated_vol": 916.4, "Ridge_mean": 13.6, "Eaves_mean": 8.85, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.511, "Heated_are": 293.2, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 42.5, "Total_Year": 17106.0, "January_He": 3197.0, "February_H": 2120.0, "March_Heat": 1212.0, "April_Heat": 238.0, "May_Heatin": 10.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 27.0, "October_He": 568.0, "November_H": 1916.0, "December_H": 3174.0, "PV_potenti": 5.37 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20903941397455, 48.79537226739091, 0.0 ], [ 9.20902811062594, 48.795403491378345, 0.0 ], [ 9.209012720078979, 48.795401001453286, 0.0 ], [ 9.208999406477584, 48.795439782664005, 0.0 ], [ 9.208939345545103, 48.795430809371418, 0.0 ], [ 9.208868117138989, 48.795420237678712, 0.0 ], [ 9.208893685525595, 48.795349871089869, 0.0 ], [ 9.208963825729517, 48.795360624588561, 0.0 ], [ 9.20903941397455, 48.79537226739091, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00002b12", "Latitude": 48.79107, "Longitude": 9.20889, "X_coordina": 3515420.47, "Y_coordina": 5405977.12, "LOD": "LOD2", "Year_of_co": 1988, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 124.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.0, "Total_wall": 69.5, "Total_wa00": 0.0, "Total_outw": 133.6, "Total_shar": 226.2, "Total_roof": 68.2, "Gross_volu": 400.5, "Is_Gross_v": "false", "Heated_vol": 389.7, "Ridge_mean": 10.2, "Eaves_mean": 6.11, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 0.473, "Heated_are": 124.7, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 42.0, "Total_Year": 7207.0, "January_He": 1299.0, "February_H": 888.0, "March_Heat": 557.0, "April_Heat": 141.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 16.0, "October_He": 250.0, "November_H": 790.0, "December_H": 1287.0, "PV_potenti": 3.36 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208802915556179, 48.791089366594306, 0.0 ], [ 9.208814464529089, 48.791051937430801, 0.0 ], [ 9.208891809535448, 48.791062138374699, 0.0 ], [ 9.208880261737495, 48.791099837314604, 0.0 ], [ 9.208869117356638, 48.791136366514465, 0.0 ], [ 9.208791501915419, 48.791126615663821, 0.0 ], [ 9.208802915556179, 48.791089366594306, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000029ee", "Latitude": 48.79065, "Longitude": 9.2132, "X_coordina": 3515737.44, "Y_coordina": 5405931.25, "LOD": "LOD2", "Year_of_co": 1964, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 471.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 131.0, "Total_wall": 299.0, "Total_wa00": 0.0, "Total_outw": 483.2, "Total_shar": 256.3, "Total_roof": 186.2, "Gross_volu": 1605.0, "Is_Gross_v": "false", "Heated_vol": 1474.0, "Ridge_mean": 14.7, "Eaves_mean": 9.65, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 6, "Number_o00": 7, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.403, "Heated_are": 471.7, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.5, "Total_Year": 26079.0, "January_He": 4512.0, "February_H": 3192.0, "March_Heat": 2091.0, "April_Heat": 531.0, "May_Heatin": 21.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 55.0, "October_He": 940.0, "November_H": 2816.0, "December_H": 4449.0, "PV_potenti": 8.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213062637650472, 48.790681584119469, 0.0 ], [ 9.213061742457704, 48.790630868853903, 0.0 ], [ 9.213065825278804, 48.790630861300194, 0.0 ], [ 9.213247508910815, 48.790630075399029, 0.0 ], [ 9.213247435246529, 48.790676925741565, 0.0 ], [ 9.213247327669281, 48.790715772944431, 0.0 ], [ 9.213059659006705, 48.790717379230813, 0.0 ], [ 9.213059915766991, 48.790681589155213, 0.0 ], [ 9.213062637650472, 48.790681584119469, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001ff2", "Latitude": 48.79219, "Longitude": 9.19805, "X_coordina": 3514623.66, "Y_coordina": 5406099.3, "LOD": "LOD2", "Year_of_co": 1968, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 311.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 96.3, "Total_wall": 266.1, "Total_wa00": 0.0, "Total_outw": 405.9, "Total_shar": 150.8, "Total_roof": 173.2, "Gross_volu": 1000.8, "Is_Gross_v": "false", "Heated_vol": 974.5, "Ridge_mean": 13.3, "Eaves_mean": 6.4, "Storey_num": 5, "Average_St": 2.6, "Number_of_": 4, "Number_o00": 8, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.3, "Surface_ar": 0.543, "Heated_are": 311.8, "Mean_Uvalu": 0.5, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 20630.0, "January_He": 3855.0, "February_H": 2688.0, "March_Heat": 1655.0, "April_Heat": 348.0, "May_Heatin": 14.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 51.0, "October_He": 842.0, "November_H": 2453.0, "December_H": 3785.0, "PV_potenti": 5.28 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19808244255375, 48.792188378147642, 0.0 ], [ 9.198098266428646, 48.792197613057681, 0.0 ], [ 9.197990783614882, 48.792275851584371, 0.0 ], [ 9.197947133364096, 48.792250837942881, 0.0 ], [ 9.197904983422927, 48.792226631018693, 0.0 ], [ 9.19791489031684, 48.792219420105013, 0.0 ], [ 9.19791761546926, 48.79222022473369, 0.0 ], [ 9.197959821102012, 48.792189398318612, 0.0 ], [ 9.198004062849826, 48.792157219533024, 0.0 ], [ 9.19800201606783, 48.792155874198414, 0.0 ], [ 9.198012328751709, 48.792148033113406, 0.0 ], [ 9.19805256905463, 48.79217116419985, 0.0 ], [ 9.19808244255375, 48.792188378147642, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001ff3", "Latitude": 48.79211, "Longitude": 9.19814, "X_coordina": 3514630.34, "Y_coordina": 5406090.78, "LOD": "LOD2", "Year_of_co": 1961, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 18.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "EFH", "Footprint_": 23.1, "Total_wall": 43.8, "Total_wa00": 0.0, "Total_outw": 141.0, "Total_shar": 24.6, "Total_roof": 23.1, "Gross_volu": 62.9, "Is_Gross_v": "false", "Heated_vol": 57.9, "Ridge_mean": 2.7, "Eaves_mean": 2.72, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.492, "Heated_are": 18.5, "Mean_Uvalu": 0.38, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198069724167924, 48.792103691998406, 0.0 ], [ 9.198143376508584, 48.792144030909512, 0.0 ], [ 9.198112843619663, 48.792166744187611, 0.0 ], [ 9.198041229911928, 48.792125682362432, 0.0 ], [ 9.198069724167924, 48.792103691998406, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001f9d", "Latitude": 48.79155, "Longitude": 9.19993, "X_coordina": 3514762.05, "Y_coordina": 5406028.71, "LOD": "LOD2", "Year_of_co": 1960, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1584.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 227.5, "Total_wall": 1003.0, "Total_wa00": 0.0, "Total_outw": 1270.9, "Total_shar": 332.5, "Total_roof": 342.0, "Gross_volu": 4962.1, "Is_Gross_v": "false", "Heated_vol": 4952.0, "Ridge_mean": 22.5, "Eaves_mean": 17.9, "Storey_num": 9, "Average_St": 2.5, "Number_of_": 25, "Number_o00": 35, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.317, "Heated_are": 1584.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 35.1, "Total_Year": 80790.0, "January_He": 13593.0, "February_H": 9715.0, "March_Heat": 6183.0, "April_Heat": 1270.0, "May_Heatin": 33.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 134.0, "October_He": 2933.0, "November_H": 8603.0, "December_H": 13225.0, "PV_potenti": 14.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200037777963422, 48.791537098614207, 0.0 ], [ 9.199868568397207, 48.791664004855214, 0.0 ], [ 9.199840674595073, 48.791665581966157, 0.0 ], [ 9.199727583608524, 48.7915986052354, 0.0 ], [ 9.199747936370619, 48.791583013150465, 0.0 ], [ 9.19982839783099, 48.79152145573461, 0.0 ], [ 9.199836945844989, 48.791514876478033, 0.0 ], [ 9.199873505082582, 48.791536304770645, 0.0 ], [ 9.199944741413651, 48.791482226943607, 0.0 ], [ 9.199955518403087, 48.791488592807148, 0.0 ], [ 9.200015542033194, 48.791524008391669, 0.0 ], [ 9.200037777963422, 48.791537098614207, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001d57", "Latitude": 48.7915, "Longitude": 9.21347, "X_coordina": 3515757.16, "Y_coordina": 5406025.49, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 560.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 150.0, "Total_wall": 258.7, "Total_wa00": 0.0, "Total_outw": 461.6, "Total_shar": 393.9, "Total_roof": 211.1, "Gross_volu": 1900.8, "Is_Gross_v": "false", "Heated_vol": 1750.8, "Ridge_mean": 15.3, "Eaves_mean": 10.01, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 11, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.341, "Heated_are": 560.3, "Mean_Uvalu": 0.47, "Specific_d": "15,8", "Specific_s": 35.8, "Total_Year": 28913.0, "January_He": 4891.0, "February_H": 3522.0, "March_Heat": 2197.0, "April_Heat": 410.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 42.0, "October_He": 1050.0, "November_H": 3155.0, "December_H": 4764.0, "PV_potenti": 10.47 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.213528749800146, 48.791480141743044, 0.0 ], [ 9.213455346111509, 48.791597358356945, 0.0 ], [ 9.213389535169732, 48.791579495598633, 0.0 ], [ 9.213322361403085, 48.791561185709128, 0.0 ], [ 9.213353576677079, 48.791508522573103, 0.0 ], [ 9.213394132956937, 48.791444152050751, 0.0 ], [ 9.213463212704099, 48.79146263821314, 0.0 ], [ 9.213528749800146, 48.791480141743044, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212482414851078, 48.787820265214258, 14.7732 ], [ 9.212508334604777, 48.787824257657483, 12.4983 ], [ 9.212495976062559, 48.787859287744531, 12.4768 ], [ 9.212470056291792, 48.787855295298584, 14.7518 ], [ 9.212482414851078, 48.787820265214258, 14.7732 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212384286648151, 48.787913241153348, 14.3358 ], [ 9.212362714629553, 48.78790983865732, 12.4401 ], [ 9.212399367634154, 48.787808377634718, 12.5023 ], [ 9.212420940976386, 48.787811781020736, 14.3981 ], [ 9.212384286648151, 48.787913241153348, 14.3358 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212476976852015, 48.787936647258974, 0.0 ], [ 9.212351668508212, 48.787917285821642, 0.0 ], [ 9.212392524758597, 48.787801833920881, 0.0 ], [ 9.21251869400872, 48.787820812449112, 0.0 ], [ 9.212476976852015, 48.787936647258974, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000019fe", "Latitude": 48.78785, "Longitude": 9.21248, "X_coordina": 3515685.52, "Y_coordina": 5405619.22, "LOD": "LOD2", "Year_of_co": 2014, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 551.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 178.3, "Total_wall": 412.3, "Total_wa00": 0.0, "Total_outw": 494.8, "Total_shar": 136.5, "Total_roof": 173.8, "Gross_volu": 1900.7, "Is_Gross_v": "true", "Heated_vol": 1722.4, "Ridge_mean": 15.7, "Eaves_mean": 10.21, "Storey_num": 5, "Average_St": 2.9, "Number_of_": 7, "Number_o00": 17, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.419, "Heated_are": 551.2, "Mean_Uvalu": 0.39, "Specific_d": "15,8", "Specific_s": 35.7, "Total_Year": 28390.0, "January_He": 4835.0, "February_H": 3448.0, "March_Heat": 2126.0, "April_Heat": 382.0, "May_Heatin": 8.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 38.0, "October_He": 1008.0, "November_H": 3106.0, "December_H": 4708.0, "PV_potenti": 7.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212456967622936, 48.787890168462667, 14.7958 ], [ 9.212482887410632, 48.787894160911506, 12.5209 ], [ 9.212470530194585, 48.787929190992934, 12.4994 ], [ 9.212444610389827, 48.78792519854138, 14.7743 ], [ 9.212456967622936, 48.787890168462667, 14.7958 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001910", "Latitude": 48.78853, "Longitude": 9.2127, "X_coordina": 3515701.16, "Y_coordina": 5405695.12, "LOD": "LOD2", "Year_of_co": 1975, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 97.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 42.0, "Total_wall": 58.1, "Total_wa00": 0.0, "Total_outw": 124.4, "Total_shar": 234.3, "Total_roof": 51.7, "Gross_volu": 346.7, "Is_Gross_v": "false", "Heated_vol": 304.8, "Ridge_mean": 9.8, "Eaves_mean": 6.75, "Storey_num": 3, "Average_St": 2.9, "Number_of_": 1, "Number_o00": 1, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.467, "Heated_are": 97.5, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 43.9, "Total_Year": 5827.0, "January_He": 1101.0, "February_H": 740.0, "March_Heat": 400.0, "April_Heat": 57.0, "May_Heatin": 1.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 7.0, "October_He": 199.0, "November_H": 694.0, "December_H": 1082.0, "PV_potenti": 1.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.212710862524146, 48.788531620715666, 0.0 ], [ 9.212706558592503, 48.788575871102438, 0.0 ], [ 9.212650207320078, 48.788573457308679, 0.0 ], [ 9.212590997815147, 48.788570958840111, 0.0 ], [ 9.212595301847932, 48.788526708457425, 0.0 ], [ 9.212654239124321, 48.788529207426492, 0.0 ], [ 9.212710862524146, 48.788531620715666, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000015ab", "Latitude": 48.79424, "Longitude": 9.20218, "X_coordina": 3514926.55, "Y_coordina": 5406328.0, "LOD": "LOD2", "Year_of_co": 1985, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1077.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 325.0, "Total_wall": 1038.9, "Total_wa00": 0.0, "Total_outw": 1611.2, "Total_shar": 0.0, "Total_roof": 325.0, "Gross_volu": 2842.0, "Is_Gross_v": "false", "Heated_vol": 2842.0, "Ridge_mean": 9.5, "Eaves_mean": 9.55, "Storey_num": 4, "Average_St": 2.4, "Number_of_": 13, "Number_o00": 28, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.594, "Heated_are": 1077.1, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 39.6, "Total_Year": 59706.0, "January_He": 11076.0, "February_H": 7350.0, "March_Heat": 4016.0, "April_Heat": 624.0, "May_Heatin": 19.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 67.0, "October_He": 1858.0, "November_H": 6666.0, "December_H": 10969.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.202010286070664, 48.79429466899645, 0.0 ], [ 9.202036076170439, 48.79431116968783, 0.0 ], [ 9.202005404737273, 48.794333164843287, 0.0 ], [ 9.201976477383722, 48.794314961099943, 0.0 ], [ 9.202007152428697, 48.794293865181402, 0.0 ], [ 9.201972630395469, 48.79427207430841, 0.0 ], [ 9.202009536953081, 48.794243683651111, 0.0 ], [ 9.201995759052556, 48.794235884469479, 0.0 ], [ 9.201985579418539, 48.794242916362698, 0.0 ], [ 9.201953655313021, 48.794224088404647, 0.0 ], [ 9.201977946068272, 48.794206151014237, 0.0 ], [ 9.202010786070364, 48.794181903972451, 0.0 ], [ 9.20205719632404, 48.794147651595978, 0.0 ], [ 9.202310817150465, 48.794297468584865, 0.0 ], [ 9.202264000426865, 48.794332171394323, 0.0 ], [ 9.202232517515474, 48.794355426965254, 0.0 ], [ 9.202206055977486, 48.794375076768176, 0.0 ], [ 9.202174816201314, 48.79435723682932, 0.0 ], [ 9.202184992579859, 48.794349395613196, 0.0 ], [ 9.202172166991051, 48.79434150485725, 0.0 ], [ 9.202133086398474, 48.79437079861777, 0.0 ], [ 9.202096526668324, 48.794350000518016, 0.0 ], [ 9.202068159620723, 48.794369653633353, 0.0 ], [ 9.202036510861948, 48.794351634527516, 0.0 ], [ 9.202067451611939, 48.794328919502817, 0.0 ], [ 9.202093783275249, 48.794344699842419, 0.0 ], [ 9.202122283151871, 48.794324237175516, 0.0 ], [ 9.202097182205923, 48.794309893459499, 0.0 ], [ 9.202108173044138, 48.794301511279393, 0.0 ], [ 9.202074613440816, 48.79428214668399, 0.0 ], [ 9.202063617545511, 48.794289269939952, 0.0 ], [ 9.202037424913252, 48.794274208737882, 0.0 ], [ 9.202010286070664, 48.79429466899645, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000014cd", "Latitude": 48.79144, "Longitude": 9.19832, "X_coordina": 3514643.69, "Y_coordina": 5406015.82, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 1118.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 271.0, "Total_wall": 712.6, "Total_wa00": 0.0, "Total_outw": 1084.2, "Total_shar": 47.3, "Total_roof": 349.5, "Gross_volu": 3693.3, "Is_Gross_v": "false", "Heated_vol": 3495.3, "Ridge_mean": 16.5, "Eaves_mean": 10.63, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.374, "Heated_are": 1118.5, "Mean_Uvalu": 0.44, "Specific_d": "24,8", "Specific_s": 42.3, "Total_Year": 75040.0, "January_He": 10903.0, "February_H": 7942.0, "March_Heat": 5390.0, "April_Heat": 1596.0, "May_Heatin": 142.0, "June_Heati": 6, "July_Heati": 1, "August_Hea": 2, "September_": 365.0, "October_He": 3016.0, "November_H": 7220.0, "December_H": 10674.0, "PV_potenti": 16.75 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19842817097552, 48.79143826973278, 0.0 ], [ 9.198325719485318, 48.791514881287767, 0.0 ], [ 9.198339633587407, 48.791523040371551, 0.0 ], [ 9.198307744094613, 48.791546745199959, 0.0 ], [ 9.198293420638207, 48.791538317046438, 0.0 ], [ 9.198255698088294, 48.791566887779055, 0.0 ], [ 9.198114374430455, 48.791483951665391, 0.0 ], [ 9.19828698136595, 48.791354794056325, 0.0 ], [ 9.19842817097552, 48.79143826973278, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000014cf", "Latitude": 48.79155, "Longitude": 9.19835, "X_coordina": 3514645.89, "Y_coordina": 5406027.81, "LOD": "LOD2", "Year_of_co": 2012, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 3065, "PrimaryUsa": "education", "PrimaryU00": 41.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 22.6, "Total_wall": 52.9, "Total_wa00": 0.0, "Total_outw": 113.5, "Total_shar": 47.3, "Total_roof": 22.6, "Gross_volu": 87.8, "Is_Gross_v": "false", "Heated_vol": 87.8, "Ridge_mean": 3.9, "Eaves_mean": 3.91, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 1.117, "Heated_are": 41.4, "Mean_Uvalu": 0.45, "Specific_d": "24,8", "Specific_s": 61.5, "Total_Year": 3572.0, "January_He": 592.0, "February_H": 419.0, "March_Heat": 279.0, "April_Heat": 82.0, "May_Heatin": 9.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 23.0, "October_He": 166.0, "November_H": 392.0, "December_H": 582.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19834784901826, 48.791570146189656, 0.0 ], [ 9.198310127184271, 48.791598896785899, 0.0 ], [ 9.198255698088294, 48.791566887779055, 0.0 ], [ 9.198293420638207, 48.791538317046438, 0.0 ], [ 9.198307744094613, 48.791546745199959, 0.0 ], [ 9.19834784901826, 48.791570146189656, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001420", "Latitude": 48.78754, "Longitude": 9.20824, "X_coordina": 3515374.07, "Y_coordina": 5405583.52, "LOD": "LOD2", "Year_of_co": 1928, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 737.4, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 201.3, "Total_wall": 448.7, "Total_wa00": 0.0, "Total_outw": 615.7, "Total_shar": 328.4, "Total_roof": 274.0, "Gross_volu": 2919.3, "Is_Gross_v": "false", "Heated_vol": 2718.0, "Ridge_mean": 17.1, "Eaves_mean": 11.94, "Storey_num": 5, "Average_St": 3.2, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.33, "Heated_are": 737.4, "Mean_Uvalu": 0.56, "Specific_d": "15,8", "Specific_s": 46.1, "Total_Year": 45664.0, "January_He": 7942.0, "February_H": 5743.0, "March_Heat": 3977.0, "April_Heat": 1276.0, "May_Heatin": 83.0, "June_Heati": 1, "July_Heati": 0, "August_Hea": 0, "September_": 176.0, "October_He": 1937.0, "November_H": 5066.0, "December_H": 7784.0, "PV_potenti": 12.94 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.208091216360737, 48.787489392857367, 0.0 ], [ 9.208332510034511, 48.787525195830163, 0.0 ], [ 9.208314895705607, 48.787576664032365, 0.0 ], [ 9.208299163097733, 48.787622463636822, 0.0 ], [ 9.208058413696413, 48.787586749535095, 0.0 ], [ 9.208073873969022, 48.787540860531664, 0.0 ], [ 9.208091216360737, 48.787489392857367, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00001015", "Latitude": 48.78855, "Longitude": 9.20985, "X_coordina": 3515492.22, "Y_coordina": 5405696.29, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 94.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 46.6, "Total_wall": 55.8, "Total_wa00": 0.0, "Total_outw": 135.4, "Total_shar": 190.5, "Total_roof": 64.8, "Gross_volu": 340.2, "Is_Gross_v": "false", "Heated_vol": 293.6, "Ridge_mean": 9.1, "Eaves_mean": 5.44, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 4, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.528, "Heated_are": 94.0, "Mean_Uvalu": 0.49, "Specific_d": "15,8", "Specific_s": 48.2, "Total_Year": 6012.0, "January_He": 1148.0, "February_H": 777.0, "March_Heat": 436.0, "April_Heat": 70.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 9.0, "October_He": 222.0, "November_H": 731.0, "December_H": 1128.0, "PV_potenti": 1.77 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209807386017719, 48.788594857878628, 0.0 ], [ 9.209758673432669, 48.788596655165698, 0.0 ], [ 9.209757672090534, 48.788584966914847, 0.0 ], [ 9.209754087359684, 48.78854118062555, 0.0 ], [ 9.209754495624946, 48.788541179881932, 0.0 ], [ 9.20980239162602, 48.788539384084288, 0.0 ], [ 9.209856683028903, 48.7885373967653, 0.0 ], [ 9.209860860948835, 48.7885928720452, 0.0 ], [ 9.209807386017719, 48.788594857878628, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000fe3", "Latitude": 48.78851, "Longitude": 9.20941, "X_coordina": 3515460.04, "Y_coordina": 5405691.94, "LOD": "LOD2", "Year_of_co": 1950, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 81.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 40.5, "Total_wall": 46.4, "Total_wa00": 0.0, "Total_outw": 109.6, "Total_shar": 201.2, "Total_roof": 54.1, "Gross_volu": 295.6, "Is_Gross_v": "false", "Heated_vol": 255.1, "Ridge_mean": 9.1, "Eaves_mean": 5.53, "Storey_num": 3, "Average_St": 2.7, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.511, "Heated_are": 81.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 46.7, "Total_Year": 5102.0, "January_He": 963.0, "February_H": 656.0, "March_Heat": 370.0, "April_Heat": 60.0, "May_Heatin": 2.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 8.0, "October_He": 188.0, "November_H": 615.0, "December_H": 947.0, "PV_potenti": 1.79 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.209313019876479, 48.788508081927901, 0.0 ], [ 9.20936622330723, 48.78850627666472, 0.0 ], [ 9.209422147752175, 48.788504286581478, 0.0 ], [ 9.209425738553033, 48.788549601572392, 0.0 ], [ 9.209369949398189, 48.7885514115641, 0.0 ], [ 9.209316201566088, 48.788553217818475, 0.0 ], [ 9.209315335667956, 48.788541349470229, 0.0 ], [ 9.209313019876479, 48.788508081927901, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000dfc", "Latitude": 48.78778, "Longitude": 9.20158, "X_coordina": 3514884.85, "Y_coordina": 5405609.98, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1123, "PrimaryUsa": "residential", "PrimaryU00": 873.7, "SecondaryU": "retail", "Secondar00": 168.1, "BuildingTy": "GMH", "Footprint_": 210.1, "Total_wall": 720.5, "Total_wa00": 0.0, "Total_outw": 1019.3, "Total_shar": 81.7, "Total_roof": 274.7, "Gross_volu": 3387.9, "Is_Gross_v": "false", "Heated_vol": 3255.7, "Ridge_mean": 19.0, "Eaves_mean": 14.14, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 17, "Number_o00": 38, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.366, "Heated_are": 1041.8, "Mean_Uvalu": 0.47, "Specific_d": "25,1", "Specific_s": 37.6, "Total_Year": 65280.0, "January_He": 9595.0, "February_H": 6846.0, "March_Heat": 4278.0, "April_Heat": 906.0, "May_Heatin": 31.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 103.0, "October_He": 2001.0, "November_H": 6006.0, "December_H": 9400.0, "PV_potenti": 12.33 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.201437947467834, 48.787830703437351, 0.0 ], [ 9.201402512119834, 48.7877835554943, 0.0 ], [ 9.201401280864426, 48.787781939021748, 0.0 ], [ 9.201580136863466, 48.787723265618936, 0.0 ], [ 9.201602613072694, 48.787728711616055, 0.0 ], [ 9.201676351318429, 48.787825340362033, 0.0 ], [ 9.201481181224095, 48.787888178946162, 0.0 ], [ 9.201437947467834, 48.787830703437351, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000b81", "Latitude": 48.78943, "Longitude": 9.19858, "X_coordina": 3514663.95, "Y_coordina": 5405791.94, "LOD": "LOD2", "Year_of_co": 1981, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 1079.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 179.6, "Total_wall": 375.2, "Total_wa00": 0.0, "Total_outw": 517.1, "Total_shar": 821.7, "Total_roof": 281.3, "Gross_volu": 3553.9, "Is_Gross_v": "false", "Heated_vol": 3374.3, "Ridge_mean": 22.9, "Eaves_mean": 14.33, "Storey_num": 8, "Average_St": 2.7, "Number_of_": 17, "Number_o00": 32, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.242, "Heated_are": 1079.8, "Mean_Uvalu": 0.46, "Specific_d": "15,8", "Specific_s": 25.9, "Total_Year": 45023.0, "January_He": 6904.0, "February_H": 4862.0, "March_Heat": 3192.0, "April_Heat": 804.0, "May_Heatin": 22.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 48.0, "October_He": 1219.0, "November_H": 4091.0, "December_H": 6778.0, "PV_potenti": 13.04 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.198655430221796, 48.789501822364926, 0.0 ], [ 9.198654005060526, 48.789485548645409, 0.0 ], [ 9.198567871124736, 48.78948866468172, 0.0 ], [ 9.198514802699982, 48.789490554650207, 0.0 ], [ 9.198425266824032, 48.789493766368054, 0.0 ], [ 9.198421826549595, 48.78944961979068, 0.0 ], [ 9.198418093181091, 48.789400168223303, 0.0 ], [ 9.198651321635619, 48.789391852845228, 0.0 ], [ 9.198655328834246, 48.789441663627315, 0.0 ], [ 9.19866005589958, 48.789501454690537, 0.0 ], [ 9.198660194120597, 48.789501993993902, 0.0 ], [ 9.198655430221796, 48.789501822364926, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000808", "Latitude": 48.78758, "Longitude": 9.19716, "X_coordina": 3514560.19, "Y_coordina": 5405585.9, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 740.7, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 153.3, "Total_wall": 625.0, "Total_wa00": 0.0, "Total_outw": 788.2, "Total_shar": 115.4, "Total_roof": 212.0, "Gross_volu": 2322.7, "Is_Gross_v": "false", "Heated_vol": 2314.8, "Ridge_mean": 18.4, "Eaves_mean": 9.78, "Storey_num": 7, "Average_St": 2.6, "Number_of_": 12, "Number_o00": 21, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.1, "Surface_ar": 0.427, "Heated_are": 740.7, "Mean_Uvalu": 0.45, "Specific_d": "15,8", "Specific_s": 38.2, "Total_Year": 39997.0, "January_He": 7013.0, "February_H": 4903.0, "March_Heat": 2989.0, "April_Heat": 582.0, "May_Heatin": 18.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 63.0, "October_He": 1419.0, "November_H": 4389.0, "December_H": 6888.0, "PV_potenti": 9.66 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197067902325676, 48.78765625937789, 0.0 ], [ 9.197035162087408, 48.787635992654394, 0.0 ], [ 9.197046559870635, 48.787627430403596, 0.0 ], [ 9.197002903563245, 48.787599718685058, 0.0 ], [ 9.197036015599181, 48.787575922185823, 0.0 ], [ 9.197072927091851, 48.787549331541115, 0.0 ], [ 9.197114859631206, 48.787519135343196, 0.0 ], [ 9.19723668306958, 48.787595182017846, 0.0 ], [ 9.197194884159869, 48.7876247485652, 0.0 ], [ 9.197124313838588, 48.787674507252959, 0.0 ], [ 9.197109308434586, 48.787665360724759, 0.0 ], [ 9.197080526291487, 48.787648054720009, 0.0 ], [ 9.197067902325676, 48.78765625937789, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000809", "Latitude": 48.7876, "Longitude": 9.19707, "X_coordina": 3514553.24, "Y_coordina": 5405588.62, "LOD": "LOD2", "Year_of_co": 1987, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 39.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 49.6, "Total_wall": 57.7, "Total_wa00": 0.0, "Total_outw": 182.7, "Total_shar": 163.3, "Total_roof": 49.6, "Gross_volu": 169.2, "Is_Gross_v": "false", "Heated_vol": 124.7, "Ridge_mean": 3.4, "Eaves_mean": 3.4, "Storey_num": 1, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.9, "Surface_ar": 1.049, "Heated_are": 39.9, "Mean_Uvalu": 0.41, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.197109308434586, 48.787665360724759, 0.0 ], [ 9.197081218887858, 48.787685911397205, 0.0 ], [ 9.196941389179463, 48.787598924668579, 0.0 ], [ 9.197005185204205, 48.78755682119332, 0.0 ], [ 9.197036015599181, 48.787575922185823, 0.0 ], [ 9.197002903563245, 48.787599718685058, 0.0 ], [ 9.197046559870635, 48.787627430403596, 0.0 ], [ 9.197035162087408, 48.787635992654394, 0.0 ], [ 9.197067902325676, 48.78765625937789, 0.0 ], [ 9.197080526291487, 48.787648054720009, 0.0 ], [ 9.197109308434586, 48.787665360724759, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000672", "Latitude": 48.79009, "Longitude": 9.20499, "X_coordina": 3515134.39, "Y_coordina": 5405866.52, "LOD": "LOD2", "Year_of_co": 1980, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 222.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 77.9, "Total_wall": 179.9, "Total_wa00": 0.0, "Total_outw": 300.6, "Total_shar": 213.0, "Total_roof": 84.5, "Gross_volu": 755.9, "Is_Gross_v": "false", "Heated_vol": 695.6, "Ridge_mean": 10.8, "Eaves_mean": 8.62, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 3, "Number_o00": 5, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.474, "Heated_are": 222.6, "Mean_Uvalu": 0.52, "Specific_d": "15,8", "Specific_s": 50.3, "Total_Year": 14734.0, "January_He": 2684.0, "February_H": 1949.0, "March_Heat": 1238.0, "April_Heat": 276.0, "May_Heatin": 11.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 37.0, "October_He": 622.0, "November_H": 1763.0, "December_H": 2628.0, "PV_potenti": 3.73 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.204961904661879, 48.790162589968013, 0.0 ], [ 9.204953992599322, 48.790158017944833, 0.0 ], [ 9.204910475731703, 48.790132736923155, 0.0 ], [ 9.204857546182408, 48.790101987288416, 0.0 ], [ 9.204926200355532, 48.790050608670271, 0.0 ], [ 9.204979130258822, 48.790081448196744, 0.0 ], [ 9.20497940281034, 48.790081537635238, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000673", "Latitude": 48.79014, "Longitude": 9.20505, "X_coordina": 3515138.69, "Y_coordina": 5405872.54, "LOD": "LOD2", "Year_of_co": 1955, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 41.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 50.6, "Total_wall": 36.2, "Total_wa00": 0.0, "Total_outw": 119.1, "Total_shar": 147.6, "Total_roof": 50.6, "Gross_volu": 171.2, "Is_Gross_v": "false", "Heated_vol": 129.7, "Ridge_mean": 3.4, "Eaves_mean": 3.37, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 1, "Number_o00": 2, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.8, "Surface_ar": 0.871, "Heated_are": 41.5, "Mean_Uvalu": 0.34, "Specific_d": "15,9", "Specific_s": 70.2, "Total_Year": 3574.0, "January_He": 671.0, "February_H": 496.0, "March_Heat": 339.0, "April_Heat": 95.0, "May_Heatin": 6.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 20.0, "October_He": 188.0, "November_H": 450.0, "December_H": 651.0, "PV_potenti": 2.17 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.20498210224045, 48.790209673998156, 0.0 ], [ 9.204927805778732, 48.790177488051164, 0.0 ], [ 9.204953992599322, 48.790158017944833, 0.0 ], [ 9.204961904661879, 48.790162589968013, 0.0 ], [ 9.205030696002556, 48.7901114808149, 0.0 ], [ 9.205077893646463, 48.790138283938163, 0.0 ], [ 9.205028777171542, 48.790174970311575, 0.0 ], [ 9.20498210224045, 48.790209673998156, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024c", "Latitude": 48.79053, "Longitude": 9.19523, "X_coordina": 3514417.31, "Y_coordina": 5405913.53, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 1699.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 531.1, "Total_wall": 1056.4, "Total_wa00": 0.0, "Total_outw": 1675.5, "Total_shar": 534.1, "Total_roof": 531.1, "Gross_volu": 5702.8, "Is_Gross_v": "false", "Heated_vol": 5309.8, "Ridge_mean": 10.7, "Eaves_mean": 10.74, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.7, "Surface_ar": 0.385, "Heated_are": 1699.1, "Mean_Uvalu": 0.45, "Specific_d": "14,6", "Specific_s": 59.4, "Total_Year": 125801.0, "January_He": 22739.0, "February_H": 17056.0, "March_Heat": 12102.0, "April_Heat": 4160.0, "May_Heatin": 445.0, "June_Heati": 15, "July_Heati": 1, "August_Hea": 3, "September_": 975.0, "October_He": 6425.0, "November_H": 15017.0, "December_H": 22041.0, "PV_potenti": 24.98 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195127172417658, 48.790641522104536, 0.0 ], [ 9.195113465952247, 48.790651616774198, 0.0 ], [ 9.195046833635914, 48.790700738025343, 0.0 ], [ 9.195073842372999, 48.790716698678864, 0.0 ], [ 9.194993906814169, 48.790774654948315, 0.0 ], [ 9.194876604640346, 48.79070750073123, 0.0 ], [ 9.194885425353265, 48.790700921379546, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.195205022750173, 48.790467118189433, 0.0 ], [ 9.195304633214185, 48.790394201081909, 0.0 ], [ 9.195305311936901, 48.790393750312674, 0.0 ], [ 9.195326482843797, 48.790378337465057, 0.0 ], [ 9.195409265225377, 48.790317768344984, 0.0 ], [ 9.195496838723024, 48.790369505635461, 0.0 ], [ 9.19545178247148, 48.790402224392714, 0.0 ], [ 9.195127172417658, 48.790641522104536, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024d", "Latitude": 48.78996, "Longitude": 9.19475, "X_coordina": 3514382.07, "Y_coordina": 5405850.64, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 774.9, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 283.0, "Total_wall": 235.6, "Total_wa00": 0.0, "Total_outw": 414.5, "Total_shar": 404.2, "Total_roof": 283.0, "Gross_volu": 1859.8, "Is_Gross_v": "false", "Heated_vol": 1859.8, "Ridge_mean": 6.6, "Eaves_mean": 6.57, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.431, "Heated_are": 774.9, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.7, "Total_Year": 27543.0, "January_He": 823.0, "February_H": 367.0, "March_Heat": 57.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 2.0, "November_H": 137.0, "December_H": 694.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194878530856444, 48.790010049862282, 0.0 ], [ 9.194767113878514, 48.790091619244087, 0.0 ], [ 9.194531408904735, 48.789953175584884, 0.0 ], [ 9.194641328250325, 48.789871429113127, 0.0 ], [ 9.194667926745671, 48.78988703086295, 0.0 ], [ 9.194777320492431, 48.789950871504558, 0.0 ], [ 9.194799963341778, 48.789964141900064, 0.0 ], [ 9.194822606203063, 48.789977412291087, 0.0 ], [ 9.194878530856444, 48.790010049862282, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024e", "Latitude": 48.79044, "Longitude": 9.19464, "X_coordina": 3514373.7, "Y_coordina": 5405903.59, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 1271.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 794.7, "Total_wall": 712.0, "Total_wa00": 0.0, "Total_outw": 1557.8, "Total_shar": 188.7, "Total_roof": 794.7, "Gross_volu": 4458.4, "Is_Gross_v": "false", "Heated_vol": 3973.4, "Ridge_mean": 5.6, "Eaves_mean": 5.61, "Storey_num": 2, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.536, "Heated_are": 1271.5, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 10.4, "Total_Year": 54980.0, "January_He": 4473.0, "February_H": 2319.0, "March_Heat": 689.0, "April_Heat": 35.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 67.0, "November_H": 1394.0, "December_H": 4223.0, "PV_potenti": 38.02 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194885425353265, 48.790700921379546, 0.0 ], [ 9.19419370934053, 48.790292308019389, 0.0 ], [ 9.194299699940919, 48.790214884837646, 0.0 ], [ 9.19455573140735, 48.790365704083989, 0.0 ], [ 9.194643576300871, 48.790417441563818, 0.0 ], [ 9.194933984245758, 48.790588524591186, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.194885425353265, 48.790700921379546, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000024f", "Latitude": 48.79051, "Longitude": 9.19511, "X_coordina": 3514408.7, "Y_coordina": 5405911.46, "LOD": "LOD2", "Year_of_co": 1986, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2020, "PrimaryUsa": "office and administration", "PrimaryU00": 429.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 134.2, "Total_wall": 308.5, "Total_wa00": 0.0, "Total_outw": 472.6, "Total_shar": 418.1, "Total_roof": 134.2, "Gross_volu": 1345.9, "Is_Gross_v": "false", "Heated_vol": 1341.5, "Ridge_mean": 10.0, "Eaves_mean": 10.03, "Storey_num": 4, "Average_St": 2.5, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.0, "Surface_ar": 0.429, "Heated_are": 429.3, "Mean_Uvalu": 0.46, "Specific_d": "14,6", "Specific_s": 54.8, "Total_Year": 29805.0, "January_He": 5467.0, "February_H": 4008.0, "March_Heat": 2708.0, "April_Heat": 896.0, "May_Heatin": 108.0, "June_Heati": 4, "July_Heati": 0, "August_Hea": 1, "September_": 166.0, "October_He": 1331.0, "November_H": 3454.0, "December_H": 5393.0, "PV_potenti": 6.52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195205022750173, 48.790467118189433, 0.0 ], [ 9.194992093778103, 48.790622866954017, 0.0 ], [ 9.194933984245758, 48.790588524591186, 0.0 ], [ 9.195145960597401, 48.790432777547409, 0.0 ], [ 9.195205022750173, 48.790467118189433, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000250", "Latitude": 48.79149, "Longitude": 9.19659, "X_coordina": 3514517.18, "Y_coordina": 5406020.76, "LOD": "LOD2", "Year_of_co": 1982, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2130, "PrimaryUsa": "retail", "PrimaryU00": 939.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 344.5, "Total_wall": 586.8, "Total_wa00": 0.0, "Total_outw": 1039.8, "Total_shar": 0.0, "Total_roof": 344.5, "Gross_volu": 2352.2, "Is_Gross_v": "false", "Heated_vol": 2352.2, "Ridge_mean": 6.8, "Eaves_mean": 6.83, "Storey_num": 3, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.542, "Heated_are": 939.3, "Mean_Uvalu": 0.41, "Specific_d": "73,0", "Specific_s": 40.4, "Total_Year": 106504.0, "January_He": 9283.0, "February_H": 6526.0, "March_Heat": 4157.0, "April_Heat": 1084.0, "May_Heatin": 79.0, "June_Heati": 2, "July_Heati": 0, "August_Hea": 0, "September_": 172.0, "October_He": 1920.0, "November_H": 5653.0, "December_H": 9047.0, "PV_potenti": 16.29 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196762306860636, 48.791568909623535, 0.0 ], [ 9.196742629443008, 48.791583420944107, 0.0 ], [ 9.196665685052954, 48.791640474017967, 0.0 ], [ 9.196337070091044, 48.791446889708311, 0.0 ], [ 9.196434646775506, 48.791375863499781, 0.0 ], [ 9.196762306860636, 48.791568909623535, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000251", "Latitude": 48.7908, "Longitude": 9.1964, "X_coordina": 3514503.01, "Y_coordina": 5405944.5, "LOD": "LOD2", "Year_of_co": 1963, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 8159.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 3073.1, "Total_wall": 2136.8, "Total_wa00": 0.0, "Total_outw": 4133.1, "Total_shar": 50.5, "Total_roof": 3499.4, "Gross_volu": 28570.9, "Is_Gross_v": "false", "Heated_vol": 25497.8, "Ridge_mean": 12.0, "Eaves_mean": 6.72, "Storey_num": 4, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.318, "Heated_are": 8159.3, "Mean_Uvalu": 0.44, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 187.71 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.19545178247148, 48.790402224392714, 0.0 ], [ 9.195496838723024, 48.790369505635461, 0.0 ], [ 9.195632000484304, 48.790269640719892, 0.0 ], [ 9.195666927408581, 48.790291972360663, 0.0 ], [ 9.195891597747762, 48.790426385898478, 0.0 ], [ 9.195886441241685, 48.790430261385872, 0.0 ], [ 9.19591276823016, 48.790445863308761, 0.0 ], [ 9.195918196573048, 48.7904418974341, 0.0 ], [ 9.196088297483591, 48.790542232438511, 0.0 ], [ 9.196448420278903, 48.790755457012878, 0.0 ], [ 9.196442990188908, 48.790758973297201, 0.0 ], [ 9.196467267677011, 48.790772420422016, 0.0 ], [ 9.196472422768894, 48.790768185216834, 0.0 ], [ 9.197004698310334, 48.791082637954403, 0.0 ], [ 9.196998591971484, 48.79108723450495, 0.0 ], [ 9.197022458663112, 48.791099962825946, 0.0 ], [ 9.197028430314257, 48.791095726199053, 0.0 ], [ 9.19725679021256, 48.791232109063834, 0.0 ], [ 9.197064232318066, 48.791375956823892, 0.0 ], [ 9.196989475242978, 48.791331033003758, 0.0 ], [ 9.197010643562207, 48.791314990388422, 0.0 ], [ 9.19549036646929, 48.790420053698234, 0.0 ], [ 9.195486296236643, 48.790423297858275, 0.0 ], [ 9.19545178247148, 48.790402224392714, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000252", "Latitude": 48.79108, "Longitude": 9.19575, "X_coordina": 3514455.18, "Y_coordina": 5405975.55, "LOD": "LOD2", "Year_of_co": 1983, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 7454.0, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 2269.1, "Total_wall": 2540.4, "Total_wa00": 0.0, "Total_outw": 3782.6, "Total_shar": 157.4, "Total_roof": 2269.1, "Gross_volu": 25562.8, "Is_Gross_v": "false", "Heated_vol": 23293.8, "Ridge_mean": 16.9, "Eaves_mean": 16.9, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.285, "Heated_are": 7454.0, "Mean_Uvalu": 0.33, "Specific_d": "32,9", "Specific_s": 2.4, "Total_Year": 262747.0, "January_He": 7102.0, "February_H": 3084.0, "March_Heat": 508.0, "April_Heat": 10.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 14.0, "November_H": 1057.0, "December_H": 6035.0, "PV_potenti": 109.7 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195210998274373, 48.791025174018252, 0.0 ], [ 9.195448484591065, 48.790849599987304, 0.0 ], [ 9.19546205529751, 48.790839595432203, 0.0 ], [ 9.195565734282388, 48.790762894405994, 0.0 ], [ 9.195608975175618, 48.790788269345526, 0.0 ], [ 9.195718920299958, 48.790853097306773, 0.0 ], [ 9.195719875061966, 48.790853635225716, 0.0 ], [ 9.195642112305958, 48.790910239396254, 0.0 ], [ 9.196197980990538, 48.791238054383356, 0.0 ], [ 9.196194995296977, 48.791240217636847, 0.0 ], [ 9.196047479191378, 48.791348287277451, 0.0 ], [ 9.195917876062987, 48.791443197406153, 0.0 ], [ 9.19536173054888, 48.791114302465978, 0.0 ], [ 9.195210998274373, 48.791025174018252, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000253", "Latitude": 48.79129, "Longitude": 9.1962, "X_coordina": 3514488.2, "Y_coordina": 5405999.12, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 194.3, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 107.2, "Total_wall": 138.0, "Total_wa00": 0.0, "Total_outw": 286.0, "Total_shar": 157.3, "Total_roof": 107.2, "Gross_volu": 502.7, "Is_Gross_v": "false", "Heated_vol": 502.7, "Ridge_mean": 4.7, "Eaves_mean": 4.69, "Storey_num": 2, "Average_St": 2.3, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.701, "Heated_are": 194.3, "Mean_Uvalu": 0.41, "Specific_d": "32,9", "Specific_s": 10.3, "Total_Year": 8380.0, "January_He": 698.0, "February_H": 338.0, "March_Heat": 83.0, "April_Heat": 3.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 9.0, "November_H": 216.0, "December_H": 651.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.196114866981185, 48.791388278460616, 0.0 ], [ 9.196047479191378, 48.791348287277451, 0.0 ], [ 9.196194995296977, 48.791240217636847, 0.0 ], [ 9.196261701526954, 48.791279940125293, 0.0 ], [ 9.196114866981185, 48.791388278460616, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000256", "Latitude": 48.78982, "Longitude": 9.19452, "X_coordina": 3514365.05, "Y_coordina": 5405835.48, "LOD": "LOD2", "Year_of_co": 1989, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2120, "PrimaryUsa": "industry", "PrimaryU00": 743.1, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 271.1, "Total_wall": 225.3, "Total_wa00": 0.0, "Total_outw": 403.2, "Total_shar": 393.6, "Total_roof": 271.1, "Gross_volu": 1751.0, "Is_Gross_v": "false", "Heated_vol": 1751.0, "Ridge_mean": 6.5, "Eaves_mean": 6.46, "Storey_num": 3, "Average_St": 2.2, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.438, "Heated_are": 743.1, "Mean_Uvalu": 0.37, "Specific_d": "32,9", "Specific_s": 2.3, "Total_Year": 26111.0, "January_He": 673.0, "February_H": 296.0, "March_Heat": 45.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 1.0, "November_H": 104.0, "December_H": 574.0, "PV_potenti": 13.03 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194510655144843, 48.789794855131724, 0.0 ], [ 9.194626460123795, 48.789862641727616, 0.0 ], [ 9.194641328250325, 48.789871429113127, 0.0 ], [ 9.194531408904735, 48.789953175584884, 0.0 ], [ 9.194304571344162, 48.789819932048857, 0.0 ], [ 9.194413946401301, 48.789738186710501, 0.0 ], [ 9.194470962039391, 48.789771542027921, 0.0 ], [ 9.194490740541571, 48.789783198696483, 0.0 ], [ 9.194510655144843, 48.789794855131724, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA0000025e", "Latitude": 48.79005, "Longitude": 9.19413, "X_coordina": 3514336.6, "Y_coordina": 5405860.28, "LOD": "LOD2", "Year_of_co": 2008, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 2112.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "MFH", "Footprint_": 729.8, "Total_wall": 1436.1, "Total_wa00": 0.0, "Total_outw": 2164.2, "Total_shar": 0.0, "Total_roof": 729.9, "Gross_volu": 7332.4, "Is_Gross_v": "false", "Heated_vol": 6602.6, "Ridge_mean": 14.6, "Eaves_mean": 14.57, "Storey_num": 5, "Average_St": 2.7, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.412, "Heated_are": 2112.8, "Mean_Uvalu": 0.38, "Specific_d": "32,9", "Specific_s": 7.0, "Total_Year": 84156.0, "January_He": 5191.0, "February_H": 2680.0, "March_Heat": 675.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 45.0, "November_H": 1381.0, "December_H": 4733.0, "PV_potenti": 33.67 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.194221771399221, 48.789911344214865, 0.0 ], [ 9.194223128504003, 48.789910352766015, 0.0 ], [ 9.194350785907107, 48.789981356896767, 0.0 ], [ 9.1941853895969, 48.790111305794333, 0.0 ], [ 9.194181047813327, 48.790114730213602, 0.0 ], [ 9.194153211563084, 48.790099301293829, 0.0 ], [ 9.194127311276448, 48.790120036385808, 0.0 ], [ 9.19417668166626, 48.790147110081058, 0.0 ], [ 9.194031500884936, 48.790261108182783, 0.0 ], [ 9.193904388978677, 48.790190462477725, 0.0 ], [ 9.193905881497216, 48.7901892909574, 0.0 ], [ 9.193822278111329, 48.790143121038994, 0.0 ], [ 9.194160807012796, 48.789877455891244, 0.0 ], [ 9.194221771399221, 48.789911344214865, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001eb", "Latitude": 48.78797, "Longitude": 9.19999, "X_coordina": 3514767.97, "Y_coordina": 5405630.35, "LOD": "LOD2", "Year_of_co": 2011, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 570.5, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 137.8, "Total_wall": 306.8, "Total_wa00": 0.0, "Total_outw": 483.4, "Total_shar": 317.4, "Total_roof": 206.4, "Gross_volu": 1920.6, "Is_Gross_v": "false", "Heated_vol": 1782.7, "Ridge_mean": 16.8, "Eaves_mean": 11.38, "Storey_num": 6, "Average_St": 2.6, "Number_of_": 9, "Number_o00": 16, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.354, "Heated_are": 570.5, "Mean_Uvalu": 0.44, "Specific_d": "15,8", "Specific_s": 36.9, "Total_Year": 30076.0, "January_He": 4945.0, "February_H": 3690.0, "March_Heat": 2485.0, "April_Heat": 621.0, "May_Heatin": 20.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 65.0, "October_He": 1176.0, "November_H": 3216.0, "December_H": 4822.0, "PV_potenti": 9.82 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.200058055095374, 48.788010708178689, 0.0 ], [ 9.200021903468741, 48.788022730824927, 0.0 ], [ 9.199906381952092, 48.788061328825428, 0.0 ], [ 9.199839751838443, 48.78797188050887, 0.0 ], [ 9.19989588253509, 48.787953348736913, 0.0 ], [ 9.199940597255502, 48.787938703476534, 0.0 ], [ 9.199991427281269, 48.787921889410654, 0.0 ], [ 9.20002521978634, 48.787966882472134, 0.0 ], [ 9.200058055095374, 48.788010708178689, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001ed", "Latitude": 48.78803, "Longitude": 9.20002, "X_coordina": 3514769.94, "Y_coordina": 5405637.47, "LOD": "LOD2", "Year_of_co": 1952, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2463, "PrimaryUsa": "non-heated", "PrimaryU00": 28.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 34.9, "Total_wall": 44.5, "Total_wa00": 0.0, "Total_outw": 135.3, "Total_shar": 69.4, "Total_roof": 34.9, "Gross_volu": 95.3, "Is_Gross_v": "false", "Heated_vol": 88.2, "Ridge_mean": 2.8, "Eaves_mean": 2.75, "Storey_num": 1, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NOT_HEATED", "Basement_c": 0.2, "Surface_ar": 1.236, "Heated_are": 28.2, "Mean_Uvalu": 0.39, "Specific_d": "0,0", "Specific_s": 0.0, "Total_Year": 0.0, "January_He": 0.0, "February_H": 0.0, "March_Heat": 0.0, "April_Heat": 0.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 0.0, "November_H": 0.0, "December_H": 0.0, "PV_potenti": 1.09 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199906381952092, 48.788061328825428, 0.0 ], [ 9.200021903468741, 48.788022730824927, 0.0 ], [ 9.200045710587753, 48.788054882140237, 0.0 ], [ 9.199926358566808, 48.788088451089884, 0.0 ], [ 9.199906381952092, 48.788061328825428, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001d6", "Latitude": 48.79302, "Longitude": 9.19944, "X_coordina": 3514725.52, "Y_coordina": 5406192.03, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 1207.8, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 579.9, "Total_wall": 553.7, "Total_wa00": 0.0, "Total_outw": 1080.5, "Total_shar": 110.0, "Total_roof": 732.6, "Gross_volu": 4354.4, "Is_Gross_v": "false", "Heated_vol": 3774.4, "Ridge_mean": 8.8, "Eaves_mean": 6.2, "Storey_num": 3, "Average_St": 2.6, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 1.0, "Surface_ar": 0.45, "Heated_are": 1207.8, "Mean_Uvalu": 0.48, "Specific_d": "32,9", "Specific_s": 10.7, "Total_Year": 52642.0, "January_He": 4451.0, "February_H": 2205.0, "March_Heat": 582.0, "April_Heat": 24.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 61.0, "November_H": 1400.0, "December_H": 4231.0, "PV_potenti": 38.51 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199207661263355, 48.79293199360837, 0.0 ], [ 9.199216753642844, 48.792925323534178, 0.0 ], [ 9.199276869816831, 48.792880707346384, 0.0 ], [ 9.199404830107172, 48.79295575188042, 0.0 ], [ 9.199649019329366, 48.793098846819667, 0.0 ], [ 9.199589449769793, 48.793144001793983, 0.0 ], [ 9.199580494214675, 48.793150851507342, 0.0 ], [ 9.199522417008696, 48.793194834853644, 0.0 ], [ 9.199507490814193, 48.793206191084849, 0.0 ], [ 9.19913356754128, 48.792986975142902, 0.0 ], [ 9.199148902056905, 48.792975618253557, 0.0 ], [ 9.199207661263355, 48.79293199360837, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA000001d7", "Latitude": 48.79287, "Longitude": 9.19942, "X_coordina": 3514724.34, "Y_coordina": 5406175.33, "LOD": "LOD2", "Year_of_co": 1962, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 2112, "PrimaryUsa": "industry", "PrimaryU00": 172.2, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "RH", "Footprint_": 93.5, "Total_wall": 109.4, "Total_wa00": 0.0, "Total_outw": 240.0, "Total_shar": 109.9, "Total_roof": 93.5, "Gross_volu": 373.0, "Is_Gross_v": "false", "Heated_vol": 373.0, "Ridge_mean": 4.0, "Eaves_mean": 3.99, "Storey_num": 2, "Average_St": 2.0, "Number_of_": 0, "Number_o00": 0, "Attic_Heat": "NO_ROOM", "Basement_H": "NO_ROOM", "Basement_c": 0.0, "Surface_ar": 0.795, "Heated_are": 172.2, "Mean_Uvalu": 0.39, "Specific_d": "32,9", "Specific_s": 6.3, "Total_Year": 6742.0, "January_He": 401.0, "February_H": 169.0, "March_Heat": 35.0, "April_Heat": 1.0, "May_Heatin": 0.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 0.0, "October_He": 3.0, "November_H": 92.0, "December_H": 382.0, "PV_potenti": 4.34 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.199344178171751, 48.7928307731855, 0.0 ], [ 9.199472274535347, 48.792905817409768, 0.0 ], [ 9.199404830107172, 48.79295575188042, 0.0 ], [ 9.199276869816831, 48.792880707346384, 0.0 ], [ 9.199344178171751, 48.7928307731855, 0.0 ] ] ] ] } }, - { "type": "Feature", "properties": { "gml_id": "DEBW522AA00000177", "Latitude": 48.78893, "Longitude": 9.19586, "X_coordina": 3514464.02, "Y_coordina": 5405735.73, "LOD": "LOD2", "Year_of_co": 1954, "Refurbishm": "MediumRefurbishment", "ALKIS_code": 1010, "PrimaryUsa": "residential", "PrimaryU00": 782.6, "SecondaryU": "none", "Secondar00": 0.0, "BuildingTy": "GMH", "Footprint_": 171.3, "Total_wall": 490.6, "Total_wa00": 0.0, "Total_outw": 711.0, "Total_shar": 291.8, "Total_roof": 213.6, "Gross_volu": 2542.1, "Is_Gross_v": "false", "Heated_vol": 2445.5, "Ridge_mean": 17.1, "Eaves_mean": 12.56, "Storey_num": 6, "Average_St": 2.8, "Number_of_": 13, "Number_o00": 23, "Attic_Heat": "HEATED", "Basement_H": "NOT_HEATED", "Basement_c": 0.6, "Surface_ar": 0.353, "Heated_are": 782.6, "Mean_Uvalu": 0.48, "Specific_d": "15,8", "Specific_s": 37.4, "Total_Year": 41635.0, "January_He": 7101.0, "February_H": 5110.0, "March_Heat": 3227.0, "April_Heat": 633.0, "May_Heatin": 15.0, "June_Heati": 0, "July_Heati": 0, "August_Hea": 0, "September_": 71.0, "October_He": 1586.0, "November_H": 4594.0, "December_H": 6901.0, "PV_potenti": 10.91 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.195912686028782, 48.78895654825498, 0.0 ], [ 9.195930616704745, 48.788982955299289, 0.0 ], [ 9.195858029482693, 48.789004840302063, 0.0 ], [ 9.195783402948773, 48.789027268268065, 0.0 ], [ 9.195740293307669, 48.788965294240448, 0.0 ], [ 9.195701973832463, 48.788910236176001, 0.0 ], [ 9.195777823285677, 48.788887356564892, 0.0 ], [ 9.195850818291852, 48.788865380995006, 0.0 ], [ 9.195912686028782, 48.78895654825498, 0.0 ] ] ] ] } } - ] - } - \ No newline at end of file diff --git a/public/leaflet-stoeckach-heatdemand/index.css b/public/leaflet-stoeckach-heatdemand/index.css deleted file mode 100644 index d5c6d17247e6e653334a27ec5042e8b42913923b..0000000000000000000000000000000000000000 --- a/public/leaflet-stoeckach-heatdemand/index.css +++ /dev/null @@ -1,23 +0,0 @@ -#mapid { - height: 100%; - } - -body { - display: flex; - flex-direction: row; - margin: 0; - padding: 0; - } - -#map-container { - flex: 1; - height: 100vh; - } - -#chart-container { - flex: 1; - padding: 20px; - display: flex; - align-items: center; - justify-content: center; - } diff --git a/public/leaflet-stoeckach-heatdemand/index.html b/public/leaflet-stoeckach-heatdemand/index.html deleted file mode 100644 index c88747392a7ac14cd5844b1895ce02239030608d..0000000000000000000000000000000000000000 --- a/public/leaflet-stoeckach-heatdemand/index.html +++ /dev/null @@ -1,127 +0,0 @@ -<html> -<head> -<title>Building - Heat Demand</title> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" - integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" - crossorigin=""> - <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js" - integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" - crossorigin=""></script> - <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> - <script src="building_data.js"></script> - <link rel="stylesheet" href="index.css"> -</head> -<body> - <div id="map-container"> - <div id="mapid"></div> - </div> - <div id="chart-container"> - <canvas id="yocChart"></canvas> - </div> -<script> - var mymap = L.map('mapid').setView([48.79205, 9.20758], 16); - var OpenStreetMap_DE = L.tileLayer('https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', { - maxZoom: 18, - attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' - }); - // select one basemap from https://leaflet-extras.github.io/leaflet-providers/preview/ - var CartoDB_Positron = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { - attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a>', - subdomains: 'abcd', - maxZoom: 19 - }); - CartoDB_Positron.addTo(mymap); - - function onEachFeature(feature, layer) { - layer.bindPopup( - '<h4>' + - feature.properties.gml_id + '</h4><p>Specific Space Heating Demand: ' + feature.properties - .Specific_s + - '[kWh/m².year] </p>'); - } - - function getColor(d) { - return d > 250 ? '#F22E22' : - d > 200 ? '#F56D1F' : - d > 150 ? '#F9A717' : - d > 125 ? '#FECE02' : - d > 100 ? '#F6EC00' : - d > 75 ? '#D1E023' : - d > 50 ? '#B2D531' : - d > 25 ? '#A4C711' : - d > 0 ? '#61B949' : - '#FFEDA0'; - } - - function style(feature) { - return { - fillColor: getColor(feature.properties.Specific_s), - weight: 1, - opacity: 1, - color: 'white', - // dashArray: '3', - fillOpacity: 0.95 - }; - } - L.geoJSON(building_data, { - onEachFeature: onEachFeature, - style: style, - }).addTo(mymap); - -// Retrieve the building year of construction data from the GeoJSON - var buildingYoc = building_data.features.map(function(feature) { - return feature.properties.Year_of_co; - }); - -// Count the occurrences of each building age - var yocCounts = {}; - buildingYoc.forEach(function(Year_of_co) { - if (yocCounts[Year_of_co]) { - yocCounts[Year_of_co]++; - } else { - yocCounts[Year_of_co] = 1; - } - }); - -// Prepare the chart data - var yocLabels = Object.keys(yocCounts); - var yocData = Object.values(yocCounts); - -// Create the building year of construction distribution chart using Chart.js - var ctx = document.getElementById('yocChart').getContext('2d'); - var yocChart = new Chart(ctx, { - type: 'bar', - data: { - labels: yocLabels, - datasets: [{ - label: 'No. of buildings', - data: yocData, - backgroundColor: 'rgba(75, 192, 192, 0.5)', - borderColor: 'rgba(75, 192, 192, 1)', - borderWidth: 1 - }] - }, - options: { - responsive: true, - plugins: { - legend: { - position: 'bottom', - }, - title: { - display: true, - text: 'Building Distribution According to its Year of Construction' - } - }, - scales: { - y: { - beginAtZero: true, - stepSize: 15 - } - } - } -}); -</script> -</body> -</html> diff --git a/public/leaflet-stoeckach-heatdemand/leaflet-stoeckach-heatdemand.7z b/public/leaflet-stoeckach-heatdemand/leaflet-stoeckach-heatdemand.7z deleted file mode 100644 index 66351c3292457fd9eed420d5ffc2e2892c2d1aa8..0000000000000000000000000000000000000000 Binary files a/public/leaflet-stoeckach-heatdemand/leaflet-stoeckach-heatdemand.7z and /dev/null differ diff --git a/public/vis_workshop/favicon.ico b/public/vis_workshop/favicon.ico deleted file mode 100644 index 945bb039ace0aa98b8b93d1885e52ce5e42523c4..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/favicon.ico and /dev/null differ diff --git a/public/vis_workshop/img/1.JPG b/public/vis_workshop/img/1.JPG deleted file mode 100644 index 93a22b50d6c6c20852b4a2616f91eaaf9c050277..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/1.JPG and /dev/null differ diff --git a/public/vis_workshop/img/1a.JPG b/public/vis_workshop/img/1a.JPG deleted file mode 100644 index 62b304d8b44fbf4890cc99508331d761f06f4014..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/1a.JPG and /dev/null differ diff --git a/public/vis_workshop/img/2.JPG b/public/vis_workshop/img/2.JPG deleted file mode 100644 index 64590256650049491e1aac97dc7550adcf4abbae..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/2.JPG and /dev/null differ diff --git a/public/vis_workshop/img/3.JPG b/public/vis_workshop/img/3.JPG deleted file mode 100644 index c70c3cbe0d40417f22eee88fda5084b8ef73b386..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/3.JPG and /dev/null differ diff --git a/public/vis_workshop/img/4.JPG b/public/vis_workshop/img/4.JPG deleted file mode 100644 index 6c9d6872e1b2c6d1c2542a5f24be7d1dc81b9ed2..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/4.JPG and /dev/null differ diff --git a/public/vis_workshop/img/5.JPG b/public/vis_workshop/img/5.JPG deleted file mode 100644 index 52bae0b1ecfa3c7ccf7227d5b4e6ff89b87fb47b..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/5.JPG and /dev/null differ diff --git a/public/vis_workshop/img/6.JPG b/public/vis_workshop/img/6.JPG deleted file mode 100644 index ce01040ebeee458aa64dc01593e90ef85b8a407e..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/6.JPG and /dev/null differ diff --git a/public/vis_workshop/img/Deutschland3D.JPG b/public/vis_workshop/img/Deutschland3D.JPG deleted file mode 100644 index 16623b6792154ce6a5fc31db95fb54defc4ba77d..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/Deutschland3D.JPG and /dev/null differ diff --git a/public/vis_workshop/img/StreamlinesMultipart.png b/public/vis_workshop/img/StreamlinesMultipart.png deleted file mode 100644 index 068a15c5d7faacb66b628cacb240f08f92c77baa..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/StreamlinesMultipart.png and /dev/null differ diff --git a/public/vis_workshop/img/architecture.JPG b/public/vis_workshop/img/architecture.JPG deleted file mode 100644 index d5d15fcaf7b044a9d89c861c740f58bfaedb32d4..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/architecture.JPG and /dev/null differ diff --git a/public/vis_workshop/img/logo.jpg b/public/vis_workshop/img/logo.jpg deleted file mode 100644 index bd8c86fab2f655d74d20dac9b2defbccd0ba2d3a..0000000000000000000000000000000000000000 Binary files a/public/vis_workshop/img/logo.jpg and /dev/null differ diff --git a/public/vis_workshop/index.css b/public/vis_workshop/index.css deleted file mode 100644 index 3cd36de21cd8c5cdee5e550ad9addb6f771de606..0000000000000000000000000000000000000000 --- a/public/vis_workshop/index.css +++ /dev/null @@ -1,203 +0,0 @@ -button { - padding: 0; - border: none; - font: inherit; - color: inherit; - background-color: transparent; - /* show a hand cursor on hover; some argue that we - should keep the default arrow cursor for buttons */ - cursor: pointer; - } - - /** - * Button component - */ - .btn { - /* default for <button>, but needed for <a> */ - display: inline-block; - text-align: center; - text-decoration: none; - - /* create a small space when buttons wrap on 2 lines */ - margin: 2px 0; - - /* invisible border (will be colored on hover/focus) */ - border: solid 1px transparent; - border-radius: 4px; - - /* button size comes from text + padding, avoid height */ - padding: 0.5em 1em; - - /* make sure colors have enough contrast! */ - color: #FFFFFF; - background-color: #4467c3; - } - - /* old-school "down" effect on clic + color tweak */ - .btn:active { - transform: translateY(1px); - filter: saturate(150%); - } - - /* inverse colors on hover */ - .btn:hover { - cursor: pointer; - color: #4467c3; - border-color: currentColor; - background-color: white; - } - - /* Firefox: remove the inner border shown on focus */ - .btn::-moz-focus-inner { - border: none; - } - - /* make sure we have a visible focus ring */ - .btn:focus { - outline: none; - /* box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.5), - 0 0 0 1.5px rgba(255, 105, 180, 0.5); */ - } - - /* hide focus style if not from keyboard navigation */ - .js-focus-visible .btn:focus:not(.focus-visible) { - box-shadow: none; - } - - body { - font-family: sans-serif; - margin: 0; - padding: 0; -} - -h2 { - margin-top: 0; -} - -table, -p { - /* margin-left: 25px; */ -} - -td { - padding-bottom: 15px; - vertical-align: top; -} - -td:first-child { - padding-right: 15px; -} - -.section:nth-child(odd) { - background-color: #fff; -} - -.section { - border: none; - padding: 20px 40px; -} - -.section>* { - /* max-width: 1200px; */ -} - -.imgavatar { - border-radius: 50%; - width: 150px; -} - -.imgsponsor { - width: 150px; -} - -/* Special */ - -ul.special { - list-style: none; - padding-left: 0; - cursor: default; - position: relative; - margin: -2em 0 4em -2em; -} - - ul.special li { - -moz-transition: top .15s ease-in-out; - -webkit-transition: top .15s ease-in-out; - -ms-transition: top .15s ease-in-out; - transition: top .15s ease-in-out; - position: relative; - display: inline-block; - top: 0; - padding: 2em 0 0 2em; - } - - ul.special li a { - display: block; - outline: 0; - } - - ul.special li a:before { - -moz-transition: background-color .2s ease-in-out; - -webkit-transition: background-color .2s ease-in-out; - -ms-transition: background-color .2s ease-in-out; - transition: background-color .2s ease-in-out; - display: block; - text-align: center; - background: #c1cac5; - border-radius: 100%; - width: 2.25em; - height: 2.25em; - line-height: 2.175em; - font-size: 5em; - color: #fff; - } - - ul.special li:hover { - top: -1em; - } - - ul.special li:hover a:before { - background: #b9d2ce; - } -.center-img { - display: block; - margin-left: auto; - margin-right: auto; -} - -.imgBanner { - position: absolute; - top: 0px; - right: 0px; -} - -/* Video Container for Youtube Responsive */ -.video-container { - position: relative; - padding-bottom: 250px; - padding-top: 30px; - height: 0; - overflow: hidden; -} - -.video-container iframe, .video-container object, .video-container embed { - position:absolute; - top:0; - left:0; - width:480px; - height:250px; - /* height:100%; */ -} - -.topperStyle { - background-color: #343a40!important; - color: white; -} - -.circleImage { - border-radius: 100%!important; - padding: 10% -} -.centerAlign { - text-align: center -} \ No newline at end of file diff --git a/public/vis_workshop/index.html b/public/vis_workshop/index.html deleted file mode 100644 index fc958a0c9c5e59b37a6f55162e937cecb165c097..0000000000000000000000000000000000000000 --- a/public/vis_workshop/index.html +++ /dev/null @@ -1,232 +0,0 @@ -<!doctype html> -<html lang="en"> - -<head> - <!-- Required meta tags --> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - - <!-- Bootstrap CSS --> - <link rel="stylesheet" href="source/bootstrap.min.css"> - <link rel="stylesheet" href="index.css"> - <link rel="icon" type="image/ico" href="favicon.ico"> - <title>Web-based Visualization of the 3D City Models</title> - <style> - table { - border: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - } - - td { - border-right: 1px solid black; - padding: 2px 2px 5px 2px; - margin: 0px; - } - - th { - border-bottom: 1px solid black; - padding: 5px; - margin: 0px; - } - - tr { - padding: 0px; - margin: 0px; - } - </style> -</head> - -<body> - <div class="section topperStyle"> - <!-- <a href="https://www.hft-stuttgart.de"><img src="HFT_logo.jpg" - style='width: 200px;margin-right: 20px;' /></a> - <a - href="http://www.steinbeis.de/de/experten/steinbeis-unternehmen-und-partner/detail.html?tx_z7suprofiles_detail%5Bprofile%5D=2618&cHash=db7d30240e803db2f04ccfd0425eb374"><img - src="https://www.hft-stuttgart.de/Forschung/Transfer/Steinbeislogo1.gif" /></a> - <br> The University of Applied Sciences Stuttgart - <h1>Examples of our projects and applications</h1> --> - <div class="row"> - <div class="col"> - <h1>Creating Interactive 3D Web Maps from 3D City Models with CesiumJS</h1> - <h6>by <a href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich">Joe T.S.</a></h6> - </div> - <div class="col-md-auto"> - <!-- <a href="https://www.hft-stuttgart.de"><img src="HFT_logo.jpg" - style='width: 200px;margin-right: 20px;' /></a> --> - University of Applied Science Stuttgart - </div> - </div> - </div> - <div style="margin:20px; padding:30px"> - <h1>Introduction</h1> - <p>The recent technology of virtual globe-based 3D visualization is a unique opportunity to facilitate advanced - analysis and visualization tasks in a variety of application domains such as urban planning, indoor/outdoor - pedestrian navigation, environmental simulations, cultural heritage, or facility management. One core data - which make this concept come true is the development of the CityGML models by Open Geospatial Consortium - (OGC — https://www.ogc.org/). CityGML is the global data model schema for describing 3D - geo-spatially-enabled urban models. There are more and more cities that provide open-source CityGML models - publicly.</p> - - <img src="img/6.JPG" alt="" style="width: 800px;"> - <br>(An Expected Output from This Workshop — 3D Web App with 3D Semantic Building Models in Den Haag Area) - <br> - <hr> - <h3>Architecture and Workflow</h3> - <img src="img/architecture.JPG" alt="" style="width: 600px;"><br> - The overall system architecture of the 3D web-based app is shown in the figure above. It includes four main - components: CityGML dataset, 3D Tiles dataset, Web server, and Users. - <br> <b>So, let’s get started and create each component together</b> <br> - <hr> - <h3>Step 1: Preparing 3D City Models</h3> - <p>In this step, we will download the 3D city models in CityGML format. Then, convert the models to 3D Tiles - format for optimizing the 3D web visualization. In this article, I picked the 3D city models from Den Haag - area as it is a compact model. Of course, you are free to explore this method with any CityGML datasets.</p> - <li> Download the CityGML dataset from - <li style="list-style-type:none"> - <ul> - <li> - Den Haag (NL) 3D building model Dataset: <a - href="https://denhaag.dataplatform.nl/#/data/36049d1a-4a0f-4c5d-8adb-21dbfb7252f9" - target="_blank">https://denhaag.dataplatform.nl/#/data/36049d1a-4a0f-4c5d-8adb-21dbfb7252f9</a> - </li> - <li> - Nordrhein-westfalen (Germany) 3D building model Dataset: <a - href="https://www.opengeodata.nrw.de/produkte/geobasis/3dg/lod2_gml/" - target="_blank">https://www.opengeodata.nrw.de/produkte/geobasis/3dg/lod2_gml/</a> - </li> - </ul> - </li> - </li> - <li> Using the FME Workbench to convert the CityGML models to 3D Tiles format. Starting by opening the FME - Workbench, Drag and drop all CityGML models to the FME window.<br> - <img src="img/1a.JPG" alt="" style="width: 800px;"><br> - </li> - <li> - Select input Format "CityGML" and Workflow option "Single Merged Feature Type".<br> - <img src="img/1.JPG" alt="" style="width: 400px;"><br> - </li> - <li> - Click on "Add a new writer" button and select Format "Cesium 3D Tiles"<br> - <img src="img/2.JPG" alt="" style="width: 400px;"><br> - </li> - <li> - The workflow should look like following figure. Click Run and then wait until the conversion complete. Then, - the final 3D Tile City Models will be in the destination folder you input.<br> - <img src="img/3.JPG" alt="" style="width: 600px;"><br> - - </li> - <hr> - <h3>Step 2: Preparing HTML for CesiumJS</h3> - In this step, we will create an HTML web document containing the 3D Web Globe using CesiumJS library. You can - use any code Idle or editor. You can create the document with - the name you like and copy the following code. Don't forget to specify the URL on line 24 to the target - Tileset.json. If you do this for the first time, you can come back after you set up the web server in step - three. - - <script src="https://gist.github.com/JoeThunyathep/0a97950f69952ea13759e0f245416604.js"></script> - - <hr> - <h3>Step 3: Host the 3D Web App on the Web Server</h3> - This steps, we will host the Web App from step 2 and the 3D Tiles city models from step 1 on the web server. You - are freely to use any web server of your preferences. - <h5>3A: Python web server</h5> - <li>Install Python (3.xx)</li> - <li>open the CMD (Command Prompt) and check the python version <kbd>python --version</kbd>. If you get an error - message, please check your python installation.</li> - <li>Start the server by <kbd>python -m http.server 80</kbd> </li> - - <h5>3B: XAMPP (Apache) web server.</h5> - (You can get it from <a - href="https://www.apachefriends.org/index.html">https://www.apachefriends.org/index.html</a>) - <li>Install XAMPP or Apache.</li> - <li>Open XAMPP Control Panel and start Apache HTTP web service. <br>Optionally, you can start the Apache - manually via <code> [(part to Apache)]\apache\bin\httpd.exe </code>. Or, use Terminal to enter <code>sudo - apachectl start</code> and <code>sudo apachectl stop</code> commands to start and stop Apache service. - <br> - <img src="img/4.JPG" alt="" style="width: 400px;"><br> - </li> - <li>Place the web document (denHaagApp.html) from step 2 and a folder of 3D Tiles city models from step 1 in the - C:\xampp\htdocs directory.<br> - <img src="img/5.JPG" alt="" style="width: 800px;"><br> - </li> - <li>In the html web document, update the URL value to the tileset.json file of your 3D Tiles model in the htdocs - folder. For example, if your 3D Tiles directory is at C:\xampp\htdocs\3dtile\tileset.json. You should set - the url value to "./3dtile/tileset.json" or "http://localhost/3dtile/tileset.json" as APACHE will serve - everything in the htdocs directory relatively to "http://localhost". - </li> - <hr> - <h3>Step 4: Test the 3D Web App</h3> - - Finally, you can access your 3D web app visualizing 3D city model on your web browser.<br> - <img src="img/6.JPG" alt="" style="width: 800px;"><br> - - - <hr> - <h2>Overview of the software used</h2> - <ul> - <li><a href="https://cesiumjs.org/downloads/">CesiumJS</a> (Register for the token)</li> - <li>Web Server: Python 3 HTTP server or - <a href="https://httpd.apache.org/">Apache HTTP Server</a> , is also in <a - href="https://www.apachefriends.org/de/index.html">XAMPP</a> included</li> - <li>Web browser: - Google Chrome or <a href="https://www.mozilla.org/de/firefox/new/">Firefox</a></li> - <li>FME Workbench 2021 <a href="https://www.safe.com/free-fme-licenses/students/">Student License</a> </li> - </ul> - <hr> - <h2>Other Example Use Cases</h2> - <!-- <div class="card" style="width: 25rem;"> - <img class="card-img-top" src="img/StreamlinesMultipart.png" alt="Card image cap"> - <div class="card-body"> - <h5 class="card-title">Wind Simulation Platform</h5> - <p class="card-text">in the Cesium 3D Web Application</p> - <a href="https://transfer.hft-stuttgart.de/pages/urbanvis/index.html" class="btn btn-primary">Go</a> - </div> - </div> - - <div class="card" style="width: 25rem;"> - <img class="card-img-top" src="img/Deutschland3D.JPG" alt="Card image cap"> - <div class="card-body"> - <h5 class="card-title">Deutschland in 3D</h5> - <p class="card-text">3D Web Application Visualizing German Cities</p> - <a href="https://deutschland.virtualcitymap.de/#/" class="btn btn-primary">Go</a> - </div> - </div> --> - - <!-- <li><a href="https://transfer.hft-stuttgart.de/pages/urbanvis/index.html">Wind Simulation Platform</a> in the - Cesium 3D Web Application</li> --> - <li><a href="https://deutschland.virtualcitymap.de/#/">Deutschland in 3D</a> 3D Web Application Visualizing - German Cities</li> - <li><a href="https://steinbeis-3dps.eu/geoportal_3diot/#/">OGC 3D IoT Pilot - Sejong, South Korea</a> with air - quality sensor data (SensorThings API)</li> - <li><a href="https://steinbeis-3dps.eu/3DGeoVolumes/">3D Visualization Server</a> for hosting 3D building models - created by the 3D GeoVolumes API (3D Container API)Specification</li> - - - <li>Explore other <a href="https://3d.bk.tudelft.nl/opendata/opencities/">CityGML Datasets</a></li> - - <hr> - <h2>Copyright</h2> - <p>The texts and images provided in the blog are under the <a - href="https://creativecommons.org/licenses/by/3.0/de/">CC BY 3.0 DE</a> license.</p> - <h2>Author</h2> - <b>Thunyathep Santhanavanich (JOE)</b> PhD candidate<br> - Faculty of Geomatics, Computer Science and Mathematics, <br>University of Applied Sciences Stuttgart, - Schellingstr. 24, D-70174 Stuttgart<br> - <a href="mailto:thunyathep.santhanavanich@hft-stuttgart.de">thunyathep.santhanavanich@hft-stuttgart.de</a> - </div> - - - <!-- Optional JavaScript --> - <!-- jQuery first, then Popper.js, then Bootstrap JS --> - <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" - integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"> - </script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" - integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"> - </script> - <script src="source/bootstrap.min.js"></script> -</body> - -</html> \ No newline at end of file diff --git a/public/vis_workshop/source/bootstrap.min.css b/public/vis_workshop/source/bootstrap.min.css deleted file mode 100644 index 6561b6f4c9d158f46786b9c6df54718062d4d930..0000000000000000000000000000000000000000 --- a/public/vis_workshop/source/bootstrap.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.0.0 (https://getbootstrap.com) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}} -/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/public/vis_workshop/source/bootstrap.min.js b/public/vis_workshop/source/bootstrap.min.js deleted file mode 100644 index b5faf4c1cc965acbfa74ab2462b84faefb84baa8..0000000000000000000000000000000000000000 --- a/public/vis_workshop/source/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.0.0 (https://getbootstrap.com) - * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e(t.bootstrap={},t.jQuery,t.Popper)}(this,function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function r(){return(r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var o,a,l,h,c,u,f,d,_,g,p,m,v,E,T,y,C,I,A,b,D,S,w,N,O,k,P=function(t){var e=!1;function n(e){var n=this,s=!1;return t(this).one(i.TRANSITION_END,function(){s=!0}),setTimeout(function(){s||i.triggerTransitionEnd(n)},e),this}var i={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(e){var n,i=e.getAttribute("data-target");i&&"#"!==i||(i=e.getAttribute("href")||""),"#"===i.charAt(0)&&(n=i,i=n="function"==typeof t.escapeSelector?t.escapeSelector(n).substr(1):n.replace(/(:|\.|\[|\]|,|=|@)/g,"\\$1"));try{return t(document).find(i).length>0?i:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(n){t(n).trigger(e.end)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var s in n)if(Object.prototype.hasOwnProperty.call(n,s)){var r=n[s],o=e[s],a=o&&i.isElement(o)?"element":(l=o,{}.toString.call(l).match(/\s([a-zA-Z]+)/)[1].toLowerCase());if(!new RegExp(r).test(a))throw new Error(t.toUpperCase()+': Option "'+s+'" provided type "'+a+'" but expected type "'+r+'".')}var l}};return e=("undefined"==typeof window||!window.QUnit)&&{end:"transitionend"},t.fn.emulateTransitionEnd=n,i.supportsTransitionEnd()&&(t.event.special[i.TRANSITION_END]={bindType:e.end,delegateType:e.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}),i}(e),L=(a="alert",h="."+(l="bs.alert"),c=(o=e).fn[a],u={CLOSE:"close"+h,CLOSED:"closed"+h,CLICK_DATA_API:"click"+h+".data-api"},f="alert",d="fade",_="show",g=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){o.removeData(this._element,l),this._element=null},e._getRootElement=function(t){var e=P.getSelectorFromElement(t),n=!1;return e&&(n=o(e)[0]),n||(n=o(t).closest("."+f)[0]),n},e._triggerCloseEvent=function(t){var e=o.Event(u.CLOSE);return o(t).trigger(e),e},e._removeElement=function(t){var e=this;o(t).removeClass(_),P.supportsTransitionEnd()&&o(t).hasClass(d)?o(t).one(P.TRANSITION_END,function(n){return e._destroyElement(t,n)}).emulateTransitionEnd(150):this._destroyElement(t)},e._destroyElement=function(t){o(t).detach().trigger(u.CLOSED).remove()},t._jQueryInterface=function(e){return this.each(function(){var n=o(this),i=n.data(l);i||(i=new t(this),n.data(l,i)),"close"===e&&i[e](this)})},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},s(t,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),t}(),o(document).on(u.CLICK_DATA_API,'[data-dismiss="alert"]',g._handleDismiss(new g)),o.fn[a]=g._jQueryInterface,o.fn[a].Constructor=g,o.fn[a].noConflict=function(){return o.fn[a]=c,g._jQueryInterface},g),R=(m="button",E="."+(v="bs.button"),T=".data-api",y=(p=e).fn[m],C="active",I="btn",A="focus",b='[data-toggle^="button"]',D='[data-toggle="buttons"]',S="input",w=".active",N=".btn",O={CLICK_DATA_API:"click"+E+T,FOCUS_BLUR_DATA_API:"focus"+E+T+" blur"+E+T},k=function(){function t(t){this._element=t}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=p(this._element).closest(D)[0];if(n){var i=p(this._element).find(S)[0];if(i){if("radio"===i.type)if(i.checked&&p(this._element).hasClass(C))t=!1;else{var s=p(n).find(w)[0];s&&p(s).removeClass(C)}if(t){if(i.hasAttribute("disabled")||n.hasAttribute("disabled")||i.classList.contains("disabled")||n.classList.contains("disabled"))return;i.checked=!p(this._element).hasClass(C),p(i).trigger("change")}i.focus(),e=!1}}e&&this._element.setAttribute("aria-pressed",!p(this._element).hasClass(C)),t&&p(this._element).toggleClass(C)},e.dispose=function(){p.removeData(this._element,v),this._element=null},t._jQueryInterface=function(e){return this.each(function(){var n=p(this).data(v);n||(n=new t(this),p(this).data(v,n)),"toggle"===e&&n[e]()})},s(t,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),t}(),p(document).on(O.CLICK_DATA_API,b,function(t){t.preventDefault();var e=t.target;p(e).hasClass(I)||(e=p(e).closest(N)),k._jQueryInterface.call(p(e),"toggle")}).on(O.FOCUS_BLUR_DATA_API,b,function(t){var e=p(t.target).closest(N)[0];p(e).toggleClass(A,/^focus(in)?$/.test(t.type))}),p.fn[m]=k._jQueryInterface,p.fn[m].Constructor=k,p.fn[m].noConflict=function(){return p.fn[m]=y,k._jQueryInterface},k),j=function(t){var e="carousel",n="bs.carousel",i="."+n,o=t.fn[e],a={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},l={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},h="next",c="prev",u="left",f="right",d={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load"+i+".data-api",CLICK_DATA_API:"click"+i+".data-api"},_="carousel",g="active",p="slide",m="carousel-item-right",v="carousel-item-left",E="carousel-item-next",T="carousel-item-prev",y={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},C=function(){function o(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(y.INDICATORS)[0],this._addEventListeners()}var C=o.prototype;return C.next=function(){this._isSliding||this._slide(h)},C.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},C.prev=function(){this._isSliding||this._slide(c)},C.pause=function(e){e||(this._isPaused=!0),t(this._element).find(y.NEXT_PREV)[0]&&P.supportsTransitionEnd()&&(P.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},C.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},C.to=function(e){var n=this;this._activeElement=t(this._element).find(y.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(d.SLID,function(){return n.to(e)});else{if(i===e)return this.pause(),void this.cycle();var s=e>i?h:c;this._slide(s,this._items[e])}},C.dispose=function(){t(this._element).off(i),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},C._getConfig=function(t){return t=r({},a,t),P.typeCheckConfig(e,t,l),t},C._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(d.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(d.MOUSEENTER,function(t){return e.pause(t)}).on(d.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(d.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},C._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},C._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(y.ITEM)),this._items.indexOf(e)},C._getItemByDirection=function(t,e){var n=t===h,i=t===c,s=this._getItemIndex(e),r=this._items.length-1;if((i&&0===s||n&&s===r)&&!this._config.wrap)return e;var o=(s+(t===c?-1:1))%this._items.length;return-1===o?this._items[this._items.length-1]:this._items[o]},C._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),s=this._getItemIndex(t(this._element).find(y.ACTIVE_ITEM)[0]),r=t.Event(d.SLIDE,{relatedTarget:e,direction:n,from:s,to:i});return t(this._element).trigger(r),r},C._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(y.ACTIVE).removeClass(g);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(g)}},C._slide=function(e,n){var i,s,r,o=this,a=t(this._element).find(y.ACTIVE_ITEM)[0],l=this._getItemIndex(a),c=n||a&&this._getItemByDirection(e,a),_=this._getItemIndex(c),C=Boolean(this._interval);if(e===h?(i=v,s=E,r=u):(i=m,s=T,r=f),c&&t(c).hasClass(g))this._isSliding=!1;else if(!this._triggerSlideEvent(c,r).isDefaultPrevented()&&a&&c){this._isSliding=!0,C&&this.pause(),this._setActiveIndicatorElement(c);var I=t.Event(d.SLID,{relatedTarget:c,direction:r,from:l,to:_});P.supportsTransitionEnd()&&t(this._element).hasClass(p)?(t(c).addClass(s),P.reflow(c),t(a).addClass(i),t(c).addClass(i),t(a).one(P.TRANSITION_END,function(){t(c).removeClass(i+" "+s).addClass(g),t(a).removeClass(g+" "+s+" "+i),o._isSliding=!1,setTimeout(function(){return t(o._element).trigger(I)},0)}).emulateTransitionEnd(600)):(t(a).removeClass(g),t(c).addClass(g),this._isSliding=!1,t(this._element).trigger(I)),C&&this.cycle()}},o._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s=r({},a,t(this).data());"object"==typeof e&&(s=r({},s,e));var l="string"==typeof e?e:s.slide;if(i||(i=new o(this,s),t(this).data(n,i)),"number"==typeof e)i.to(e);else if("string"==typeof l){if("undefined"==typeof i[l])throw new TypeError('No method named "'+l+'"');i[l]()}else s.interval&&(i.pause(),i.cycle())})},o._dataApiClickHandler=function(e){var i=P.getSelectorFromElement(this);if(i){var s=t(i)[0];if(s&&t(s).hasClass(_)){var a=r({},t(s).data(),t(this).data()),l=this.getAttribute("data-slide-to");l&&(a.interval=!1),o._jQueryInterface.call(t(s),a),l&&t(s).data(n).to(l),e.preventDefault()}}},s(o,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return a}}]),o}();return t(document).on(d.CLICK_DATA_API,y.DATA_SLIDE,C._dataApiClickHandler),t(window).on(d.LOAD_DATA_API,function(){t(y.DATA_RIDE).each(function(){var e=t(this);C._jQueryInterface.call(e,e.data())})}),t.fn[e]=C._jQueryInterface,t.fn[e].Constructor=C,t.fn[e].noConflict=function(){return t.fn[e]=o,C._jQueryInterface},C}(e),H=function(t){var e="collapse",n="bs.collapse",i="."+n,o=t.fn[e],a={toggle:!0,parent:""},l={toggle:"boolean",parent:"(string|element)"},h={SHOW:"show"+i,SHOWN:"shown"+i,HIDE:"hide"+i,HIDDEN:"hidden"+i,CLICK_DATA_API:"click"+i+".data-api"},c="show",u="collapse",f="collapsing",d="collapsed",_="width",g="height",p={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},m=function(){function i(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var i=t(p.DATA_TOGGLE),s=0;s<i.length;s++){var r=i[s],o=P.getSelectorFromElement(r);null!==o&&t(o).filter(e).length>0&&(this._selector=o,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var o=i.prototype;return o.toggle=function(){t(this._element).hasClass(c)?this.hide():this.show()},o.show=function(){var e,s,r=this;if(!this._isTransitioning&&!t(this._element).hasClass(c)&&(this._parent&&0===(e=t.makeArray(t(this._parent).find(p.ACTIVES).filter('[data-parent="'+this._config.parent+'"]'))).length&&(e=null),!(e&&(s=t(e).not(this._selector).data(n))&&s._isTransitioning))){var o=t.Event(h.SHOW);if(t(this._element).trigger(o),!o.isDefaultPrevented()){e&&(i._jQueryInterface.call(t(e).not(this._selector),"hide"),s||t(e).data(n,null));var a=this._getDimension();t(this._element).removeClass(u).addClass(f),this._element.style[a]=0,this._triggerArray.length>0&&t(this._triggerArray).removeClass(d).attr("aria-expanded",!0),this.setTransitioning(!0);var l=function(){t(r._element).removeClass(f).addClass(u).addClass(c),r._element.style[a]="",r.setTransitioning(!1),t(r._element).trigger(h.SHOWN)};if(P.supportsTransitionEnd()){var _="scroll"+(a[0].toUpperCase()+a.slice(1));t(this._element).one(P.TRANSITION_END,l).emulateTransitionEnd(600),this._element.style[a]=this._element[_]+"px"}else l()}}},o.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(c)){var n=t.Event(h.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",P.reflow(this._element),t(this._element).addClass(f).removeClass(u).removeClass(c),this._triggerArray.length>0)for(var s=0;s<this._triggerArray.length;s++){var r=this._triggerArray[s],o=P.getSelectorFromElement(r);if(null!==o)t(o).hasClass(c)||t(r).addClass(d).attr("aria-expanded",!1)}this.setTransitioning(!0);var a=function(){e.setTransitioning(!1),t(e._element).removeClass(f).addClass(u).trigger(h.HIDDEN)};this._element.style[i]="",P.supportsTransitionEnd()?t(this._element).one(P.TRANSITION_END,a).emulateTransitionEnd(600):a()}}},o.setTransitioning=function(t){this._isTransitioning=t},o.dispose=function(){t.removeData(this._element,n),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},o._getConfig=function(t){return(t=r({},a,t)).toggle=Boolean(t.toggle),P.typeCheckConfig(e,t,l),t},o._getDimension=function(){return t(this._element).hasClass(_)?_:g},o._getParent=function(){var e=this,n=null;P.isElement(this._config.parent)?(n=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(n=this._config.parent[0])):n=t(this._config.parent)[0];var s='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]';return t(n).find(s).each(function(t,n){e._addAriaAndCollapsedClass(i._getTargetFromElement(n),[n])}),n},o._addAriaAndCollapsedClass=function(e,n){if(e){var i=t(e).hasClass(c);n.length>0&&t(n).toggleClass(d,!i).attr("aria-expanded",i)}},i._getTargetFromElement=function(e){var n=P.getSelectorFromElement(e);return n?t(n)[0]:null},i._jQueryInterface=function(e){return this.each(function(){var s=t(this),o=s.data(n),l=r({},a,s.data(),"object"==typeof e&&e);if(!o&&l.toggle&&/show|hide/.test(e)&&(l.toggle=!1),o||(o=new i(this,l),s.data(n,o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return a}}]),i}();return t(document).on(h.CLICK_DATA_API,p.DATA_TOGGLE,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var i=t(this),s=P.getSelectorFromElement(this);t(s).each(function(){var e=t(this),s=e.data(n)?"toggle":i.data();m._jQueryInterface.call(e,s)})}),t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=o,m._jQueryInterface},m}(e),W=function(t){var e="dropdown",i="bs.dropdown",o="."+i,a=".data-api",l=t.fn[e],h=new RegExp("38|40|27"),c={HIDE:"hide"+o,HIDDEN:"hidden"+o,SHOW:"show"+o,SHOWN:"shown"+o,CLICK:"click"+o,CLICK_DATA_API:"click"+o+a,KEYDOWN_DATA_API:"keydown"+o+a,KEYUP_DATA_API:"keyup"+o+a},u="disabled",f="show",d="dropup",_="dropright",g="dropleft",p="dropdown-menu-right",m="dropdown-menu-left",v="position-static",E='[data-toggle="dropdown"]',T=".dropdown form",y=".dropdown-menu",C=".navbar-nav",I=".dropdown-menu .dropdown-item:not(.disabled)",A="top-start",b="top-end",D="bottom-start",S="bottom-end",w="right-start",N="left-start",O={offset:0,flip:!0,boundary:"scrollParent"},k={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)"},L=function(){function a(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var l=a.prototype;return l.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(u)){var e=a._getParentFromElement(this._element),i=t(this._menu).hasClass(f);if(a._clearMenus(),!i){var s={relatedTarget:this._element},r=t.Event(c.SHOW,s);if(t(e).trigger(r),!r.isDefaultPrevented()){if(!this._inNavbar){if("undefined"==typeof n)throw new TypeError("Bootstrap dropdown require Popper.js (https://popper.js.org)");var o=this._element;t(e).hasClass(d)&&(t(this._menu).hasClass(m)||t(this._menu).hasClass(p))&&(o=e),"scrollParent"!==this._config.boundary&&t(e).addClass(v),this._popper=new n(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===t(e).closest(C).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(f),t(e).toggleClass(f).trigger(t.Event(c.SHOWN,s))}}}},l.dispose=function(){t.removeData(this._element,i),t(this._element).off(o),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},l.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},l._addEventListeners=function(){var e=this;t(this._element).on(c.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},l._getConfig=function(n){return n=r({},this.constructor.Default,t(this._element).data(),n),P.typeCheckConfig(e,n,this.constructor.DefaultType),n},l._getMenuElement=function(){if(!this._menu){var e=a._getParentFromElement(this._element);this._menu=t(e).find(y)[0]}return this._menu},l._getPlacement=function(){var e=t(this._element).parent(),n=D;return e.hasClass(d)?(n=A,t(this._menu).hasClass(p)&&(n=b)):e.hasClass(_)?n=w:e.hasClass(g)?n=N:t(this._menu).hasClass(p)&&(n=S),n},l._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},l._getPopperConfig=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=r({},e.offsets,t._config.offset(e.offsets)||{}),e}:e.offset=this._config.offset,{placement:this._getPlacement(),modifiers:{offset:e,flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}}},a._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(i);if(n||(n=new a(this,"object"==typeof e?e:null),t(this).data(i,n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},a._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(E)),s=0;s<n.length;s++){var r=a._getParentFromElement(n[s]),o=t(n[s]).data(i),l={relatedTarget:n[s]};if(o){var h=o._menu;if(t(r).hasClass(f)&&!(e&&("click"===e.type&&/input|textarea/i.test(e.target.tagName)||"keyup"===e.type&&9===e.which)&&t.contains(r,e.target))){var u=t.Event(c.HIDE,l);t(r).trigger(u),u.isDefaultPrevented()||("ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),n[s].setAttribute("aria-expanded","false"),t(h).removeClass(f),t(r).removeClass(f).trigger(t.Event(c.HIDDEN,l)))}}}},a._getParentFromElement=function(e){var n,i=P.getSelectorFromElement(e);return i&&(n=t(i)[0]),n||e.parentNode},a._dataApiKeydownHandler=function(e){if((/input|textarea/i.test(e.target.tagName)?!(32===e.which||27!==e.which&&(40!==e.which&&38!==e.which||t(e.target).closest(y).length)):h.test(e.which))&&(e.preventDefault(),e.stopPropagation(),!this.disabled&&!t(this).hasClass(u))){var n=a._getParentFromElement(this),i=t(n).hasClass(f);if((i||27===e.which&&32===e.which)&&(!i||27!==e.which&&32!==e.which)){var s=t(n).find(I).get();if(0!==s.length){var r=s.indexOf(e.target);38===e.which&&r>0&&r--,40===e.which&&r<s.length-1&&r++,r<0&&(r=0),s[r].focus()}}else{if(27===e.which){var o=t(n).find(E)[0];t(o).trigger("focus")}t(this).trigger("click")}}},s(a,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return O}},{key:"DefaultType",get:function(){return k}}]),a}();return t(document).on(c.KEYDOWN_DATA_API,E,L._dataApiKeydownHandler).on(c.KEYDOWN_DATA_API,y,L._dataApiKeydownHandler).on(c.CLICK_DATA_API+" "+c.KEYUP_DATA_API,L._clearMenus).on(c.CLICK_DATA_API,E,function(e){e.preventDefault(),e.stopPropagation(),L._jQueryInterface.call(t(this),"toggle")}).on(c.CLICK_DATA_API,T,function(t){t.stopPropagation()}),t.fn[e]=L._jQueryInterface,t.fn[e].Constructor=L,t.fn[e].noConflict=function(){return t.fn[e]=l,L._jQueryInterface},L}(e),M=function(t){var e="modal",n="bs.modal",i="."+n,o=t.fn.modal,a={backdrop:!0,keyboard:!0,focus:!0,show:!0},l={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},h={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,FOCUSIN:"focusin"+i,RESIZE:"resize"+i,CLICK_DISMISS:"click.dismiss"+i,KEYDOWN_DISMISS:"keydown.dismiss"+i,MOUSEUP_DISMISS:"mouseup.dismiss"+i,MOUSEDOWN_DISMISS:"mousedown.dismiss"+i,CLICK_DATA_API:"click"+i+".data-api"},c="modal-scrollbar-measure",u="modal-backdrop",f="modal-open",d="fade",_="show",g={DIALOG:".modal-dialog",DATA_TOGGLE:'[data-toggle="modal"]',DATA_DISMISS:'[data-dismiss="modal"]',FIXED_CONTENT:".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",STICKY_CONTENT:".sticky-top",NAVBAR_TOGGLER:".navbar-toggler"},p=function(){function o(e,n){this._config=this._getConfig(n),this._element=e,this._dialog=t(e).find(g.DIALOG)[0],this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._originalBodyPadding=0,this._scrollbarWidth=0}var p=o.prototype;return p.toggle=function(t){return this._isShown?this.hide():this.show(t)},p.show=function(e){var n=this;if(!this._isTransitioning&&!this._isShown){P.supportsTransitionEnd()&&t(this._element).hasClass(d)&&(this._isTransitioning=!0);var i=t.Event(h.SHOW,{relatedTarget:e});t(this._element).trigger(i),this._isShown||i.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),t(document.body).addClass(f),this._setEscapeEvent(),this._setResizeEvent(),t(this._element).on(h.CLICK_DISMISS,g.DATA_DISMISS,function(t){return n.hide(t)}),t(this._dialog).on(h.MOUSEDOWN_DISMISS,function(){t(n._element).one(h.MOUSEUP_DISMISS,function(e){t(e.target).is(n._element)&&(n._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return n._showElement(e)}))}},p.hide=function(e){var n=this;if(e&&e.preventDefault(),!this._isTransitioning&&this._isShown){var i=t.Event(h.HIDE);if(t(this._element).trigger(i),this._isShown&&!i.isDefaultPrevented()){this._isShown=!1;var s=P.supportsTransitionEnd()&&t(this._element).hasClass(d);s&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),t(document).off(h.FOCUSIN),t(this._element).removeClass(_),t(this._element).off(h.CLICK_DISMISS),t(this._dialog).off(h.MOUSEDOWN_DISMISS),s?t(this._element).one(P.TRANSITION_END,function(t){return n._hideModal(t)}).emulateTransitionEnd(300):this._hideModal()}}},p.dispose=function(){t.removeData(this._element,n),t(window,document,this._element,this._backdrop).off(i),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._scrollbarWidth=null},p.handleUpdate=function(){this._adjustDialog()},p._getConfig=function(t){return t=r({},a,t),P.typeCheckConfig(e,t,l),t},p._showElement=function(e){var n=this,i=P.supportsTransitionEnd()&&t(this._element).hasClass(d);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.scrollTop=0,i&&P.reflow(this._element),t(this._element).addClass(_),this._config.focus&&this._enforceFocus();var s=t.Event(h.SHOWN,{relatedTarget:e}),r=function(){n._config.focus&&n._element.focus(),n._isTransitioning=!1,t(n._element).trigger(s)};i?t(this._dialog).one(P.TRANSITION_END,r).emulateTransitionEnd(300):r()},p._enforceFocus=function(){var e=this;t(document).off(h.FOCUSIN).on(h.FOCUSIN,function(n){document!==n.target&&e._element!==n.target&&0===t(e._element).has(n.target).length&&e._element.focus()})},p._setEscapeEvent=function(){var e=this;this._isShown&&this._config.keyboard?t(this._element).on(h.KEYDOWN_DISMISS,function(t){27===t.which&&(t.preventDefault(),e.hide())}):this._isShown||t(this._element).off(h.KEYDOWN_DISMISS)},p._setResizeEvent=function(){var e=this;this._isShown?t(window).on(h.RESIZE,function(t){return e.handleUpdate(t)}):t(window).off(h.RESIZE)},p._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._isTransitioning=!1,this._showBackdrop(function(){t(document.body).removeClass(f),e._resetAdjustments(),e._resetScrollbar(),t(e._element).trigger(h.HIDDEN)})},p._removeBackdrop=function(){this._backdrop&&(t(this._backdrop).remove(),this._backdrop=null)},p._showBackdrop=function(e){var n=this,i=t(this._element).hasClass(d)?d:"";if(this._isShown&&this._config.backdrop){var s=P.supportsTransitionEnd()&&i;if(this._backdrop=document.createElement("div"),this._backdrop.className=u,i&&t(this._backdrop).addClass(i),t(this._backdrop).appendTo(document.body),t(this._element).on(h.CLICK_DISMISS,function(t){n._ignoreBackdropClick?n._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===n._config.backdrop?n._element.focus():n.hide())}),s&&P.reflow(this._backdrop),t(this._backdrop).addClass(_),!e)return;if(!s)return void e();t(this._backdrop).one(P.TRANSITION_END,e).emulateTransitionEnd(150)}else if(!this._isShown&&this._backdrop){t(this._backdrop).removeClass(_);var r=function(){n._removeBackdrop(),e&&e()};P.supportsTransitionEnd()&&t(this._element).hasClass(d)?t(this._backdrop).one(P.TRANSITION_END,r).emulateTransitionEnd(150):r()}else e&&e()},p._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},p._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},p._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},p._setScrollbar=function(){var e=this;if(this._isBodyOverflowing){t(g.FIXED_CONTENT).each(function(n,i){var s=t(i)[0].style.paddingRight,r=t(i).css("padding-right");t(i).data("padding-right",s).css("padding-right",parseFloat(r)+e._scrollbarWidth+"px")}),t(g.STICKY_CONTENT).each(function(n,i){var s=t(i)[0].style.marginRight,r=t(i).css("margin-right");t(i).data("margin-right",s).css("margin-right",parseFloat(r)-e._scrollbarWidth+"px")}),t(g.NAVBAR_TOGGLER).each(function(n,i){var s=t(i)[0].style.marginRight,r=t(i).css("margin-right");t(i).data("margin-right",s).css("margin-right",parseFloat(r)+e._scrollbarWidth+"px")});var n=document.body.style.paddingRight,i=t("body").css("padding-right");t("body").data("padding-right",n).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}},p._resetScrollbar=function(){t(g.FIXED_CONTENT).each(function(e,n){var i=t(n).data("padding-right");"undefined"!=typeof i&&t(n).css("padding-right",i).removeData("padding-right")}),t(g.STICKY_CONTENT+", "+g.NAVBAR_TOGGLER).each(function(e,n){var i=t(n).data("margin-right");"undefined"!=typeof i&&t(n).css("margin-right",i).removeData("margin-right")});var e=t("body").data("padding-right");"undefined"!=typeof e&&t("body").css("padding-right",e).removeData("padding-right")},p._getScrollbarWidth=function(){var t=document.createElement("div");t.className=c,document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},o._jQueryInterface=function(e,i){return this.each(function(){var s=t(this).data(n),a=r({},o.Default,t(this).data(),"object"==typeof e&&e);if(s||(s=new o(this,a),t(this).data(n,s)),"string"==typeof e){if("undefined"==typeof s[e])throw new TypeError('No method named "'+e+'"');s[e](i)}else a.show&&s.show(i)})},s(o,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return a}}]),o}();return t(document).on(h.CLICK_DATA_API,g.DATA_TOGGLE,function(e){var i,s=this,o=P.getSelectorFromElement(this);o&&(i=t(o)[0]);var a=t(i).data(n)?"toggle":r({},t(i).data(),t(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var l=t(i).one(h.SHOW,function(e){e.isDefaultPrevented()||l.one(h.HIDDEN,function(){t(s).is(":visible")&&s.focus()})});p._jQueryInterface.call(t(i),a,this)}),t.fn.modal=p._jQueryInterface,t.fn.modal.Constructor=p,t.fn.modal.noConflict=function(){return t.fn.modal=o,p._jQueryInterface},p}(e),U=function(t){var e="tooltip",i="bs.tooltip",o="."+i,a=t.fn[e],l=new RegExp("(^|\\s)bs-tooltip\\S+","g"),h={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"},c={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},u={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},f="show",d="out",_={HIDE:"hide"+o,HIDDEN:"hidden"+o,SHOW:"show"+o,SHOWN:"shown"+o,INSERTED:"inserted"+o,CLICK:"click"+o,FOCUSIN:"focusin"+o,FOCUSOUT:"focusout"+o,MOUSEENTER:"mouseenter"+o,MOUSELEAVE:"mouseleave"+o},g="fade",p="show",m=".tooltip-inner",v=".arrow",E="hover",T="focus",y="click",C="manual",I=function(){function a(t,e){if("undefined"==typeof n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var I=a.prototype;return I.enable=function(){this._isEnabled=!0},I.disable=function(){this._isEnabled=!1},I.toggleEnabled=function(){this._isEnabled=!this._isEnabled},I.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(p))return void this._leave(null,this);this._enter(null,this)}},I.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},I.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var s=t.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!s)return;var r=this.getTipElement(),o=P.getUID(this.constructor.NAME);r.setAttribute("id",o),this.element.setAttribute("aria-describedby",o),this.setContent(),this.config.animation&&t(r).addClass(g);var l="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,h=this._getAttachment(l);this.addAttachmentClass(h);var c=!1===this.config.container?document.body:t(this.config.container);t(r).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(r).appendTo(c),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,r,{placement:h,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:v},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(r).addClass(p),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var u=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===d&&e._leave(null,e)};P.supportsTransitionEnd()&&t(this.tip).hasClass(g)?t(this.tip).one(P.TRANSITION_END,u).emulateTransitionEnd(a._TRANSITION_DURATION):u()}},I.hide=function(e){var n=this,i=this.getTipElement(),s=t.Event(this.constructor.Event.HIDE),r=function(){n._hoverState!==f&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(s),s.isDefaultPrevented()||(t(i).removeClass(p),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[y]=!1,this._activeTrigger[T]=!1,this._activeTrigger[E]=!1,P.supportsTransitionEnd()&&t(this.tip).hasClass(g)?t(i).one(P.TRANSITION_END,r).emulateTransitionEnd(150):r(),this._hoverState="")},I.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},I.isWithContent=function(){return Boolean(this.getTitle())},I.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},I.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},I.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(m),this.getTitle()),e.removeClass(g+" "+p)},I.setElementContent=function(e,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[i?"html":"text"](n)},I.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},I._getAttachment=function(t){return c[t.toUpperCase()]},I._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==C){var i=n===E?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,s=n===E?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(s,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=r({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},I._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},I._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?T:E]=!0),t(n.getTipElement()).hasClass(p)||n._hoverState===f?n._hoverState=f:(clearTimeout(n._timeout),n._hoverState=f,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===f&&n.show()},n.config.delay.show):n.show())},I._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?T:E]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=d,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===d&&n.hide()},n.config.delay.hide):n.hide())},I._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},I._getConfig=function(n){return"number"==typeof(n=r({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),P.typeCheckConfig(e,n,this.constructor.DefaultType),n},I._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},I._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(l);null!==n&&n.length>0&&e.removeClass(n.join(""))},I._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},I._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(g),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},a._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(i),s="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new a(this,s),t(this).data(i,n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}})},s(a,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return u}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return i}},{key:"Event",get:function(){return _}},{key:"EVENT_KEY",get:function(){return o}},{key:"DefaultType",get:function(){return h}}]),a}();return t.fn[e]=I._jQueryInterface,t.fn[e].Constructor=I,t.fn[e].noConflict=function(){return t.fn[e]=a,I._jQueryInterface},I}(e),x=function(t){var e="popover",n="bs.popover",i="."+n,o=t.fn[e],a=new RegExp("(^|\\s)bs-popover\\S+","g"),l=r({},U.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),h=r({},U.DefaultType,{content:"(string|element|function)"}),c="fade",u="show",f=".popover-header",d=".popover-body",_={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,INSERTED:"inserted"+i,CLICK:"click"+i,FOCUSIN:"focusin"+i,FOCUSOUT:"focusout"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i},g=function(r){var o,g;function p(){return r.apply(this,arguments)||this}g=r,(o=p).prototype=Object.create(g.prototype),o.prototype.constructor=o,o.__proto__=g;var m=p.prototype;return m.isWithContent=function(){return this.getTitle()||this._getContent()},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(f),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(d),n),e.removeClass(c+" "+u)},m._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},p._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s="object"==typeof e?e:null;if((i||!/destroy|hide/.test(e))&&(i||(i=new p(this,s),t(this).data(n,i)),"string"==typeof e)){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}})},s(p,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return l}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return n}},{key:"Event",get:function(){return _}},{key:"EVENT_KEY",get:function(){return i}},{key:"DefaultType",get:function(){return h}}]),p}(U);return t.fn[e]=g._jQueryInterface,t.fn[e].Constructor=g,t.fn[e].noConflict=function(){return t.fn[e]=o,g._jQueryInterface},g}(e),K=function(t){var e="scrollspy",n="bs.scrollspy",i="."+n,o=t.fn[e],a={offset:10,method:"auto",target:""},l={offset:"number",method:"string",target:"(string|element)"},h={ACTIVATE:"activate"+i,SCROLL:"scroll"+i,LOAD_DATA_API:"load"+i+".data-api"},c="dropdown-item",u="active",f={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},d="offset",_="position",g=function(){function o(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+f.NAV_LINKS+","+this._config.target+" "+f.LIST_ITEMS+","+this._config.target+" "+f.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(h.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var g=o.prototype;return g.refresh=function(){var e=this,n=this._scrollElement===this._scrollElement.window?d:_,i="auto"===this._config.method?n:this._config.method,s=i===_?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),t.makeArray(t(this._selector)).map(function(e){var n,r=P.getSelectorFromElement(e);if(r&&(n=t(r)[0]),n){var o=n.getBoundingClientRect();if(o.width||o.height)return[t(n)[i]().top+s,r]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},g.dispose=function(){t.removeData(this._element,n),t(this._scrollElement).off(i),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},g._getConfig=function(n){if("string"!=typeof(n=r({},a,n)).target){var i=t(n.target).attr("id");i||(i=P.getUID(e),t(n.target).attr("id",i)),n.target="#"+i}return P.typeCheckConfig(e,n,l),n},g._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},g._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},g._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},g._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var s=this._offsets.length;s--;){this._activeTarget!==this._targets[s]&&t>=this._offsets[s]&&("undefined"==typeof this._offsets[s+1]||t<this._offsets[s+1])&&this._activate(this._targets[s])}}},g._activate=function(e){this._activeTarget=e,this._clear();var n=this._selector.split(",");n=n.map(function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'});var i=t(n.join(","));i.hasClass(c)?(i.closest(f.DROPDOWN).find(f.DROPDOWN_TOGGLE).addClass(u),i.addClass(u)):(i.addClass(u),i.parents(f.NAV_LIST_GROUP).prev(f.NAV_LINKS+", "+f.LIST_ITEMS).addClass(u),i.parents(f.NAV_LIST_GROUP).prev(f.NAV_ITEMS).children(f.NAV_LINKS).addClass(u)),t(this._scrollElement).trigger(h.ACTIVATE,{relatedTarget:e})},g._clear=function(){t(this._selector).filter(f.ACTIVE).removeClass(u)},o._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n);if(i||(i=new o(this,"object"==typeof e&&e),t(this).data(n,i)),"string"==typeof e){if("undefined"==typeof i[e])throw new TypeError('No method named "'+e+'"');i[e]()}})},s(o,null,[{key:"VERSION",get:function(){return"4.0.0"}},{key:"Default",get:function(){return a}}]),o}();return t(window).on(h.LOAD_DATA_API,function(){for(var e=t.makeArray(t(f.DATA_SPY)),n=e.length;n--;){var i=t(e[n]);g._jQueryInterface.call(i,i.data())}}),t.fn[e]=g._jQueryInterface,t.fn[e].Constructor=g,t.fn[e].noConflict=function(){return t.fn[e]=o,g._jQueryInterface},g}(e),V=function(t){var e="bs.tab",n="."+e,i=t.fn.tab,r={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,CLICK_DATA_API:"click.bs.tab.data-api"},o="dropdown-menu",a="active",l="disabled",h="fade",c="show",u=".dropdown",f=".nav, .list-group",d=".active",_="> li > .active",g='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',p=".dropdown-toggle",m="> .dropdown-menu .active",v=function(){function n(t){this._element=t}var i=n.prototype;return i.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(a)||t(this._element).hasClass(l))){var n,i,s=t(this._element).closest(f)[0],o=P.getSelectorFromElement(this._element);if(s){var h="UL"===s.nodeName?_:d;i=(i=t.makeArray(t(s).find(h)))[i.length-1]}var c=t.Event(r.HIDE,{relatedTarget:this._element}),u=t.Event(r.SHOW,{relatedTarget:i});if(i&&t(i).trigger(c),t(this._element).trigger(u),!u.isDefaultPrevented()&&!c.isDefaultPrevented()){o&&(n=t(o)[0]),this._activate(this._element,s);var g=function(){var n=t.Event(r.HIDDEN,{relatedTarget:e._element}),s=t.Event(r.SHOWN,{relatedTarget:i});t(i).trigger(n),t(e._element).trigger(s)};n?this._activate(n,n.parentNode,g):g()}}},i.dispose=function(){t.removeData(this._element,e),this._element=null},i._activate=function(e,n,i){var s=this,r=("UL"===n.nodeName?t(n).find(_):t(n).children(d))[0],o=i&&P.supportsTransitionEnd()&&r&&t(r).hasClass(h),a=function(){return s._transitionComplete(e,r,i)};r&&o?t(r).one(P.TRANSITION_END,a).emulateTransitionEnd(150):a()},i._transitionComplete=function(e,n,i){if(n){t(n).removeClass(c+" "+a);var s=t(n.parentNode).find(m)[0];s&&t(s).removeClass(a),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(a),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),P.reflow(e),t(e).addClass(c),e.parentNode&&t(e.parentNode).hasClass(o)){var r=t(e).closest(u)[0];r&&t(r).find(p).addClass(a),e.setAttribute("aria-expanded",!0)}i&&i()},n._jQueryInterface=function(i){return this.each(function(){var s=t(this),r=s.data(e);if(r||(r=new n(this),s.data(e,r)),"string"==typeof i){if("undefined"==typeof r[i])throw new TypeError('No method named "'+i+'"');r[i]()}})},s(n,null,[{key:"VERSION",get:function(){return"4.0.0"}}]),n}();return t(document).on(r.CLICK_DATA_API,g,function(e){e.preventDefault(),v._jQueryInterface.call(t(this),"show")}),t.fn.tab=v._jQueryInterface,t.fn.tab.Constructor=v,t.fn.tab.noConflict=function(){return t.fn.tab=i,v._jQueryInterface},v}(e);!function(t){if("undefined"==typeof t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=P,t.Alert=L,t.Button=R,t.Carousel=j,t.Collapse=H,t.Dropdown=W,t.Modal=M,t.Popover=x,t.Scrollspy=K,t.Tab=V,t.Tooltip=U,Object.defineProperty(t,"__esModule",{value:!0})}); - //# sourceMappingURL=bootstrap.min.js.map \ No newline at end of file